Revert "nnimap.el: support additional expunge options"
commitf580ea195bfdef71de1642311f27c2aff1e4b41c
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 00:18:43 +0000 (25 01:18 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 00:18:43 +0000 (25 01:18 +0100)
tree4c52e0376fa8149cdbf7b770a480f3b8b46305b8
parent4e9baea6aba1633074889339dcc7cdc9d73880d3
Revert "nnimap.el: support additional expunge options"

This reverts commit 4e9baea6aba1633074889339dcc7cdc9d73880d3.

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))))
doc/misc/gnus.texi
etc/NEWS
lisp/gnus/nnimap.el