gpg encrypt

2000-07-22 Thread L Vogtmann
Still can't encrypt, but I've narrowed it down to a problem with the "pgp_getkeys_command". I don't get a "menu" as described in the FAQ or manual. I just get a prompt to enter the key id for who I am encrypting to. And it will not accept ANYTHING is a valid key. I started with mutt-1.2.4i a

Re: gnupg and pgp incompatibility

2000-07-22 Thread David Champion
On 2000.07.22, in <[EMAIL PROTECTED]>, "Dennis Robertson" <[EMAIL PROTECTED]> wrote: > Hello List, > I am trying to correspond with a friend who uses Windows and Eudora 4.3.2 (gasp!) >with PGP > 6.5.3. I use mutt and gnupg 1.0.1 ;). When he invokes decrypt on my messages all >he sees >

Re: Questions not covered at www.mutt.org

2000-07-22 Thread Anton Graham
Submitted 23-Jul-00 by Juergen Salk: > * Michael Tatge <[EMAIL PROTECTED]> [000722 20:28]: > > > iirc, that's an eterm theme. > > I am wondering how a *theme* can add GUI functionality to a non-GUI program. > ETerm "themes" allow you to customize the menus at the top of the window. It's not r

Re: Questions not covered at www.mutt.org

2000-07-22 Thread Juergen Salk
* Michael Tatge <[EMAIL PROTECTED]> [000722 20:28]: > > * The 'screenshots' at http://www.mutt.org show an X enhanced menu but > > I can't figure out how to get that to work. > > iirc, that's an eterm theme. I am wondering how a *theme* can add GUI functionality to a non-GUI program. Best re

Re: conditionals

2000-07-22 Thread Eugene Lee
On Sat, Jul 22, 2000 at 10:58:18AM +0200, Thomas Roessler wrote: : On 2000-07-21 17:25:30 +0200, Johannes Zellner wrote: : : > is it possible to have conditionals in ~/.muttrc ? : > I want for example slightly different colors in : > xterm than in linux console. : : I'm doing it this way: : : s

gnupg

2000-07-22 Thread L Vogtmann
Hello, I'm new to this list, so I'm sorry if this question has been answered before. I have mutt-1.2.4i and gnupg-1.0.2 installed. Using the supplied sample/gpg.rc file I can sign messages fine. But I cannot encrypt. I just prompts for a key id, and when I enter that (every wa

Re: Questions not covered at www.mutt.org

2000-07-22 Thread Michael Tatge
Rob Watkin muttered: > > I'm new to mutt Welcome! > There are a couple of things that don't seem to be working and some > features I don't understand. > > * Color does not work - I have tried all the suggestions in the FAQ. Don't you see any colors or what 'does not work'? > * The 'screensho

Re: POP3 fetching redirect to other mailbox

2000-07-22 Thread Michael Tatge
Daniel Roesen muttered: > > Is it possible to redirect mails fetched by the built-in POP3 > fetching facility to any other mailbox folder than the standard > inbox? According to the manual mutt delivers to $spoolfile. 'Mutt will fetch all your new mail and place it in the local spoolfile.' If yo

POP3 fetching redirect to other mailbox

2000-07-22 Thread Daniel Roesen
Hi! Is it possible to redirect mails fetched by the built-in POP3 fetching facility to any other mailbox folder than the standard inbox? Having the fetched mails saved into the current or a predefined (in muttrc) mailbox would be very convenient. Best regards Daniel

gnupg and pgp incompatibility

2000-07-22 Thread Dennis Robertson
Hello List, I am trying to correspond with a friend who uses Windows and Eudora 4.3.2 (gasp!) with PGP 6.5.3. I use mutt and gnupg 1.0.1 ;). When he invokes decrypt on my messages all he sees is: "Content-type: text/plain: charset=us-ascii". That is the end of the process; no text is visibl

Re: : : SMTP

2000-07-22 Thread Magnus Stenman
On Fri, Jul 21, 2000 at 10:46:19AM +0530, Suresh Ramasubramanian wrote: > Magnus Stenman proclaimed on mutt-users that: > > > How nice if I could do my mail. I got [S]IMAP for incoming, > > but outgoing often gets munged or refused when I try to > > use my "home" address with the local SMTP syste

Re: Questions not covered at www.mutt.org

2000-07-22 Thread Thomas Dickey
On Sat, Jul 22, 2000 at 11:04:36AM +0200, Thomas Roessler wrote: > On 2000-07-22 11:28:34 +1000, Rob Watkin wrote: > > > * Color does not work - I have tried all the > > suggestions in the FAQ. > > This depends on several factors: > > - Your curses library must support colors. Make sure that

Re: Questions not covered at www.mutt.org

2000-07-22 Thread Thomas Roessler
On 2000-07-22 11:28:34 +1000, Rob Watkin wrote: > * Color does not work - I have tried all the > suggestions in the FAQ. This depends on several factors: - Your curses library must support colors. Make sure that "mutt -v" displays "+HAVE_COLOR", not "-HAVE_COLOR". - Your terminal must s

Re: conditionals

2000-07-22 Thread Thomas Roessler
On 2000-07-21 17:25:30 +0200, Johannes Zellner wrote: > is it possible to have conditionals in ~/.muttrc ? > I want for example slightly different colors in > xterm than in linux console. I'm doing it this way: source ~/.mutt/colors.`if [ "$TERM" = "linux" ] ; then echo \ linux ; else e