Re: Mutt and signing email

2001-04-15 Thread Horace G. Friend III

On Fri, Apr 13, 2001 at 02:10:24PM +, Subba Rao wrote:
 
 I have the following setting in my .muttrc and I am trying to sign the email
 in clear text before sending it out.
 
   set pgp_autosign=yes
   set pgp_list_secring_command=~/.gnupg/secring.gpg
   set pgp_list_pubring_command=~/.gnupg/pubring.gpg
 
Take a look at Mutt's gpg.rc. In fact, Mutt's default Muttrc contains
these already.


-- 
Horace G. Friend III
[EMAIL PROTECTED]
GnuPG DSA/ElGamal Key Fingerprint
9295 80C4 C723 621B 9C2D  B53E D432 7936 4CA9 8AD6



Re: pgp-hook

2001-04-15 Thread Horace G. Friend III

On Fri, Apr 13, 2001 at 12:55:46PM +0200, Andre Berger wrote:
 Maybe someone could help me with the pgp-hook syntax? The manual (3.19)
 says: 'Usage: "pgp-hook pattern keyid"'
 
 I send Mails Bcc to my "other" mail address, which is not listed in
 'alternates' and should not be. Encrypted or signed messages thus also
 ask for my "other" addresses' key. A pgp-hook should allow to assign my
 usual addresses' key to "other".
 
 I've looked for a predefined pattern that matches Bcc, but I couldn't
 find any. So here's what I'm stuck with but what doesn't work due to a
 syntax error:
 
 set pgp_sign_as="usual@adress"
 pgp-hook '~h other@address' usual@address
 
you should use the keyid of usual@address
for ex. if keyid of usual@address is 0x457632

pgp-hook other@address 0x457632

all encrypted msgs addressed to other@address will be encrypted using
keyid 0x457632.

Of course, other@address must be among usual@address' pgp/gpg public
key.

HTH. Cheers.

-- 
Horace G. Friend III
[EMAIL PROTECTED]
GnuPG DSA/ElGamal Key Fingerprint
9295 80C4 C723 621B 9C2D  B53E D432 7936 4CA9 8AD6



Pb with this mailing list

2001-04-15 Thread Andre Berger

Whenever I post to this list, I get an undeliverable mail-receipt,
saying 

[EMAIL PROTECTED]
  Too many "Received" headers - suspected mail loop
  
This has begun about a week (or two) ago. How to deal with the
situation?

Andre Berger[[EMAIL PROTECTED]]

 PGP signature


saving attachments to another folder

2001-04-15 Thread Benny Chee

hi,

I would like to default save all my attachments to a folder. ie when pressed 
's', it will be saved to the default folder as specified by user. I hate mixing my 
files on my root directory with my attachments.

-- 
Benny

 PGP signature


Re: converting from mbox to maildir

2001-04-15 Thread Suresh Ramasubramanian

On Sun, Apr 15, 2001 at 12:27:17PM +1000, Tony Collins typed:

 There was a thread here not long ago about converting from mbox to maildir.

 1.  get x script from www.foo.bar.com

mbox2maildir from http://cr.yp.to
then rtfm the instructions - quite clear

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



Re: Pb with this mailing list

2001-04-15 Thread Suresh Ramasubramanian

On Sun, Apr 15, 2001 at 12:30:15PM +0200, Andre Berger typed:

 Whenever I post to this list, I get an undeliverable mail-receipt,
 saying 
 [EMAIL PROTECTED]
   Too many "Received" headers - suspected mail loop
 This has begun about a week (or two) ago. How to deal with the
 situation?
 
 By having Mynheer Dirk fix his broken mail setup - likely a
 .forward pointing back to his own account or something similar.
 
 Procmail it to /dev/null and mail [EMAIL PROTECTED] about this

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



Re: saving attachments to another folder

2001-04-15 Thread Suresh Ramasubramanian

On Sun, Apr 15, 2001 at 09:51:39PM +0800, Benny Chee typed:

   I would like to default save all my attachments to a folder.
   ie when pressed 's', it will be saved to the default folder
   as specified by user. I hate mixing my files on my root
   directory with my attachments.

