Not using Sent Mail for mutt, using ppl as query command
This commit is contained in:
parent
353334f55f
commit
e0c64b7acd
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ set folder = "imaps://imap.gmail.com/"
|
||||||
set spoolfile = +INBOX
|
set spoolfile = +INBOX
|
||||||
set imap_check_subscribed
|
set imap_check_subscribed
|
||||||
set header_cache = ~/.mutt/hcache
|
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"
|
set postponed = "+[Gmail]/Drafts"
|
||||||
unset imap_passive
|
unset imap_passive
|
||||||
set imap_keepalive = 300
|
set imap_keepalive = 300
|
||||||
|
|
@ -31,6 +32,9 @@ set mailcap_path = ~/.mutt/mailcap
|
||||||
#unset user_agent
|
#unset user_agent
|
||||||
#unmy_hdr *
|
#unmy_hdr *
|
||||||
|
|
||||||
|
# Use ppl for address book
|
||||||
|
set query_command = "ppl mutt '%s'"
|
||||||
|
|
||||||
# Sorting
|
# Sorting
|
||||||
set sort = threads
|
set sort = threads
|
||||||
set sort_aux = reverse-last-date-received
|
set sort_aux = reverse-last-date-received
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue