[mutt]correct config add use of alias
This commit is contained in:
parent
db705dd18b
commit
5acf82c092
13
.muttrc
13
.muttrc
@ -57,7 +57,6 @@ set maildir_trash = yes
|
||||
unset record
|
||||
set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
|
||||
set header_cache="~/.mutt/cache/headers"
|
||||
set header_cache = yes
|
||||
set message_cachedir="~/.mutt/cache/bodies"
|
||||
set certificate_file=~/.mutt/certificates
|
||||
set imap_check_subscribed="yes"
|
||||
@ -125,3 +124,15 @@ source ~/.mutt/colorSimple2
|
||||
#source ~/.mutt/colors/themes.256
|
||||
#source ~/.mutt/colors/calmar.light
|
||||
|
||||
# Alias -> select an email an type 'a'
|
||||
set alias_file = "~/.mutt/aliases"
|
||||
set sort_alias = alias
|
||||
set reverse_alias = yes
|
||||
source $alias_file
|
||||
|
||||
## Abook instead of alias ?
|
||||
#set query_command= "abook --mutt-query '%s'"
|
||||
#macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "Add this sender to Abook"
|
||||
#bind editor <Tab> complete-query
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user