]> git.eshelyaron.com Git - emacs.git/commit
nnimap.el (nnimap-request-accept-article): Get the Message-ID without the \r.
authorGnus developers <ding@gnus.org>
Fri, 1 Oct 2010 00:25:50 +0000 (00:25 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 1 Oct 2010 00:25:50 +0000 (00:25 +0000)
commit6b9588145b7b1cac4e4629f7133bf88f9360c15f
tree645c70bb8421365b01dee14dd817d71706524bac
parent55e572ef8986dec1febac0e6d4581d820a23a9a5
nnimap.el (nnimap-request-accept-article): Get the Message-ID without the \r.
nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of SELECT to get the message-id.
gnus-art.el, gnus.el, nnimap.el: Fix up make-obsolete-variable declarations throughout.
gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
mail-source.el: Removed webmail support.
nntp.el (nntp-server-list-active-group): Document.
gnus.texi (NNTP): Document nntp-server-list-active-group.
gnus.texi (Customizing the IMAP Connection): Remove extra quote.
nnimap.el (nnimap-find-article-by-message-id): Really return the article number.
nnimap.el: Add nnimap-split-fancy.
netrc.el (netrc-credentials, netrc-machine): Return the value of the "default" entry.
nnimap.el: Use tls.el exclusively, and not starttls.el at all.
nnimap.el (nnimap-wait-for-connection): Accept the moronic openssl s_client -starttls output, too.
nnrss.el (nnrss-use-local): Add documentation.
message.el (message-ignored-supersedes-headers): Strip Injection-* headers before superseding.
nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from unencrypted to STARTTLS, if possible.
nnir.el: Use the server names without suffixes.
gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when expanding threads.
gnus-registry.el: Don't follow nnmairix references.  Install the nnregistry refer method.
gnus.texi (Spam Package Configuration Examples, SpamOracle): Remove nnimap-split-rule from examples.
17 files changed:
doc/misc/ChangeLog
doc/misc/gnus.texi
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/gnus/gnus-registry.el
lisp/gnus/gnus-sum.el
lisp/gnus/gnus.el
lisp/gnus/mail-source.el
lisp/gnus/message.el
lisp/gnus/nnimap.el
lisp/gnus/nnir.el
lisp/gnus/nnrss.el
lisp/gnus/nntp.el
lisp/gnus/webmail.el [deleted file]
lisp/net/netrc.el
lisp/net/tls.el