lisp/gnus/nimap.el (nnimap-find-expired-articles): nnimap `never' expiration fix

This commit is contained in:
Elias Oltmanns
2015-01-29 01:41:44 +00:00
committed by Katsumi Yamaoka
parent 9ee2d9f92a
commit 7779da6fc1

View File

@@ -994,7 +994,6 @@ textual parts.")
(delete 0 (mapcar #'string-to-number
(cdr (assoc "SEARCH" (cdr result)))))))))))
(defun nnimap-find-article-by-message-id (group server message-id
&optional limit)
"Search for message with MESSAGE-ID in GROUP from SERVER.