diff --git a/mutt/muttrc b/mutt/muttrc index fe08e14..9722e47 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -11,7 +11,8 @@ set folder = "imaps://imap.gmail.com/" set spoolfile = +INBOX set imap_check_subscribed set header_cache = ~/.mutt/hcache -set record = "+[Gmail]/Sent Mail" +# # Don't need this because Gmail saves it automatically +# set record = "+[Gmail]/Sent Mail" set postponed = "+[Gmail]/Drafts" unset imap_passive set imap_keepalive = 300 @@ -31,6 +32,9 @@ set mailcap_path = ~/.mutt/mailcap #unset user_agent #unmy_hdr * +# Use ppl for address book +set query_command = "ppl mutt '%s'" + # Sorting set sort = threads set sort_aux = reverse-last-date-received