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 Helfm
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 acc
[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
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
>
On Mon, Feb 05, 2001 at 09:46:27AM -0500, Nollaig MacKenzie wrote:
>
>On 2001.02.05 08:34:45, you,
> the extraordinary Åsmund Skjæveland, 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
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 m
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
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
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 so
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. email files, and save to archive files.
>
> The annoying way would b
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:" hea
On 010205, at 09:46:27, Nollaig MacKenzie wrote
> On 2001.02.05 08:34:45, you,
> the extraordinary Åsmund Skjæveland, 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.
> > >
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 Y
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: http://w
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 descr
[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
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:
>
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 think
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
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
20 matches
Mail list logo