Re: Default save-hook

2001-08-13 Thread Andrei Zmievski
On Mon, 13 Aug 2001, David Ellement wrote: > Since mutt uses the first matching save-hook, a default save-hook > needs to be appear last. Woohoo, it works! Thank you. -Andrei "The galaxy is, in other words, an immensely, intrinsically, and inexhaustibly interesting place." -- Iain M. Banks

Re: Default save-hook

2001-08-13 Thread David Ellement
ok ~Lphp-dev +OpenSource/PHP Since mutt uses the first matching save-hook, a default save-hook needs to be appear last. -- David Ellement

Re: Default save-hook

2001-08-13 Thread Eugene Lee
On Mon, Aug 13, 2001 at 11:41:48AM -0400, David T-G wrote: : ...and then Eugene Lee said... : % : % Is '%u' documented in the Mutt 1.2.5 docs as a valid save-hook sequence? : : Now that you know what it is and searching is trivial, you should look : it up for yourself and see. : : It is. Well,

Re: Default save-hook

2001-08-13 Thread Andrei Zmievski
On Mon, 13 Aug 2001, David Ellement wrote: > > [...] Right now if I have email from > > [EMAIL PROTECTED] and I hit 'save', it prompts me for where to save it to > > and the default location is "=joeman". What I want it to be is > > "=people/joeman".. > > Perhaps 'save-hook . =people/%u' or 'sav

Re: Default save-hook

2001-08-13 Thread David T-G
Eugene -- ...and then Eugene Lee said... % On Mon, Aug 13, 2001 at 08:24:25AM -0700, David Ellement wrote: % : On 010813, at 09:47:00, Andrei Zmievski wrote % : > % : > [...] Right now if I have email from % : > [EMAIL PROTECTED] and I hit 'save', it prompts me for where to save it to % : > and

Re: Default save-hook

2001-08-13 Thread Eugene Lee
On Mon, Aug 13, 2001 at 08:24:25AM -0700, David Ellement wrote: : On 010813, at 09:47:00, Andrei Zmievski wrote : > : > [...] Right now if I have email from : > [EMAIL PROTECTED] and I hit 'save', it prompts me for where to save it to : > and the default location is "=joeman". What I want it to

Re: Default save-hook

2001-08-13 Thread David Ellement
On 010813, at 09:47:00, Andrei Zmievski wrote > [...] Right now if I have email from > [EMAIL PROTECTED] and I hit 'save', it prompts me for where to save it to > and the default location is "=joeman". What I want it to be is > "=people/joeman".. Perhaps 'save-hook . =people/%u' or 'save-hook !~

Re: Default save-hook

2001-08-13 Thread Andrei Zmievski
On Mon, 13 Aug 2001, Sam Roberts wrote: > > Of course I can do that for each individual email address, but it would > > suck. I need to know if there's a way to do it for any email address > > that's not already caught by other save-hooks. > > Did you look at "save_name"? I think it also interact

Re: Default save-hook

2001-08-13 Thread Sam Roberts
Quoting Andrei Zmievski <[EMAIL PROTECTED]>, who wrote: > Hi, > > Of course I can do that for each individual email address, but it would > suck. I need to know if there's a way to do it for any email address > that's not already caught by other save-hooks. Did you look at "save_name"? I think i

Re: Default save-hook

2001-08-13 Thread Andrei Zmievski
On Mon, 13 Aug 2001, [EMAIL PROTECTED] wrote: > have you tried: > save-hook '~f [EMAIL PROTECTED]' =people/foo > save-hook '~f [EMAIL PROTECTED]' =people/jester Hi, Of course I can do that for each individual email address, but it would suck. I need to know if there's a way to do it for any emai

Re: Default save-hook

2001-08-13 Thread teo
Hi Andrei! On Thu, 09 Aug 2001, Andrei Zmievski wrote: > I have a few save-hooks set up to save my mailing list stuff into > different folders. However, I'd like to set up a default save-hook that > would save anything that is not caught by the other save-hooks into > another di

Default save-hook

2001-08-09 Thread Andrei Zmievski
I have a few save-hooks set up to save my mailing list stuff into different folders. However, I'd like to set up a default save-hook that would save anything that is not caught by the other save-hooks into another directory according to the From: address. Example: if I have mail from [

Re: default save-hook

2001-05-30 Thread Gary Johnson
[I originally sent this on Wed, May 30, 2001 at 03:18:41PM -0700, but it apparently didn't make it. We've been having terrible network problems all day.] On Wed, May 30, 2001 at 08:51:59PM +0200, Jeroen Valcke wrote: > All of a sudden my default save-hook doesn't work anymore

Re: how to set default save-hook?

2000-02-11 Thread Michael Elkins
On Thu, Feb 10, 2000 at 09:34:50AM -0800, Seraphim Larsen wrote: > Instead of: save-hook '~C mutt-users' =lists/mutt > > Use this: folder-hook . save-hook '~C mutt-users' =lists/mutt > > But that seems awfully tedious. This is an unfortunate case, but since Mutt does not save configuratio

how to set default save-hook?

2000-02-10 Thread Seraphim Larsen
Hi List, I have some folder-hooks set up so that when I am reading mail in a certain folder, and want to save the message, it always saves to a corresponding folder. I.e.: folder-hook =work/new-action save-hook '~A' =work/log This works just fine. But when I switch back to ! (or any other m

Re: Default save hook

1999-08-17 Thread Renaud Colinet
on Aug 17, Timothy Ball wrote: > I've read the docs maybe I'm just dumb but how do I make Maybe you just didn't read enough > a default save hook? I'd just like it so that when I hit > "s" email gets saved to =default. send-hook . +default > An

Default save hook

1999-08-16 Thread Timothy Ball
I've read the docs maybe I'm just dumb but how do I make a default save hook? I'd just like it so that when I hit "s" email gets saved to =default. And if I send mail I'd like the mail to goto =sent-mail... I've read the various .muttrc examples and I just feel really dumb. --timball