mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Quoting fixes in Gnus
* lisp/gnus/gnus-agent.el: (gnus-agent-possibly-synchronize-flags-server): * lisp/gnus/gnus-art.el (gnus-article-browse-delete-temp-files): * lisp/gnus/gnus-eform.el (gnus-edit-form): * lisp/gnus/gnus-group.el (gnus-group-edit-group) (gnus-group-nnimap-edit-acl): * lisp/gnus/gnus-topic.el (gnus-topic-edit-parameters): * lisp/gnus/mail-source.el (mail-source-delete-old-incoming): * lisp/gnus/message.el (message-strip-subject-encoded-words) (message-check-recipients, message-send-form-letter): * lisp/gnus/mm-decode.el (mm-display-part): * lisp/gnus/mm-uu.el (mm-uu-pgp-signed-extract-1): * lisp/gnus/mml-smime.el (mml-smime-get-dns-cert) (mml-smime-get-ldap-cert): * lisp/gnus/spam-report.el (spam-report-process-queue): Respect ‘text-quoting-style’ in diagnostics. * lisp/gnus/gnus-art.el (article-display-face) * lisp/gnus/gnus-fun.el (gnus-display-x-face-in-from): Use straight quoting in email. * lisp/gnus/rfc2231.el (rfc2231-decode-encoded-string): Escape apostrophes in doc strings.
This commit is contained in:
parent
8bbff0d64d
commit
86f692009b
13 changed files with 27 additions and 23 deletions
|
|
@ -2950,7 +2950,7 @@ and NEW-NAME will be prompted for."
|
|||
(gnus-info-params info))
|
||||
(t info))
|
||||
;; The proper documentation.
|
||||
(format
|
||||
(gnus-format-message
|
||||
"Editing the %s for `%s'."
|
||||
(cond
|
||||
((eq part 'method) "select method")
|
||||
|
|
@ -3278,7 +3278,8 @@ mail messages or news articles in files that have numeric names."
|
|||
(error "%s is not an nnimap group" group))
|
||||
(unless (setq acl (nnimap-acl-get mailbox (cadr method)))
|
||||
(error "Server does not support ACL's"))
|
||||
(gnus-edit-form acl (format "Editing the access control list for `%s'.
|
||||
(gnus-edit-form acl (gnus-format-message "\
|
||||
Editing the access control list for `%s'.
|
||||
|
||||
An access control list is a list of (identifier . rights) elements.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue