1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
emacs/doc
Lars Ingebrigtsen f580ea195b Revert "nnimap.el: support additional expunge options"
This reverts commit 4e9baea6ab.

The patch broke fetching new mail:

Debugger entered--Lisp error: (error "Format specifier doesn’t match argument type")
  format("%d .*\n" (t ("OK" ("HIGHESTMODSEQ" "914696") "Expunge" "completed.") ("VANISHED" "1825937") ("0" "RECENT")))
  (looking-at (format "%d .*\n" sequence))
  (not (looking-at (format "%d .*\n" sequence)))
  (progn (while (and (not (bobp)) (progn (forward-line -1) (looking-at "\\*\\|[0-9]+ OK NOOP")))) (not (looking-at (format "%d .*\n" sequence))))
2017-01-25 01:18:43 +01:00
..
emacs Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
lispintro Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
lispref Rudimentary error handling for non-main threads 2017-01-18 18:00:16 +02:00
man Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
misc Revert "nnimap.el: support additional expunge options" 2017-01-25 01:18:43 +01:00