1. Dont check / send emails as root.  su to root only for admin work
2. Call mutt from within some folder (say ~/attach).  Mutt can be
called from a shell script which says

cd attach
mutt

Mutt saves things by default to the current directory


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



Re: Pb with this mailing list

2001-04-15 Thread Lars Hecking

Andre Berger writes:
 Whenever I post to this list, I get an undeliverable mail-receipt,
 saying 
 
 [EMAIL PROTECTED]
   Too many "Received" headers - suspected mail loop
   
 This has begun about a week (or two) ago. How to deal with the
 situation?

 More than likely a mail loop. You need to examine the Received: headers
 and find out where the loop occurs, and then notify the postmaster of the
 offending site. If this is not possible, said .ac.za address should be
 taken off the list.

[Btw, signing emails to this list is virtually useless to anyone if the
 public key is not available from the keyservers.

gpg: Signature made Sun Apr 15 11:30:15 2001 IST using DSA key ID 07182FBC
gpg: requesting key 07182FBC from horowitz.surfnet.nl ...
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: Can't check signature: public key not found
]




Re: message duplicated if mailbox written while mutt is opening it

2001-04-15 Thread Tim Legant

On Sun, Apr 15, 2001 at 12:26:10PM +0200, Andre Berger wrote:
 * Jim Breton [EMAIL PROTECTED], 2001-04-15 11:39 +0200:
  Something I've been noticing is that if my MDA (qmail-local from qmail
  1.03) writes a new message to a mailbox while Mutt (1.2.5i) is in the
  process of opening that mailbox, I will end up with two exact copies of
  that message in the mailbox.
 
 Could this be a Maildir feature? Not sure though.

It's a maildir feature that this can't ever happen.

It's a mbox "feature" that you have to use locking to prevent it from
happening.

Tim



mutt colors in xterm

2001-04-15 Thread dieter . maas

hi to all,

keeping on tracking, customizing my mutt, my question now is:
how can i teach mutt to use all of my .muttrc inclusive of colors and
keymappings in xterm/XFree86 environment? So far in my xterms, only explicitly
specified bg and fg colors dominate, any colors  from muttrc just dont come
through.
Any solutions, doc-hints welcome(there is a lot of them, seems a bit confusing
to me).  
thanx in advance

Dieter Maas





Re: saving attachments to another folder

2001-04-15 Thread Igor Pruchanskiy

You might also want to do something about this:

-- snip --
gpg: BAD signature from "Benny Chee (Singapore Telecommunications Ltd) 
[EMAIL PROTECTED]"
-- snip --

On Sun 15 Apr 2001, Benny Chee wrote:
 hi,
 
   I would like to default save all my attachments to a folder. ie when pressed 
's', it will be saved to the default folder as specified by user. I hate mixing my 
files on my root directory with my attachments.
 
 -- 
 Benny





Re: mutt colors in xterm

2001-04-15 Thread Igor Pruchanskiy

Replace default with black. default will have no effect in xterm.

# Color Terminals (export TERM=xterm-color)
color hdrdefault cyan default
color quoted green default
color signature red default
color indicator black cyan
color attachment magenta default
color error brightred default
color status brightyellow blue
color tree green default
color normal white default
color message brightyellow default

# Index colors
color index brightyellow default "~N"   # New Messages are brighter
color index brightyellow default "~U"   # Set Unread meassager same as ~N
color index brightred default "~F"  # These are important messages
color index cyan default "~Q"   # Messages i replied to
color index magenta default "~G"# PGP Encrypted Message
color index magenta default "~g"# PGP Signed Message
color index black default "~D"  # Deleted Messages

On Sun 15 Apr 2001, [EMAIL PROTECTED] wrote:
 hi to all,
 
 keeping on tracking, customizing my mutt, my question now is:
 how can i teach mutt to use all of my .muttrc inclusive of colors and
 keymappings in xterm/XFree86 environment? So far in my xterms, only explicitly
 specified bg and fg colors dominate, any colors  from muttrc just dont come
 through.
 Any solutions, doc-hints welcome(there is a lot of them, seems a bit confusing
 to me).  
 thanx in advance
 
 Dieter Maas
 
 



