Re: Change into an mbox - like chdir

2007-07-13 Thread David Woodfall
On (01:03 13/07/07), Peter Wiersig <[EMAIL PROTECTED]> put forth the proposition: > On Thu, Jul 12, 2007 at 11:17:48PM +0100, David Woodfall wrote: > > > > macro generic Y "lists/mutt-users@mutt.org" > > > gives error: > > > > /home/dive/mail/lists/hange-folder>lists/mutt-users@mutt.org: No suc

Re: Change into an mbox - like chdir

2007-07-13 Thread David Champion
* On 2007.07.13, in <[EMAIL PROTECTED]>, * "David Woodfall" <[EMAIL PROTECTED]> wrote: > > No I've had this problem before. Mutt sees the and > assumes its and everything after the 'c' is the folder name. Specifically, since is not defined in the "generic" binding map, mutt interprets t

Re: change mailbox focus

2007-07-13 Thread Michelle Konzack
Am 2007-07-09 20:38:33, schrieb John K Masters: > I am running mutt 1.5.13 on my desktop and 1.5.16 on my laptop. Mail is > fetched from various sources to the desktop via getmail and delivered to > appropriate folders (or /dev/null) via procmail. My laptop is setup to > access mail from my desktop

Crappy mailer and Message-ID:

2007-07-13 Thread Michelle Konzack
# ATTENTION: I am currently NOT in Strasbourg because# # haveing the last 4 weeks of my military # # service and can not reply in short delays. # ###

Re: Crappy mailer and Message-ID:

2007-07-13 Thread Aron Griffis
Michelle Konzack wrote: [Fri Jul 13 2007, 10:56:42AM EDT] > * > * Do not Cc: me, because I am on THIS list, if I write here.* > * Keine Cc: an mich, bin auf DIESER Liste wenn ich hier schreibe. * > * Ne me mettez pas en

Re: Crappy mailer and Message-ID:

2007-07-13 Thread Michelle Konzack
Hello Aron, Am 2007-07-13 11:46:14, schrieb Aron Griffis: > This will be automatic for anybody using mutt if you have in your > muttrc: > > set followup_to=yes # default > subscribe mutt-users@mutt.org > > See http://dev.mutt.org/doc/manual.html#using-lists Who tell you this? I

Re: match replies in a send-hook

2007-07-13 Thread Aron Griffis
Aron Griffis wrote: [Thu Jul 12 2007, 07:54:57PM EDT] > 1. reply-hooks should run inline with send-hooks instead of before > them. The only difference between reply-hooks and send-hooks > should be which message they're matching against. > > 2. send-hooks should be able to recogniz

Re: Crappy mailer and Message-ID:

2007-07-13 Thread Aron Griffis
Michelle Konzack wrote: [Fri Jul 13 2007, 12:02:41PM EDT] > Hello Aron, > > Am 2007-07-13 11:46:14, schrieb Aron Griffis: > > This will be automatic for anybody using mutt if you have in your > > muttrc: > > > > set followup_to=yes # default > > subscribe mutt-users@mutt.org > >

send-hook for replying to mailing lists

2007-07-13 Thread Sven Bretfeld
Hi Mutt users For mailing list I use an email address different from my private mail. To automatically use the correct from-header I inserted the following send-hook to my .muttrc: send-hook . "my_hdr From: [EMAIL PROTECTED]" # private mail send-hook [EMAIL PROTECTED] 'my_hdr From: Sven Bretfeld

Re: send-hook for replying to mailing lists

2007-07-13 Thread Jerry Walker
Hi Sven, On Fri 13 Jul 2007 22:12, Sven Bretfeld wrote: > send-hook . "my_hdr From: [EMAIL PROTECTED]" # private mail > send-hook [EMAIL PROTECTED] 'my_hdr From: Sven Bretfeld > <[EMAIL PROTECTED]>' try send-hook "~l" "my_hdr From: [EMAIL PROTECTED]" That should match any mailing list yo

Re: send-hook for replying to mailing lists

2007-07-13 Thread Sven Bretfeld
Hello Jerry On Fri, Jul 13, 2007 at 09:27:59PM +0100, Jerry Walker wrote: > try send-hook "~l" "my_hdr From: [EMAIL PROTECTED]" That's it. Thank you very much. Bye, Sven

Mailing Lists and setting To: on new messages

2007-07-13 Thread Ryan Phillips
Hi All, What is the most elegant way to, within a folder, and on a new message set the To: automatically for mailing lists? I have folder-hook =list.mutt.dev "my_hdr To: [EMAIL PROTECTED]" this works, but seems wrong. Is this the preferred method? Thanks, Ryan