Re: print to status line

2001-05-15 Thread Gary Johnson
On Mon, May 14, 2001 at 08:43:59PM -0700, Christian H. Stork wrote: How do I print something to the status line eg from a macro? Even better, how could I get input for some scripts on the status line? It depends on how the scripts are invoked. If they're invoked from macros, their stdin

Re: Error log?

2001-05-15 Thread Gary Johnson
On Mon, May 14, 2001 at 11:20:30PM -0700, Christian H. Stork wrote: Sometimes mutt gives error messages in the status line, but they disappear immideately again, so that I can't read them. Is there a way to get mutt log any error messages to file? Not that I know of, but you can use the

Marking multiple messages as read

2001-05-15 Thread Jeroen Valcke
Hey, I want to mark multiple msgs as read. I have some mailing lists and I don't want to read all msgs. How can I mark these as read. It is possible to tag them all. But what then. Ctl-R (Mark Thread as read) doesn't work on all the tagged msg only the selected msg Thanks. -Jeroen- -- Jeroen

Re: Marking multiple messages as read

2001-05-15 Thread Jens Georg
Jeroen Valcke: Hey, I want to mark multiple msgs as read. I have some mailing lists and I don't want to read all msgs. How can I mark these as read. It is possible to tag them all. But what then. Ctl-R (Mark Thread as read) doesn't work on all the tagged msg only the selected msg Thanks.

Re: Delete and jump to next unread

2001-05-15 Thread Mr. Wade
Jan Chrillesen asked: Is there a way to map a key to delete current mail and jump to next unread? Tab+d won't work, since I don't know if the next message is unread. You could specify a macro to accomplish this. e.g., macro index \cx 'delete-messagenext-new' macro pager \cx

Re: Marking multiple messages as read

2001-05-15 Thread Mr. Wade
Jeroen Valcke wrote: I want to mark multiple msgs as read. I have some mailing lists and I don't want to read all msgs. How can I mark these as read. It is possible to tag them all. But what then. Ctl-R (Mark Thread as read) doesn't work on all the tagged msg only the selected msg Thanks.

Re: Marking multiple messages as read

2001-05-15 Thread Mr. Wade
Jeroen Valcke wrote: Hey, I want to mark multiple msgs as read. I have some mailing lists and I don't want to read all msgs. How can I mark these as read. It is possible to tag them all. But what then. Ctl-R (Mark Thread as read) doesn't work on all the tagged msg only the selected msg

Saving messages w/o the headers

2001-05-15 Thread Duke Normandin
Hi is there a slick way to save 'read' messages to a folder w/o all those space-wasting headers? Or am I forced to run the folder file through a 'filter' script? TIA... -- -duke Calgary, Alberta, Canada

Re: Saving messages w/o the headers

2001-05-15 Thread Lars Hecking
is there a slick way to save 'read' messages to a folder w/o all those space-wasting headers? Or am I forced to run the folder file through a 'filter' script? TIA... In many cases, I find the headers more useful than the contents ...

Re: maildir much slower, is it normal?

2001-05-15 Thread Christian Ordig
Nope, simply via a pretty slow IDE disk on my laptop. continouse reading large files and parsing them might be faster on old harddisks and computers with low memory than openeing hundreds of different files ... Maildir works quite nice in my LAN over NFS ... (maildir uses no locks) right.

German Umlaute in Subject or other Header-Lines

2001-05-15 Thread Christoph Maurer
Hello List! I've got a question concerning German Umlaute (ä,ö,ü) in headers of a mail. Mutt is able to show them in a correct way, if I receive any mail containing correctly encoded Umlaute in the header. It is also able to correctly encode such characters if i use them by editing the headers

One Reply from a bunch of Forwards

2001-05-15 Thread Mark J. Bynum
I thought there was a variable for this but didn't see anything so here goes: I'd like to be able to reply to forwards without the Re: Fw: just the Re:. Sometimes I get email forwarded several times like Fw: Fwd: Forward: subject and I'd like the reply to be Re: subject not Re: Fw: Fwd:

Re: German Umlaute in Subject or other Header-Lines

2001-05-15 Thread William Park
On Tue, May 15, 2001 at 05:36:26PM +0200, Christoph Maurer wrote: Hello List! I've got a question concerning German Umlaute (ä,ö,ü) in headers of a mail. Mutt is able to show them in a correct way, if I receive any mail containing correctly encoded Umlaute in the header. It is also able

Re: One Reply from a bunch of Forwards

