mutt imap setup: save-hook with local exact header match (not '=h foo:')

2024-07-03 Thread Alan D. Salewski
Hi All, Is there a way, in a save-hook, to match an email header with an exact string match (not a regex) when the mail being saved is from an IMAP mailbox? I am saving the messages to local mbox files, and am using both the Mutt header cache and the Mutt message cache. I would like for the

save-hook "Dynamic" Destination

2014-12-29 Thread Joshua Smith
cooresponds to the support request number. Is it possible to have a save hook dynamically suggest the based on the number that actually appears in the subject of the email? Thank you, -- Joshua Smith Lead Systems Administrator WVNET Montani Semper Liberi

FCC-SAVE-HOOK with ~B

2012-08-19 Thread Marcelo Luiz de Laia
I try to set a fcc-save-hook to save all messages that math to: Cotacao or cotacao or Cotação or cotação or Cotaçao or Cotacão ... or Quotacao or quotacao or Quotação ... in any message fields (subject, body, to, cc, Ccc) to ~/Mail/Cotacao/Inbox I created the folders ~/Mail/Cotacao/Inbox I set

Re: Changing save-hook based on current folder

2012-07-10 Thread pants
Never mind, I figured out the problem myself. save-hook works fine inside of folder-hook after all :) pants.

Changing save-hook based on current folder

2012-07-09 Thread pants
Hello, I'd like to change the place that mutt saves messages to based on the folder that I'm currently in, like I do with 'set' commands within folder-hooks. However, it doesn't seem that I can use save-hooks in that way. Any help would be appreciated. Cheers, pants.

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Tim Gray
On Dec 09, 2011 at 12:05 AM +0100, Eric Smith wrote: But this will not match if the mail is From: foo and To: bar, baz You'll just need to add a couple more hooks to catch all the cases. It's really all explained in the manual. fcc-save-hook '~f foo ~C bar ~C baz&

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Eric Smith
> >What is the smartest way to specify this logic with an > >fcc-save-hook? > > If I understand correctly, the following should do it. It's a hook > that has all three recipients in the To: or CC: fields which sets > the fcc/save folder to 'project_folder',

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Tim Gray
On Dec 08, 2011 at 08:15 AM -0500, Tim Gray wrote: On Dec 08, 2011 at 12:08 PM +0100, Eric Smith wrote: Thanks Tim but the condition is AND not OR. All three addresses need to be present in random order in the To: or Oops. Just take that the |'s then. If you just place several search modifi

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Tim Gray
On Dec 08, 2011 at 10:39 PM +0100, Eric Smith wrote: So if it is a mail from one of three names and the other two names are in ~C (To: or Cc:), then it is a match. What is the smartest way to specify this logic with an fcc-save-hook? If I understand correctly, the following should do it. It&#

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Eric Smith
modifiers together, a logical AND is assumed. Thanks, but I still cannot find a pattern modifier that specifies So if it is a mail from one of three names and the other two names are in ~C (To: or Cc:), then it is a match. What is the smartest way to specify thi

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Tim Gray
On Dec 08, 2011 at 12:08 PM +0100, Eric Smith wrote: Thanks Tim but the condition is AND not OR. All three addresses need to be present in random order in the To: or Oops. Just take that the |'s then. If you just place several search modifiers together, a logical AND is assumed.

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Eric Smith
resses in > >the To: and Cc:, then I want to automatically save to a specific > >folder. > > Well, you can either string together a bunch of criteria with 'ors' > and use the ~C pattern: > > fcc-save-hook '~C name1 | ~C name2 | ~C name3' foler_n

Re: fcc-save-hook for multiple recipients

2011-12-05 Thread Tim Gray
~C pattern: fcc-save-hook '~C name1 | ~C name2 | ~C name3' foler_name or you can put all the addresses in a group and just use the %C pattern: fcc-save-hook '%C groupname' folder_name The first is probably more direct.

fcc-save-hook for multiple recipients

2011-12-05 Thread Eric Smith
If a sent or received mail has a certain list of email addresses in the To: and Cc:, then I want to automatically save to a specific folder. How would I implement this? -- - Eric Smith

patterns and fcc-save-hook

2011-08-08 Thread Hein Zelle
ally to my save_hook file. Is there a way to use patters to achieve this automatically? Here's roughly what I would write it in regexp language: fcc-save-hook "([a-z\.]+)@work.com" "=work/\1" That syntax probably doesn't fly with mutt (or does it), but you probably g