Re: mutt colors in xterm

2001-04-15 Thread Thomas Dickey

On Sun, Apr 15, 2001 at 03:13:04PM -0700, Igor Pruchanskiy wrote:
 Replace default with black. default will have no effect in xterm.

that depends (I use "default" in XFree86 xterm, and it does work properly).
perhaps your statement requires qualification...
 
 # Color Terminals (export TERM=xterm-color)
 color hdrdefault cyan default
...
 On Sun 15 Apr 2001, [EMAIL PROTECTED] wrote:
  hi to all,
  
  keeping on tracking, customizing my mutt, my question now is:
  how can i teach mutt to use all of my .muttrc inclusive of colors and
  keymappings in xterm/XFree86 environment? So far in my xterms, only explicitly
  specified bg and fg colors dominate, any colors  from muttrc just dont come
  through.

-- 
Thomas E. Dickey [EMAIL PROTECTED]
http://dickey.his.com
ftp://dickey.his.com



fetchmail mutt

2001-04-15 Thread Dave Murray

I'm hopeing that someone that uses fetchmail with mutt can help.

1. without [and want mda/bsmtp "/path"] fetch times out while trying to read.

2. with [and want mda "/path"] fetch gives a no write permission error.

3. with [and want bsmtp "/path"] it fetches the mail but mutt can't look
   at it.  I can view it with emacs, it's the mail but not a folder
   that mutt can read.

How do I get it to fetch mail into a folder that mutt can read?

Regards,
Dave
 



Re: mutt colors in xterm

2001-04-15 Thread Igor Pruchanskiy

Ok, i'll be more specific.
default allows me to use aterm's transparency

igor

On Sun 15 Apr 2001, Thomas Dickey wrote:
 On Sun, Apr 15, 2001 at 03:13:04PM -0700, Igor Pruchanskiy wrote:
  Replace default with black. default will have no effect in xterm.
 
 that depends (I use "default" in XFree86 xterm, and it does work properly).
 perhaps your statement requires qualification...
  
  # Color Terminals (export TERM=xterm-color)
  color hdrdefault cyan default
 ...
  On Sun 15 Apr 2001, [EMAIL PROTECTED] wrote:
   hi to all,
   
   keeping on tracking, customizing my mutt, my question now is:
   how can i teach mutt to use all of my .muttrc inclusive of colors and
   keymappings in xterm/XFree86 environment? So far in my xterms, only explicitly
   specified bg and fg colors dominate, any colors  from muttrc just dont come
   through.
 
 -- 
 Thomas E. Dickey [EMAIL PROTECTED]
 http://dickey.his.com
 ftp://dickey.his.com
 



Re: mutt colors in xterm

2001-04-15 Thread dieter . maas

On Sun, Apr 15, 2001 at 03:13:04PM -0700, Igor Pruchanskiy wrote:
 Replace default with black. default will have no effect in xterm.
 
 # Color Terminals (export TERM=xterm-color)
i tried that, in xterm shell and in .xinitrc, with no effect
whatsoever, "export TERM=xterm-color"

 color hdrdefault cyan default
 color quoted green default
 color signature red default
 color indicator black cyan
 color attachment magenta default
 color error brightred default
 color status brightyellow blue
 color tree green default
 color normal white default
 color message brightyellow default
 
 # Index colors
 color index brightyellow default "~N"   # New Messages are brighter
 color index brightyellow default "~U"   # Set Unread meassager same as ~N
 color index brightred default "~F"  # These are important messages
 color index cyan default "~Q"   # Messages i replied to
 color index magenta default "~G"# PGP Encrypted Message
 color index magenta default "~g"# PGP Signed Message
 color index black default "~D"  # Deleted Messages
 
