Tuesday, August 2, 2011

Mutt

Stay tunned for more info :-)

Stuff to figure out:
1. Email notification area in mutt.

Navigation:
* -- go to the last message.
= -- First message.
/ or / -- for searching in subject forward or backward.
/ -- to seach in the body.

Deleting messages:
d -- to delete current message. Messages selected for delete will be marked D.
If you have selected a message to be deleted, Mutt will skip that message when you are moving up or down between messages. If you want to access a deleted message, type the number of the message, hit < Enter > , and it will be highlighted.

$ -- the messages you have selected for deletion will be removed.

Navigating:

j or Down next-entry move to the next entry
k or Up previous-entry move to the previous entry
z or PageDn page-down go to the next page
Z or PageUp page-up go to the previous page
= or Home first-entry jump to the first entry
* or End last-entry jump to the last entry
q quit exit the current menu
? help list all keybindings for the current menu


^A or bol move to the start of the line
^B or backward-char move back one char
Esc B backward-word move back one word
^D or delete-char delete the char under the cursor
^E or eol move to the end of the line
^F or forward-char move forward one char
Esc F forward-word move forward one word
complete complete filename or alias
^T complete-query complete address with query
^K kill-eol delete to the end of the line
ESC d kill-eow delete to the end ot the word
^W kill-word kill the word in front of the cursor
^U kill-line delete entire line
^V quote-char quote the next typed key
history-up recall previous string from history
history-down recall next string from history
backspace kill the char in front of the cursor
Esc u upcase-word convert word to upper case
Esc l downcase-word convert word to lower case
Esc c capitalize-word capitalize the word
^G n/a abort
n/a finish editing


The Message Index:
c change to a different mailbox
ESC c change to a folder in read-only mode
C copy the current message to another mailbox
ESC C decode a message and copy it to a folder
ESC s decode a message and save it to a folder
D delete messages matching a pattern
d delete the current message
F mark as important
l show messages matching a pattern
N mark message as new
o change the current sort method
O reverse sort the mailbox
q save changes and exit
s save-message
T tag messages matching a pattern
t toggle the tag on a message
ESC t toggle tag on entire message thread
U undelete messages matching a pattern
u undelete-message
v view-attachments
x abort changes and exit
display-message
jump to the next new message
@ show the author's full e-mail address
$ save changes to mailbox
/ search
ESC / search-reverse
^L clear and redraw the screen
^T untag messages matching a pattern

Status Flag:
D -- Message is marked for deletion
d -- Message have attachment marked for deletion
K -- Contains a PGP public key
N -- Message is new.
O -- Message is old.
P -- Message is PGP encrypted
r -- Message has been replied to.
S -- Message is PGP signed, and the signature is succefully verified.
s -- message is PGP signed.
! -- message is flagged.
* -- message is tagged.

the following flags reflect who the message is addressed to:
+ message is to you and you only
T message is to you, but also to or cc'ed to others
C message is cc'ed to you
F message is from you
L message is sent to a subscribed mailing list

The Pager:
go down one line
display the next page (or next message if at the end of a message)
- go back to the previous page
n search for next match
S skip beyond quoted text
T toggle display of quoted text
? show keybindings
/ search for a regular expression (pattern)
ESC / search backwards for a regular expression
\ toggle search pattern coloring
^ jump to the top of the message
$ jump to the bottom of the message


Threaded Mode

^D delete-thread delete all messages in the current thread
^U undelete-thread undelete all messages in the current thread
^N next-thread jump to the start of the next thread
^P previous-thread jump to the start of the previous thread
^R read-thread mark the current thread as read
ESC d delete-subthread delete all messages in the current subthread
ESC u undelete-subthread undelete all messages in the current subthread
ESC n next-subthread jump to the start of the next subthread
ESC p previous-subthread jump to the start of the previous subthread
ESC r read-subthread mark the current subthread as read
ESC t tag-thread toggle the tag on the current thread
ESC v collapse-thread toggle collapse for the current thread
ESC V collapse-all toggle collapse for all threads
P parent-message jump to parent message in thread


Reference:
http://osiux.com/mutt-address-book
https://wiki.archlinux.org/index.php/Mutt
http://www.mattrope.com/computers/conf/muttrc.html
http://www.kurokatta.org/doc/muttrc
http://www.ademar.org/misc/muttrc
http://mutt.blackfish.org.uk/
http://www.ucolick.org/~lharden/learnmutt.html
http://www.mutt.org/doc/manual/manual-2.html
http://rc.vc/files/mutt/folderhooks.html
http://jble.com/mutt/sugar.muttrc
http://www.fefe.de/muttfaq/faq.html
http://wiki.mutt.org/?MuttFaq
http://does-not-exist.org/roessler/muttrc
http://linsec.ca/Using_mutt_on_OS_X

Nice article on saving secrets and multiple IMAPservers:
http://nixtricks.wordpress.com/2010/05/20/mutt-multiple-email-accounts-using-hooks/

mailcaps:
http://bugs.mutt.org/trac/attachment/ticket/3238/mailcap

No comments:

Post a Comment