gnus
12 years agomessage.el (message-read-from-minibuffer): Make abbrev expansion work.
Katsumi Yamaoka [Thu, 15 Sep 2011 01:07:42 +0000 (01:07 +0000)]
message.el (message-read-from-minibuffer): Make abbrev expansion work.

12 years agognus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
Stefan Monnier [Mon, 12 Sep 2011 09:15:05 +0000 (09:15 +0000)]
gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
gnus-int.el (gnus-nntp-server): Move from gnus.el.

12 years ago* gnus.el (gnus-interactive-exit): Update defcustom spec.
Lars Magne Ingebrigtsen [Mon, 12 Sep 2011 04:30:47 +0000 (06:30 +0200)]
* gnus.el (gnus-interactive-exit): Update defcustom spec.

12 years ago* gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
Andrew Cohen [Mon, 12 Sep 2011 00:31:43 +0000 (20:31 -0400)]
* gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
(gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
articles.

12 years agomessage.el (message-pop-to-buffer): Default to switch-to-buffer.
Chong Yidong [Sun, 11 Sep 2011 22:43:01 +0000 (22:43 +0000)]
message.el (message-pop-to-buffer): Default to switch-to-buffer.
 (message-mail-other-window, message-mail-other-frame)
 (message-news-other-window, message-news-other-frame): Use
 switch-to-buffer-other-frame and switch-to-buffer-other-window instead
 of setting buffer display varibles.

12 years agognus-dup.el (gnus-dup-suppress-articles): Move "Suppressing duplicates" to a higher...
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 22:42:16 +0000 (22:42 +0000)]
gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing duplicates" to a higher level.
gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the most egregious messages.

12 years ago(Terminology): Mention naming.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 20:55:46 +0000 (22:55 +0200)]
(Terminology): Mention naming.

12 years ago(Finding the News): Doc clarification.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 20:52:58 +0000 (22:52 +0200)]
(Finding the News): Doc clarification.

12 years agoExplain `gnus-group-list-limit'.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 16:28:08 +0000 (18:28 +0200)]
Explain `gnus-group-list-limit'.

12 years ago* gnus-sum.el (gnus-fetch-headers): Bump message level.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 16:17:12 +0000 (18:17 +0200)]
* gnus-sum.el (gnus-fetch-headers): Bump message level.

12 years ago* gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 23:59:02 +0000 (01:59 +0200)]
* gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.

12 years ago* nnrss.el (nnrss-retrieve-groups): Decode the charset before looking up the file
Tetsuo Tsukamoto [Sat, 10 Sep 2011 23:26:21 +0000 (01:26 +0200)]
* nnrss.el (nnrss-retrieve-groups): Decode the charset before looking up the file

12 years agoRedo the charset handling for group names in nnimap.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 23:11:47 +0000 (01:11 +0200)]
Redo the charset handling for group names in nnimap.

Let Gnus encode the names, as it does with all other backends, but
decode the names immediately after getting them.

12 years ago(gnus-group-name-charset): Always return `utf-7' when decoding nnimap groups.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 22:40:54 +0000 (00:40 +0200)]
(gnus-group-name-charset): Always return `utf-7' when decoding nnimap groups.

12 years agoDon't save `gnus-format-specs' in the newsrc file.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 22:03:19 +0000 (00:03 +0200)]
Don't save `gnus-format-specs' in the newsrc file.

It doesn't seem like an important optimisation any more.

12 years ago* nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to overflows.
Dave Abrahams [Sat, 10 Sep 2011 21:59:02 +0000 (23:59 +0200)]
* nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to overflows.

12 years agoFix typo in last checkin.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 21:36:32 +0000 (23:36 +0200)]
Fix typo in last checkin.

12 years agoExtend `gnus-interactive-exit' to `quiet'.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 21:29:08 +0000 (23:29 +0200)]
Extend `gnus-interactive-exit' to `quiet'.

12 years ago* gnus.el (gnus-article-mark-lists): Remove `recent'.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 21:12:51 +0000 (23:12 +0200)]
* gnus.el (gnus-article-mark-lists): Remove `recent'.

12 years ago* gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 20:37:44 +0000 (22:37 +0200)]
* gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string.

12 years agoSilence compiler warnings by renaming function arguments from `this'
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 20:06:39 +0000 (22:06 +0200)]
Silence compiler warnings by renaming function arguments from `this'

12 years agoRemove usages of `gnus-recent-mark' and friends, which are no longer used.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 20:04:30 +0000 (22:04 +0200)]
Remove usages of `gnus-recent-mark' and friends, which are no longer used.

12 years ago(gnus-lrm-string-p): Include RLM and PDF, too.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 19:33:14 +0000 (21:33 +0200)]
(gnus-lrm-string-p): Include RLM and PDF, too.

12 years ago* gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 19:20:18 +0000 (21:20 +0200)]
* gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.

12 years ago* gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 19:09:30 +0000 (21:09 +0200)]
* gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.

12 years ago* gnus-int.el (gnus-open-server): Make the "denied" message clearer
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 19:05:51 +0000 (21:05 +0200)]
* gnus-int.el (gnus-open-server): Make the "denied" message clearer

12 years agoAdd autoload cookies for functions used by sendmail.el.
Eli Zaretskii [Sat, 10 Sep 2011 10:25:04 +0000 (10:25 +0000)]
Add autoload cookies for functions used by sendmail.el.

12 years agognus-art.el (article-date-ut): Work properly even when
Katsumi Yamaoka [Fri, 9 Sep 2011 10:16:31 +0000 (10:16 +0000)]
gnus-art.el (article-date-ut): Work properly even when
 there are things like Date header in the body;
 work for forwarded parts.

12 years ago* gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
Andrew Cohen [Mon, 5 Sep 2011 16:07:19 +0000 (12:07 -0400)]
* gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
original-article-buffer.

12 years ago* nnir.el (nnir-compose-result): Fix matching of server type.
Kan-Ru Chen [Mon, 5 Sep 2011 13:56:45 +0000 (09:56 -0400)]
* nnir.el (nnir-compose-result): Fix matching of server type.

12 years ago(2011-09-01): Synch wording with that of Emacs.
Katsumi Yamaoka [Sun, 4 Sep 2011 22:13:39 +0000 (22:13 +0000)]
(2011-09-01): Synch wording with that of Emacs.

