Getting mutt to recognize Clearsign

2000-12-27 Thread David

Hi just wondering if its possible to get mutt to recognize clearsigned
messages and verify they automatically.

Thanks
-- 
Don't tell me I'm burning the candle at both ends -- tell me where to 
get more wax!!
-
David Clarke [EMAIL PROTECTED]




How to grab mail

2000-12-27 Thread Umesh Krishnaswamy

Hi Folks,

How do I grab mail from a mail server using MUTT?

When I use POP, the mail is brought to my local mailbox
/var/mail/username. I would like it to be brought to my Inbox in the
home directory.

The second thing is that with POP, the mail is not deleted from the
server. Is there a configuration option to set deletion.

If MUTT users use something better than POP, I would be interested in
trying that out.

Thx.
Umesh.




Re: Getting mutt to recognize Clearsign

2000-12-27 Thread Peter Palfrader

Hi David!

On Thu, 28 Dec 2000, David wrote:

 Hi just wondering if its possible to get mutt to recognize clearsigned
 messages and verify they automatically.

Use procmail to do this:

:0
* !^Content-Type: message/
* !^Content-Type: multipart/
* !^Content-Type: application/pgp
{
:0 fBw
* ^-BEGIN PGP MESSAGE-
* ^-END PGP MESSAGE-
| formail \
-i "Content-Type: application/pgp; format=text; x-action=encrypt"

:0 fBw
* ^-BEGIN PGP SIGNED MESSAGE-
* ^-BEGIN PGP SIGNATURE-
* ^-END PGP SIGNATURE-
| formail \
-i "Content-Type: application/pgp; format=text; x-action=sign"
}

HTH
yours,
peter

-- 
PGP signed and encrypted messages preferred.
http://www.palfrader.org/




Re: How to grab mail

2000-12-27 Thread Suresh Ramasubramanian

Umesh Krishnaswamy proclaimed on mutt-users that: 

 How do I grab mail from a mail server using MUTT?
 
 see if your mutt is compiled using pop or imap and use that.  or just use fetchmail
 
 When I use POP, the mail is brought to my local mailbox
 /var/mail/username. I would like it to be brought to my Inbox in the
 home directory.

 Use procmail, set .forward files etc.  This is not a mutt issue.
 
 The second thing is that with POP, the mail is not deleted from the
 server. Is there a configuration option to set deletion.
 
 eh?  use fetchmail http://www.tuxedo.org/~esr/fetchmail - available in most
 linux distributions, and set

 defaults
 forcecr
 poll your.pop.server with proto pop3
 user your-username with password your-password
 fetchall
 

--suresh

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



Extra line added on edit message

2000-12-27 Thread Abhay Ghaisas

Hi,

When I do edit-message ('e' in index menu by default), I get the
message in my editor.  It seems like there is an extra newline added at
the end of the message.  Thus, if I repeatedly keep on editing my
message and saving it (by force) without any changes, blank lines get
piled up at the end of the message.  Is this done with some reason or is
it just a bug?

I am using some scripts for cleaning up some mails by setting editor
variable to script name.  And, every time I try it, new lines get added
at end.

Regards,
Abhay.
-- 
Abhay Ghaisas / [EMAIL PROTECTED]
Motorola India Electronics Ltd., Bangalore, India.



Re: Extra line added on edit message

2000-12-27 Thread Suresh Ramasubramanian

On Thursday 28 December 2000 11:34, Abhay Ghaisas wrote:

 When I do edit-message ('e' in index menu by default), I get the
 message in my editor.  It seems like there is an extra newline added
 at the end of the message.  Thus, if I repeatedly keep on editing my

I can duplicate this

 piled up at the end of the message.  Is this done with some reason or
 is it just a bug?

Looks like a harmless feature to me :)

 I am using some scripts for cleaning up some mails by setting editor
 variable to script name.  And, every time I try it, new lines get
 added at end.

Could you share this script?  Or you could just archive mails by using 
date-wise folders in your .procmailrc (say mails from mutt-users in 
march get appended to mutt-users-march)

--suresh

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