message-citation-line-format %Z is now tz name

* etc/NEWS:
* lisp/gnus/message.el (message-citation-line-format):
Fix doc to match new behavior (Bug#28476).
This commit is contained in:
Paul Eggert 2017-09-17 17:46:18 -07:00
parent 4e8888d438
commit 679e05eeb9
2 changed files with 6 additions and 1 deletions

View file

@ -701,6 +701,12 @@ method is an NNTP select method.
*** A new command for sorting articles by readedness marks has been
added: 'C-c C-s C-m C-m'.
+++
*** In message-citation-line-format the %Z format is now the time zone name
instead of the numeric form. The %z format continues to be the
numeric form. The new behavior is compatible with format-time-string.
** Ibuffer
---

View file

@ -991,7 +991,6 @@ are replaced:
%F The first name if present, e.g.: \"John\", else fall
back to the mail address.
%L The last name if present, e.g.: \"Doe\".
%Z, %z The time zone in the numeric form, e.g.:\"+0000\".
All other format specifiers are passed to `format-time-string'
which is called using the date from the article your replying to, but