mu4e: use To rather than T as shortname

This commit is contained in:
djcb 2016-02-14 17:06:03 +02:00
parent 8d4b866383
commit 5bdfdf709a
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ mu4e-compose-mode."
:sortable :subject)) :sortable :subject))
(:to . (:to .
( :name "To" ( :name "To"
:shortname "T" :shortname "To"
:help "Recipient of the message" :help "Recipient of the message"
:sortable t))) :sortable t)))
"An alist of all possible header fields and information about them. "An alist of all possible header fields and information about them.