can't seem to get folder-hook to work

2001-08-27 Thread Anand Buddhdev
I'm using mutt 1.2.5i I have the following in my .muttrc: save-hook . =read send-hook . my_hdr From: [EMAIL PROTECTED] folder-hook . 'set sort=date-received record==sent ; my_hdr From: [EMAIL PROTECTED]' folder-hook hostmaster 'unmy_hdr from ; my_hdr From: [EMAIL PROTECTED] ; set record==hostma

Re: can't seem to get folder-hook to work

2001-08-27 Thread Suresh Ramasubramanian
Anand Buddhdev [27/08/01 16:35 +0200]: > save-hook . =read > send-hook . my_hdr From: [EMAIL PROTECTED] > folder-hook . 'set sort=date-received record==sent ; my_hdr From: > [EMAIL PROTECTED]' > folder-hook hostmaster 'unmy_hdr from ; my_hdr From: > [EMAIL PROTECTED] ; set record==hostmaster.sent

Re: can't seem to get folder-hook to work

2001-08-27 Thread Anand Buddhdev
On Mon, Aug 27, 2001 at 08:14:09PM +0530, Suresh Ramasubramanian wrote: The manual says that the unmy_hdr command is case-insensitive. Anyway, I tried it with a capital 'F', and it still didn't work. > > save-hook . =read > > send-hook . my_hdr From: [EMAIL PROTECTED] > > folder-hook . 'set sort

Re: can't seem to get folder-hook to work

2001-08-27 Thread Suresh Ramasubramanian
Anand Buddhdev [27/08/01 16:55 +0200]: > On Mon, Aug 27, 2001 at 08:14:09PM +0530, Suresh Ramasubramanian wrote: > The manual says that the unmy_hdr command is case-insensitive. Anyway, I > tried it with a capital 'F', and it still didn't work. Putting the folder hook commands into separate li

Re: can't seem to get folder-hook to work

2001-08-27 Thread Anand Buddhdev
On Mon, Aug 27, 2001 at 08:33:29PM +0530, Suresh Ramasubramanian wrote: Tried separate lines too - doesn't work: save-hook . =read send-hook . my_hdr From: [EMAIL PROTECTED] folder-hook . set sort=date-received folder-hook . set record==sent folder-hook . my_hdr From: [EMAIL PROTECTED] folder-

input field editing

2001-08-27 Thread Jeff E. Kinzli
Hi, Perhaps it's an unwritten feature, but if not I think it would help to have it - that is, when editing an input field (like subject, Cc:, To:, etc.) it would be nice to be able to non-destructively jump backwards by a word instead of one character at a time. CTRL+W will kill words backwards,

auto delete messages after n days?

2001-08-27 Thread Bill Lovett
Hello! I'm rather new to Mutt, and could use some help figuring out what seems to me like a tricky operation. I'd like to be able to delete all the messages from an mbox that are n days old *and* are not part of a discussion thread. This would make it easier to prune away dead-end messages. Ha

Lines and Content-Length in edited messages?

2001-08-27 Thread Louis LeBlanc
Hey folks. Just a quick question that might be easier answered by someone who has had his fingers in the Mutt code. BTW, I am using IMAP, not mbox. I noticed that when I edit a message in my mailbox (for the purpose of manual threading, adding a Lines header, etc.) mutt drops any Content-Length

Re: auto_delete

2001-08-27 Thread Vineet Kumar
* Jean-Sebastien Morisset ([EMAIL PROTECTED]) [010822 12:03]: > On Wed, Aug 22, 2001 at 07:56:34PM +0200, Azzazel wrote: > > Hi, > > > > How can I set mutt to automaticly delete everything after "-- " > > [dash dash space]. It's very usefull when replying a message to > > yahoogroups (their adds

Re: input field editing

2001-08-27 Thread Will Yardley
Jeff E. Kinzli wrote: > Perhaps it's an unwritten feature, but if not I think it would help to > have it - that is, when editing an input field (like subject, Cc:, > To:, etc.) it would be nice to be able to non-destructively jump > backwards by a word instead of one character at a time. backward

Stripping out signatures, etc.

2001-08-27 Thread Jean-Sebastien Morisset
A while back, someone asked how to strip out signatures, etc. I posted a little script which I've since improved. The included awk script can be easily modified to include different types of signatures (advertisements, etc.). Here's the script in cace anyone's interested. Just change your editor

[OT] deleting quoted signature with vim [was: auto_delete]

2001-08-27 Thread Cedric Duval
* Vineet Kumar <[EMAIL PROTECTED]> [08/27/01 11:50]: > or how about this? > set editor="vim '+/^> -- $/,/^-- $/-d'" > > Looks to me like that should delete everything between the quoted > signature and my signature on starting vim. I guess it would poop out, > though, if there is no quoted sigdash

Re: can't seem to get folder-hook to work

2001-08-27 Thread Brian Salter-Duke
On Mon, Aug 27, 2001 at 05:16:45PM +0200, Anand Buddhdev wrote: > On Mon, Aug 27, 2001 at 08:33:29PM +0530, Suresh Ramasubramanian wrote: > > Tried separate lines too - doesn't work: > > save-hook . =read > send-hook . my_hdr From: [EMAIL PROTECTED] > folder-hook . set sort=date-received > folde

Re: can't seem to get folder-hook to work

2001-08-27 Thread Anand Buddhdev
On Tue, Aug 28, 2001 at 06:50:26AM +0930, Brian Salter-Duke wrote: Still doesn't work. It's starting to look like a bug to me, unless I've missed something. Any more suggestions anyone? Developers? It's mutt 1.2.5i. > On Mon, Aug 27, 2001 at 05:16:45PM +0200, Anand Buddhdev wrote: > > On Mon, Au

Solved: Re: Using mapping to augment hjkl

2001-08-27 Thread Jeff Turner
Here's Piet Delport's excellent explanation for why mapping the meta (alt) key, like this: :map /foocwbar sometimes doesn't work. Thanks! --Jeff - Forwarded message from Piet Delport <[EMAIL PROTECTED]> - Date: Fri, 24 Aug 2001 20:59:58 +0200 From: Piet Delport <[EMAIL PROTECTED]>

Re: can't seem to get folder-hook to work

2001-08-27 Thread Mike Gant
Perhaps you need to distinguish between 'from' and 'from:'. 'from' w/o the colon isn't a real message header, sometimes called the Unix header, nonetheless it is there and I believe mutt will treat it as "real" message header. Try this line: folder-hook hostmaster unmy_hdr from: On Tue, Aug 28,

Re: can't seem to get folder-hook to work

2001-08-27 Thread Aaron Schrab
At 16:35 +0200 27 Aug 2001, Anand Buddhdev <[EMAIL PROTECTED]> wrote: > send-hook . my_hdr From: [EMAIL PROTECTED] > folder-hook . 'set sort=date-received record==sent ; my_hdr From: [EMAIL PROTECTED]' > folder-hook hostmaster 'unmy_hdr from ; my_hdr From: [EMAIL PROTECTED] ; set >record==hostmas