gnus
12 years agoMerge remote branch 'origin/no-gnus'
Lars Magne Ingebrigtsen [Mon, 12 Mar 2012 11:14:07 +0000 (12:14 +0100)]
Merge remote branch 'origin/no-gnus'

12 years agoSwitch off more debugging
Lars Magne Ingebrigtsen [Mon, 12 Mar 2012 11:13:35 +0000 (12:13 +0100)]
Switch off more debugging

* gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
24.1 release.

12 years agoMerge remote branch 'origin/no-gnus'
Lars Magne Ingebrigtsen [Sat, 10 Mar 2012 00:58:12 +0000 (01:58 +0100)]
Merge remote branch 'origin/no-gnus'

12 years agoBe more liberal when extracting forwards as MIME
David Edmondson [Sat, 10 Mar 2012 00:57:16 +0000 (01:57 +0100)]
Be more liberal when extracting forwards as MIME

* mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
'Forwarded Message' header and the start of the message.

12 years agoDon't expire unexisting (nnimap) articles
Lars Magne Ingebrigtsen [Sat, 10 Mar 2012 00:51:00 +0000 (01:51 +0100)]
Don't expire unexisting (nnimap) articles

* gnus-sum.el (gnus-summary-expire-articles): Ditto.

* gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
messages that don't exist.

12 years agomm-uu.el (mm-uu-type-alist): Comment fix by Frank Haun <fh@fhaun.de>
Katsumi Yamaoka [Thu, 8 Mar 2012 02:33:52 +0000 (02:33 +0000)]
mm-uu.el (mm-uu-type-alist): Comment fix by Frank Haun <fh@fhaun.de>

12 years agomm-uu.el (mm-uu-type-alist): Comment fix by Frank Haun <fh@fhaun.de>
Katsumi Yamaoka [Thu, 8 Mar 2012 02:33:49 +0000 (02:33 +0000)]
mm-uu.el (mm-uu-type-alist): Comment fix by Frank Haun <fh@fhaun.de>

12 years agoMerge remote branch 'origin/no-gnus'
Lars Magne Ingebrigtsen [Sun, 4 Mar 2012 15:02:21 +0000 (16:02 +0100)]
Merge remote branch 'origin/no-gnus'

12 years agoFix the mail user agent when Gnus isn't running
Thierry Volpiatto [Sun, 4 Mar 2012 15:01:48 +0000 (16:01 +0100)]
Fix the mail user agent when Gnus isn't running

* gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
isn't running (bug#10897).

12 years agoMerge commit
Lars Magne Ingebrigtsen [Sat, 3 Mar 2012 14:23:33 +0000 (15:23 +0100)]
Merge commit

12 years ago* tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
Lars Magne Ingebrigtsen [Sat, 3 Mar 2012 14:04:40 +0000 (15:04 +0100)]
* tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.