2001-05-15 Thread Sam Roberts
Set edit_headers, and hack the subject, for one not particularly elegant solution. I don't think there's any code that will automatically change the subject line for you. Sam Quoting Mark J. Bynum [EMAIL PROTECTED], who wrote: I thought there was a variable for this but didn't see anything so

Re: German Umlaute in Subject or other Header-Lines

2001-05-15 Thread Christoph Maurer
Am Die, 15 Mai 2001, schrieb William Park: On Tue, May 15, 2001 at 05:36:26PM +0200, Christoph Maurer wrote: Hello List! I've got a question concerning German Umlaute (ä,ö,ü) in headers of a mail. Mutt is able to show them in a correct way, if I receive any mail containing correctly

Re: German Umlaute in Subject or other Header-Lines

2001-05-15 Thread William Park
On Tue, May 15, 2001 at 06:18:52PM +0200, Christoph Maurer wrote: But, in normal operation, I'd prefer to have $edit_headers unset and would like to be able to enter characters like ä, ö or ü in the mutt dialog for entering recipients and subjects of a new mail. But on my system

Re: One Reply from a bunch of Forwards

2001-05-15 Thread David Ellement
On 010515, at 11:50:19, Mark J. Bynum wrote I thought there was a variable for this but didn't see anything so here goes: I'd like to be able to reply to forwards without the Re: Fw: just the Re:. Sometimes I get email forwarded several times like Fw: Fwd: Forward: subject and I'd like the

alias list expansion

2001-05-15 Thread JT Williams
Hi, How can I request that mutt does *not* expand an alias list? Suppose I have alias foo-workers worker1, worker2, ... and I send a message to `foo-workers'; I do *not* want the To: field to be expanded into the names of everyone on that list. TIA/jtw

Re: alias list expansion

2001-05-15 Thread Lars Hecking
JT Williams writes: Hi, How can I request that mutt does *not* expand an alias list? Suppose I have alias foo-workers worker1, worker2, ... and I send a message to `foo-workers'; I do *not* want the To: field to be expanded into the names of everyone on that list. Leave

Re: alias list expansion

2001-05-15 Thread JT Williams
-: or set up a proper mailing list. I suspect this is what I'm wanting to do. Is this a mutt-thing, or do I have to go fight my sysadmin? TIA -- jtw

Re: German Umlaute in Subject or other Header-Lines

2001-05-15 Thread Wilhelm Wienemann
Hello William! On Tue, 15 May 2001, William Park wrote: On Tue, May 15, 2001 at 05:36:26PM +0200, Christoph Maurer wrote: I've got a question concerning German Umlaute (ä,ö,ü) in headers of a mail. Mutt is able to show them in a correct way, if I receive any mail containing correctly

Re: One Reply from a bunch of Forwards

2001-05-15 Thread Jens Georg
Mark J. Bynum: I thought there was a variable for this but didn't see anything so here goes: reply_regexp I'd like to be able to reply to forwards without the Re: Fw: just the Re:. Sometimes I get email forwarded several times like Fw: Fwd: Forward: subject and I'd like the reply to be

Mail using non-local SMTP server.

2001-05-15 Thread Manoj Naik
Hello, I want to use mutt to send mail to non-local SMTP server. I have read FAQ which says it is not mutts job and I have to configyre the MTa for this. Can anybody help me out on how to configure the MTA like sendmail/null mailer to do this and any changes in mutt configuration required for

Problem with date in mutt

2001-05-15 Thread Tomasz Olszewski
I previously sent this to mutt-user's list but there was no answer. I have a little problem with displaying the proper date in mutt. My date_format is set to "%c". The problem is with the time zone which mutt shows when I reply to a message. Let's say I reply to my own mail. I am in the CEST

Re: Mail using non-local SMTP server.

2001-05-15 Thread Mr. Wade
Manoj Naik wrote: I want to use mutt to send mail to non-local SMTP server. Mutt does not do that. What it will do is call a commandline program, (usually sendmail,) and feed it the complete message, header and body. Generally, that commandline program called by Mutt will then send the

Re: alias list expansion

2001-05-15 Thread Suresh Ramasubramanian
JT Williams proclaimed on mutt-users that: -: or set up a proper mailing list. I suspect this is what I'm wanting to do. Is this a mutt-thing, or do I have to go fight my sysadmin? Tell your sysadmin to install GNU/Mailman from http://www.list.org (or Majordomo, or whatever). It is