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

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

2001-08-27 Thread Suresh Ramasubramanian
Anand Buddhdev mutt [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

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

2001-08-27 Thread Suresh Ramasubramanian
Anand Buddhdev mutt [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

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]

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.

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. backwards,

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 line in

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 folder-hook

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 M-g /fooCRcwbarEsc 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

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