From 272f8f4789b6408e70bc1aa2f5727f6a79d385c2 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Tue, 16 Feb 2021 10:46:20 +0100 Subject: Update docs for `git-email-headers` There is now a `git-email-get-to-address-functions` variable that determines the "to" address. * git-email.el (git-email-headers): Refer to users to the relevant variable. Signed-off-by: Xinglu Chen --- git-email.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/git-email.el b/git-email.el index e399409..78db393 100644 --- a/git-email.el +++ b/git-email.el @@ -72,9 +72,8 @@ '(subject from cc in-reply-to message-id references) "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." +The 'to' address will always be inserted by calling +`git-email-get-to-address-functions'." :type '(symbol) :group 'git-email :package-version '(git-email . "0.2.0")) -- cgit v1.2.3