[gnus git] branch master updated: m0-7-298-ge5ab8a3 =1= Partially revert mistakenly checked-in test code from last checkin
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e5ab8a399f7d3b0c4723eefb67b7dd7874b8df6f (commit)
from 54c8699609d199dd2388f69581f7b7e1e5850c14 (commit)
- Log -----------------------------------------------------------------
commit e5ab8a399f7d3b0c4723eefb67b7dd7874b8df6f
Author: Lars Ingebrigtsen <[email protected]>
Date: Fri Jan 31 00:35:49 2014 -0800
Partially revert mistakenly checked-in test code from last checkin
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index cbaea91..886b075 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -216,7 +216,7 @@ textual parts.")
;; Start of the header section.
(or (re-search-forward "] {[0-9]+}\r?\n" nil t)
;; Start of the next FETCH.
- (re-search-forward "\\* [0-9]+ \\(UID \\)? FETCH" nil t)
+ (re-search-forward "\\* [0-9]+ FETCH" nil t)
(point-max)))
t)
(setq size (string-to-number (match-string 1)))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/nnimap.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project