| author | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-08-16 22:36:30 (GMT) |
|---|---|---|
| committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-08-16 22:36:30 (GMT) |
| commit | b06a0d9eaf4e29598611623211efc53e6c80f963 (patch) (side-by-side diff) | |
| tree | ac3ba019fdde774c98ea22230007fe55813bc45d | |
| parent | 345765f44118e58b60fe3ebffa87099a4511c3c5 (diff) | |
| download | gnus-b06a0d9eaf4e29598611623211efc53e6c80f963.zip | |
nnimap.el (nnimap-request-articles-find-limit): Replace version 24.2 with 24.3
| -rw-r--r-- | lisp/nnimap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nnimap.el b/lisp/nnimap.el index ebd268e..b544ae8 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -130,7 +130,7 @@ textual parts.") (defcustom nnimap-request-articles-find-limit nil "Limit the number of articles to look for after moving an article." :type 'integer - :version "24.2" + :version "24.3" :group 'nnimap) (defvar nnimap-process nil) |
