diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-03-22 16:11:53 +0000 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-03-22 16:11:53 +0000 |
commit | eb1d22b136a3f7a49b4060553b79ee188f55a498 (patch) | |
tree | 9f9e5ddc960b8484bc6e9413ee7bb155abb066f3 /lisp/gnus/gnus-delay.el | |
parent | 855940df6bde5ed41ed55336a3ac6f6ae0c6267e (diff) | |
parent | 813478c8557541efa918de18f7d863a33210a598 (diff) | |
download | emacs-eb1d22b136a3f7a49b4060553b79ee188f55a498.tar.gz emacs-eb1d22b136a3f7a49b4060553b79ee188f55a498.tar.bz2 emacs-eb1d22b136a3f7a49b4060553b79ee188f55a498.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/gnus/gnus-delay.el')
-rw-r--r-- | lisp/gnus/gnus-delay.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-delay.el b/lisp/gnus/gnus-delay.el index 8dae4ef5c17..63e938e7453 100644 --- a/lisp/gnus/gnus-delay.el +++ b/lisp/gnus/gnus-delay.el @@ -75,7 +75,11 @@ DELAY is a string, giving the length of the time. Possible values are: variable `gnus-delay-default-hour', minute and second are zero. * hh:mm for a specific time. Use 24h format. If it is later than this - time, then the deadline is tomorrow, else today." + time, then the deadline is tomorrow, else today. + +The value of `message-draft-headers' determines which headers are +generated when the article is delayed. Remaining headers are +generated when the article is sent." (interactive (list (read-string "Target date (YYYY-MM-DD), time (hh:mm), or length of delay (units in [mhdwMY]): " |