Fix wide docstring
This commit is contained in:
parent
09009552ae
commit
9706def3c6
@ -89,11 +89,13 @@ ACCOUNT must be a valid element of `db/mail-accounts’."
|
|||||||
(nth 6 account))
|
(nth 6 account))
|
||||||
|
|
||||||
(defun db/-set-gnus-secondary-select-methods (other-gnus-accounts remote-mail-accounts)
|
(defun db/-set-gnus-secondary-select-methods (other-gnus-accounts remote-mail-accounts)
|
||||||
"Set `gnus-secondary-select-methods’ from OTHER-GNUS-ACCOUNTS and REMOTE-MAIL-ACCOUNTS.
|
"Set `gnus-secondary-select-methods’ from specified accounts.
|
||||||
The values of the latter two variables are usually those of
|
|
||||||
`db/other-gnus-accounts’ and `db/mail-accounts’. If multiple
|
Accounts are given by OTHER-GNUS-ACCOUNTS and REMOTE-MAIL-ACCOUNTS. The
|
||||||
accounts exist with the same (cl-equalp) account name, only the
|
values of those two variables are usually those of
|
||||||
first will be added to `gnus-secondary-select-methods'."
|
`db/other-gnus-accounts’ and `db/mail-accounts’. If multiple accounts
|
||||||
|
exist with the same (`cl-equalp') account name, only the first will be
|
||||||
|
added to `gnus-secondary-select-methods'."
|
||||||
(let ((select-methods (append other-gnus-accounts
|
(let ((select-methods (append other-gnus-accounts
|
||||||
;; Only add those remote accounts whose IMAP address is neither
|
;; Only add those remote accounts whose IMAP address is neither
|
||||||
;; `nil’ nor the empty string
|
;; `nil’ nor the empty string
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user