Fcc but only when not encrypted

2001-10-05 Thread Matthias Teege
Moin, I want to use the fcc-hook for saving all non encrypted mails. The fcc-hook '~A !~G' 'archiv' don't work. What do I'm missing? Many thanks Matthias -- Matthias Teege -- [EMAIL PROTECTED] -- http://emugs.de make world not war PGP-Key auf Anfrage

Re: howto force pgp_create_traditional

2001-10-05 Thread Viktor Rosenfeld
David T-G wrote: % have the following: % % send-hook . set pgp_autosign; macro compose y send-message % send-hook ~C [EMAIL PROTECTED] unset pgp_autosign; macro compose y 'Fgpg --armor --clearsign --local-user 0x23314340\nysend-message'# Christian Seewald % % And it works,

Re: multiple fcc usage

2001-10-05 Thread David T-G
Andrew -- ...and then Andrew Brown said... % % what i'd like to do is have every outbound message saved to a folder ... % % As you've seen, there's no stock way to do it right now. % % yup. so i've attached my solution. it's a perl script that i've Thanks; it looks quite interesting, and I

Re: how to fix non-MIME encoded PGP messages in my Fcc?

2001-10-05 Thread David T-G
Zane -- ...and then Zane Crawford said... % I'm using the pgp_create_traditional and pgp_outlook_compat settings to % generate old (yes, broken) PGP messages (without the PGP/MIME headers). I *smile* % also have my procmail set up to insert these headers when it intercepts % something that

Re: alias file perms error

2001-10-05 Thread David T-G
Sharukh -- ...and then Dr . Sharukh K . R . Pavri . said... % Yes, i finally got it sorted out. I had to give the editor value in % .bash_profile. Do you mean that you had to set EDITOR= in your .bash_profile file at all, or that you had to put whatever $EDITOR is (from .bash_profile) directly

Re: Making edit-type permanent

2001-10-05 Thread David T-G
Viktor -- ...and then Viktor Rosenfeld said... % Hello, % % is there a way to make edit-type permanent upon exiting mutt? When I % edit the mime-type of an attachment, exit mutt, and then open the % mailbox again, the mime-type is reverted back to its old value. Ah. In that case, just

is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Sven
Hello, ... First, i am a long time mutt user, and find it one of the best muas around. I was asking myself if it would be possible for mutt to read a gzipped mailbox. I suppose this could be done using the zlib library, but have found no mention of it in the manpage, nor in the faq or other

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Dan Boger
On Fri, Oct 05, 2001 at 03:30:29PM +0200, Sven wrote: Hello, ... First, i am a long time mutt user, and find it one of the best muas around. I was asking myself if it would be possible for mutt to read a gzipped mailbox. I suppose this could be done using the zlib library, but have found

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Will Yardley
Sven wrote: I was asking myself if it would be possible for mutt to read a gzipped mailbox. I suppose this could be done using the zlib library, but have found no mention of it in the manpage, nor in the faq or other documents i have read about mutt. hrmm

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Michael Tatge
On Fri, Oct 05, 2001 Sven wrote: First, i am a long time mutt user, and find it one of the best muas around. Just one of the best? What's wrong with you? ;-) I was asking myself if it would be possible for mutt to read a gzipped mailbox. There's compressed folder patch from Roland

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Sven
On Fri, Oct 05, 2001 at 05:04:08PM +0200, Michael Tatge wrote: On Fri, Oct 05, 2001 Sven wrote: First, i am a long time mutt user, and find it one of the best muas around. Just one of the best? What's wrong with you? ;-) Ok, the best, (well not that i use anything else, so i cannot really

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Will Yardley
Sven wrote: Will see if i can build a debian package with this patch included ... i think this is already in the debian package (for unstable anyway) if i do apt-get source, there's: 000_patch-1.3.22.1.rr.compressed in mutt-1.3.22/debian/patches and i'm pretty sure i've heard before that

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Hall Stevenson
Will see if i can build a debian package with this patch included ... i think this is already in the debian package (for unstable anyway) snip and i'm pretty sure i've heard before that this patch is already in the debian version. According to the description here,

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Will Yardley
Hall Stevenson wrote: According to the description here, http://packages.debian.org/unstable/mail/mutt.html, it may not include compressed file support, although I think I've read somewhere that some packages do (maybe it was the Mandrake RPM version ??). It doesn't 'depend' on 'zlib',

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Alexander Wasmuth
Will Yardley schrieb: Hall Stevenson wrote: According to the description here, http://packages.debian.org/unstable/mail/mutt.html, it may not include compressed file support, although I think I've read somewhere that some packages do (maybe it was the Mandrake RPM version

