Re: from-hook

2001-07-15 Thread Lorenzo Martignoni
Quoting Suresh Ramasubramanian [EMAIL PROTECTED]: Lorenzo Martignoni [mutt-users] 13/07/01 11:10 +0200: I use reverse_name option and my sender address changes. Is possible to use send-hook and perform action according the sender address instead of the recipient address? Yes.

Re: MailDir vs. mbox (was: Re: vfolders)

2001-07-15 Thread Magnus Bodin
On Sat, Jul 14, 2001 at 07:51:18PM -0500, Tim Legant wrote: 995153880.17759_1.teich 995153880.17760_1.teich 995153880.17761_1.teich Procmail is severely broken in its creation of file names for maildirs. If procmail correctly followed the specification for maildirs,

Re: MailDir vs. mbox (was: Re: vfolders)

2001-07-15 Thread Tim Legant
On Sun, Jul 15, 2001 at 08:31:44PM +0200, Magnus Bodin wrote: On Sat, Jul 14, 2001 at 07:51:18PM -0500, Tim Legant wrote: Procmail is severely broken in its creation of file names for maildirs. If procmail correctly followed the specification for maildirs, duplicates would be impossible.

Re: MailDir vs. mbox (was: Re: vfolders)

2001-07-15 Thread Magnus Bodin
On Sun, Jul 15, 2001 at 02:03:36PM -0500, Tim Legant wrote: On Sun, Jul 15, 2001 at 08:31:44PM +0200, Magnus Bodin wrote: On Sat, Jul 14, 2001 at 07:51:18PM -0500, Tim Legant wrote: Procmail is severely broken in its creation of file names for maildirs. If procmail correctly followed the

Re: MailDir vs. mbox (was: Re: vfolders)

2001-07-15 Thread Alexander Skwar
So sprach »Tim Legant« am 2001-07-15 um 14:03:36 -0500 : Okay, so you're writing messages. A unique name has three pieces, separated by dots. On the left is the result of time(). On the right is the result of gethostname(). In the middle is something that doesn't repeat within one

Re: MailDir vs. mbox (was: Re: vfolders)

2001-07-15 Thread Alexander Skwar
So sprach »Magnus Bodin« am 2001-07-15 um 21:38:49 +0200 : I agree however, that the procmail filenames are ugly. How do real maildir filenames look like? In reality, that is - we all heard the spec :) Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to

Re: MailDir vs. mbox (was: Re: vfolders)

2001-07-15 Thread Ben Reser
On Sun, Jul 15, 2001 at 02:03:36PM -0500, Tim Legant wrote: Note the requirement to use the hostname. Note that procmail doesn't. Procmail is broken. Does on mine: _vz.z77T7.titanium [breser@titanium new]$ hostname titanium [breser@titanium new]$ procmail -v procmail v3.14 1999/11/22,

Re: Executing a function when Mutt exits

2001-07-15 Thread Duke Normandin
On Sat, Jul 14, 2001 at 09:10:03PM +0300, [EMAIL PROTECTED] wrote: Hi Duke! On Fri, 13 Jul 2001, Duke Normandin wrote: Hi... I want to run a Bash 'function' automatically upon Mutt exiting. Can this be done from my /etc/muttrc file? If not, how about a shell script? TIA.. why