pressing 'g' truncates

2009-08-13 Thread Ravi Uday
hi after reading mail, when i press 'g' to reply-to-all i see mail msg is truncated to some bytes. How to get whole mail alongside my reply. - ravi

Re: pressing 'g' truncates

2009-08-13 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday, August 13 at 05:21 PM, quoth Ravi Uday: >after reading mail, when i press 'g' to reply-to-all >i see mail msg is truncated to some bytes. >How to get whole mail alongside my reply. Hmm, it's not *supposed* to be truncated. Is there some

What is the best way to approach "Deleted" mail removal from mail servers?

2009-08-13 Thread Paul Grinberg
Hi there, So, let's say my fetchmail keeps all the mail on the mail server after mail download is complete. But sometimes you have spam, and other stuff that you usually delete (D). Emails stay on the mail server, and they hold space. How to properly delete mail if you know mail id??? >From hea

Re: What is the best way to approach "Deleted" mail removal from

2009-08-13 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday, August 13 at 10:38 AM, quoth Paul Grinberg: > So, let's say my fetchmail keeps all the mail on the mail server > after mail download is complete. Without being rude, let me stop you right there. Fetchmail with the "leave it on the ser

Re: What is the best way to approach "Deleted" mail removal from

2009-08-13 Thread Paul Grinberg
Hi Kyle, Thank you for the advice :))) I am using fetchmail + POP3. I will try your suggestion it regaring mutt e-mail download. fetchmail skips mail download based on ~/.fetchids file. Just for a sake of "fun" I will try to "make" that Perl utility, meanwhile will use mutt POP3 implementation. I

Quick suggestion

2009-08-13 Thread Edd Barrett
Hi Guys, What do you think of a progress indication when you close a large mailbox. I use mutt with gmail and frequently when I close a mailing list folder it takes a while. User feedback would be nice :) -- Best Regards Edd Barrett (Freelance software developer / technical writer / open-source

Re: Quick suggestion

2009-08-13 Thread Paul Grinberg
16000 emails. 395M. -> 10 seconds. Best, Paul -Original Message- From: owner-mutt-us...@mutt.org [mailto:owner-mutt-us...@mutt.org] On Behalf Of Edd Barrett Sent: Thursday, August 13, 2009 11:53 AM To: mutt-users@mutt.org Subject: Quick suggestion Hi Guys, What do you think of a prog

Re: What is the best way to approach "Deleted" mail removal from

2009-08-13 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday, August 13 at 11:43 AM, quoth Paul Grinberg: > Thank you for the advice :))) I am using fetchmail + POP3. I will > try your suggestion it regaring mutt e-mail download. You're welcome! :) > Btw, can mutt run mail download offline? I m

Re: Quick suggestion

2009-08-13 Thread Edd Barrett
On Thu, Aug 13, 2009 at 4:56 PM, Paul Grinberg wrote: > 16000 emails. 395M. -> 10 seconds. Is that a gmail account? -- Best Regards Edd Barrett (Freelance software developer / technical writer / open-source developer) http://students.dec.bournemouth.ac.uk/ebarrett

Re: Quick suggestion

2009-08-13 Thread Paul Grinberg
Not gmail. thought you are asking in general. Best, Paul -Original Message- From: Edd Barrett [mailto:vex...@gmail.com] Sent: Thursday, August 13, 2009 12:16 PM To: Paul Grinberg Cc: mutt-users@mutt.org Subject: Re: Quick suggestion On Thu, Aug 13, 2009 at 4:56 PM, Paul Grinberg wrot

Re: specifying a browser

2009-08-13 Thread Rocco Rutte
Hi, * Robert Holtzman wrote: > According to the mutt manual, to start a www browser an external program > has to be downloaded from ftp://ftp.guug.de/pub/mutt/contrib/. The problem > is I get a "Failed to Connect" error. I can connect to www.guug.de but, of > course that does me no good. Any idea

Re: why is there no auto $ (save changes to mailbox)?

2009-08-13 Thread Rocco Rutte
Hi, * Marc Vaillant wrote: > Can't this easily be controlled? set delete=ask-yes. If that's not > enough, it suggests that deleting messages should be abstracted from > sync-mailbox so that you can sync flags and delete messages > independently. Loosing reply flags on e.g. support email--whe

Re: why is there no auto $ (save changes to mailbox)?

2009-08-13 Thread Rocco Rutte
Hi, * Rejo Zenger wrote: > If it's off by default, I think this functionality would be a usefull > addition. It's not something I am missing now per se, but I would > consider start using it when it's available. The problem with adding new options for features is that if you don't follow the

Re: signature-scripts

2009-08-13 Thread Rocco Rutte
Hi, * Paul Grinberg wrote: > [u...@panther ~]$ cat .signature > #!/bin/bash > echo "Paul Grinberg" > echo "PGP key: 0xE3175CCF" > echo "" > echo "Fortune Cookie:" > fortune -s wisdom > echo "" > [u...@panther ~]$ cat .muttrc | grep sig > set sig_on_top=yes > set signature="~/.signature |" So yo

hdr_order not working

2009-08-13 Thread dv1445
Hello, Sometime in the last few days, it appears that the hdr_order setting in my muttrc is being ignored by mutt. I just noticed it today, with the Aug. 13 nightly, but it may have gone haywire in the last few days. In my muttrc, I have these three lines: ignore * unignore from date subject

Re: hdr_order not working

2009-08-13 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday, August 13 at 07:40 PM, quoth dv1...@wayne.edu: > Sometime in the last few days, it appears that the hdr_order setting > in my muttrc is being ignored by mutt. I just noticed it today, > with the Aug. 13 nightly, but it may have gone h

Re: hdr_order not working

2009-08-13 Thread dv1445
> On Thursday, August 13 at 07:40 PM, quoth dv1...@wayne.edu: > > Sometime in the last few days, it appears that the hdr_order setting > > in my muttrc is being ignored by mutt. I just noticed it today, > > with the Aug. 13 nightly, but it may have gone haywire in the last > > few days. > > So

Re: hdr_order not working

2009-08-13 Thread Rocco Rutte
[ please try to keep a line length limit of something around 72 ]] Hi, * dv1...@wayne.edu wrote: > Well, I found /usr/local/etc/Muttrc, and it does have unignore and > hdr_order in there. I commented them out, and now mutt reads my > settings. But: > (1) Isn't my muttrc supposed to override /

Re: hdr_order not working

2009-08-13 Thread dv1445
> > (1) Isn't my muttrc supposed to override /usr/local/etc/muttrc when > > they conflict? > > With mutt config files, there's no notion of conflicts, there cannot > be. It reads them in line by line and remembers the setting internally > somehow. This means they're always applied on top of one an

Re: hdr_order not working

2009-08-13 Thread Cameron Simpson
On 13Aug2009 22:25, dv1...@wayne.edu wrote: | > > (1) Isn't my muttrc supposed to override /usr/local/etc/muttrc when | > > they conflict? | > | > With mutt config files, there's no notion of conflicts, there cannot | > be. It reads them in line by line and remembers the setting internally | > so