Wrong From

2001-05-03 Thread Efata
If I send email mailling list. My email header form wrong with my setting header from: in my muttrc. How I can fix this one. Thanks

Re: Post in Mailing List

2001-05-03 Thread ZHENG, You-Zhong
On 05-01-2001, Suresh Ramasubramanian wrote: > > So why bother just renaming lists to subscribe? > > Please read the mutt documentation (should be there on your pc) for why. > I've read the sec 4.8 in mutt manual, but I still can't get it. It seems if you use lists, the %L index_format w

Unsubscribe

2001-05-03 Thread Raphaël HALIMI
How do I unsubscribe from that list ? Thanks. -- Raphaël HALIMI

Re: Maildir folder summaries, hashes, etc.

2001-05-03 Thread Ralf Hildebrandt
On Wed, May 02, 2001 at 05:31:34PM -0500, Tim Legant wrote: > This would be nice. I believe an early version of Netscape Mail did > this. Jamie Zawinski wrote it (and about it at http://doc/mailsum.html). While I think jwz is a very good coder, I must say that this indexing (which is done on mbo

Re: Maildir folder summaries, hashes, etc.

2001-05-03 Thread Stephane Bortzmeyer
On Wed, May 02, 2001 at 12:19:29PM -0700, Tracy R Reed <[EMAIL PROTECTED]> wrote a message of 28 lines which said: > 1. Build a hash index of all of the info displayed in the index so it doesn't > have to scan every file in the maildir (or read the whole mbox for those using > mbox) every time

Maildir & 'c'

2001-05-03 Thread Mike E
Hi, I'm playing with mutt+Maildir and I can't find an answer to this: When changing folders in maildir, how do you select the *directory* (eg. cur/) rather than opening it while in the 'c' folder-selection mode? Even using c =cur/ (w/ or w/o the '/') reports that /path/to/cur/ isnt' a mailbox. Al

Re: Maildir & 'c'

2001-05-03 Thread Frank Derichsweiler
On Thu, May 03, 2001 at 02:59:07AM -0700, Mike E wrote: > > When changing folders in maildir, how do you select the *directory* (eg. > cur/) rather than opening it while in the 'c' folder-selection mode? IMHO a Maildir-formatted mailbox is a directory "d" which contains cur, new and tmp subdirec

Re: Post in Mailing List

2001-05-03 Thread Mr. Wade
ZHENG, You-Zhong wrote: > On 05-01-2001, Suresh Ramasubramanian wrote: > > > So why bother just renaming lists to subscribe? > > > > Please read the mutt documentation (should be there on your pc) for why. > > > I've read the sec 4.8 in mutt manual, but I still can't get it. > It seems if

Re: Unsubscribe

2001-05-03 Thread Mr. Wade
Raphaël HALIMI wrote: > How do I unsubscribe from that list ? Send an e-mail message to <[EMAIL PROTECTED]> with the following in the BODY of the message: unsubscribe mutt-users [EMAIL PROTECTED]

Re: Maildir folder summaries, hashes, etc.

2001-05-03 Thread darren chamberlain
Tracy R Reed ([EMAIL PROTECTED]) said something to this effect on 05/02/2001: > 3. A faster and easier way to switch from one folder to another. Currently I > hit > > c ? \n > > It would be nice if I could just hit N to go to the next folder. There may be a > way to do this with macros already

Re: new mail in mailboxes

2001-05-03 Thread Daniel Nielsen
On Tue, May 01, 2001 at 02:46:43PM -0400, Tom Cooney wrote: > On Mon, Apr 30, 2001 at 01:17:52AM -0400, Sridhar Srinivasan wrote: > > i have procmail set up to deliver incoming into several mailboxes (mbox > > format) and i have them defined in my .muttrc using the mailboxes > > command. > > > >

Re: Maildir & 'c'

2001-05-03 Thread Mike E
* Frank Derichsweiler ([EMAIL PROTECTED]) wrote: > On Thu, May 03, 2001 at 02:59:07AM -0700, Mike E wrote: > > > > When changing folders in maildir, how do you select the *directory* (eg. > > cur/) rather than opening it while in the 'c' folder-selection mode? > > IMHO a Maildir-formatted mailbo

Re: Maildir folder summaries, hashes, etc.

2001-05-03 Thread Tracy R Reed
On Thu, May 03, 2001 at 08:58:36AM +0200, Ralf Hildebrandt wrote: > While I think jwz is a very good coder, I must say that this indexing (which > is done on mbox style folders, BTW!) breaks from time to time (on Windows / > OS/2, less often on Unix). This causes N$ to crash upon opening the > mai

Re: Wrong From

2001-05-03 Thread Jeff Coppock
On Thu, May 03, 2001 at 07:20:13AM +0700, Efata wrote: > If I send email mailling list. My email header form wrong with my setting > header from: in my muttrc. How I can fix this one. > Thanks A couple ways: add to .muttrc... my_hdr From: Efata <[EMAIL PROTECTED]> This will override any other

How handle HTML emails?

2001-05-03 Thread Dr. Christian Seberino
How do people read HTML emails? Yes I know I could save email and fire up Netscape but is there some automagic way to streamline the process??? Christian Seberino -- === Dr. Christian Seberino ==

Re: How handle HTML emails?

2001-05-03 Thread Udo Müller
Dr. Christian Seberino <[EMAIL PROTECTED]> schrieb am Thu, May 03, 2001 at 01:38:46PM -0700: > How do people read HTML emails? > > Yes I know I could save email and fire > up Netscape but is there some automagic > way to streamline the process??? > You have to write in your /etc/mailcap: text/

Re: How handle HTML emails?

2001-05-03 Thread Lawrence Mitchell
* On [010503 22:39] Dr. Christian Seberino <[EMAIL PROTECTED]> wrote: > How do people read HTML emails? > > Yes I know I could save email and fire > up Netscape but is there some automagic > way to streamline the process??? See the manual section 5.4 5.4. MIME Autoview In addition to explici

Re: How handle HTML emails?

2001-05-03 Thread Luke Ravitch
On Thu, May 03, 2001 at 01:38:46PM -0700, Dr. Christian Seberino wrote: > How do people read HTML emails? I read them as text. There's a speedy little program called vilistextum that does a good job of formatting with no perceptible delay (bigger programs like lynx caused a noticeable pause when

Re: How handle HTML emails?

2001-05-03 Thread Sam Roberts
Yes, put in your muttrc: auto_view text/html and in your ~/.mailcap: text/html; lynx -localhost -dump %s ; copiousoutput ; nametemplate=%s.html -- Sam Roberts <[EMAIL PROTECTED]>

Re: How handle HTML emails?

2001-05-03 Thread Igor Pruchanskiy
Add this to your .mailcap text/html; lynx -dump %s ; copiousoutput add this to your .muttrc auto_view text/html igor On Thu 03 May 2001, Dr. Christian Seberino wrote: > How do people read HTML emails? > > Yes I know I could save email and fire > up Netscape but is there some automagic > wa

Re: How handle HTML emails?

2001-05-03 Thread Jeff
I hit 'v' to view and then 'enter' on the attachment. My mimetypes is set to open it in mozilla (netscape) or lynx. Or, I just delete it! jc On Thu, May 03, 2001 at 01:38:46PM -0700, Dr. Christian Seberino wrote: > How do people read HTML emails? > > Yes I know I could save email and fire >

lag

2001-05-03 Thread Igor Pruchanskiy
I am having some serious lag sending mail to this list. Is that normal ? Takes about 20 min to show up on the list igor

Re: How handle HTML emails?

2001-05-03 Thread William Park
On Thu, May 03, 2001 at 01:38:46PM -0700, Dr. Christian Seberino wrote: > How do people read HTML emails? > > Yes I know I could save email and fire up Netscape but is there some > automagic way to streamline the process??? Usually, I press 'd'. But, putting text/html; lynx -force_html %s;

Re: How handle HTML emails?

2001-05-03 Thread Sam Roberts
Quoting Igor Pruchanskiy <[EMAIL PROTECTED]>, who wrote: > Add this to your .mailcap > > text/html; lynx -dump %s ; copiousoutput The mutt manual suggested this, I found that lynx used the file extension to determine the file type, in other words, if the file name in %s didn't end in .html, it

Re: How handle HTML emails?

2001-05-03 Thread Charles Cazabon
Sam Roberts <[EMAIL PROTECTED]> wrote: > > Add this to your .mailcap > > > > text/html; lynx -dump %s ; copiousoutput > > The mutt manual suggested this, I found that lynx used the file extension > to determine the file type, in other words, if the file name in %s > didn't end in .html, it just

How to specify the current folder in a folder-hook?

2001-05-03 Thread Sam Roberts
What I want is for $record to be set to my current folder. So when I'm in my mbox, all fcc's go into my mbox, but when I'm in =mutt-users, fcc's go into =mutt-users, etc., etc. I need something like folder-hook .* set record=?? Where ?? can be what? Is there any way I can specify the name of

Re: Post in Mailing List

2001-05-03 Thread Michael Tatge
Mr. Wade muttered: > ZHENG, You-Zhong wrote: > > I've read the sec 4.8 in mutt manual, but I still can't get it. > > It seems if you use lists, the %L index_format won't work, > > but list-reply key works in both lists and subscribe patterns. > > There must be some reasons for mutt author

Re: How to specify the current folder in a folder-hook?

2001-05-03 Thread Mark Sheppard
I don't know if that's possible. It guess mutt would need to set some kind of local variable to use later in that command and then discard. I was thinking about something similar recently. I normally save my mail in individual files depending on the user (set force_name=yes), but for mailing lis

Re: How handle HTML emails?

2001-05-03 Thread Jason Helfman
add this to your .muttrc auto_view text/html and install urlview Then when you have any url in a page you can use CONTROL B to view it with lynx/netscape/ On Thu, May 03, 2001 at 01:38:46PM -0700, Dr. Christian Seberino muttered: | How do people read HTML emails? | | Yes I know I could save

Re: How to specify the current folder in a folder-hook?

2001-05-03 Thread Tim Legant
On Fri, May 04, 2001 at 12:14:36AM +0100, Mark Sheppard wrote: > I don't know if that's possible. It guess mutt would need to set some > kind of local variable to use later in that command and then discard. > I was thinking about something similar recently. I normally save my > mail in individua

Re: Maildir & 'c'

2001-05-03 Thread Frank Derichsweiler
On Thu, May 03, 2001 at 08:07:36AM -0700, Mike E wrote: > > OK, so a multiple-boxed maildir setup would look like > > ~/mail/maildir/new/ >cur/ >tmp/ > list1/new/ >cur/ >tmp/ > list2/new/ >cur/ >