fcc-save-hook

2011-01-03 Thread Eric Smith
I have a script that generates entries into my hooks file as follows: fcc-save-hook "~t @swypeinc\.com | ~f @swypeinc\.com" +swypeinc.com Now this fails when the mail is cc'ed to me and the recipient entry appears *before* the sender's entry in the hooks file. This

Re: [SOLVED] Need a little help with save-hook

2009-05-26 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 srevilak> I found a way to get the behavior I was looking for: move srevilak> the save-hook into the individual folder hooks: kyle-mutt> Heh - I was just writing you a message saying precisely kyle-mutt> that. kyle-mutt> kyle-mutt

Re: [SOLVED] Need a little help with save-hook

2009-05-25 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Monday, May 25 at 08:43 AM, quoth Steve Revilak: >I found a way to get the behavior I was looking for: move the >save-hook into the individual folder hooks: Heh - I was just writing you a message saying precisely that. The reason is becau

[SOLVED] Need a little help with save-hook

2009-05-25 Thread Steve Revilak
the IMAP account where I'd like to have the save > folder on the IMAP server. > >folder-hook imaps://m...@mail.example.com \ > 'set folder=imaps://m...@mail.example.com/; \ > set record=imaps://m...@mail.example.com/messages; \ > set smtp_url=s

Need a little help with save-hook

2009-05-24 Thread Steve Revilak
.@mail.example.com \ 'set folder=imaps://m...@mail.example.com/; \ set record=imaps://m...@mail.example.com/messages; \ set smtp_url=smtp://m...@mail.example.com; \ set from= ...; \ set pgp_sign_as=...' Finally, I have one save hook: save-hook . =messages Th

Re: save-hook does not save in the right location?

2008-01-14 Thread Rocco Rutte
Hi, * Jörg Sommer wrote: Corsair <[EMAIL PROTECTED]> wrote: So there's no way to do it (without a external mail filter) when mails from mailing lists and other mails are mixed in a folder? From /usr/share/doc/mutt/manual.txt.gz: 12. Using Multiple spool mailboxes Usage: mbox-hook [

Re: save-hook does not save in the right location?

2008-01-11 Thread Jörg Sommer
Hallo Corsair, Corsair <[EMAIL PROTECTED]> wrote: > On Thu, Jan 10, 2008 at 01:31:41PM +0100, Rocco Rutte wrote: >> If you want to move read mail to ~/read-mail and ~/read-lists, you can do >> something like this: >> >> folder-hook . 'set mbox=~/read-mail' >> folder-hook =lists 'set mbox=~/re

Re: save-hook does not save in the right location?

2008-01-10 Thread Corsair
On Thu, Jan 10, 2008 at 04:55:21PM +0100, Rocco Rutte wrote: > > If they're in one folder, there're two more options. 1) You use a macro to > move messages or 2) use folder-hooks that move messages when you enter the > folder. > > For 1) you'd need to hit a single key, 2) would be automatic but h

Re: save-hook does not save in the right location?

2008-01-10 Thread Rocco Rutte
Hi, * Corsair wrote: On Thu, Jan 10, 2008 at 01:31:41PM +0100, Rocco Rutte wrote: If you want to move read mail to ~/read-mail and ~/read-lists, you can do something like this: folder-hook . 'set mbox=~/read-mail' folder-hook =lists 'set mbox=~/read-lists' The first makes sure that f

Re: save-hook does not save in the right location?

2008-01-10 Thread Corsair
On Thu, Jan 10, 2008 at 01:31:41PM +0100, Rocco Rutte wrote: > > Your mixing up two different concepts: 1) $mbox is an archive for read mail > and 2) save-hook let's you tune what folder mutt suggests when you ask it > to save a message (hit 's'). Sorry... It'

Re: save-hook does not save in the right location?

2008-01-10 Thread Rocco Rutte
Hi, * Corsair wrote: And of course, I do have subscribed some mailing lists in the .muttrc. But the save-hook above seems not to work. When I change mailbox from the spool or quit Mutt, all read mails just move to "mbox". How should I setup Mutt so that mails from mailing lists aut

save-hook does not save in the right location?

2008-01-10 Thread Corsair
t to save all the mails from mailing lists to the box "lists" after read, so I have a save-hook setting: save-hook "~l" =lists And of course, I do have subscribed some mailing lists in the .muttrc. But the save-hook above seems not to work. When I change mailbox from the spo

fcc-save-hook and ignoring cc:

2007-04-24 Thread Eric Smith
I prefer to use a combined fcc and save hook. These are automatically generated whenever I create a new contact. However, with the Fcc: part, when it sees a Cc address, this over-rules the To: address so the mail is saved in the folder matching the rule of the Cc: address. *Not* at all what I

Re: save-hook-list

2002-08-17 Thread Sven Guckes
" from within. sounds fine. so, developers, how about a save-hook-list command? Sven

Re: save-hook - ~h vs ~C -> patterns

2002-06-05 Thread Sven Guckes
* Adam Fields <[EMAIL PROTECTED]> [2002-06-05 19:25]: > Actually, I've discovered that it is possible to set up a save-hook > with a "To:" (or any header) match, using a pattern. Something like: > > save-hook "~h mutt-users@\\.mutt\\.org" =mutt-users &

Re: save-hook command problems in .muttrc

2002-05-14 Thread munk
On Tue, May 14, 2002 at 11:41:28AM +0200, Martin Karlsson wrote: > Hmm. I'm not sure it works that way. Look for something specific in > the mail (just like when writing a procmail recipe). I have: > > save-hook "~h owner-mutt-users" +s.mutt-users > save-hook &qu

Re: save-hook command problems in .muttrc - pattern required

2002-05-14 Thread Cedric Duval
* Sven Guckes <[EMAIL PROTECTED]> [05/14/02 06:02]: > * munk <[EMAIL PROTECTED]> [2002-05-13 23:14]: > > I'm having trouble getting the 'save-hook' command > > to work properly in my .muttrc file. > > The current settings I have look as fol

Re: save-hook command problems in .muttrc

2002-05-14 Thread Martin Karlsson
* munk <[EMAIL PROTECTED]> [2002-05-14 00.12 +0100]: > Hi, Hello! > I'm having trouble getting the 'save-hook' command to work properly in my .muttrc >file. > > The current settings I have look as follows: > > save-hook mutt +mutt-users-li

Re: save-hook command problems in .muttrc - pattern required

2002-05-13 Thread Sven Guckes
* munk <[EMAIL PROTECTED]> [2002-05-13 23:14]: > I'm having trouble getting the 'save-hook' command > to work properly in my .muttrc file. > The current settings I have look as follows: > > save-hook mutt +mutt-users-list > save-hook bugtraq +bugtraq-li

save-hook command problems in .muttrc

2002-05-13 Thread munk
Hi, I'm having trouble getting the 'save-hook' command to work properly in my .muttrc file. The current settings I have look as follows: save-hook mutt +mutt-users-list save-hook bugtraq +bugtraq-list but whenever I press 's' to save a mail that includ

fcc-save-hook settings

2002-02-06 Thread David T-G
Hi, all -- I have some hooks that set the fcc to a particular directory so that folks from one location (church or work or school or whatnot) are stored in their own directory. They look, for instance, like fcc-save-hook 'pattern|dave|pattern' =D.D/dir1/%_%O fcc-save-hook &#

Re: fcc-save-hook

2002-01-11 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 11-01-02 at 11:20 * Nick Wilson said > Hi I've put this line in my rc file. > > fcc-save-hook . Outbox/%O > > and I'm getting an error when starting mutt, 'variable not found' > and i can'

fcc-save-hook

2002-01-11 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I've put this line in my rc file. fcc-save-hook . Outbox/%O and I'm getting an error when starting mutt, 'variable not found' and i can't find it in the manual. er, help? - -- Nick Wilson Tel:+45 3325 0

save-hook on Reply-To:

2002-01-05 Thread Volker Moell
saving ("s") this mail, mutt's proposition is Save to mailbox ('?' for list): =foobar But I have a save-hook 'foobar@' "=friends/foo_bar" so I expected to save the mail to "=friends/foo_bar", not to "=foobar". Ok, the man pa

Re: This save-hook never works

2001-12-27 Thread David T-G
Rene -- ...and then Rene Clerc said... % % * Charles Jie <[EMAIL PROTECTED]> [27-12-2001 05:32]: % % | I've tried to auto-move all messages To: or CC: to % ^ % % Aargh, I'm reading too fast! Use David's solution instead of mine % (that is, try procmail first, mbox-hook

Re: This save-hook never works

2001-12-27 Thread René Clerc
* Charles Jie <[EMAIL PROTECTED]> [27-12-2001 05:32]: | I've tried to auto-move all messages To: or CC: to ^ Aargh, I'm reading too fast! Use David's solution instead of mine (that is, try procmail first, mbox-hook afterwards!) Bye, -- René Clerc -

Re: This save-hook never works

2001-12-27 Thread David T-G
Charlie -- ...and then Charles Jie said... % % Hi, Hello! % % I've tried to auto-move all messages To: or CC: to [EMAIL PROTECTED] into a mailbox =mutt. But the following trial failed: % % save-hook "~C mutt-users" +mutt % % or % % save-hook ~Cmutt-users +mutt If y

Re: This save-hook never works

2001-12-27 Thread René Clerc
* Charles Jie <[EMAIL PROTECTED]> [27-12-2001 05:32]: | I've tried to auto-move all messages To: or CC: to | [EMAIL PROTECTED] into a mailbox =mutt. But the following trial | failed: | | save-hook "~C mutt-users" +mutt | | or | | save-hook ~Cmutt-users +mutt My muttrc

This save-hook never works

2001-12-26 Thread Charles Jie
Hi, I've tried to auto-move all messages To: or CC: to [EMAIL PROTECTED] into a mailbox =mutt. But the following trial failed: save-hook "~C mutt-users" +mutt or save-hook ~Cmutt-users +mutt Does ~C not work in save-hook? I didn't find enough info about save-hook. It

Re: fcc-save-hook

2001-12-17 Thread David T-G
Munish -- ...and then Munish Chopra said... % % On Mon, Dec 17, 2001 at 08:26:06AM -0500, David T-G wrote: % > % > Cedric Duval has a trash-folder patch that provides recycle-bin-like % > recovery functionality that you might find interesting. ... % % No, actually I think that's exactly what I

Re: fcc-save-hook

2001-12-17 Thread Munish Chopra
On Mon, Dec 17, 2001 at 08:26:06AM -0500, David T-G wrote: > > % > % While I'm at it, is there some kind of hook for moving deleted mail > % around? I know, I didn't check this time...so pointers are welcome! > > Um, how do you mean? Once it's deleted, it's gone, so there isn't much > to move

Re: fcc-save-hook

2001-12-17 Thread David T-G
Munish -- ...and then Munish Chopra said... % % On Mon, Dec 17, 2001 at 08:12:08AM -0500, David T-G wrote: % > % % > % fcc-save-hook . +sent-mail/sent-mail-`date +%d-%b-%Y` % > % % > % ...which sends all my outgoing mail to % > % ~/Mail/sent-mail/sent-mail-[day-month-year] % &

Re: fcc-save-hook

2001-12-17 Thread Munish Chopra
On Mon, Dec 17, 2001 at 08:12:08AM -0500, David T-G wrote: > % > % fcc-save-hook . +sent-mail/sent-mail-`date +%d-%b-%Y` > % > % ...which sends all my outgoing mail to > % ~/Mail/sent-mail/sent-mail-[day-month-year] > > Man, that must play hell with your sorting :-) Why n

Re: fcc-save-hook

2001-12-17 Thread David T-G
Munish -- ...and then Munish Chopra said... % % Hi, Hello! % % I couldn't find too much helpful stuff through google or the archives, % so here goes... At least you looked first; thanks! :-) % % I'm trying to construct a fcc-save-hook thingamajig that will save all % outgoing

fcc-save-hook

2001-12-17 Thread Munish Chopra
Hi, I couldn't find too much helpful stuff through google or the archives, so here goes... I'm trying to construct a fcc-save-hook thingamajig that will save all outgoing mail into a file, except for mail sent to certain lists etc. Right now I have: fcc-save-hook . +sent-mail/sent-

save-hook limitation

2001-10-21 Thread Prasath Thangaraj
Hi all, I want to specify save-hook based on a particular value in the subject field say CSCdv12334. I want mutt to specify CSCdv12334 as the file name when I choose to save this mail. I tried the following, based on my little knowledge of extended regular expressions. In ERE \1 refers to

Still can't get folder-hook, save-hook right...

2001-09-13 Thread Peter Lavender
't get it to do it. I have a default save-hook . =sent, with a folder-hook latter on. Also, I can't get the REply-to field right for this folder either.. which is a real pain. My hooks etc follow: # Setup the rest as defaults. folder-hook .set signature=~/.signature folder-hook .

default_hook and fcc-save-hook incompatible?

2001-08-17 Thread Jean-Sebastien Morisset
msg.pgp

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
On 010813, at 10:50:53, Andrei Zmievski wrote > > Perhaps 'save-hook . =people/%u' or 'save-hook !~l =people/%u' will > > do what you want. > > It works but it disables all other save-hooks I have. For example: > > save-hook . =people/%u > save-ho

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

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/j

Re: Default save-hook

2001-08-13 Thread David T-G
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 !~l =people/%u' will % : do what you want. % % Is '%u' documented in the Mutt

Re: Default save-hook

2001-08-13 Thread Eugene Lee
=joeman". What I want it to be is : > "=people/joeman".. : : Perhaps 'save-hook . =people/%u' or 'save-hook !~l =people/%u' will : do what you want. Is '%u' documented in the Mutt 1.2.5 docs as a valid save-hook sequence? -- Eugene Lee [EMAIL PROTECTED]

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".. Perh

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 t

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 [

fcc-save-hook selection...

2001-08-09 Thread Jean-Sebastien Morisset
I use quite a few fcc-save-hooks (in mutt v1.2.5), and I've noticed something which makes them almost useless now. The Fcc: seems to be set according to the first sequential address match. This would be fine if mutt compared the fcc-save-hook to the To: field first, but it seems to conside

Re: regexps in fcc-hook, save-hook

2001-06-27 Thread John Arundel
On 2001-06-26 at 16:59:35, Zane Crawford warbled: > What I'm trying to do, is make it such that by default, if no other rule > defines how something will be saved, that it offers USER (from > [EMAIL PROTECTED]) as the folder name. Thanks! But this is the default behaviour anyway, isn't it? Back

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: Save Hook Problem

2001-05-08 Thread Dale Morris
Lawrence Mitchell [[EMAIL PROTECTED]] wrote: > fcc-hook '~t mutt-users' =muttsent > the fcc-save-hook is if you want the save-hook and the fcc­hook to be the same > for a particular pattern, saves on typing. That might be your problem. > hope that helps thanks, I'll give it try.

Re: Save Hook Problem

2001-05-08 Thread Lawrence Mitchell
* On [010508 06:29] Dale Morris <[EMAIL PROTECTED]> wrote: > [...]But I'm having a hard time > getting mutt to put a copy of the message *I've sent* to the > list in my =out mailbox. Here's what I have in my .muttrc > thus far: > > save-hook '~C m

Save Hook Problem

2001-05-07 Thread Dale Morris
I have in my .muttrc thus far: save-hook '~C mutt-users' =support fcc-save-hook '~C mutt-users' =out save-hook ~l =%Osave-hook send-hook ~l 'push f^U I'm using 1.3.15i version of mutt.

Save hook for multiple To: From: addressees/senders

2001-05-05 Thread Rod Pike
Greetings, Is there an easy way to define a save hook for multiple people on either the To:/Cc: or From: list? I'd like to save all the mail from family members for example in one folder. Right now I'm doing the following save-hook '(~f brother|\ ~C brother|\

Re: debian-user save hook

2001-05-02 Thread Igor Pruchanskiy
cribed lists with a single command? > > > > subscribe mutt-users@ > > fcc-save-hook '~C mutt-users' =mutt-users > What does '~C mean here? I want to save messages from from > +debian-user mailbox to a +support mailbox > > subscribe debian@ > fcc

RE: debian-user save hook

2001-05-02 Thread George Wright
see http://www.mutt.org/doc/manual/manual-4.html#ss4.2 Good stuff! HTH, George > -Original Message- > From: Dale Morris [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 01, 2001 11:17 PM > To: [EMAIL PROTECTED] > Subject: Re: debian-user save hook > > > &

Re: debian-user save hook

2001-05-02 Thread Dale Morris
> I do it like this in my muttrc, is there a better way, maybe one > that works for all subscribed lists with a single command? > > subscribe mutt-users@ > fcc-save-hook '~C mutt-users' =mutt-users What does '~C mean here? I want to save messages from

Re: debian-user save hook

2001-04-30 Thread Lars Hecking
> I do it like this in my muttrc, is there a better way, maybe one > that works for all subscribed lists with a single command? > > subscribe mutt-users@ > fcc-save-hook '~C mutt-users' =mutt-users > > subscribe sawfish@ > fcc-save-hook '~C sawfis

Re: debian-user save hook

2001-04-30 Thread Sam Roberts
Quoting Dale Morris <[EMAIL PROTECTED]>, who wrote: > I'm very pleased with mutt, it's a great program. > Particularly the way it handles high volumes of mail. One > question though: > How do I set up a save hook for the debian-user list so that > it will save

debian-user save hook

2001-04-30 Thread Dale Morris
I'm very pleased with mutt, it's a great program. Particularly the way it handles high volumes of mail. One question though: How do I set up a save hook for the debian-user list so that it will save selected messages to a +support mailbox? I tried the from [EMAIL PROTECTED] and that do

Re: Save-hook inside a folder-hook

2001-03-24 Thread Duke Normandin
On Sat, Mar 24, 2001 at 12:14:55AM -0800, Gary Johnson wrote: > On Fri, Mar 23, 2001 at 05:56:41PM -0700, Duke Normandin wrote: > > I have the following that doesn't work: > > > > folder-hook "IN.mutt" 'save-hook * =mutt' > > > > Whe

Re: Save-hook inside a folder-hook

2001-03-23 Thread Gary Johnson
On Fri, Mar 23, 2001 at 05:56:41PM -0700, Duke Normandin wrote: > I have the following that doesn't work: > > folder-hook "IN.mutt" 'save-hook * =mutt' > > When I'm reading "IN.mutt" and go to save a message, "IN.mutt" keeps >

Save-hook inside a folder-hook

2001-03-23 Thread Duke Normandin
I have the following that doesn't work: folder-hook "IN.mutt" 'save-hook * =mutt' When I'm reading "IN.mutt" and go to save a message, "IN.mutt" keeps coming up as the default for that folder. Any ideas? Tia.. -- -duke Calgary, Alberta, Canada

Re: save-hook question

2001-01-13 Thread Okan Demirmen - mutt
n Demirmen - mutt wrote: > > newbie-type: some patience required, unless stupidity is too obvious... > > > > can a save-hook have a regex in it?...if so, i might be totally clueless... > > > > i am trying to save mail to folders, whose names are based on a mailing

save-hook question

2001-01-12 Thread Okan Demirmen - mutt
newbie-type: some patience required, unless stupidity is too obvious... can a save-hook have a regex in it?...if so, i might be totally clueless... i am trying to save mail to folders, whose names are based on a mailing list...wihtout creating a save-hook for every single mailing list i

turning save-hook into fcc-save-hook

2000-11-30 Thread Lance Simmons
Awhile ago, someone posted an extremely helpful save-hook: save-hook . "+%(%Y%m)/%a" # Save mails to date-received/user@host I'd like to turn that into an fcc-save-hook, but fcc doesn't work right. I'm missing something obvious, but

Re: save-hook for not just the sender?

2000-10-26 Thread Mikko Hänninen
Peter Pentchev <[EMAIL PROTECTED]> wrote on Thu, 26 Oct 2000: > Is there a way to do something similar to save-hook, but use an expression > similar to the one used in tagging? Something like "~h owner-freebsd-bugs" > or "~s BUGTRAQ"? Did you actually try this

RE: save-hook for not just the sender?

2000-10-26 Thread Suresh Ramasubramanian
> Is there a way to do something similar to save-hook, but use an expression > similar to the one used in tagging? Something like "~h owner-freebsd-bugs" > or "~s BUGTRAQ"? Yeah - it's called 'procmail'. -suresh

save-hook for not just the sender?

2000-10-26 Thread Peter Pentchev
Alright, sorry if this is an FAQ; but I did not seem to find anything about this in either the manual or the mailing list archives. I'm using mutt-1.2.5i. save-hook works perfectly alright, when filtering by the sender's address; however, I want to filter by something more than tha

Re: save-hook drama

2000-10-23 Thread Darrin Mison
Interestingly enough all of these work. I don't remember where I got the syntax from. save-hook ~t\\SECURITYPORTAL =security_portal save-hook ~t\\science-text =tips save-hook ~t\\science-html =tips save-hook ~s\\H-GEN =humbug save-hook ~s\\H-CHAT =humbug save-hook ~s\\H-ANNOUNCE =humbug

Re: save-hook drama

2000-10-23 Thread Mikko Hänninen
Darrin Mison <[EMAIL PROTECTED]> wrote on Sat, 21 Oct 2000: > I can't figure out for the life of me why this doesn't work > > save-hook ~s\\fm-news =freshmeat_list It's supposed to be: save-hook '~s fm-news' =freshmeat_list Or at least, that'

Re: save-hook drama

2000-10-23 Thread Michael Tatge
Darrin Mison muttered: > I can't figure out for the life of me why this doesn't work > > save-hook ~s\\fm-news =freshmeat_list ^^ This would refer to a litaral '\' which is not in the header you quoted. > Subject: [fm-news] newsletter for Friday, Oc

Re: save-hook drama

2000-10-23 Thread David T-G
Darrin -- ...and then Darrin Mison said... % I can't figure out for the life of me why this doesn't work % % save-hook ~s\\fm-news =freshmeat_list What's with the \\ in your expression? It seems to me that that will match the literal expression \fm-news which doesn'

Re: save-hook drama

2000-10-23 Thread Tommi Komulainen
On Sat, Oct 21, 2000 at 03:00:09PM +1000, Darrin Mison wrote: > I can't figure out for the life of me why this doesn't work > > save-hook ~s\\fm-news =freshmeat_list > > >Subject: [fm-news] newsletter for Friday, October 20th Maybe because there is no '\fm-news

Re: save-hook drama

2000-10-23 Thread Brendan Cully
On Saturday, 21 October 2000 at 15:00, Darrin Mison wrote: > I can't figure out for the life of me why this doesn't work > > save-hook ~s\\fm-news =freshmeat_list > > Mutt refuses to save in the mbox 'freshmeat_list' but instead only 'noreply' &g

Re: save-hook drama

2000-10-23 Thread Harold Oga
On Sat, Oct 21, 2000 at 03:00:09PM +1000, Darrin Mison wrote: >I can't figure out for the life of me why this doesn't work > >save-hook ~s\\fm-news =freshmeat_list > >Mutt refuses to save in the mbox 'freshmeat_list' but instead only 'noreply' >M

save-hook drama

2000-10-23 Thread Darrin Mison
I can't figure out for the life of me why this doesn't work save-hook ~s\\fm-news =freshmeat_list Mutt refuses to save in the mbox 'freshmeat_list' but instead only 'noreply' Message headers below... >To: [EMAIL PROTECTED] >From: freshmeat daemon <[EMAIL

Re: save-hook works, but...

2000-09-14 Thread Mikko Hänninen
Dean Luick <[EMAIL PROTECTED]> wrote on Thu, 14 Sep 2000: > Save to mailbox ('?' for list): =work > > This is what I'm expecting. However, when I hit return to actually save, > the line clears and nothing happens -- as if I aborted the save. > Yet when I hit -J instead of return, it accept

save-hook works, but...

2000-09-14 Thread Dean Luick
Hi, I'm running mutt 1.2.5 and I have something really odd. I have two save hooks: save-hook sgi.com =work save-hook cray.com =work My intention is to have mail from those addresses default to my work mailbox. When I hit 's' I get the following at the botto

save-hook

2000-07-28 Thread Johannes Zellner
Hello, I've: save-hook . '' .. some more save-hooks here ... save-hook '~s .*\[incr\ Tcl\].*' +itcl how should the first line look like so that I don't get itcl as default hook ? -- Johannes

Re: save-hook not working

2000-07-19 Thread Michael Tatge
il addresses, and now my save-hook's > don't work. > 15 sL Jul 18 David T-G[davidtg ] pgp_encrypt_self with 1.2.4 and g > > 17 F Jul 19 To mutt-users@mu [mutt-user] index_format %F and "sent" mailbo > > save-hook mutt-users =Mutt-users > >

Re: save-hook not working

2000-07-19 Thread Mikko Hänninen
Hardy Merrill <[EMAIL PROTECTED]> wrote on Wed, 19 Jul 2000: > Here is my mutt-users save-hook: > > save-hook mutt-users =Mutt-users This won't work, because if you don't supply a regexp with a Mutt pattern operator, the $default_hook gets used -- which will match the

  1   2   >