Re: xterm & colored Mutt

2001-07-19 Thread Dominique Pelle
Hi, I had the same problem: ls and vim had colors but mutt did not. Changing the TERM env did not help. I rebuilt mutt with slang lib (instead of curses) and everything worked fine. Use 'configure --with-slang=dir' to tell configure where to find slang lib. Hope it helps -- Dominique On Thu,

Re: About quoting text, about emacs.

2001-07-25 Thread Dominique Pelle
On Wed, Jul 25, 2001 at 03:05:58PM +0200, Jens Paulus ([EMAIL PROTECTED]) wrote: [...cut...] > 1.) Editing an email with vim/mutt, I sometimes wish to insert/quote > text from another email that I'm not currently replying to. I remember > that there was such a function when I used pine some year

Re: Two quick questions

2001-07-27 Thread Dominique Pelle
On Fri, Jul 27, 2001 at 11:21:15PM -0400, Kyle Knack ([EMAIL PROTECTED]) wrote: > First, I'd like it if the builtin pager did NOT > jump to the next message when I'm at the end and > hit or . This is what I have in my .muttrc: # Do not move to next message when at the end # of a message and wh

Re: Is this a locking problem?

2001-07-27 Thread Dominique Pelle
It could be your procmail recipe which does not lock. Recipies that start with :0: use a lock, those which start with :0 do not use a lock. Example with lock: :0: * ^From foobar /.../foobar-maibox On Fri, Jul 27, 2001 at 05:36:36PM -0500, Chris Gentle ([EMAIL PROTECTED]) wrote: > I've been r

Re: editing headers in vim + clear text signing

2001-10-02 Thread Dominique Pelle
On Tue, Oct 02, 2001 at 12:20:49AM +0200, Piet Delport ([EMAIL PROTECTED]) wrote: > On Mon, 01 Oct 2001 at 11:19:43 -0500, David Champion wrote: > > You can do it a bit more elegantly[1] with this ex one-liner: > > 1;/^$/+1,$!gpg --clearsign You might also want to redirect stderr to avoid putt