Re: reminder for missing attachment

2009-01-16 Thread bill lam
On Fri, 16 Jan 2009, Christian Brabandt wrote: > ¹ http://wiki.mutt.org/?ConfigTricks/CheckAttach > ² http://mako.cc/projects/attachcheck/README.html On second thought, there is an issue because the message may be in quote-printable or base64 encoding, it has to be decoded before grep for the word

Re: message-hook in index mode?

2009-01-16 Thread Gary Johnson
On 2009-01-17, Cameron Simpson wrote: > I'm currently playing with this: > > folder-hook . 'macro index,pager d > "+ham" "archive message" > folder-hook . 'save-hook . "$DELETE_FOLDER"' > folder-hook '^=me$' 'save-hook "~s ^LogWatch" "+bos-reports"' > > This should load up a sequen

Re: message-hook in index mode?

2009-01-16 Thread Cameron Simpson
On 15Jan2009 16:45, Gary Johnson wrote: | On 2009-01-16, Cameron Simpson wrote: | > I would like to do some per-message pattern matching using a hook | > to adjust a macro on a per-message basis. | > | > My mail filer delivers messages I need to see and (possibly) read to my | > "=me" mailbox. I

Re: need help with editor syntax

2009-01-16 Thread Gary Johnson
On 2009-01-16, Asif Iqbal wrote: > Hi > > my editor is setup like this > > set editor='vim + -c "set textwidth=72" -c "set wrap" -c "set nocp" -c > "?^$" -c "g/.\+-- $/normal d}"' > > Every time I try to compose an email I get this warning > > "~/Maildir/tmp/mutt-qmail-22249-22" 14L, 301C > E4

need help with editor syntax

2009-01-16 Thread Asif Iqbal
Hi my editor is setup like this set editor='vim + -c "set textwidth=72" -c "set wrap" -c "set nocp" -c "?^$" -c "g/.\+-- $/normal d}"' Every time I try to compose an email I get this warning "~/Maildir/tmp/mutt-qmail-22249-22" 14L, 301C E486: Pattern not found: .\+-- $ Press ENTER or type comma

Re: reminder for missing attachment

2009-01-16 Thread Grant Edwards
On 2009-01-16, Christian Ebert wrote: > * bill lam on Friday, January 16, 2009 at 14:27:43 +0800 >> Some other email clients should already have this plugin. If the email >> body contains words like: attach(ed) or attachment(s), it will issue a >> warning if no attachment is added when sending. H

Re: reminder for missing attachment

2009-01-16 Thread bill lam
On Fri, 16 Jan 2009, Christian Brabandt wrote: > I have seen several solutions for that. One is mentioned at the wiki¹, > ¹ http://wiki.mutt.org/?ConfigTricks/CheckAttach Thank everyone for help. I finally modify this checkattach to my need. Yes it needs the 5MB zenity, not sure why that is so b

Re: reminder for missing attachment

2009-01-16 Thread Christian Brabandt
Hi bill! On Fri, 16 Jan 2009, bill lam wrote: > Some other email clients should already have this plugin. If the email > body contains words like: attach(ed) or attachment(s), it will issue a > warning if no attachment is added when sending. How to implement this > in mutt? You can set your sen

Re: reminder for missing attachment

2009-01-16 Thread Rado S
=- Anders Rayner-Karlsson wrote on Fri 16.Jan'09 at 8:08:54 +0100 -= > > If the email body contains words like: attach(ed) or > > attachment(s), it will issue a warning if no attachment is added > > when sending. How to implement this in mutt? > > If you get something working, I'd be interested

Re: reminder for missing attachment

2009-01-16 Thread Christian Ebert
* bill lam on Friday, January 16, 2009 at 14:27:43 +0800 > Some other email clients should already have this plugin. If the email > body contains words like: attach(ed) or attachment(s), it will issue a > warning if no attachment is added when sending. How to implement this > in mutt? In a rudime