12 years ago* gnus.el (gnus-home-directory): Add warning about setting in .gnus.el (bug#9405).
Lars Magne Ingebrigtsen [Sun, 4 Sep 2011 14:13:26 +0000 (16:13 +0200)]
* gnus.el (gnus-home-directory): Add warning about setting in .gnus.el (bug#9405).

12 years ago* gnus-score.el (gnus-summary-increase-score): Doc clarification (bug#9421).
Lars Magne Ingebrigtsen [Sun, 4 Sep 2011 14:11:21 +0000 (16:11 +0200)]
* gnus-score.el (gnus-summary-increase-score): Doc clarification (bug#9421).

12 years ago* gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms (bug#9425).
Lars Magne Ingebrigtsen [Sun, 4 Sep 2011 13:59:35 +0000 (15:59 +0200)]
* gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms (bug#9425).

12 years ago* gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first thing (bug...
Lars Magne Ingebrigtsen [Sun, 4 Sep 2011 00:13:40 +0000 (02:13 +0200)]
* gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first thing (bug#9426).

12 years ago* nnimap.el (nnimap-open-connection-1): Use the correct port number in the error...
Lars Magne Ingebrigtsen [Sat, 3 Sep 2011 21:39:13 +0000 (23:39 +0200)]
* nnimap.el (nnimap-open-connection-1): Use the correct port number in the error message.

12 years agomessage.el (message-setup-1): Return t (Bug#9392).
Eli Zaretskii [Fri, 2 Sep 2011 23:27:48 +0000 (23:27 +0000)]
message.el (message-setup-1): Return t (Bug#9392).

12 years agognus-sum.el: Update gnus-newsgroup-articles when adding articles.
Andrew Cohen [Thu, 1 Sep 2011 12:48:50 +0000 (08:48 -0400)]
gnus-sum.el: Update gnus-newsgroup-articles when adding articles.

12 years agoauth-source.el: Autoload help-mode.
Katsumi Yamaoka [Tue, 30 Aug 2011 23:01:09 +0000 (23:01 +0000)]
auth-source.el: Autoload help-mode.

12 years ago* gnus-group.el (gnus-group-name-charset): Don't bug out on server names.
Lars Magne Ingebrigtsen [Tue, 30 Aug 2011 10:24:38 +0000 (12:24 +0200)]
* gnus-group.el (gnus-group-name-charset): Don't bug out on server names.

12 years agoDon't use the 4th arg of mm-replace-in-string for compatibility issues.
Daiki Ueno [Sat, 27 Aug 2011 22:57:29 +0000 (07:57 +0900)]
Don't use the 4th arg of mm-replace-in-string for compatibility issues.

* mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
mm-replace-in-string.
* mml2015.el (mml2015-epg-verify): Ditto.

12 years agomailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
Katsumi Yamaoka [Fri, 26 Aug 2011 09:01:29 +0000 (09:01 +0000)]
mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.

12 years agognus-msg.el (gnus-setup-message): Remove extra apostrophe.
Katsumi Yamaoka [Fri, 26 Aug 2011 04:25:28 +0000 (04:25 +0000)]
gnus-msg.el (gnus-setup-message): Remove extra apostrophe.

12 years agoAlso allow continuing on `quit'.
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 20:51:28 +0000 (22:51 +0200)]
Also allow continuing on `quit'.

12 years agoFix typo in last checkin.
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 20:50:13 +0000 (22:50 +0200)]
Fix typo in last checkin.

12 years agoIf one mail source bugs out, continue on and do the clean-up phase
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 20:48:56 +0000 (22:48 +0200)]
If one mail source bugs out, continue on and do the clean-up phase

12 years agoIgnore non-openable groups when expiring.
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 20:38:21 +0000 (22:38 +0200)]
Ignore non-openable groups when expiring.

* gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
just ignore groups that can't be opened instead of erroring out
(bug#9225).

12 years ago(gnus-article-update-date-headers): Flip the default to nil since some many people...
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 20:34:17 +0000 (22:34 +0200)]
(gnus-article-update-date-headers): Flip the default to nil since some many people are fuddy-duddies.

12 years ago* gnus-html.el (gnus-html-image-fetched): Don't cache zero-length images.
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 13:44:56 +0000 (15:44 +0200)]
* gnus-html.el (gnus-html-image-fetched): Don't cache zero-length images.

12 years ago(nntp-authinfo-file): Mark as obsolete -- use auth-source instead.
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 04:59:37 +0000 (06:59 +0200)]
(nntp-authinfo-file): Mark as obsolete -- use auth-source instead.

12 years ago* pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 04:23:38 +0000 (06:23 +0200)]
* pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.

12 years ago* gnus-util.el (gnus-process-live-p): Copy over compat function.
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 04:22:38 +0000 (06:22 +0200)]
* gnus-util.el (gnus-process-live-p): Copy over compat function.

12 years ago(pop3-wait-for-messages): If the pop3 process dies, stop processing.
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 03:51:22 +0000 (05:51 +0200)]
(pop3-wait-for-messages): If the pop3 process dies, stop processing.

12 years agoKill the process before deleting the buffer to avoid warnings.
Lars Magne Ingebrigtsen [Sun, 21 Aug 2011 03:45:08 +0000 (05:45 +0200)]
Kill the process before deleting the buffer to avoid warnings.

12 years agoMake message prettier.
Simon Josefsson [Sun, 21 Aug 2011 03:31:56 +0000 (05:31 +0200)]
Make message prettier.

* gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
specified to reduce precision.

12 years agoFix last ChangeLog update.
Lars Magne Ingebrigtsen [Fri, 19 Aug 2011 14:38:42 +0000 (16:38 +0200)]
Fix last ChangeLog update.

12 years agoProtect against (NIL ...) bodystructures (bug#9314).
Lars Magne Ingebrigtsen [Fri, 19 Aug 2011 14:36:33 +0000 (16:36 +0200)]
Protect against (NIL ...) bodystructures (bug#9314).

12 years ago* starttls.el (starttls-any-program-available): Define as obsolete function.
Simon Josefsson [Thu, 18 Aug 2011 00:22:37 +0000 (02:22 +0200)]
* starttls.el (starttls-any-program-available): Define as obsolete function.

12 years agoCommit resolve.
Lars Magne Ingebrigtsen [Fri, 19 Aug 2011 14:37:52 +0000 (16:37 +0200)]
Commit resolve.

12 years ago Reinstate the message-clearing y-or-n-p versions which Gnus use when appropriate.
Lars Magne Ingebrigtsen [Thu, 18 Aug 2011 00:16:45 +0000 (02:16 +0200)]
 Reinstate the message-clearing y-or-n-p versions which Gnus use when appropriate.

12 years ago(gnus-group-clear-data): Add a y-or-n query, since it's a pretty destructive command.
Lars Magne Ingebrigtsen [Thu, 18 Aug 2011 00:07:59 +0000 (02:07 +0200)]
(gnus-group-clear-data): Add a y-or-n query, since it's a pretty destructive command.

12 years ago* nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
Lars Magne Ingebrigtsen [Thu, 18 Aug 2011 00:03:36 +0000 (02:03 +0200)]
* nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).

12 years agoCommit resolve.
Lars Magne Ingebrigtsen [Fri, 19 Aug 2011 14:37:31 +0000 (16:37 +0200)]
Commit resolve.

12 years ago(message-fix-before-sending): Make a different warning about NUL characters
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 23:51:34 +0000 (01:51 +0200)]
(message-fix-before-sending): Make a different warning about NUL characters

12 years ago(gnus-auto-select-subject): Allow specifying a function from custom (bug#9260)
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 23:45:21 +0000 (01:45 +0200)]
(gnus-auto-select-subject): Allow specifying a function from custom (bug#9260)

12 years agognus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative): Make button...
Katsumi Yamaoka [Fri, 19 Aug 2011 08:51:49 +0000 (08:51 +0000)]
gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative): Make button keymap non-sticky after buttons.

12 years agoAdapt nnmairix to new gnus-registry API.
David Engster [Thu, 18 Aug 2011 17:31:36 +0000 (19:31 +0200)]
Adapt nnmairix to new gnus-registry API.

* nnmairix.el (nnmairix-request-set-mark)
(nnmairix-goto-original-article): Remove adding of article to registry,
since `gnus-registry-add-group' isn't available anymore.
(nnmairix-determine-original-group-from-registry): Use
`gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
available anymore.

12 years agoUse 8206 instead of ?\x200e to make things work in Emacs 22 and XEmacs, too.
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 23:22:57 +0000 (01:22 +0200)]
Use 8206 instead of ?\x200e to make things work in Emacs 22 and XEmacs, too.

12 years agoIntroduce LRM markers when needed in the address part of the subject lines.
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 23:09:34 +0000 (01:09 +0200)]
Introduce LRM markers when needed in the address part of the subject lines.

12 years agoUse ./ as the auto-save directory if the message directory isn't writable
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 21:39:15 +0000 (23:39 +0200)]
Use ./ as the auto-save directory if the message directory isn't writable

12 years ago* message.el (message-is-yours-p): Allow disabling canlock checking
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 21:37:08 +0000 (23:37 +0200)]
* message.el (message-is-yours-p): Allow disabling canlock checking

12 years agoClean up last commit slightly.
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 20:58:11 +0000 (22:58 +0200)]
Clean up last commit slightly.

12 years ago(auth-source-netrc-saver): Make the .authinfo file non-world-readable.
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 20:57:00 +0000 (22:57 +0200)]
(auth-source-netrc-saver): Make the .authinfo file non-world-readable.

12 years agonndraft.el (nndraft-update-unread-articles): Don't send delayed articles.
Katsumi Yamaoka [Wed, 17 Aug 2011 00:10:15 +0000 (00:10 +0000)]
nndraft.el (nndraft-update-unread-articles): Don't send delayed articles.

12 years agognus-score.el (gnus-all-score-files): Use copy-sequence instead of copy-list.
Andreas Schwab [Sat, 13 Aug 2011 10:01:44 +0000 (10:01 +0000)]
gnus-score.el (gnus-all-score-files): Use copy-sequence instead of copy-list.

12 years agognus-score.el (gnus-score-find-alist): Keep the score files already in the reverse...
Sam Steingold [Fri, 12 Aug 2011 23:23:27 +0000 (23:23 +0000)]
gnus-score.el (gnus-score-find-alist): Keep the score files already in the reverse order to avoid modifying the cache with `nreverse'.
 (gnus-all-score-files): Do not modify the value returned by `gnus-score-find-alist' because it lives in a cache variable.
 (gnus-current-home-score-file): No need to `nreverse' the return value of `gnus-score-find-alist', it is already in the correct order.

12 years ago* nnimap.el (nnimap-transform-headers): Fix parsing message size for
Andrew Cohen [Thu, 11 Aug 2011 20:20:00 +0000 (16:20 -0400)]
* nnimap.el (nnimap-transform-headers): Fix parsing message size for
  MESSAGE/RFC822.

12 years ago* gnus-sum.el (gnus-summary-refer-article): Warp to article.
Andrew Cohen [Fri, 5 Aug 2011 12:38:23 +0000 (08:38 -0400)]
* gnus-sum.el (gnus-summary-refer-article): Warp to article.

This allows article-referral to work from an nnir group.

12 years ago* gnus.el (registry-ignore): Add nnir groups to the ignore-list.
Andrew Cohen [Thu, 4 Aug 2011 13:26:46 +0000 (09:26 -0400)]
* gnus.el (registry-ignore): Add nnir groups to the ignore-list.

12 years agomml1991.el (mml1991-epg-find-usable-key)
Daiki Ueno [Thu, 4 Aug 2011 09:25:31 +0000 (09:25 +0000)]
mml1991.el (mml1991-epg-find-usable-key)
 (mml1991-epg-find-usable-secret-key): New function.
 (mml1991-epg-sign): Check if signing key is usable.
 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).

12 years ago* nnir.el (nnir-read-server-parm): Add an argument to restrict to
Andrew Cohen [Wed, 3 Aug 2011 18:05:13 +0000 (14:05 -0400)]
* nnir.el (nnir-read-server-parm): Add an argument to restrict to
server-variables only. This should fix a bug introduced with
commit e1889675b7f4adf057833c5513c9374134c4e053.

12 years ago* nnir.el (nnir-warp-to-article): Clean up summary buffer.
Andrew Cohen [Tue, 2 Aug 2011 19:51:03 +0000 (15:51 -0400)]
* nnir.el (nnir-warp-to-article): Clean up summary buffer.

12 years ago* nnir.el (nnir-search-thread): Position point on referring article line.
Andrew Cohen [Tue, 2 Aug 2011 18:09:31 +0000 (14:09 -0400)]
* nnir.el (nnir-search-thread): Position point on referring article line.

* nnimap.el (nnimap-request-thread): Whitespace fix.

12 years ago* nnimap.el (nnimap-get-groups): Decode "&" correctly.
Steve Purcell [Tue, 2 Aug 2011 16:30:43 +0000 (18:30 +0200)]
* nnimap.el (nnimap-get-groups): Decode "&" correctly.

12 years ago(starttls-available-p): Renamed from `starttls-any-program-available' and changed...
Lars Magne Ingebrigtsen [Tue, 2 Aug 2011 13:28:45 +0000 (15:28 +0200)]
(starttls-available-p): Renamed from `starttls-any-program-available' and changed return convention.

12 years ago(nnmaildir-request-accept-article): Don't call `unix-sync' unless it's defined.
Lars Ingebrigtsen [Sun, 31 Jul 2011 16:31:09 +0000 (18:31 +0200)]
(nnmaildir-request-accept-article): Don't call `unix-sync' unless it's defined.

12 years ago(tiny change) the last change.
Lars Ingebrigtsen [Sun, 31 Jul 2011 16:28:08 +0000 (18:28 +0200)]
(tiny change) the last change.

12 years ago(gnus-article-stop-animations): Use `elt' instead of `aref' for XEmacs compatibiltiy.
Marcus Harnisch [Sun, 31 Jul 2011 16:27:02 +0000 (18:27 +0200)]
(gnus-article-stop-animations): Use `elt' instead of `aref' for XEmacs compatibiltiy.

12 years ago* spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
Lars Magne Ingebrigtsen [Sun, 31 Jul 2011 16:09:58 +0000 (18:09 +0200)]
* spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.

12 years agoIndent.
Lars Magne Ingebrigtsen [Sun, 31 Jul 2011 16:08:35 +0000 (18:08 +0200)]
Indent.

12 years ago(gnus-summary-refer-thread): Since lambdas aren't closures, quote the form properly
Dave Abrahams [Sun, 31 Jul 2011 16:01:37 +0000 (18:01 +0200)]
(gnus-summary-refer-thread): Since lambdas aren't closures, quote the form properly

12 years ago(gnus-summary-insert-new-articles): Protect against servers that are down.
Lars Magne Ingebrigtsen [Sun, 31 Jul 2011 15:12:42 +0000 (17:12 +0200)]
(gnus-summary-insert-new-articles): Protect against servers that are down.

12 years ago* gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
Lars Magne Ingebrigtsen [Sun, 31 Jul 2011 15:10:59 +0000 (17:10 +0200)]
* gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.

12 years agomm-decode: add a default content-disposition in mm handle if none is specified
Julien Danjou [Fri, 29 Jul 2011 08:39:44 +0000 (10:39 +0200)]
mm-decode: add a default content-disposition in mm handle if none is specified

Signed-off-by: Julien Danjou <julien@danjou.info>
12 years ago* nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
Andrew Cohen [Sun, 24 Jul 2011 13:07:25 +0000 (09:07 -0400)]
* nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.

12 years agoAllow thread-referral to use nnir to search across groups.
Andrew Cohen [Sat, 23 Jul 2011 16:29:46 +0000 (12:29 -0400)]
Allow thread-referral to use nnir to search across groups.

* nnir.el (nnir-search-thread): New function to make an nnir group
  based on a thread query.

* gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
  of nnir in thread referral.
  (gnus-summary-refer-thread): Use it.

* nnimap.el (nnimap-request-thread): Use it.

12 years ago* shr.el (shr-tag-comment): Ignore HTML comments.
Lars Magne Ingebrigtsen [Wed, 20 Jul 2011 20:15:10 +0000 (22:15 +0200)]
* shr.el (shr-tag-comment): Ignore HTML comments.

12 years ago(gnus-group-make-nnir-group): Allow optional query argument.
Andrew Cohen [Wed, 20 Jul 2011 14:34:12 +0000 (10:34 -0400)]
(gnus-group-make-nnir-group): Allow optional query argument.

(gnus-group-make-nnir-group,nnir-request-group,nnir-run-query): Use
  `nnir-address' to handle server info rather than
  passing an arg.

12 years agos/\\n\\n\\n/\\n\\n/
Katsumi Yamaoka [Wed, 20 Jul 2011 14:23:40 +0000 (14:23 +0000)]
s/\\n\\n\\n/\\n\\n/

12 years ago(nnimap-make-thread-query): New utility function to format a thread query.
Andrew Cohen [Wed, 20 Jul 2011 12:48:15 +0000 (08:48 -0400)]
(nnimap-make-thread-query): New utility function to format a thread query.