Re: mutt question

2007-06-04 Thread Andrew Sackville-West
On Sun, Jun 03, 2007 at 05:06:16PM +1200, Chris Bannister wrote: > On Wed, May 30, 2007 at 09:09:30PM -0700, Andrew Sackville-West wrote: > > On Thu, May 31, 2007 at 10:57:31AM +1200, Chris Bannister wrote: > > > > > > What is the contents of your /etc/email-addresses file? > > > > I am currently

Re: mutt question

2007-06-02 Thread Chris Bannister
On Wed, May 30, 2007 at 09:09:30PM -0700, Andrew Sackville-West wrote: > On Thu, May 31, 2007 at 10:57:31AM +1200, Chris Bannister wrote: > > > > What is the contents of your /etc/email-addresses file? > > I am currently using > > local_sender_retain = true > local_from_check = false > trusted_

Re: mutt question

2007-05-30 Thread Russell L. Harris
* Andrew Sackville-West <[EMAIL PROTECTED]> [070530 23:14]: > On Thu, May 31, 2007 at 10:57:31AM +1200, Chris Bannister wrote: > > On Tue, May 29, 2007 at 11:00:24PM -0500, Russell L. Harris wrote: > > > ... > > > > Please comment and correct me if I have 'erred'. > > > > > > In my experience (a r

Re: mutt question

2007-05-30 Thread Andrew Sackville-West
On Thu, May 31, 2007 at 10:57:31AM +1200, Chris Bannister wrote: > On Tue, May 29, 2007 at 11:00:24PM -0500, Russell L. Harris wrote: > > ... > > > Please comment and correct me if I have 'erred'. > > > > In my experience (a recent netinstall of Debian "testing"): > > > > (1) The smarthost of my

Re: mutt question

2007-05-30 Thread Chris Bannister
On Tue, May 29, 2007 at 11:00:24PM -0500, Russell L. Harris wrote: > ... > > Please comment and correct me if I have 'erred'. > > In my experience (a recent netinstall of Debian "testing"): > > (1) The smarthost of my ISP would not accept my mail until I > configured Exim4 to "hide local mail add

Re: mutt question

2007-05-29 Thread Russell L. Harris
* Chris Bannister <[EMAIL PROTECTED]> [070529 22:28]: > On Sun, May 27, 2007 at 11:16:49PM -0400, Jude DaShiell wrote: > > What user modifiable variable holds a user's email address in mutt? That > > is the address once a message gets sent a reader will find on the from: > > line? The x-sender

Re: mutt question

2007-05-29 Thread Chris Bannister
On Sun, May 27, 2007 at 11:16:49PM -0400, Jude DaShiell wrote: > What user modifiable variable holds a user's email address in mutt? That > is the address once a message gets sent a reader will find on the from: > line? The x-sender field may need control too in my situation. The home > netwo

Re: mutt question

2007-05-28 Thread Roberto C . Sánchez
On Sun, May 27, 2007 at 09:57:43PM -0700, Andrew Sackville-West wrote: > On Sun, May 27, 2007 at 11:40:29PM -0400, Roberto C. Sánchez wrote: > > > > > This is what I do: > > > > set realname="Roberto C. Sanchez" > > set from="[EMAIL PROTECTED]" > > it is my experience that exim doesn't like that

Re: mutt question

2007-05-28 Thread Wayne Topa
Jude DaShiell([EMAIL PROTECTED]) is reported to have said: > What user modifiable variable holds a user's email address in mutt? That > is the address once a message gets sent a reader will find on the from: > line? The x-sender field may need control too in my situation. The home > network h

Re: mutt question

2007-05-27 Thread Andrei Popescu
On Sun, May 27, 2007 at 09:57:43PM -0700, Andrew Sackville-West wrote: > > set realname="Roberto C. Sanchez" > > set from="[EMAIL PROTECTED]" > > it is my experience that exim doesn't like that and will rewrite the > from address unless you set > > > local_sender_retain = true > trusted_users

Re: mutt question

2007-05-27 Thread Andrew Sackville-West
On Sun, May 27, 2007 at 11:40:29PM -0400, Roberto C. Sánchez wrote: > On Sun, May 27, 2007 at 11:16:49PM -0400, Jude DaShiell wrote: > > What user modifiable variable holds a user's email address in mutt? That > > is the address once a message gets sent a reader will find on the from: > > line?

Re: mutt question

2007-05-27 Thread Roberto C . Sánchez
On Sun, May 27, 2007 at 11:16:49PM -0400, Jude DaShiell wrote: > What user modifiable variable holds a user's email address in mutt? That > is the address once a message gets sent a reader will find on the from: > line? The x-sender field may need control too in my situation. The home > netwo

Re: Mutt question

2002-01-25 Thread Andre Berger
* Bostjan Muller <[EMAIL PROTECTED]>, 2002-01-24 08:10 -0500: > Hi! > > I have noticed, that whenever read mail is saved to my mbox it gets > tagged as new. I would like to remove the new tags so I did this rule: > > folder-hook mbox push 'T\~N\n;WN\n;W*\n' Basically, it should work without the

Re: Mutt question

2002-01-25 Thread Bostjan Muller
* On 25-01-02 at 10:06 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: +Here quoted text begins+ > > > folder-hook mbox push 'T\~N\n;WN\n;W*\n' > > > > > > But it only works untill the first \n. Can someone please tell me how to > > > properly untag all mail in mbox so they are all marked rea

Re: Mutt question

2002-01-25 Thread crispin
On Thu, Jan 24, 2002 at 08:53:54PM +0100, Martin F Krafft wrote: > also sprach Bostjan Muller (on Thu, 24 Jan 2002 10:58:52AM +0100): > > folder-hook mbox push 'T\~N\n;WN\n;W*\n' > > > > But it only works untill the first \n. Can someone please tell me how to > > properly untag all mail in mbox so

Re: Mutt question

2002-01-25 Thread Bostjan Muller
* On 24-01-02 at 20:54 Martin F Krafft ([EMAIL PROTECTED]) wrote: +Here quoted text begins+ > > folder-hook mbox push 'T\~N\n;WN\n;W*\n' > > > > But it only works untill the first \n. Can someone please tell me how to > > properly untag all mail in mbox so they are all marked read. (I don'

Re: Mutt question

2002-01-24 Thread Martin F Krafft
also sprach Bostjan Muller (on Thu, 24 Jan 2002 10:58:52AM +0100): > folder-hook mbox push 'T\~N\n;WN\n;W*\n' > > But it only works untill the first \n. Can someone please tell me how to > properly untag all mail in mbox so they are all marked read. (I don't > mean manually, but from muttrc). try

Re: Mutt question

2001-09-20 Thread Martin F Krafft
also sprach Michael Ward Cole (on Thu, 20 Sep 2001 07:37:45AM -0400): > My email is sent through home.com and every time that I send mail to > another person with the same domain name I get a message > undeliverable message saying that it can't find the local-part of > the domain. Now, does this m

Re: Mutt question

2001-09-20 Thread Thomas J. Hamman
On Thu, Sep 20, 2001 at 07:37:45AM -0400, Michael Ward Cole wrote: > I have a problem sending email to one domain. My email is sent > through home.com and every time that I send mail to another person > with the same domain name I get a message undeliverable message saying > that it can't find the

Re: Mutt Question

2001-09-19 Thread Danie Roux
D. On Thu, Jul 19, 2001 at 07:17:11AM -0400, Todd V . Rovito wrote: > I have procmail set up to filter my mail into folders for the list > servers I belong to. Some days I just don't have the time to read > the mail in that particular folder (or list server), I would like to > be able to perform

Re: Mutt Question

2001-07-19 Thread Michael Perry
Quoting Noah Meyerhans on Thu, Jul 19, 2001 at 12:15:39PM -0400: > On Thu, Jul 19, 2001 at 07:17:11AM -0400, Todd V . Rovito wrote: > > I have procmail set up to filter my mail into folders for the list > > servers I belong to. Some days I just don't have the time to read > > the mail in that part

Re: Mutt Question

2001-07-19 Thread Todd V . Rovito
You are my hero, it works :-) Thanks for the help. Thus spake CaT ([EMAIL PROTECTED]): > go to desired mailbox within mutt > > in main menu: D > when prompted: .* > again in main menu: $ -- Todd V. Rovito [EMAIL PROTECTED] Carpe Aptenodytes! "Seize the Penguins!"

Re: Mutt Question

2001-07-19 Thread Oleksandr Moskalenko
* Todd V . Rovito ([EMAIL PROTECTED]) wrote: > I have procmail set up to filter my mail into folders for the list > servers I belong to. Some days I just don't have the time to read > the mail in that particular folder (or list server), I would like to > be able to perform a mass delete in that fo

Re: Mutt Question

2001-07-19 Thread Noah Meyerhans
On Thu, Jul 19, 2001 at 07:17:11AM -0400, Todd V . Rovito wrote: > I have procmail set up to filter my mail into folders for the list > servers I belong to. Some days I just don't have the time to read > the mail in that particular folder (or list server), I would like to > be able to perform a ma

Re: Mutt Question

2001-07-19 Thread D-Man
On Thu, Jul 19, 2001 at 07:17:11AM -0400, Todd V . Rovito wrote: | I have procmail set up to filter my mail into folders for the list | servers I belong to. Some days I just don't have the time to read | the mail in that particular folder (or list server), I would like to | be able to perform a ma

Re: Mutt Question

2001-07-19 Thread Thomas J. Hamman
On Thu, Jul 19, 2001 at 07:17:11AM -0400, Todd V . Rovito wrote: > I have procmail set up to filter my mail into folders for the list > servers I belong to. Some days I just don't have the time to read > the mail in that particular folder (or list server), I would like to > be able to perform a ma

Re: Mutt Question

2001-07-19 Thread Danie Roux
D. On Thu, Jul 19, 2001 at 07:17:11AM -0400, Todd V . Rovito wrote: > I have procmail set up to filter my mail into folders for the list > servers I belong to. Some days I just don't have the time to read > the mail in that particular folder (or list server), I would like to > be able to perform

Re: Mutt Question

2001-07-19 Thread CaT
On Thu, Jul 19, 2001 at 07:17:11AM -0400, Todd V . Rovito wrote: > I have procmail set up to filter my mail into folders for the list > servers I belong to. Some days I just don't have the time to read > the mail in that particular folder (or list server), I would like to > be able to perform a ma

Re: Mutt Question

2001-07-19 Thread Rebecca Dridan
On Thu, Jul 19, 2001 at 07:17:11AM -0400, Todd V . Rovito wrote: > I have procmail set up to filter my mail into folders for the list > servers I belong to. Some days I just don't have the time to read > the mail in that particular folder (or list server), I would like to > be able to perform a ma

Re: mutt question

2001-01-10 Thread Tom Marshall
I recently switched to mutt after using pine for a couple of years. I had never really tried it before and the comments here persuaded me to give it a shot. I also use procmail to filter my mail. Here's some things that I've done over the past couple of days to make reading mail more pleasant:

Re: mutt question

2001-01-10 Thread Marcelo Chiapparini
Thank you very much!! it worked fine!! On Wed, Jan 10, 2001 at 12:42:22PM -0800, kmself@ix.netcom.com wrote: > on Wed, Jan 10, 2001 at 06:14:44PM -0200, Marcelo Chiapparini ([EMAIL > PROTECTED]) wrote: > > Dear debianers > > > > I am using mutt as my MTA. When I move between different mailboxes

Re: mutt question

2001-01-10 Thread kmself
on Wed, Jan 10, 2001 at 06:14:44PM -0200, Marcelo Chiapparini ([EMAIL PROTECTED]) wrote: > Dear debianers > > I am using mutt as my MTA. When I move between different mailboxes mutt > asks me the following question: > > move read messages to /home/chiappa/mbox? ([n]/y): > > I don't want to mov

Re: Spam admin autoresponder (was Re: mutt question)

2000-12-12 Thread Daniel Stenberg
On Mon, 11 Dec 2000 kmself@ix.netcom.com wrote: [ clarification; I am the author of spam.pl ] > I've been looking at both Ricochet and spam.pl over the past week, here's > my evaluation. Corrections and/or comments welcomed. [snip] > - spam.pl is more elegantly put together and more usefully

Re: Spam admin autoresponder (was Re: mutt question)

2000-12-11 Thread kmself
on Thu, Dec 07, 2000 at 07:44:07PM +1100, Damon Muller ([EMAIL PROTECTED]) wrote: > Quoth kmself@ix.netcom.com, > > There are also several resources listed at Freshmeat, in particular: > > > > parp: http://freshmeat.net/projects/parp/ > > ricochet: http://freshmeat.net/projects/ricoche

Re: Mutt Question

2000-12-07 Thread Bek Oberin
Rob Hudson wrote: > Is there a way to tell mutt to sort by thread mode by default (in > .muttrc)? set sort=threads bekj

Re: Mutt Question

2000-12-07 Thread Harry Henry Gebel
On Thu, Dec 07, 2000 at 07:49:38PM -0800, Rob Hudson wrote: > Is there a way to tell mutt to sort by thread mode by default (in > .muttrc)? set sort="threads" -- Harry Henry Gebel, ICQ# 76308382 West Dover Hundred, Delaware

Re: Mutt Question

2000-12-07 Thread Brendan Cully
On Thursday, 07 December 2000 at 19:49, Rob Hudson wrote: > Hi, > > Is there a way to tell mutt to sort by thread mode by default (in > .muttrc)? set sort=threads (and maybe you'd also like "set sort_aux=date") -- Don't make Godzilla mad! pgpNZXRziY9s7.pgp Description: PGP signature

Re: Mutt Question

2000-12-07 Thread Dave Sherohman
On Thu, Dec 07, 2000 at 07:49:38PM -0800, Rob Hudson wrote: > Is there a way to tell mutt to sort by thread mode by default (in > .muttrc)? set sort=threads -- "Two words: Windows survives." - Craig Mundie, Microsoft senior strategist "So does syphillis. Good thing we have penicillin." - Matthew

Re: Spam admin autoresponder (was Re: mutt question)

2000-12-07 Thread Damon Muller
Quoth kmself@ix.netcom.com, > There are also several resources listed at Freshmeat, in particular: > > parp: http://freshmeat.net/projects/parp/ > ricochet: http://freshmeat.net/projects/ricochet/ > spam.pl: http://freshmeat.net/projects/spam.pl/ > Spamkill: http://freshmeat.n

Spam admin autoresponder (was Re: mutt question)

2000-12-06 Thread kmself
on Wed, Dec 06, 2000 at 09:24:54AM -0800, Peter Jay Salzman ([EMAIL PROTECTED]) wrote: > dear all, > > this is a pretty complicated question... > > when i get spam, i like to send complaint letters to the people responsible > for the ip and/or zone that the spam came from. i also like to use >

Re: mutt question...

2000-12-06 Thread Justin B Rye
Olivier Billet wrote: > On Wed, Dec 06, 2000 at 12:41:07PM +, Ricardo Rodrigues Morais Diz wrote: >> How can I put in my ~/.muttrc file an option so that whenever I start mutt >> all threads are collapsed? > > Maybe you can add this line: > > folder-hook . 'push \eV' These days mutt allows yo

Re: mutt question...

2000-12-06 Thread Olivier Billet
Maybe you can add this line: folder-hook . 'push \eV' On Wed, Dec 06, 2000 at 12:41:07PM +, Ricardo Rodrigues Morais Diz wrote: > How can I put in my ~/.muttrc file an option so that whenever I start mutt > all threads are collapsed? > > Thanks in advance, > Ricardo Diz > > > > -- > To

Re: mutt question

2000-12-04 Thread Alson van der Meulen
On Mon, Dec 04, 2000 at 10:41:19AM -0800, Peter Jay Salzman wrote: > while in the index of a mail folder other than /var/spool/mail/me, say > $HOME/Mail/mysavedmsgs, i'd like to bind the left arrow key to bring me > back to the index of /var/spool/mail/me. look also for folder-hook, can change key-

Re: mutt question

2000-12-04 Thread Harry Henry Gebel
On Mon, Dec 04, 2000 at 10:41:19AM -0800, Peter Jay Salzman wrote: > while in the index of a mail folder other than /var/spool/mail/me, say > $HOME/Mail/mysavedmsgs, i'd like to bind the left arrow key to bring me > back to the index of /var/spool/mail/me. > can't figure out how to do that. anyone

Re: mutt question...

1999-08-11 Thread Wayne Topa
Subject: mutt question... Date: Wed, Aug 11, 1999 at 10:03:15PM +0200 In reply to:Peter Palfrader aka Weasel Quoting Peter Palfrader aka Weasel([EMAIL PROTECTED]): > > this may be a stupid question however I cuold not find the answer: > > How do I set my From: address in mutt?

Re: Mutt question

1999-04-18 Thread Carl Mummert
One good way to archive files (which is the way that the files in /var/log are archived) is to use savelog. Type 'crontab -e' at the prompt, and add the following line to your crontab: 0 0 1 * * /usr/bin/savelog /path/to/my/file Carl

Re: Mutt question

1999-04-18 Thread Wayne Topa
Subject: Mutt question Date: Sun, Apr 18, 1999 at 07:37:31PM +1000 In reply to:Shao Zhang Quoting Shao Zhang([EMAIL PROTECTED]): > Hi, > I was wondering how to use mutt to configure a folder called sent-mail, > and then on a monthly basis, move the sent-mail to sent-m

Re: Mutt question

1999-04-18 Thread Ian Peters
On Sun, Apr 18, 1999 at 07:37:31PM +1000, Shao Zhang wrote: > Hi, I was wondering how to use mutt to configure a folder called > sent-mail, and then on a monthly basis, move the sent-mail to > sent-mail-date and create a new sent mail folder, just like what > pine has got. > > thx. Regardin