Why don't background colors go across the whole screen?

2001-04-26 Thread Jim Lambert
I used to run mutt on Solaris (which I think uses SLang or ncurses) and background colors went all the way across the screen when did something like this, in my muttrc: color header brightwhite cyan "^(From|Subject):" Under Linux, the background color only changes under the 'text' that matches.

Re: Orphaned tmp files?

2001-04-18 Thread Jim Lambert
I'm an emacs user and I don't think it's an emacs problem (since I don't have this problem when I edit files with emacs outside of mutt). -Jim Suresh Ramasubramanian muttered: > Jim Lambert proclaimed on mutt-users that: > > > I've noticed that mutt occas

Orphaned tmp files?

2001-04-18 Thread Jim Lambert
I've noticed that mutt occasionally forgets to clean up tmp files. It seems to be an intermittent problem and I was wondering if other users had seen it. -Jim mutt -v Mutt 1.2.5i (2000-07-28) Copyright (C) 1996-2000 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for detai

Re: IMAP Question

2001-04-13 Thread Jim Lambert
Jacob Kuntz muttered: > I've been using imap with mutt for some time, but there is one thing that I > still can't figure out. How do I tell mutt to save sent messages to an imap > folder? Something like: s{imapserver}FolderName Here's an example that saves sent items to an imap folder: # depos

free shell account services

2001-04-10 Thread Jim Lambert
Does anyone have experience with any of the free shell providers and what are they like (security, reliability, etc)? -Jim Biju Chacko muttered: > Hi, > > There are several free shell providers -- hobbiton.org, sdf.lonestar.org, etc. > Don't they offer mutt as an optional mailer? > > Biju > >

Re: Mutt and xEmacs

2001-04-06 Thread Jim Lambert
TeLeNiEkO muttered: > Is there anyway to integrate mutt and xEmacs? I'd like to use both integrated, > I actually use emacs as my editor, but Launching xEmacs is ugly. Set your editor to: 'emacs -nw' Excerpt from emacs man page: -nw Tells Emacs not to use its special interface to X.

Re: set pgp_encryptself: unknown variable

2001-04-04 Thread Jim Lambert
Rod Pike muttered: > Why do I get an error when I try to "set pgp_encryptself" in my muttrc? I don't think pgp_encryptself is a valid muttrc variable. I think, you're looking to put something like 'encrypt-to user-id' in your gpg options file: Here's the portion of the gpg man page that talks

Re: gnupg

2001-04-04 Thread Jim Lambert
msg.pgp

Re: compressed folders option

2001-03-24 Thread Jim Lambert
Thanks for the help. It works great! -Jim On Sat, Mar 24, 2001 at 06:59:30PM +0100, Michael Tatge wrote: > Jim Lambert muttered: > > These hooks don't work in my muttrc. > > > > > open-hook \\.gz$ "gzip -cd %f > %t" > > > close-hook \\.gz$

Re: compressed folders option

2001-03-24 Thread Jim Lambert
These hooks don't work in my muttrc. > open-hook \\.gz$ "gzip -cd %f > %t" > close-hook \\.gz$ "gzip -c %t > %f" > append-hook \\.gz$ "gzip -c %t >> %f" I get the following errors: Error in /home/1/j/jlambert/.muttrc, line 42: open-hook: unknown command Error in /home/1/j/jlambert/.muttrc, l

default color in Eterm on Solaris

2001-03-06 Thread Jim Lambert
Hi, I can't seem to get the 'default' color setting to work properly on Solaris. Here's the color entry from my .muttrc color normal white default Now this works fine on Linux, but on Solaris I get black for a default color. I tried setting TERM to linux and eterm, but that didn't help. I

Sorry about my previous msg

2001-03-05 Thread Jim Lambert
I was fooling with mutt's 'subscribe' and 'lists' commands and I didn't mean to post my previous msg. -Jim -- <[EMAIL PROTECTED]> (Replace Z's with E's to reply) Got root? -Anonymous

t

2001-03-05 Thread Jim Lambert
asdf -- <[EMAIL PROTECTED]> (Replace Z's with E's to reply) cat /dev/coffee | /dev/cup | /dev/mouth | /dev/nose > /dev/keyboard -Anonymous

imap_preconnect && imap_checkinterval

2001-02-25 Thread Jim Lambert
I just upgraded from 1.2.5i to 1.3.15i and it appears both imap_preconnect and imap_checkinterval have been deprecated. I need to run a script to create an encrypted port map, before I try to connect to my imap server. Any ideas how to do this in 1.3.15i automatically before I make the connecti