diff --git a/email/mutt/config/muttrc b/email/mutt/config/muttrc index dd2f550..d8cfd27 100644 --- a/email/mutt/config/muttrc +++ b/email/mutt/config/muttrc @@ -65,7 +65,7 @@ set sidebar_width = 24 set status_chars = " *%A" set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───" -mailboxes ='INBOX' ='[Gmail]/All Mail' ='[Gmail]/Drafts' ='[Gmail]/Sent Mail' ='work' ='0inbox' ='expenses' +mailboxes ='INBOX' ='[Gmail]/All Mail' ='[Gmail]/Drafts' ='[Gmail]/Sent Mail' set pager_index_lines = 10 set pager_context = 5 @@ -103,7 +103,6 @@ bind index,pager m save-message # Move to # Gmail macros macro index,pager I O "Mark as read" macro index,pager U O "Mark as unread" -macro index,pager g0 =0inbox "Go to 0inbox" macro index,pager ga "=[Gmail]/All Mail" "Go to all mail" macro index,pager gs =[Gmail]/Starred "Go to 'Starred'" macro index,pager gd =[Gmail]/Drafts "Go to 'Drafts'" @@ -114,11 +113,9 @@ macro index,pager d "=[Gmail]/Trash" "Trash" macro index,pager + =[Gmail]/Important "Mark as important" #macro index,pager ! =[Gmail]/Spam "Report spam" #macro index,pager e "=[All]/Gmail Mail" "Archive conversation" -macro index,pager 0 "=0inbox" "0inbox conversation" #folder-hook +INBOX 'macro index,pager y "=[Gmail]/All Mail" "Archive conversation"' folder-hook +[Gmail]/Trash macro index,pager y =INBOX "Move to inbox" -folder-hook +0inbox 'macro index,pager y =INBOX "Move to inbox"' folder-hook +[Gmail]/Starred bind index,pager y flag-message #"Toggle star" push