diff options
| author | Lars Magne Ingebrigtsen | 2010-09-21 23:13:46 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-21 23:13:46 +0000 |
| commit | 0617bb00a422ec62d2e7656d0d83636c7dd00e57 (patch) | |
| tree | 9cee393567600cfded5fd36d57cb76deb6cdaea7 /doc | |
| parent | 4ddea91b84a1947e027a2996e92e3d9c32e337a3 (diff) | |
| download | emacs-0617bb00a422ec62d2e7656d0d83636c7dd00e57.tar.gz emacs-0617bb00a422ec62d2e7656d0d83636c7dd00e57.zip | |
Merge changes made in Gnus trunk.
gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen) spec inserr "*" if the group isn't active instead of 0.
nnimap.el (nnimap-request-create-group): Implement.
nnimap.el: Use the IMAP version of utf7-encode throughout.
nnimap.el: Implement the nnimap article expunging interface method, and make it more general.
gnus-group.el: Put back the nnimap autoloads needed to do the acl stuff.
gnus-sum.el (gnus-summary-move-article): When respooling to the same method, this would bug out.
nnimap.el (nnimap-request-group): When we have zero articles, return the right data to Gnus.
nnimap.el (nnimap-request-expire-articles): Only delete articles immediately if the target is 'delete.
nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time for oldness in addition to being a predicate.
nnimap.el: Implement nnimap expiry.
nnimap.el (nnimap-request-move-article): Request the article before looking at what the Message-ID is.
nnimap.el (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to find out whether methods are equal.
nnimap.el (nnimap-find-expired-articles): Don't refer to nnml-inhibit-expiry.
nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
gnus-start.el (gnus-get-unread-articles): Fix the prefixed select method in the presence of many similar methods.
When we have several similar methods, try to create as few extended methods as possible.
gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting marks for nnimap, which is seldom the right thing to do.
gnus-int.el (gnus-open-server): Give a better error message in the "go offline" case.
gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
nnml.el (nnml-generate-nov-file): Fix variable name clobbering from previous patch.
gnus-start.el (gnus-get-unread-articles): Get the extended method slightly later to avoid double-getting it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/gnus.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 841cf8c510c..52c8bb642f0 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -18384,7 +18384,7 @@ INBOX.mailbox). | |||
| 18384 | @cindex expunge | 18384 | @cindex expunge |
| 18385 | @cindex manual expunging | 18385 | @cindex manual expunging |
| 18386 | @kindex G x (Group) | 18386 | @kindex G x (Group) |
| 18387 | @findex gnus-group-nnimap-expunge | 18387 | @findex gnus-group-expunge-group |
| 18388 | 18388 | ||
| 18389 | If you're using the @code{never} setting of @code{nnimap-expunge-on-close}, | 18389 | If you're using the @code{never} setting of @code{nnimap-expunge-on-close}, |
| 18390 | you may want the option of expunging all deleted articles in a mailbox | 18390 | you may want the option of expunging all deleted articles in a mailbox |