diff --git a/.muttrc b/.muttrc index c366808..799a5cc 100644 --- a/.muttrc +++ b/.muttrc @@ -24,17 +24,19 @@ set certificate_file=~/.mutt/certificates set signature=~/.sig bind editor noop +bind index,pager g noop bind index,pager c mail #Compose -macro index,pager e "=[Gmail]/All Mail" "Archive" +macro index,pager e "=[Gmail]/All Mail" "Archive" bind generic x tag-entry #Select Conversation bind index x tag-thread #Select Conversation bind pager x tag-message #Select Conversation bind index,pager s flag-message #Star a message -macro index,pager + "=[Gmail]/Important" "Mark as important" -macro index,pager ! "=[Gmail]/Spam" "Report spam" +macro index,pager + "=[Gmail]/Important" "Mark as important" +macro index,pager ! "=[Gmail]/Spam" "Report spam" bind index,pager a group-reply #Reply all bind index,pager \# delete-thread #Delete bind index,pager l copy-message #Label +bind index L limit bind index,pager v save-message #Move to macro index,pager I "O" "Mark as read" macro index,pager U "O" "Mark as unread" @@ -44,6 +46,7 @@ macro index,pager gd "=[Gmail]/Drafts" "Go to 'Drafts'" macro index,pager gl "?" "Go to 'Label'" macro index,pager gi "=INBOX" "Go to inbox" macro index,pager gt "=[Gmail]/Sent Mail" "Go to 'Sent Mail'" +macro pager B "'urlview'" 'Follow links with urlview' folder-hook +INBOX macro index,pager y "e" "Archive" folder-hook "+[Gmail]/Trash" macro index,pager y "=INBOX" "Move to inbox" folder-hook "+[Gmail]/Starred" bind index,pager y flag-message #"Toggle star" @@ -82,7 +85,7 @@ set reverse_name = yes bind index gg first-entry bind index G last-entry -bind index A toggle-read +#bind index A toggle-read bind index n mail macro index c "?" "open a different folder"