Not using Sent Mail for mutt, using ppl as query command

master
Dustin Swan 11 years ago
parent 353334f55f
commit e0c64b7acd

@ -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

Loading…
Cancel
Save