Re: mutt-qmail-procmail, cannot send mail

2001-03-29 Thread Suresh Ramasubramanian
[EMAIL PROTECTED] proclaimed on mutt-users that: i find this changing operation to another list-folder a bit clumsy -c? choose from a list-, is there another way? Just press c, and then =foldername will take you to the folder called foldername and a second question: how to take the reply

Randomly change From: and signature using Macros

2001-03-29 Thread Ailbhe Leamy
Is this possible? I can't find anything really useful using a Google search. Ailbhe -- Homepage: http://ailbhe.ossifrage.net/

Re: Randomly change From: and signature using Macros

2001-03-29 Thread Suresh Ramasubramanian
Ailbhe Leamy proclaimed on mutt-users that: Is this possible? I can't find anything really useful using a Google search. For your .sig, it can be a shell script that calls (say) fortune. For the from header, I suggest you use set envelope_from and a set of vim macros. -s -- Suresh

Re: Randomly change From: and signature using Macros

2001-03-29 Thread Wade A. Mosely
Ailbhe Leamy wrote: Subject: "Randomly" change From: and signature using Macros Is this possible? I can't find anything really useful using a Google search. For the "From:" you could specify a shell script that outputs your desired "From:" address on stdout, then use a send-hook to call it.

Re: Randomly change From: and signature using Macros

2001-03-29 Thread Ailbhe Leamy
On (29/03/01 10:06), Wade A. Mosely wrote: send-hook . "set from=\"`~/.mutt/selectfrom`\"" (Note the use of backquotes for command substitution.) set signature='~/.mutt/createsig|' This is lovely and I fully intend to use it, as soon as I write the appropriate scripts.

Mailcap entry for inline BMP?

2001-03-29 Thread malcolm.boekhoff
Can some clever person please post a mailcap entry to deal with messages from Microsoft Outlook Express, where the sender has attached a BMP. The BMP kind of gets in-lined into the message, so that if you were reading it with OE you would see the picture (some kind of OLE stuff, I think). I.e.

How to get 'N' next to folder containing new messages?

2001-03-29 Thread malcolm.boekhoff
I have messages marked "N" in +cygwin, +mutt, but these folders are marked with "N" in the folder viewer (the screen you get if you "change-folderTABTAB"). I have +cygwin and +mutt in "mailboxes". Funny that "N" appears next to "mbox" and "postponed", but not the other mailboxes containing new

Re: Randomly change From: and signature using Macros

2001-03-29 Thread Brian Foley
* Ailbhe Leamy [[EMAIL PROTECTED]] on [29-03-01] wrote: However, I obviously expressed myself badly. What I actually want is the ability to hit ^foo and have it change the From and Sig to a pre-determined one, presumably using a :set command. ^bar to change to a different one. I'd prefer

Re: Randomly change From: and signature using Macros

2001-03-29 Thread Wade A. Mosely
Ailbhe Leamy wrote: However, I obviously expressed myself badly. What I actually want is the ability to hit ^foo and have it change the From and Sig to a pre-determined one, presumably using a :set command. ^bar to change to a different one. I'd prefer to be able to do this _after_

Procmail user+ext@bla.com addresses

2001-03-29 Thread Ralf Hildebrandt
I can use a (folder)-hook to set my From: header and envelope from to [EMAIL PROTECTED] But how can I motivate procmail to filter my mail into /home/user/Maildir/muttusers if a mail to [EMAIL PROTECTED] comes back in? -- [EMAIL PROTECTED]innominate AG System Engineer

Re: Procmail user+ext@bla.com addresses

2001-03-29 Thread Lars Hecking
Ralf Hildebrandt writes: I can use a (folder)-hook to set my From: header and envelope from to [EMAIL PROTECTED] But how can I motivate procmail to filter my mail into /home/user/Maildir/muttusers if a mail to [EMAIL PROTECTED] comes back in? What about :0: * ^TO_user+muttusers@her\.com

Re: Mailcap entry for inline BMP?

2001-03-29 Thread Bob Bell
You might try using emil in your procmailrc to convert uuencoded files into MIME attachments. If that works, you should then be able to deal with the BMP as a MIME attachments. As things currently stand, it would just be treated as part of the message. On Thu, Mar 29, 2001 at 04:08:18PM

Re: Mailcap entry for inline BMP?

2001-03-29 Thread Enoch Wu
Yes, When you are reading that email, press v to find out what it tells you about the application type, something like: application/vnd.ms- So then you put this in .mailcap in your home directory: application/vnd.ms- ; /usr/local/bin/gimp %s; copiousoutput The above assumes that

regexp invalid range problem

2001-03-29 Thread HEGEDUS Ferenc
Hi I have a following line in my .muttrc: color body blue black [a-z] This causes: Error in /h/d/dark/.muttrc, line 98: Invalid range end This regex only work if i writing [a-b] Why? I tried " ' \ characters a lot. :) Thanks. d Ps: Mutt 1.3.15i (2001-02-12), debian woody

macro trouble

2001-03-29 Thread Matt Dunford
Hi all, I was wondering if anyone could help me with this macro. I'm trying to pipe messages with patches in them through sed. But nothing I'm doing is working. Here's how I think it should look. # extract patch from email # sed command removes email signatures, macro index ,p '| sed

Re: regexp invalid range problem

2001-03-29 Thread Peter BARABAS
On Thu, Mar 29, 2001 at 03:55:59PM +0200, HEGEDUS Ferenc wrote: Error in /h/d/dark/.muttrc, line 98: Invalid range end It has something to do with locales. If you use LANG='C' it doesn't give error about the range end. Regards, Z. -- ^ { Peter BARABAS } { [EMAIL PROTECTED] } { [EMAIL

Re: Mailcap entry for inline BMP?

2001-03-29 Thread malcolm.boekhoff
On 2001-03-29 12:11:57, Bob Bell wrote: Unfortunately I can't use procmail because there it isn't in Cygwin yet and it don't compile OOTB (I am Cygwin on NT4). You might try using emil in your procmailrc to convert uuencoded files into MIME attachments. If that works, you should then be