these lines i added too, i mean in the sense, that i changed my default values
to black, but it didnt make a difference so far.
I think that it has something to do with my Xterm configs, dont know.
for now, thanx alot, i go to bed now (01.20 am)
for sure i will solve this thing. 
enjoy

Dieter





Re: saving attachments to another folder

2001-04-15 Thread Juergen Salk

* Suresh Ramasubramanian [EMAIL PROTECTED] [010415 17:51]:

 Mutt saves things by default to the current directory

That's true and that's really, really bothering me. I wonder
why there is a browser available for saving messages, but 
not for saving attachments. 

Regards - Juergen.




Re: saving attachments to another folder

2001-04-15 Thread Rich Lafferty

On Mon, Apr 16, 2001 at 01:36:48AM +0200, Juergen Salk ([EMAIL PROTECTED]) wrote:
 * Suresh Ramasubramanian [EMAIL PROTECTED] [010415 17:51]:
 
  Mutt saves things by default to the current directory
 
 That's true and that's really, really bothering me. I wonder
 why there is a browser available for saving messages, but 
 not for saving attachments. 

There is, and you get to it the same way, by hitting TAB.

  -Rich

-- 
-- Rich Lafferty ---
 Sysadmin/Programmer, Instructional and Information Technology Services
   Concordia University, Montreal, QC (514) 848-7625
- [EMAIL PROTECTED] --



Re: fetchmail mutt

2001-04-15 Thread Tim Whitehead

I think you would want to install qmail or some other mail system that is setup
to "listen" on port 25 (smtp). That way fetchmail can run the way it was intended. 

tw 



Le jour Sun Apr 15, 2001 at 03:38:40PM -0700, Dave Murray ([EMAIL PROTECTED]) a 
crit...

 I'm hopeing that someone that uses fetchmail with mutt can help.
 
 1. without [and want mda/bsmtp "/path"] fetch times out while trying to read.
 
 2. with [and want mda "/path"] fetch gives a no write permission error.
 
 3. with [and want bsmtp "/path"] it fetches the mail but mutt can't look
at it.  I can view it with emacs, it's the mail but not a folder
that mutt can read.
 
 How do I get it to fetch mail into a folder that mutt can read?
 
 Regards,
 Dave
  



Re: fetchmail mutt

2001-04-15 Thread Suresh Ramasubramanian

Dave Murray proclaimed on mutt-users that: 

 I'm hopeing that someone that uses fetchmail with mutt can help.
 1. without [and want mda/bsmtp "/path"] fetch times out while trying to read.
 2. with [and want mda "/path"] fetch gives a no write permission error.

 Something is fubarred with the permissions of /var/spool/mail I
 expect.  Try chmod 777 /var/spool/mail, chmod +t /var/spool/mail

 And have something listening on port 25 unless you use procmail as
 your mda ("/usr/bin/procmail -d %T" should do very nicely)

-s

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



Re: fetchmail mutt

2001-04-15 Thread Dave Murray

Suresh Ramasubramanian wrote on mutt-users:
  Something is fubarred with the permissions of /var/spool/mail I
  expect.  Try chmod 777 /var/spool/mail, chmod +t /var/spool/mail
 
  And have something listening on port 25 unless you use procmail as
  your mda ("/usr/bin/procmail -d %T" should do very nicely)

Thank you, that fixed it but now my mail goes to /var/spool/mail/me
where it was spooling to ~/Mail/inbox.  My other folders are in
~/Mail/somenames.  Is there a convenient way to get the new mail
in /var/spool/mail/me to ~/Mail/inbox ?

Regards and thanks again,
Dave



Re: scrolling in a message

2001-04-15 Thread John P. Verel

I have my Konsole setting to xterm (XFree 3.x.x).  I also have the
following bindings in my .muttrc:

bind generic home first-entry
bind generic end last-entry
bind generic backspace previous-line

Seems to me these binding should be extraneous, but everything is
working fine...so I leave it alone...for now ;)

HTH