sending sent

2001-10-05 Thread Tim Whitehead
I have emails that I want to resend from ~/Mail/sent. Is there a key binding for this? tw -- Timothy Mark Whitehead // Sophomore, UW - Madison

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Hall Stevenson
snip (this machine has standard debian woody mutt package on it) notice +COMPRESSED and several other random non-standard features. so i'm pretty sure this is part of the debian package. Cool. If Debian allows this patch in, they must consider it perfectly 'stable'. I'll have to check

Re: sending sent

2001-10-05 Thread Nelson D. Guerrero
msg.pgp

Re: sending sent

2001-10-05 Thread David Champion
On 2001.10.05, in [EMAIL PROTECTED], Tim Whitehead [EMAIL PROTECTED] wrote: I have emails that I want to resend from ~/Mail/sent. Is there a key binding for this? resend-message, esc-e. -- -D.[EMAIL PROTECTED]NSITUniversity of Chicago

Re: sending sent

2001-10-05 Thread Alexander Wasmuth
Tim Whitehead schrieb: I have emails that I want to resend from ~/Mail/sent. Is there a key binding for this? From the help (?): Esce resend-message use the current message as a template for a new one HTH, Alex PGP signature

Re: Making edit-type permanent

2001-10-05 Thread Viktor Rosenfeld
Hi David, David T-G wrote: % is there a way to make edit-type permanent upon exiting mutt? When I % edit the mime-type of an attachment, exit mutt, and then open the % mailbox again, the mime-type is reverted back to its old value. Ah. In that case, just sync-mailbox ('$' by default) to

IMAP Filter

2001-10-05 Thread Jean-Sebastien Morisset
Just saw this on Freshmeat today, and remembered some people were looking for something like this a short while ago... http://freshmeat.net/projects/imapfilter/ IMAPFilter connects to remote IMAP mail servers and processes messages according to defined filters (rules). It is intended to be

Re: Making edit-type permanent

2001-10-05 Thread David T-G
Viktor -- ...and then Viktor Rosenfeld said... % Hi David, Hello! % % David T-G wrote: % % % is there a way to make edit-type permanent upon exiting mutt? When I % % edit the mime-type of an attachment, exit mutt, and then open the % % mailbox again, the mime-type is reverted back to

send without 'y'

2001-10-05 Thread David T-G
Hi, all -- I have already figured out that I can unset and reset $editor in my send-hook as I send off to spamcop (hey, Suresh, yes I'm inexplicably back in!) but I still have to hit 'y' to send the forward. How can I tag a group of messages and then forward them to spamcop without further

Re: send without 'y'

2001-10-05 Thread David T-G
Hi again -- ...and then David T-G said... % % How can I tag a group of messages and then forward them to spamcop % without further intervention? I imagine a macro but I don't know how to % call one from the compose menu... I must have been drinking with the rest of the gang. I meant, of

What header is used by mutt for threading?

2001-10-05 Thread Larry Hignight
Hello, I'm curious as to which header Mutt (or any other mua for that matter) uses to sort email into threads. Someone on another list had said that it was the subject header, but I don't think it can be the subject header because people often screw up threading mid-stream by replying and

Re: What header is used by mutt for threading?

2001-10-05 Thread Jim Crumley
On Fri, Oct 05, 2001 at 02:00:04PM -0700, Larry Hignight wrote: I'm curious as to which header Mutt (or any other mua for that matter) uses to sort email into threads. Someone on another list had said that it was the subject header, but I don't think it can be the subject header because

Re: What header is used by mutt for threading?

2001-10-05 Thread Suresh Ramasubramanian
Larry Hignight mutt [05/10/01 14:00 -0700]: I'm curious as to which header Mutt (or any other mua for that matter) uses to sort email into threads. Someone on another list had said that it was the subject header, but I don't think it can be the subject Subject, Message-ID, In-Reply-To,

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Jerome
Concerning compressed mailboxes, I would like to know if there is a way to know when there is a new mail in a compressed mailboxe. Right now I have gzipped mailboxes and I have them referenced with mailboxes in my muttrc. Off course I realized compressing mailboxes is usually for archive