mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Merge changes made in Gnus trunk.
gnus-util.el: change default value of gnus-user-date-format-alist. gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for. gnus-art.el: remove old FIXME. gnus.el (gnus-summary-line-format): Add missing semi-colon for user-date in docstring. message.el (message-setup-1): Always generate References first. (message-mail): Return the return value of message-setup, not always t. gnus-start.el (gnus-read-active-for-groups): This function is never called with a nil `infos', so clean that up. (gnus-get-unread-articles): Request active files from primary/secondary methods that have no groups (yet). (message-setup-1): Insert mail-header-separator with read-only and intangible properties set. gnus-draft.el: Remove progn around gnus-draft-setup. gnus-start.el (gnus-get-unread-articles): Fix the call to methods that have no groups. nnimap.el (nnimap-request-accept-article): Give an error message if the APPEND wasn't successful.
This commit is contained in:
parent
5dc7a1d2c4
commit
0d1c2cc8c8
10 changed files with 233 additions and 177 deletions
|
|
@ -4941,7 +4941,7 @@ Download mark.
|
|||
Desired cursor position (instead of after first colon).
|
||||
@item &user-date;
|
||||
Age sensitive date format. Various date format is defined in
|
||||
@code{gnus-user-date-format-alist}.
|
||||
@code{gnus-summary-user-date-format-alist}.
|
||||
@item u
|
||||
User defined specifier. The next character in the format string should
|
||||
be a letter. Gnus will call the function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue