ignoring backup-inbox in !mailboxes watch

2001-02-06 Thread Jason Helfman
I am using Procmail to copy all incoming messages to a mbox file called backup-inbox, however I don't want it to be watched for incoming mail in my mailboxes clarification. Is their a way to accomplish this via command line in my mutt settings? mailboxes ! `echo $HOME/Mail/*` -- /Jason G

Re: ignoring backup-inbox in !mailboxes watch

2001-02-06 Thread Conor Daly
On Tue, Feb 06, 2001 at 12:33:08AM -0800 or so it is rumoured hereabouts, Jason Helfman thought: I am using Procmail to copy all incoming messages to a mbox file called backup-inbox, however I don't want it to be watched for incoming mail in my mailboxes clarification. Is their a way to

Re: ignoring backup-inbox in !mailboxes watch

2001-02-06 Thread Abhijit Menon-Sen
[EMAIL PROTECTED] (2001-02-06 10:34:04): mailboxes ! `echo $HOME/Mail/* | grep -v backup-inbox` grep -v excludes lines, not words. $ echo foo bar | grep -v foo $ Try: `echo $HOME/Mail/* | sed "s.$HOME/Mail/backup-inbox .."` - ams

Re: ignoring backup-inbox in !mailboxes watch

2001-02-06 Thread darren chamberlain
Jason Helfman ([EMAIL PROTECTED]) said something to this effect on 02/06/2001: I am using Procmail to copy all incoming messages to a mbox file called backup-inbox, however I don't want it to be watched for incoming mail in my mailboxes clarification. Is their a way to accomplish this via

Re: manually check pgp sig?

2001-02-06 Thread Joe Philipps
On Mon, Feb 05, 2001 at 09:46:27AM -0500, Nollaig MacKenzie wrote: On 2001.02.05 08:34:45, you, the extraordinary smund Skjveland, opined: I don't like to automatically check signatures on message opens, but I'd like to be able to do it manually, yet I can't find a command to do this.

Re: ignoring backup-inbox in !mailboxes watch

2001-02-06 Thread Joe Philipps
On Tue, Feb 06, 2001 at 12:33:08AM -0800, Jason Helfman wrote: I am using Procmail to copy all incoming messages to a mbox file called backup-inbox, however I don't want it to be watched for incoming mail in my mailboxes clarification. Is their a way to accomplish this via command line in my mutt

creating Mutt folder for sent mail

2001-02-06 Thread sam rosenfeld
I must have overlooked some line in either the mutt manual or .muttrc (or both) that tells me how to create a folder for sent mail. Ideally all my sent mail would automatically be saved in that folder. Could someone provide a reference? thanks, sam

Re: creating Mutt folder for sent mail

2001-02-06 Thread Suresh Ramasubramanian
sam rosenfeld proclaimed on mutt-users that: I must have overlooked some line in either the mutt manual or .muttrc (or both) that tells me how to create a folder for sent mail. Ideally all my sent mail would automatically be saved in that folder. Could someone provide a reference? set

Re: creating Mutt folder for sent mail

2001-02-06 Thread Frank Naumann
Hello Sam, On Tue, Feb 06, 2001 at 10:51:13AM -0500, sam rosenfeld wrote: I must have overlooked some line in either the mutt manual or .muttrc (or both) that tells me how to create a folder for sent mail. Ideally all my sent mail would automatically be saved in that folder. Could

Re: Can you (.*) -- $1 with mutt?

2001-02-06 Thread Jeff Abrahamson
On Sun, Feb 04, 2001 at 10:24:40PM +1100, Jeff Waugh wrote: Hi all, In an effort to fix up my catastrophic mail overload, I'm trying out a few things to make life easier. One is to have my list email delivered to IN.list email files, and save to list archive files. The annoying way would

Re: your mail

2001-02-06 Thread Waldemar Brodkorb
On Tue, Feb 06, 2001 at 07:06:30AM +0530, Suresh Ramasubramanian wrote: On Tue, Feb 06, 2001 at 02:24:16AM +0100, Waldemar Brodkorb typed: On Mon, Feb 05, 2001 at 04:43:12PM +0100, Daniel Kollar wrote: Normally, mutt encrypts an email for all persons mentioned in the "To:" header

Re: manually check pgp sig?

2001-02-06 Thread David Ellement
On 010205, at 09:46:27, Nollaig MacKenzie wrote On 2001.02.05 08:34:45, you, the extraordinary smund Skjveland, opined: I don't like to automatically check signatures on message opens, but I'd like to be able to do it manually, yet I can't find a command to do this. I'm not

Color set to bold/bright on exit

2001-02-06 Thread Gupta G
Hi Somehow the default color when I exit mutt is set to brightblack (ie bold black) on white background. When I enter mutt, the color is normal black on white. I use rxvt. Is there a way to get back the normal black on white !? Thanks __ Do

Re: ignoring backup-inbox in !mailboxes watch

2001-02-06 Thread Michael Tatge
Joe Philipps muttered: Q:...for those of you who use maildir...would you ever have subdirectories in $HOME/Mail? I have, $HOME/Mail/mailinglists/... But I list mailboxes manualy. HTH, Michael -- Why use Windows, since there is a door? (By [EMAIL PROTECTED], Andre Fachat) PGP-Key:

Re: Color set to bold/bright on exit

2001-02-06 Thread Thomas Dickey
On Tue, Feb 06, 2001 at 09:03:27AM -0800, Gupta G wrote: Hi Somehow the default color when I exit mutt is set to brightblack (ie bold black) on white background. When I enter mutt, the color is normal black on white. I use rxvt. is that slang or ncurses. and what terminal description

Re: folder-hook statusbar

2001-02-06 Thread Andreas Str|m
[Lee Teague] here's the problem - I've got several accounts set up through fetchmail/procmail going to different folders. I've got mutt set up to switch between the folders with keybinds, and folder-hooks to change the from: header, etc. based on the name of the folder i'm in, which of

Re: Color set to bold/bright on exit

2001-02-06 Thread Gupta G
rxvt is a terminal emulator echo $TERM returns xterm Anyway, a friend gave me terminfo file for rxvt and after that I was able to set TERM to rxvt and now the exit color is correct ... so it must have been something to do with the terminfo/TERM var. --- Thomas Dickey [EMAIL PROTECTED] wrote:

autoview HTML question

2001-02-06 Thread Ken Weingold
What is it that mutt uses to tell that an email is in HTML? I set autoview to launch lynx to view HTML, and all of a sudden I am seeing a lot more emails as html. I commented out autoview in my muttrc and looked at one of them again and it was normal, in plain text. Here are the headers I

Re: autoview HTML question

2001-02-06 Thread Gary Johnson
On Wed, Feb 07, 2001 at 12:14:53AM -0500, Ken Weingold wrote: What is it that mutt uses to tell that an email is in HTML? I set autoview to launch lynx to view HTML, and all of a sudden I am seeing a lot more emails as html. I commented out autoview in my muttrc and looked at one of them

Re: autoview HTML question

2001-02-06 Thread G.Embery
On Wed, Feb 07, 2001 at 12:14:53AM -0500, Ken Weingold wrote: What is it that mutt uses to tell that an email is in HTML? I set autoview to launch lynx to view HTML, and all of a sudden I am seeing a lot more emails as html. If email provides text/plain and text/html (which is often