Re: Sender: in header

2001-06-21 Thread M.R.Muthu Kumar
Hi, try adding following lines in your .muttrc file : folder-hook . unmy_hdr * folder-hook . my_hdr Sender: [EMAIL PROTECTED] which will add Sender on all you outgoing mail. -Muthu On Thu, Jun 21, 2001 at 04:38:04PM +0200, Michael Rauch ([EMAIL PROTECTED]) wrote: Hi, I'd like to

Re: Sender: in header

2001-06-21 Thread Frank Derichsweiler
On Thu, Jun 21, 2001 at 04:38:04PM +0200, Michael Rauch wrote: I'd like to send an email that has a line Sender: [EMAIL PROTECTED] in the email header. Option 1) Let your MTA add that line Option 2) Use my_hdr Sender: [EMAIL PROTECTED] within your muttrc HTH Frank

readmsg for mutt?

2001-06-21 Thread Russell Hoover
Can a message be put into the body of an outgoing message in mutt? 'A' inserts one as an attachment, yes, but can it be done not as an attachment? If not, is there anything like a 'readmsg' patch for mutt? This is one of the very few instances where elm does something better than mutt

Re: Sender: in header

2001-06-21 Thread Suresh Ramasubramanian
Frank Derichsweiler [mutt-users] 21/06/01 16:56 +0200: On Thu, Jun 21, 2001 at 04:38:04PM +0200, Michael Rauch wrote: I'd like to send an email that has a line Sender: [EMAIL PROTECTED] in the email header. Option 1) Let your MTA add that line Option 2) Use my_hdr Sender: [EMAIL

lynx -dump for html mail

2001-06-21 Thread JT
I've been getting an increased amount of HTML mail *BLECH*. I have the following line in my mailcap: text/html; lynx -dump %s; copiousoutput and I keep getting the raw HTML instead of the formatted output in my pager. Strangely, lynx from the command line does what I would want it to do

Re: lynx -dump for html mail

2001-06-21 Thread Micha Berdichevsky
Use 'text/html; lynx -force_html %s; needsterminal' It works for me. On Thu, 21 Jun 2001, JT wrote: I've been getting an increased amount of HTML mail *BLECH*. I have the following line in my mailcap: text/html; lynx -dump %s; copiousoutput and I keep getting the raw HTML instead

Re: lynx -dump for html mail

2001-06-21 Thread Kirill Miazine
* JT [EMAIL PROTECTED] [20010621 12:57]: I've been getting an increased amount of HTML mail *BLECH*. I have the following line in my mailcap: text/html; lynx -dump %s; copiousoutput and I keep getting the raw HTML instead of the formatted output in my pager. Strangely, lynx from

Re: lynx -dump for html mail

2001-06-21 Thread Sam Roberts
Quoting JT [EMAIL PROTECTED], who wrote: I've been getting an increased amount of HTML mail *BLECH*. I have the following line in my mailcap: text/html; lynx -dump %s; copiousoutput and I keep getting the raw HTML instead of the formatted output in my pager. Strangely, lynx from

Re: getting mutt to read the $HOME/Maildir

2001-06-21 Thread Suresh Ramasubramanian
Sam Carleton [mutt-users] 21/06/01 20:56 -0400: I am new to mutt. I have compiled it on my UltraSPARC. I also have qmail delievering mail to my $HOME/Maildir. Presently there are two emails in my $HOME/Maildir/new directory. When I run mutt, it sill asked to create the $HOME/Mail and it

RegExp

2001-06-21 Thread Ross Davis
Can anyone tell me how I can force the following regexp match *only* concatenated substrings *not* the individual substrings as well as the concatenated ones!? From my understanding, once the whole regexp is in parentheses it should match each individual substring together as a concatenated