This is inconsistent with all the other stream functions, which leave
the setting up to the higher levels (if so wanted) (bug#10931).

12 years agoResolve merge conflict.
Lars Magne Ingebrigtsen [Sat, 3 Mar 2012 14:08:34 +0000 (15:08 +0100)]
Resolve merge conflict.

12 years agomessagexmas.el: Standardize possessive apostrophe usage.
Katsumi Yamaoka [Tue, 28 Feb 2012 10:48:17 +0000 (10:48 +0000)]
messagexmas.el: Standardize possessive apostrophe usage.

12 years agomessagexmas.el: Standardize possessive apostrophe usage.
Katsumi Yamaoka [Tue, 28 Feb 2012 10:48:16 +0000 (10:48 +0000)]
messagexmas.el: Standardize possessive apostrophe usage.

12 years agoStandardize possessive apostrophe usage in manuals, docs, and comments
Glenn Morris [Tue, 28 Feb 2012 10:25:55 +0000 (10:25 +0000)]
Standardize possessive apostrophe usage in manuals, docs, and comments
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html

12 years agoStandardize possessive apostrophe usage in manuals, docs, and comments
Glenn Morris [Tue, 28 Feb 2012 10:25:52 +0000 (10:25 +0000)]
Standardize possessive apostrophe usage in manuals, docs, and comments
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html

12 years agoparse-time.el (parse-time-string): Allow extractor to return nil.
Andreas Schwab [Sat, 25 Feb 2012 13:18:12 +0000 (13:18 +0000)]
parse-time.el (parse-time-string): Allow extractor to return nil.

12 years agoparse-time.el (parse-time-string): Allow extractor to return nil.
Andreas Schwab [Sat, 25 Feb 2012 13:18:09 +0000 (13:18 +0000)]
parse-time.el (parse-time-string): Allow extractor to return nil.

12 years agoMerge remote branch 'origin/no-gnus'
Lars Magne Ingebrigtsen [Sat, 25 Feb 2012 11:30:08 +0000 (12:30 +0100)]
Merge remote branch 'origin/no-gnus'

12 years ago* shr.el (shr-column-specs): Protect against TDs with "width: 0%".
Lars Magne Ingebrigtsen [Sat, 25 Feb 2012 11:29:09 +0000 (12:29 +0100)]
* shr.el (shr-column-specs): Protect against TDs with "width: 0%".

12 years agoMerge fix
Lars Magne Ingebrigtsen [Sat, 25 Feb 2012 11:27:43 +0000 (12:27 +0100)]
Merge fix

12 years ago* shr.el (shr-column-specs): Protect against TDs with "width: 0%".
Lars Magne Ingebrigtsen [Sat, 25 Feb 2012 11:24:33 +0000 (12:24 +0100)]
* shr.el (shr-column-specs): Protect against TDs with "width: 0%".

12 years agonntp.el (nntp-send-authinfo): Fix last change.
Katsumi Yamaoka [Sat, 25 Feb 2012 00:38:51 +0000 (00:38 +0000)]
nntp.el (nntp-send-authinfo): Fix last change.

12 years agonntp.el (nntp-send-authinfo): Fix last change.
Katsumi Yamaoka [Sat, 25 Feb 2012 00:38:48 +0000 (00:38 +0000)]
nntp.el (nntp-send-authinfo): Fix last change.

12 years agonntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
Katsumi Yamaoka [Thu, 23 Feb 2012 23:10:40 +0000 (23:10 +0000)]
nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.

12 years agonntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
Katsumi Yamaoka [Thu, 23 Feb 2012 23:10:39 +0000 (23:10 +0000)]
nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.

12 years agoSmall header fix
Glenn Morris [Mon, 20 Feb 2012 22:07:34 +0000 (22:07 +0000)]
Small header fix

12 years agoSmall header fix
Glenn Morris [Mon, 20 Feb 2012 22:07:33 +0000 (22:07 +0000)]
Small header fix

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Mon, 20 Feb 2012 11:47:17 +0000 (12:47 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoFix typo in last checkin.
Lars Ingebrigtsen [Mon, 20 Feb 2012 11:46:45 +0000 (12:46 +0100)]
Fix typo in last checkin.

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Mon, 20 Feb 2012 11:44:30 +0000 (12:44 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years ago* mm-decode.el (mm-shr): Remove "soft hyphens".
Lars Ingebrigtsen [Mon, 20 Feb 2012 11:43:55 +0000 (12:43 +0100)]
* mm-decode.el (mm-shr): Remove "soft hyphens".

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Mon, 20 Feb 2012 10:35:04 +0000 (11:35 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoTry to fix nnimap group name encoding confusion
Lars Ingebrigtsen [Mon, 20 Feb 2012 10:34:07 +0000 (11:34 +0100)]
Try to fix nnimap group name encoding confusion

* nnimap.el (nnimap-request-list): Return the group names encoded as
utf8.  Otherwise non-European group names don't work.
(nnimap-request-newgroups): Ditto.

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Mon, 20 Feb 2012 09:29:42 +0000 (10:29 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoFurther `read-string' fixups when inserting old articles
Lars Ingebrigtsen [Mon, 20 Feb 2012 09:28:46 +0000 (10:28 +0100)]
Further `read-string' fixups when inserting old articles

* gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
the default in `read-string' (bug#10757).

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Mon, 20 Feb 2012 08:37:57 +0000 (09:37 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoFix bug with `C-u a' on topics
Lars Ingebrigtsen [Mon, 20 Feb 2012 08:37:21 +0000 (09:37 +0100)]
Fix bug with `C-u a' on topics

* gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
topics (bug#10843).

12 years agoDelete duplicate entry
Katsumi Yamaoka [Mon, 20 Feb 2012 08:02:08 +0000 (08:02 +0000)]
Delete duplicate entry

12 years ago* gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
Lars Ingebrigtsen [Mon, 20 Feb 2012 07:33:57 +0000 (08:33 +0100)]
* gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Mon, 20 Feb 2012 07:27:16 +0000 (08:27 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoWhen moving articles between IMAP servers, delete from the correct server
Lars Ingebrigtsen [Mon, 20 Feb 2012 07:26:40 +0000 (08:26 +0100)]
When moving articles between IMAP servers, delete from the correct server

(nnimap-request-move-article): Delete the message from the correct IMAP
server.

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Mon, 20 Feb 2012 07:20:52 +0000 (08:20 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoIMAP command logging improvement
Lars Ingebrigtsen [Mon, 20 Feb 2012 07:19:03 +0000 (08:19 +0100)]
IMAP command logging improvement

* nnimap.el (nnimap-log-command): Add the IMAP address to the log
buffer.  Suggested by Herbert Valerio Riedel.

12 years agognus-demon.el (gnus-demon-init): Don't multiply time twice.
Vida Gabor [Sun, 19 Feb 2012 23:54:06 +0000 (23:54 +0000)]
gnus-demon.el (gnus-demon-init): Don't multiply time twice.

12 years agognus-demon.el (gnus-demon-init): Don't multiply time twice.
Vida Gabor [Sun, 19 Feb 2012 23:54:02 +0000 (23:54 +0000)]
gnus-demon.el (gnus-demon-init): Don't multiply time twice.

12 years agoDelete duplicate entry
Katsumi Yamaoka [Sat, 18 Feb 2012 22:36:20 +0000 (22:36 +0000)]
Delete duplicate entry

12 years agoDelete duplicate entry
Katsumi Yamaoka [Sat, 18 Feb 2012 22:33:04 +0000 (22:33 +0000)]
Delete duplicate entry

12 years agoFix merge.
Lars Ingebrigtsen [Sat, 18 Feb 2012 13:14:59 +0000 (14:14 +0100)]
Fix merge.

12 years agomerge from no gnus
Lars Ingebrigtsen [Sat, 18 Feb 2012 13:12:22 +0000 (14:12 +0100)]
merge from no gnus

12 years agoBe more defensive about killing the correct buffer
Lars Ingebrigtsen [Sat, 18 Feb 2012 13:09:21 +0000 (14:09 +0100)]
Be more defensive about killing the correct buffer

* shr.el (shr-image-fetched): Make sure we really kill the right
buffer.

12 years agognus.texi (Posting Styles): Fix cross-refs to other manual
Glenn Morris [Fri, 17 Feb 2012 10:49:30 +0000 (10:49 +0000)]
gnus.texi (Posting Styles): Fix cross-refs to other manual

12 years agognus.texi (Posting Styles): Fix cross-refs to other manual
Glenn Morris [Fri, 17 Feb 2012 10:49:28 +0000 (10:49 +0000)]
gnus.texi (Posting Styles): Fix cross-refs to other manual

12 years agognus-start.el (gnus-1): Avoid duplicate entries
Leo Liu [Thu, 16 Feb 2012 22:12:52 +0000 (22:12 +0000)]
gnus-start.el (gnus-1): Avoid duplicate entries

12 years agognus-start.el (gnus-1): Avoid duplicate entries
Leo Liu [Thu, 16 Feb 2012 22:12:49 +0000 (22:12 +0000)]
gnus-start.el (gnus-1): Avoid duplicate entries

12 years agoMention application/octet-stream guessing
Lars Ingebrigtsen [Thu, 16 Feb 2012 08:34:28 +0000 (09:34 +0100)]
Mention application/octet-stream guessing

12 years agoAdd automatic application/octet-stream type guessing
Lars Ingebrigtsen [Thu, 16 Feb 2012 05:42:00 +0000 (06:42 +0100)]
Add automatic application/octet-stream type guessing

* mm-decode.el (mm-dissect-singlepart): Guess what the type of
application/octet-stream parts really is.

12 years agoRemove gnus-propagate-marks, which is no longer needed.
Lars Ingebrigtsen [Thu, 16 Feb 2012 05:23:19 +0000 (06:23 +0100)]
Remove gnus-propagate-marks, which is no longer needed.

The backends don't store marks any more.

12 years agoDelete duplicate entries
Katsumi Yamaoka [Thu, 16 Feb 2012 01:02:48 +0000 (01:02 +0000)]
Delete duplicate entries

12 years agoRemove backend marks mentions
Lars Ingebrigtsen [Wed, 15 Feb 2012 17:49:54 +0000 (18:49 +0100)]
Remove backend marks mentions

* gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks, which
no longer exist.

12 years agoshr.el (shr-rescale-image): Undo previous change; see <http://lists.gnu.org/archive...
Paul Eggert [Wed, 15 Feb 2012 09:32:33 +0000 (09:32 +0000)]
shr.el (shr-rescale-image): Undo previous change; see <lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.

12 years agoshr.el (shr-rescale-image): Undo previous change; see <http://lists.gnu.org/archive...
Paul Eggert [Wed, 15 Feb 2012 09:32:23 +0000 (09:32 +0000)]
shr.el (shr-rescale-image): Undo previous change; see <lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.

12 years agoRemoved imap.el, which is no longer used.
Lars Ingebrigtsen [Wed, 15 Feb 2012 09:20:05 +0000 (10:20 +0100)]
Removed imap.el, which is no longer used.

* imap.el: Remove.

12 years agoCoding system variable cleanup
Lars Ingebrigtsen [Wed, 15 Feb 2012 09:19:12 +0000 (10:19 +0100)]
Coding system variable cleanup

* nntp.el (nntp-coding-system-for-read): Remove.
(nntp-coding-system-for-write): Ditto.
(nntp-open-connection): Just use `binary' directly.

12 years agoFlush bogus unexist data
Lars Ingebrigtsen [Wed, 15 Feb 2012 09:14:15 +0000 (10:14 +0100)]
Flush bogus unexist data

* gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
Gnus 0.3.

12 years agoMa Gnus v0.4 is begun
Lars Ingebrigtsen [Wed, 15 Feb 2012 09:10:41 +0000 (10:10 +0100)]
Ma Gnus v0.4 is begun

12 years agoMa Gnus v0.3 is released
Lars Ingebrigtsen [Wed, 15 Feb 2012 09:10:28 +0000 (10:10 +0100)]
Ma Gnus v0.3 is released

12 years agounexist fixups
Lars Ingebrigtsen [Wed, 15 Feb 2012 09:06:43 +0000 (10:06 +0100)]
unexist fixups

* gnus-sum.el (gnus-summary-local-variables): Make
`gnus-newsgroup-unexist' into a local variable.

12 years agomerge from no gnus
Lars Ingebrigtsen [Wed, 15 Feb 2012 08:21:59 +0000 (09:21 +0100)]
merge from no gnus

12 years agoFix up the padding removal logic
Lars Ingebrigtsen [Wed, 15 Feb 2012 08:20:24 +0000 (09:20 +0100)]
Fix up the padding removal logic

* shr.el (shr-remove-trailing-whitespace): Really delete the padding on
too-wide lines.

12 years agoMore registry test adjustments.
Ted Zlatanov [Tue, 14 Feb 2012 19:48:03 +0000 (14:48 -0500)]
More registry test adjustments.

* registry.el (registry-make-testable-db, registry-match-test)
(registry-instantiation-test): Move to tests/gnustest-registry.el.

12 years agoMove registry tests to tests/gnustest-registry.el.
Ted Zlatanov [Tue, 14 Feb 2012 19:09:06 +0000 (14:09 -0500)]
Move registry tests to tests/gnustest-registry.el.

* tests/gnustest-registry.el: New file with the registry and
gnus-registry ERT tests.

* gnus-registry.el (gnus-registry-misc-test)
(gnus-registry-usage-test): Move to tests/gnustest-registry.el.

* registry.el (registry-usage-test, registry-persistence-test): Move to
tests/gnustest-registry.el.

12 years agognus-msg.el (gnus-summary-resend-message): Make gnus-summary-resend-message-insert...
Katsumi Yamaoka [Mon, 13 Feb 2012 23:37:54 +0000 (23:37 +0000)]
gnus-msg.el (gnus-summary-resend-message): Make gnus-summary-resend-message-insert-gcc be last item in message-header-setup-hook.

12 years agoLeo -> Leo Liu
Katsumi Yamaoka [Mon, 13 Feb 2012 22:15:00 +0000 (22:15 +0000)]
Leo -> Leo Liu

12 years agoLeo -> Leo Liu
Katsumi Yamaoka [Mon, 13 Feb 2012 22:14:58 +0000 (22:14 +0000)]
Leo -> Leo Liu

12 years agoRemove backend marks from nnml and nnfolder
Lars Ingebrigtsen [Mon, 13 Feb 2012 20:22:37 +0000 (21:22 +0100)]
Remove backend marks from nnml and nnfolder

* nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
(nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
Remove.
(nnfolder-open-server): Don't use marks.
(nnfolder-request-delete-group): Ditto.
(nnfolder-request-rename-group): Ditto.
(nnfolder-request-set-mark, nnfolder-request-marks)
(nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
(nnfolder-save-marks, nnfolder-open-marks): Remove.

* nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
(nnml-marks-modtime): Remove.
(nnml-request-delete-group): Don't use marks.
(nnml-request-rename-group): Ditto.
(nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
(nnml-save-marks, nnml-open-marks): Remove.

12 years agoRemove backend marks from nntp.el
Lars Ingebrigtsen [Mon, 13 Feb 2012 20:16:23 +0000 (21:16 +0100)]
Remove backend marks from nntp.el

* nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
(nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
(nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
(nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
(nntp-server-to-method-cache): Remove.

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Mon, 13 Feb 2012 18:51:58 +0000 (19:51 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoIMAP header parsing fix
Lars Ingebrigtsen [Mon, 13 Feb 2012 18:51:06 +0000 (19:51 +0100)]
IMAP header parsing fix

(nnimap-transform-headers): Don't bug out on header lines containing
stuff that look like IMAP length encodings.

12 years agomerge from no gnus
Lars Ingebrigtsen [Mon, 13 Feb 2012 11:48:52 +0000 (12:48 +0100)]
merge from no gnus

12 years agoAdd a `nnimap-record-commands' variable to control logging
Lars Ingebrigtsen [Mon, 13 Feb 2012 11:46:42 +0000 (12:46 +0100)]
Add a `nnimap-record-commands' variable to control logging

* nnimap.el (nnimap-record-commands): New variable.
(nnimap-log-command): Use it.
(nnimap-make-process-buffer): Add a space to the process buffer.

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Mon, 13 Feb 2012 11:15:57 +0000 (12:15 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoFix typo in last checkin
Lars Ingebrigtsen [Mon, 13 Feb 2012 11:15:14 +0000 (12:15 +0100)]
Fix typo in last checkin

12 years agoFix typo in last checkin
Lars Ingebrigtsen [Mon, 13 Feb 2012 11:14:58 +0000 (12:14 +0100)]
Fix typo in last checkin

12 years agoFix merge
Lars Ingebrigtsen [Mon, 13 Feb 2012 10:40:22 +0000 (11:40 +0100)]
Fix merge

12 years agomerge from no gnus
Lars Ingebrigtsen [Mon, 13 Feb 2012 02:44:26 +0000 (03:44 +0100)]
merge from no gnus

12 years ago* shr.el (shr-rescale-image): Allow viewing large images.
Lars Ingebrigtsen [Mon, 13 Feb 2012 02:43:01 +0000 (03:43 +0100)]
* shr.el (shr-rescale-image): Allow viewing large images.

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Sun, 12 Feb 2012 20:54:42 +0000 (21:54 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years ago(nnml-request-compact-group): Delete the marks file after compaction
Lars Ingebrigtsen [Sun, 12 Feb 2012 20:54:19 +0000 (21:54 +0100)]
(nnml-request-compact-group): Delete the marks file after compaction

bug#10800

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Sun, 12 Feb 2012 19:50:13 +0000 (20:50 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoFix build error in last checkin
Lars Ingebrigtsen [Sun, 12 Feb 2012 19:49:44 +0000 (20:49 +0100)]
Fix build error in last checkin

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Sun, 12 Feb 2012 19:37:18 +0000 (20:37 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agoStop `url-queue' downloads on group exit.
Lars Ingebrigtsen [Sun, 12 Feb 2012 19:36:51 +0000 (20:36 +0100)]
Stop `url-queue' downloads on group exit.

* gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
group exit.

12 years agoMention `unexist' handling
Lars Ingebrigtsen [Sun, 12 Feb 2012 19:34:09 +0000 (20:34 +0100)]
Mention `unexist' handling

12 years agoMerge remote-tracking branch 'origin/no-gnus'
Lars Ingebrigtsen [Sun, 12 Feb 2012 19:31:26 +0000 (20:31 +0100)]
Merge remote-tracking branch 'origin/no-gnus'

12 years agonnimap QRESYNC/FETCH parsing fix
Lars Ingebrigtsen [Sun, 12 Feb 2012 19:29:29 +0000 (20:29 +0100)]
nnimap QRESYNC/FETCH parsing fix

* nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
QRESYNC/FETCH output.

12 years agoAdd missing :version tags to new defcustoms and defgroups
Glenn Morris [Sat, 11 Feb 2012 23:42:08 +0000 (23:42 +0000)]
Add missing :version tags to new defcustoms and defgroups

12 years agoAdd missing :version tags to new defcustoms and defgroups
Glenn Morris [Sat, 11 Feb 2012 23:42:06 +0000 (23:42 +0000)]
Add missing :version tags to new defcustoms and defgroups

12 years agoGet parsing right with mixed QRESYNC and total rescans
Lars Ingebrigtsen [Sat, 11 Feb 2012 18:51:34 +0000 (19:51 +0100)]
Get parsing right with mixed QRESYNC and total rescans

12 years agoCleanups related to "unexist" tracking
Lars Ingebrigtsen [Sat, 11 Feb 2012 18:20:12 +0000 (19:20 +0100)]
Cleanups related to "unexist" tracking

* gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
marks.
(gnus-article-special-mark-lists): Put the `unexist' in the special
marks list instead.