Re: home/end/pageup/pagedown don't work

2000-02-23 Thread Jens Wilhelm Wulf
Hi Marius and others, many thanks for you trying to help me...sorrily none of the things worked yet (some of them I´ve tried before). To give facts, here´s a description of what certain programs see (sequence of codes is always home/end/pageup/pagedown): -- info

Re: new HOWTO, or updated

2000-02-23 Thread Horacio MG
> A lot of the contents is (I presume) still correct for mutt-1.0.1 and > gnupg-1.0.1, but you should advertise prominently that Mutt's PGP > configuration variables have changed a lot between mutt-1.0 and > mutt-1.1, i.e. mention this at the start of the document, so people > don't get confused b

color in mutt

2000-02-23 Thread Jonathon McKitrick
When i run mutt remotely from my BSD box, i use an xterm and color is no problem. However, when i use the console (TERM=cons25) or when i run it in EasyTerm here on w95 at work, i get problems. Obviously vt100 does not support color. I know cons25 shows color when i use colorls, but i can't ge

Re: home/end/pageup/pagedown don't work

2000-02-23 Thread Dan Lipofsky
On Wed, Feb 23, 2000 at 10:06:30PM +0200, Marius Gedminas wrote: > You should try hacking terminfo instead. Use > $ infocmp $TERM > and look at khome, kend, kpp and knp. They should match the sequences > your term is generating for Home, End, PgUp and PgDn respectively. I just solved this for

Re: home/end/pageup/pagedown don't work

2000-02-23 Thread Marius Gedminas
On Tue, Feb 22, 2000 at 07:48:20PM +0100, Jens Wilhelm Wulf wrote: > > in Mutt, you can press : for "enter command", and then press , and > > then the key for which you want to see the char sequence. The reason > > why you need to press is that the first character from your > > home/pageup/whate

Re: mail clients

2000-02-23 Thread Jonathon McKitrick
Is there a way to allow mutt to use the same save folders as well? That would be perfect. -=> jm <=- Please CC me on all replies --- "The light that burns twice as bright burns half as long, and you have burned so very, very brightly."

Re: mail clients

2000-02-23 Thread Petr Hlustik
Jonathon, > Is there a way to allow mutt to use the same save folders as well? > That would be perfect. There should be a complete Mutt customization file for Pine-like behavior in contrib. However, I found the following to be good enough for switching back and forth between Mutt and Pine: # Ma

Re: mail clients

2000-02-23 Thread Michael Elkins
On Tue, Feb 22, 2000 at 04:51:46PM +, Jonathon McKitrick wrote: > I am trying to learn mutt alongside pine. Are there any settings i should > put in my .muttrc so i can be reasonably sure that both mailboxes will be > compatible? Is there a way to use my pine save folders with mutt as well?

Re: support for charsets in internal viewer?

2000-02-23 Thread Edmund GRIMLEY EVANS
Michael S. Tsirkin <[EMAIL PROTECTED]>: > Hello! > Have the following problem with mutt-1.0.1: > Each time a message comes with > > Content-Type: text/plain; charset=koi8-r > > All koi8 letters are replaced with '?' in an internal viewer > I must pipe to 'cat' to see the real contents. > > Do

Re: new HOWTO, or updated

2000-02-23 Thread Edmund GRIMLEY EVANS
Jason Helfman <[EMAIL PROTECTED]>: > http://www.linuxdoc.org/HOWTO/Mutt-GnuPG-PGP-HOWTO.html And the document says: > 10. Programs and versions used > >To write this document we have used the next Mutt versions: > > * Mutt 0.93i - you can not use GnuPG with this version. > * Mut

Re: color index for list mail - changed to color of select bar

2000-02-23 Thread Eric Smith
According to David DeSimone on Tue, Feb 22, 2000 at 07:14:16PM -0600: | This is the syntax you're probably looking for: | | color indexyellow default '~l' | color index brightyellow default '~N ~l' | Also, the pattern needs to be quoted if it has more than one element. |