diff options
author | yoctocell <public@yoctocell.xyz> | 2021-01-04 15:55:13 +0100 |
---|---|---|
committer | yoctocell <public@yoctocell.xyz> | 2021-01-04 15:55:13 +0100 |
commit | ac856e172da520a627ec2a83a8f66c0192ef2d6c (patch) | |
tree | 1d029b1719c37c90819f87bc4214c9c41ae7a5fb /git-email.el | |
parent | 8558a74cf7142c4b29138db129dde7da2b082e73 (diff) |
Update docs
Remove redundant docs regarding message headers.
* git-email.el (git-email-headers):
Diffstat (limited to 'git-email.el')
-rw-r--r-- | git-email.el | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/git-email.el b/git-email.el index 21f7c79..d561b88 100644 --- a/git-email.el +++ b/git-email.el @@ -68,31 +68,7 @@ '("subject" "from" "in-reply-to" "message-id") "List of headers that should get inserted into the message buffer. The 'to' address will always be inserted based on the 'sendemail.to' variable -in you git config. If the variable is not set, the 'to' address will be empty. - -To insert the 'references' header, you have to set `message-header-format-alist' -to something like this. - - (setq message-header-format-alist - '((From) - (Newsgroups) - (To) - (Cc) - (Subject) - (In-Reply-To) - (Fcc) - (Bcc) - (Date) - (Organization) - (Distribution) - (Lines) - (Expires) - (Message-ID) - (References) - (User-Agent))) - -Otherwise `mail-header-format' will try to parse it differently, which we don't -want." +in you git config. If the variable is not set, the 'to' address will be empty." :group 'git-email :type '(string)) |