Removing Reply-To: from header list

2008-01-17 Thread Eric Smith
Headers above this line are: From: Eric Smith [EMAIL PROTECTED] To: mutt-users mutt-users@mutt.org Cc: Bcc: Subject: Removing Reply-To: from header list Reply-To: How do I prevent the Reply-To: from appearing? I have the following set set editor=vim -c '/^$/+1' -- - Eric Smith

Re: Removing Reply-To: from header list

2008-01-17 Thread Rado S
=- Eric Smith wrote on Thu 17.Jan'08 at 11:07:13 +0100 -= { compose menu } How do I prevent the Reply-To: from appearing? You can't, but no worries. No such header will be produced and added to your outgoing msg as long as it is empty. -- © Rado S. -- You must provide YOUR effort for your

Re: Finding All Attachments

2008-01-17 Thread Christian Ebert
* Bill on Wednesday, January 16, 2008 at 20:28:33 -0800 How would one go about finding all the emails which have attachments? With more recent versions of Mutt (than you are using) you can do limit (bound to l by default) ~X 1- Is there a way to list them in a unix 'ls' like listing, which

Re: browse mailboxes order

2008-01-17 Thread Steve
Le 17-01-2008, à 00:26:51 +0100, Christian Ebert ([EMAIL PROTECTED]) a écrit : Lignes : 21 * Steve on Wednesday, January 16, 2008 at 13:17:14 +0100 To go from folder to folder with new messages, one must hit the c key. Now let's say that folder A contains a message I want to read later on

Re: browse mailboxes order

2008-01-17 Thread Christian Ebert
* Steve on Thursday, January 17, 2008 at 15:18:40 +0100 No. After hitting c, at the prompt, you can use space to cycle through mailboxes that have new mail. Well I use tab to do that, space only lets me go down a message. At the *prompt*, after hitting c for change-folder? c -- Python Mutt

Re: Removing Reply-To: from header list

2008-01-17 Thread Christian Ebert
* Eric Smith on Thursday, January 17, 2008 at 11:07:13 +0100 Headers above this line are: From: Eric Smith [EMAIL PROTECTED] To: mutt-users mutt-users@mutt.org Cc: Bcc: Subject: Removing Reply-To: from header list Reply-To: How do I prevent the Reply-To: from appearing? I have the

Re: Removing Reply-To: from header list

2008-01-17 Thread Eric Smith
How do I get that to work silently. My efforts with variations of: set editor=vim -c ':silent! /^Reply-To:$/d' -c '/^$/+1' all failed. -- Eric Smith Tel Amsterdam: +31 20 8080088 Original Message Christian Ebert on Thu-17-Jan 08 5:09PM . * Eric Smith on Thursday, January 17, 2008 at

Re: Removing Reply-To: from header list

2008-01-17 Thread Christian Ebert
* Eric Smith on Thursday, January 17, 2008 at 18:08:59 +0100 How do I get that to work silently. set editor=vim -c ':silent! /^Reply-To:$/d' -c '/^$/+1' You don't need the colon: set editor=vim -c 'silent! /^Reply-To:$/d' -c '/^$/+1' Please don't CC me, you are using a decent mail client

Re: Removing Reply-To: from header list

2008-01-17 Thread Gary Johnson
On 2008-01-17, Eric Smith [EMAIL PROTECTED] wrote: Original Message Christian Ebert on Thu-17-Jan 08 5:09PM . * Eric Smith on Thursday, January 17, 2008 at 11:07:13 +0100 Headers above this line are: From: Eric Smith [EMAIL PROTECTED] To: mutt-users mutt-users@mutt.org Cc: