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 send an email that has a line Sender: [EMAIL PROTECTED] in the 
 email header. 
 
 I have tried to press E in the compose menu and add that line, but when I 
 exit the editor and return to the compose menu, mutt won't accept that line 
 (it silently disappears). 
 Looking in the manual I couldn't find anything, so hopefully somebody here 
 on the list can help me. 
 
 
 Thanks in advance
 
 Michael



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 (shocking, when you think of it).

-- 
 // [EMAIL PROTECTED] //
Dopeler effect: The tendency of stupid ideas
   to seem smarter when they come at you rapidly.



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 PROTECTED]
 within your muttrc
 
 Option 2 won't work.  Option 1 is the way to go ... when you use sendmail to
 set the envelope sender.

-suresh
-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin  



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
with -dump.

Anyone have any suggestions?

TIA,
JT




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 of the formatted output in my
 pager.
 
 Strangely, lynx from the command line does what I would want it to do
 with -dump.
 
 Anyone have any suggestions?
 
 TIA,
 JT
 

-- 
Micha.

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.



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 the command line does what I would want it to do
 with -dump.
 
 Anyone have any suggestions?

-force_html

 
 TIA,
 JT
 
-- 
Kirill



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 the command line does what I would want it to do
 with -dump.
 
 Anyone have any suggestions?

The docs are confusing, the first examples don't work, you have to
keep reading. Use this, for example:

text/html; lynx -localhost -dump %s ; copiousoutput ; nametemplate=%s.html

lynx uses the extension to determine if it's html.

-- 
Sam Roberts [EMAIL PROTECTED]



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 does not show me the new mail.
 What am I doing wrong?

1. export MAIL=$HOME/Maildir in your .profile
2. set mbox_type=maildir in your muttrc

-suresh
-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin  



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 string - any ideas?
For example, this regexp matches a bunch of smileys fine but it also highlights 
strings like ':', ';', 'D', 'P', etc. on their own. 


color body brightyellow black ([:;]+[-^~]?((\)\))|(\(\()|[][)(}{|/DP]){1})


-Ross