John
On 04/14/01, 02:01:53PM -0500, David Rock wrote:
 On Sat, Apr 14, 2001 at 07:13:01AM -0700, CB wrote:
  
  Could you share some of your settings?  You just described my system and
  the backspace key does not work for previous line and I've not figured
  out what I need to change within KDE to make it work.
 
 I have found that using the Del key instead of the Backspace key works
 when the Backspace key doesn't. The Enter key has always worked for me
 to scroll down one line.
 
 -- 
 David Rock
 [EMAIL PROTECTED]



-- 
John P. Verel
Norwalk, CT



Re: fetchmail mutt

2001-04-15 Thread Wade A. Mosely

Dave Murray wrote:
 Suresh Ramasubramanian wrote on mutt-users:
   Something is fubarred with the permissions of /var/spool/mail I
   expect.  Try chmod 777 /var/spool/mail, chmod +t /var/spool/mail
  
   And have something listening on port 25 unless you use procmail as
   your mda ("/usr/bin/procmail -d %T" should do very nicely)
 
 Thank you, that fixed it but now my mail goes to /var/spool/mail/me
 where it was spooling to ~/Mail/inbox.  My other folders are in
 ~/Mail/somenames.  Is there a convenient way to get the new mail
 in /var/spool/mail/me to ~/Mail/inbox ?
 
 Regards and thanks again,
 Dave

This is somewhat off-topic; where your mail is delivered is the
job of the mail delivery agent (MDA) and not that of the mail
user agent (MUA).  For example, if you are using procmail as the
MDA, as I am, then if you specify a value for $DEFAULT in your
~/.procmailrc file, then any mail that "falls off the end" of the
rcfile will be delivered to $DEFAULT.  Is that what you
desire?

-- Mr. Wade

-- 
Linux: The Choice of the GNU Generation





Re: fetchmail mutt

2001-04-15 Thread Dave Murray

Wade A. Mosely wrote on mutt-users:
 This is somewhat off-topic; where your mail is delivered is the
 job of the mail delivery agent (MDA) and not that of the mail
 user agent (MUA).  For example, if you are using procmail as the
 MDA, as I am, then if you specify a value for $DEFAULT in your
 ~/.procmailrc file, then any mail that "falls off the end" of the
 rcfile will be delivered to $DEFAULT.  Is that what you
 desire?

Thanks, all's well. 

Regards,
Dave



Re: message duplicated if mailbox written while mutt is opening it

2001-04-15 Thread Jim Breton

On Sun, Apr 15, 2001 at 02:11:46PM -0500, Tim Legant wrote:
 It's a maildir feature that this can't ever happen.
 
 It's a mbox "feature" that you have to use locking to prevent it from
 happening.

Lol.. yep.

This is occurring with regular mailboxes.  I would have expected Mutt to
do that locking though... no?



Re: message duplicated if mailbox written while mutt is opening it

2001-04-15 Thread Tim Legant

On Mon, Apr 16, 2001 at 04:03:45AM +, Jim Breton wrote:
 On Sun, Apr 15, 2001 at 02:11:46PM -0500, Tim Legant wrote:
  It's a maildir feature that this can't ever happen.
  
  It's a mbox "feature" that you have to use locking to prevent it from
  happening.
 
 Lol.. yep.
 
 This is occurring with regular mailboxes.  I would have expected Mutt to
 do that locking though... no?

Yes and no. Mutt has to be compiled with the correct options to do it.
Assuming you're on a system where qmail uses flock (not HP/UX or
Solaris), configure mutt with --enable-flock. Then they're both talking
the same language.

Tim



Re: fetchmail mutt

2001-04-15 Thread Suresh Ramasubramanian

Dave Murray proclaimed on mutt-users that: 

 Thank you, that fixed it but now my mail goes to /var/spool/mail/me
 where it was spooling to ~/Mail/inbox.  My other folders are in
 ~/Mail/somenames.  Is there a convenient way to get the new mail
 in /var/spool/mail/me to ~/Mail/inbox ?

set folder=~/Mail   # where i keep my mailboxes
Mutt will read /var/spool/mail/$username anyway, by default.

-s

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