mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Spelling fixes
This commit is contained in:
parent
0940296ebe
commit
b0f20651e3
41 changed files with 91 additions and 93 deletions
|
|
@ -257,7 +257,7 @@ Server-assigned value attached to IMAP groups, used to maintain consistency.")
|
|||
(modseq (choice :tag "modseq"
|
||||
(const :tag "None" nil)
|
||||
(string :tag "Sequence number"))
|
||||
"Modification seqence number")
|
||||
"Modification sequence number")
|
||||
(active (cons :tag "active" (integer :tag "min") (integer :tag "max"))
|
||||
"active")
|
||||
(permanent-flags (repeat :tag "Permanent Flags" (symbol :tag "Flag"))
|
||||
|
|
|
|||
|
|
@ -233,7 +233,7 @@ textual parts.")
|
|||
'headers))
|
||||
|
||||
(defun nnimap-transform-headers ()
|
||||
"Transform server's FETCH response into parseable headers."
|
||||
"Transform server's FETCH response into parsable headers."
|
||||
(goto-char (point-min))
|
||||
(let (seen-articles article lines size string labels)
|
||||
(cl-block nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue