Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
useful:mutt [2008/03/17 15:17] chemistuseful:mutt [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Mutt - my text-only mail-client ====== 
-''Mutt 1.5.13 (2006-08-11)'' 
-===== Pattern ===== 
-<code> 
- ~A              all messages 
- ~b EXPR         messages which contain EXPR in the message body 
- ~B EXPR         messages which contain EXPR in the whole message 
- ~c USER         messages carbon-copied to USER 
- ~C EXPR         message is either to: or cc: EXPR 
- ~D              deleted messages 
- ~d [MIN]-[MAX]  messages with ``date-sent'' in a Date range 
- ~E              expired messages 
- ~e EXPR         message which contains EXPR in the ``Sender'' field 
- ~F              flagged messages 
- ~f USER         messages originating from USER 
- ~g              PGP signed messages 
- ~G              PGP encrypted messages 
- ~h EXPR         messages which contain EXPR in the message header 
- ~k              message contains PGP key material 
- ~i ID           message which match ID in the ``Message-ID'' field 
- ~L EXPR         message is either originated or received by EXPR 
- ~l              message is addressed to a known mailing list 
- ~m [MIN]-[MAX]  message in the range MIN to MAX *) 
- ~n [MIN]-[MAX]  messages with a score in the range MIN to MAX *) 
- ~N              new messages 
- ~O              old messages 
- ~p              message is addressed to you (consults $alternates) 
- ~P              message is from you (consults $alternates) 
- ~Q              messages which have been replied to 
- ~R              read messages 
- ~r [MIN]-[MAX]  messages with ``date-received'' in a Date range 
- ~S              superseded messages 
- ~s SUBJECT      messages having SUBJECT in the ``Subject'' field. 
- ~T              tagged messages 
- ~t USER         messages addressed to USER 
- ~U              unread messages 
- ~v              message is part of a collapsed thread. 
- ~x EXPR         messages which contain EXPR in the `References' field 
- ~y EXPR         messages which contain EXPR in the `X-Label' field 
- ~z [MIN]-[MAX]  messages with a size in the range MIN to MAX *) 
- ~=              duplicated messages (see $duplicate_threads) 
  
- ! -- logical NOT operator 
- | -- logical OR operator 
- () -- logical grouping operator 
-</code> 
-~~UP~~ 
-===== Splitting Files ===== 
-normaly you do not save your aliases to your .muttrc but load them like this: 
-<code>set alias_file=PATH_TO_ALIAS_FILE 
-source PATH_TO_ALIAS_FILE</code> 
-my .muttrc lines looks like this for my alias file: 
-<code>set alias_file=~/mutt.varios/.muttrc.aliases  # where I keep my aliases 
-source ~/mutt.varios/.muttrc.aliases</code> 
-at another specific place I load other files like my hooks: 
-  source ~/mutt.varios/.muttrc.hooks 
-or my colours: 
-  source ~/mutt.varios/.muttrc.colors 
-to have proper syntax highlighting within [[wp>Vim_%28text_editor%29|Vim]] I called all of these files .muttrc.* 
-~~UP~~ 
-===== Signature ===== 
-send hook for all msgs look the same 
-<code> 
-send-hook REG_EXP \ 
-        "set signature=PATH_TO_SIGNATURE" 
-</code> 
-you can also change your header with a send hook, for all msgs: 
-<code> 
-send-hook . \ 
-        "my_hdr From: John Doe <john@doe\.org> ;\ 
-        set signature=~/mailsignatures/.signature_std" 
-</code> 
-~~UP~~ 
-===== Colour ===== 
-original code I use 
-<code> 
-mono header      underline ^(From|Subject): 
-mono quoted      bold 
-mono status      bold 
-mono hdrdefault  bold 
-mono message     underline 
-mono error       underline 
-mono body        underline (http|ftp)://[_a-zA-Z0-9\./~\-]+ 
- 
- 
-color hdrdefault black          white 
-color quoted     cyan           black 
-color signature  brightred      black 
-color indicator  brightyellow   blue 
-color error      brightred      black 
-color status     brightcyan     black 
-color tree       brightmagenta  black 
-color tilde      brightmagenta  black 
-color message    brightcyan     black 
-color normal     green          black 
-color attachment brightmagenta  black 
-color search     black          green 
-color header     brightyellow   black ^(From|Subject): 
-color body       brightgreen    black "(ftp|http)://[^ ]+" 
-color body       brightwhite    black [-a-z_0-9.]+@[-a-z_0-9.]+ 
- 
-# regular new messages 
-color index      white          black "~N !~T !~F !~p !~P" 
-#color index    cyan            default ~N 
- 
-# regular old messages 
-color index      white          black   "~O !~T !~F !~p !~P" 
-#color index    brightcyan      default ~O 
- 
-# regular tagged messages 
-color index      black          cyan    "~T !~F !~p !~P" 
-#color index    blue            default ~T 
- 
-# regular flagged messages 
-color index      red            cyan    "~F !~p !~P" 
-#color index    brightblue      default ~F 
- 
-# messages to me 
-color index     green           black   "~p !~N !~T !~F !~P" 
-color index     white           black   "~p ~N !~T !~F !~P" 
-color index     blue            black   "~p ~T !~F !~P" 
-color index     blue            black   "~p ~F !~P" 
-#color index    brightyellow    default ~p 
- 
-# messages from me 
-color index      magenta        black   "~P !~N !~T !~F" 
-color index      brightyellow   red     "~P ~N !~T !~F" 
-color index      black          red     "~P ~T !~F" 
-color index      black          red     "~P ~F" 
-#color index    brightyellow    default ~P 
- 
-# big messages 
-color index     cyan            black   "!~N ~z 102400-" 
-color index     brightcyan      black   "~T !~F !~p !~P ~z 102400-" 
-color index     cyan            red     "~N ~z 102400-" 
- 
- 
-# deleted messages 
-color index     red             green   "!~N !~O ~D" 
-color index     red             green   "~N ~D" 
-color index     red             green   "~O ~D" 
- 
- 
-# some helpfull 
-color index     yellow          black   "~Q !~T !~F" #replies 
-color index     magenta         black   "~k !~Q !~T !~F" #message contains PGP key material 
- 
-</code> 
-~~UP~~ 
- 
-===== External Links ===== 
-www.muttrcbuilder.org [[wp>GPL]] CGI tool to create a proper .muttrc 
- 
-www.mutt.org [[wp>Mutt_%28e-mail_client%29|Mutt]] Homepage 
-~~UP~~ 
Last modified: le 2008/03/17 15:17