Re: quoting reply

2000-04-02 Thread David T-G
Vincent, et al -- ...and then Vincent Lefevre said... % On Thu, Mar 30, 2000 at 20:21:56 +0100, Lars Hecking wrote: % > The manual says: % > % > ... You are strongly encouraged not to % > change this value, as it tends to agitate the more fanatical netizens. % > ... % % IMHO, the indent_stri

Stale tmp files from mutt on FreeBSD

2000-04-02 Thread Rahul Siddharthan
Hi, The pager in Mutt 1.0.1i seems to leave behind stale tmp files on FreeBSD 3.4-stable. This happens whether I make/install the FreeBSD "port" or directly compile from source. It doesn't happen on linux. The files look like mutt-theory1-* and aren't cleaned up after I quit mutt. They contain c

Automated monthly sorting of mail

2000-04-02 Thread Chris Gushue
After getting some tips from here (last year sometime), I finally completed my automation of sorting mail into monthly folders. It's using a combination of procmail (someone in here supplied the procmailrc settings, speak up if it was you - I forget who it was) and a shell script. All of my Mutt s

Re: gpg - .muttrc vs. .mutt.personal

2000-04-02 Thread Michael Tatge
On Sun, Apr 02, 2000 at 07:07:58AM +0200, Michal Hajek wrote: > Hello, can anyone please help to solve this problem : > I have in my .muttrc > set pgp-autosign > source .mutt.personal > > but, I would like for some people, who wish not to receive signed mail, > to have > unset pgp-autosign.

Re: Specifiying directory to save attachments.

2000-04-02 Thread John P. Verel
Thanks, Jim and Mikko. I'll report back..with success, I'm sure :) John On 04/02/00, 02:00:27PM +0300, Mikko Hänninen wrote: > Jim Toth <[EMAIL PROTECTED]> wrote on Sun, 02 Apr 2000: > > macro attach s S^A~/mutt/RTFM/ > > This could also be re-written as > > macro attach s ~/mutt/RTFM/ > >

Re: gpg - .muttrc vs. .mutt.personal

2000-04-02 Thread Michael Tatge
Hi! On Sun, Apr 02, 2000 at 07:07:58AM +0200, Michal Hajek wrote: > Hello, can anyone please help to solve this problem : > I have in my .muttrc > set pgp-autosign > source .mutt.personal > > I have put send-hook this.peoplewhodontlikesig'[EMAIL PROTECTED] "unset > pgp-autosign" > But, this seem

Re: Specifiying directory to save attachments.

2000-04-02 Thread Mikko Hänninen
Jim Toth <[EMAIL PROTECTED]> wrote on Sun, 02 Apr 2000: > macro attach s S^A~/mutt/RTFM/ This could also be re-written as macro attach s ~/mutt/RTFM/ ... which wouldn't require the extra S binding, and would be portable regardless of the key-bindings actually. It's also a bit more readable,