Re: [mutt] Re: [ANNOUNCE] 1.5.20 released

2009-06-24 Thread Jan-Herbert Damm
Hello all,

with your hints I was able to build Mutt-1.20. successfully. I chickened out
by running apt-get build-dep mutt as indicated in
http://wiki.mutt.org/?MuttFaq/Charset. 
The apt-get command installed elinks on my system and now opening html-mails
via the v-command starts elinks instead of w3m like before. I wonder where
this is being determined. My mailcap has entries for w3m, elinks and lynx in
this order. 

BTW: encoding mysteries haven't all been solved but i am at peace for now.

Applying this suggestion (from the mentioned link) to .vimrc was damaging.

set encodingterminal charset: follows current locale
set termencoding=
set fileencodings=   charset auto-sensing: disabled
set fileencodingauto-sensed charset of current buffer

It resulted in a replacement of lots of umlauts with questionmarks in innoscent
files(!) 

jan


F1 - key-binding trapped

2009-06-24 Thread Jan-Herbert Damm
Hello,

this .muttrc entry (in my /etc/Muttrc):

macro generic,pager F1 shell-escape less  /[...]/doc/mutt/manual.txt

seems to be trapped by Gnome somehow. F1 (from within mutt) starts the
gnome-terminal-help on my ubuntu 8.10. 

How to change this?

jan



Re: F1 - key-binding trapped

2009-06-24 Thread Michael Tatge
* On Wed, Jun 24, 2009 11:46AM +0200 Jan-Herbert Damm (jan-h-d...@web.de) 
muttered:
 this .muttrc entry (in my /etc/Muttrc):
 
 macro generic,pager F1 shell-escape less  /[...]/doc/mutt/manual.txt
 
 seems to be trapped by Gnome somehow. F1 (from within mutt) starts the
 gnome-terminal-help on my ubuntu 8.10. 

Well - unbind the key in gnome-terminal resp. gnome (no idea how, sorry
I don't use gnome) or just use a different key for mutt.

HTH,

Michael
-- 
BOFH excuse #273:

The cord jumped over and hit the power switch.

PGP-Key-ID: 0xDC1A44DD
Jabber: init...@amessage.de


Re: [mutt] Re: [ANNOUNCE] 1.5.20 released

2009-06-24 Thread Rocco Rutte
Hi,

* Jan-Herbert Damm wrote:

 The apt-get command installed elinks on my system and now opening html-mails
 via the v-command starts elinks instead of w3m like before. I wonder where
 this is being determined. My mailcap has entries for w3m, elinks and lynx in
 this order.

See $mailcap_path. I'm almost certain mutt uses the first match in the
first file in that setting... which maybe is a system-wide file in your
case. If ~/.mailcap isn't the first one, use

  set mailcap_path=~/.mailcap:$mailcap_path

to prepend it.

Rocco


Re: F1 - key-binding trapped

2009-06-24 Thread Todd Zullinger
Michael Tatge wrote:
 * On Wed, Jun 24, 2009 11:46AM +0200 Jan-Herbert Damm (jan-h-d...@web.de) 
 muttered:
 this .muttrc entry (in my /etc/Muttrc):

 macro generic,pager F1 shell-escape less  /[...]/doc/mutt/manual.txt

 seems to be trapped by Gnome somehow. F1 (from within mutt) starts
 the gnome-terminal-help on my ubuntu 8.10.

 Well - unbind the key in gnome-terminal resp. gnome (no idea how,
 sorry I don't use gnome) or just use a different key for mutt.

In gnome-terminal, use the Edit - Keyboard Shortcuts menu.

-- 
ToddOpenPGP - KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~
Sometimes I think I understand everything, then I regain
consciousness.



pgpZMXxBv8RVX.pgp
Description: PGP signature


Re: [mutt] Re: [ANNOUNCE] 1.5.20 released

2009-06-24 Thread Jan-Herbert Damm
Hi,
Rocco Rutte wrote on 24.06.09:
 
  The apt-get command installed elinks on my system and now opening html-mails
  via the v-command starts elinks instead of w3m like before. I wonder where
  this is being determined. My mailcap has entries for w3m, elinks and lynx in
  this order.
 
 See $mailcap_path. I'm almost certain mutt uses the first match in the
 first file in that setting... which maybe is a system-wide file in your
 case. If ~/.mailcap isn't the first one, use

it was the first entry but didn't exist. The first existing entry was
/etc/mailcap but making a file .mailcap with just the line concerning w3m does
work (!)

jan
 


How to match an email by the sender is in the address book?

2009-06-24 Thread wei ribao
I use mutt/gmail to subscribe and read a lot of mail-lists.By using mutt it is 
really efficient to read and process large amount of emails. However, some 
personal emails can be burried in these group emails. 

I wish to hight light those emails that their senders have been save in my 
address book(mutt.alias). How can I match these emails?Is it possible in mutt? 
What pattern should I use? 

I cann't find related stuff in the manul.Any clue is welcome!