+2004-02-06 Jesper Harder <harder@ifa.au.dk>
+
+ * message.el (message-generate-headers-first): Don't quote nil
+ and t in docstrings.
+
+ * imap.el (imap-id): do.
+
+ * gnus-agent.el (gnus-agent-consider-all-articles)
+ (gnus-agent-queue-mail): do.
+
2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
* spam-report.el (spam-report-process-queue): New function.
:group 'gnus-agent)
(defcustom gnus-agent-consider-all-articles nil
- "When non-`nil', the agent will let the agent predicate decide
+ "When non-nil, the agent will let the agent predicate decide
whether articles need to be downloaded or not, for all articles. When
-`nil', the default, the agent will only let the predicate decide
+nil, the default, the agent will only let the predicate decide
whether unread articles are downloaded or not. If you enable this,
groups with large active ranges may open slower and you may also want
to look into the agent expiry settings to block the expiration of
:group 'gnus-agent)
(defcustom gnus-agent-queue-mail t
- "Whether and when outgoing mail should be queued by the agent. When
-`always', always queue outgoing mail. When `nil', never queue.
-Otherwise, queue if and only if unplugged."
+ "Whether and when outgoing mail should be queued by the agent.
+When `always', always queue outgoing mail. When nil, never
+queue. Otherwise, queue if and only if unplugged."
:group 'gnus-agent
:type '(radio (const :format "Always" always)
(const :format "Never" nil)
(defun imap-id (&optional list-of-values buffer)
"Identify client to server in BUFFER, and return server identity.
-LIST-OF-VALUES is `nil', or a plist with identifier and value
+LIST-OF-VALUES is nil, or a plist with identifier and value
strings to send to the server to identify the client.
Return a list of identifiers which server in BUFFER support, or
;; is nil. See: http://article.gmane.org/gmane.emacs.gnus.general/51138
(defcustom message-generate-headers-first '(references)
"Which headers should be generated before starting to compose a message.
-If `t', generate all required headers. This can also be a list of headers to
+If t, generate all required headers. This can also be a list of headers to
generate. The variables `message-required-news-headers' and
`message-required-mail-headers' specify which headers to generate.