gnus
13 years agoAdd `C-u C-u g' for showing raw articles, and change `C-u g' to show semi-cooked...
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 21:32:43 +0000 (22:32 +0100)]
Add `C-u C-u g' for showing raw articles, and change `C-u g' to show semi-cooked articles.

13 years agoActually pass the type on to `gnus-treat-article'.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 21:13:38 +0000 (22:13 +0100)]
Actually pass the type on to `gnus-treat-article'.

13 years ago* gnus.el: Autoload gnus-article-fill-cited-long-lines.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 21:07:29 +0000 (22:07 +0100)]
* gnus.el: Autoload gnus-article-fill-cited-long-lines.

13 years agoChange default to all text/plain sections.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 21:06:08 +0000 (22:06 +0100)]
Change default to all text/plain sections.

13 years ago(gnus-article-fill-cited-article): Remove unused `force' parameter.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 20:48:56 +0000 (21:48 +0100)]
(gnus-article-fill-cited-article): Remove unused `force' parameter.

13 years agonnir has been integrated more fully into Gnus now.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 20:36:16 +0000 (21:36 +0100)]
nnir has been integrated more fully into Gnus now.

13 years agouu-decode doesn't mark series that fails downloading as read, so I
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 20:35:12 +0000 (21:35 +0100)]
uu-decode doesn't mark series that fails downloading as read, so I
think this kinda works already.

13 years agoI think all the relevant backends do support compression.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 20:33:56 +0000 (21:33 +0100)]
I think all the relevant backends do support compression.

13 years agognus-ml already does the List-* parsing stuff...
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 20:33:19 +0000 (21:33 +0100)]
gnus-ml already does the List-* parsing stuff...

13 years agoDon't break lines between punctuation and non-punctuation
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 16:25:37 +0000 (17:25 +0100)]
Don't break lines between punctuation and non-punctuation

(Line after the apostrophe in "'We").

13 years agoMake `C-d' work reliably by checking whether the original article buffer is alive.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 15:56:46 +0000 (16:56 +0100)]
Make `C-d' work reliably by checking whether the original article buffer is alive.

13 years agoReverse the order of the articles to reflect the order they're in in the digest.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 15:53:59 +0000 (16:53 +0100)]
Reverse the order of the articles to reflect the order they're in in the digest.

13 years ago(gnus-group-startup-message): Move point to the start of the buffer.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 15:50:02 +0000 (16:50 +0100)]
(gnus-group-startup-message): Move point to the start of the buffer.

13 years agoIndent.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 15:48:55 +0000 (16:48 +0100)]
Indent.

13 years agoWhitespace fix.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 15:48:31 +0000 (16:48 +0100)]
Whitespace fix.

13 years agoOnly send AUTHENTICATE PLAIN if LOGINDISABLED is set.
Lars Magne Ingebrigtsen [Sun, 31 Oct 2010 15:47:18 +0000 (16:47 +0100)]
Only send AUTHENTICATE PLAIN if LOGINDISABLED is set.

13 years agoCosmetic fix.
Katsumi Yamaoka [Sun, 31 Oct 2010 10:00:55 +0000 (10:00 +0000)]
Cosmetic fix.

13 years ago* nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
David Engster [Sun, 31 Oct 2010 09:32:40 +0000 (10:32 +0100)]
* nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
conform with changes to gnus-completing-read.

13 years ago* shr.el (shr-tag-img): Output "*" instead of "[img]".
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 22:36:40 +0000 (00:36 +0200)]
* shr.el (shr-tag-img): Output "*" instead of "[img]".

13 years agoMove defvars around to silence compiler warnings.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 17:49:08 +0000 (19:49 +0200)]
Move defvars around to silence compiler warnings.

13 years ago* shr.el (shr-generic): The text nodes should be text, not :text.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 17:00:34 +0000 (19:00 +0200)]
* shr.el (shr-generic): The text nodes should be text, not :text.

13 years ago(nnir-search-engine): Ressurect variable, since it's used later in the file.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 16:51:47 +0000 (18:51 +0200)]
(nnir-search-engine): Ressurect variable, since it's used later in the file.

13 years agoGeneral clean-up of nnir, and reimplementation of various bits.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 16:47:56 +0000 (18:47 +0200)]
General clean-up of nnir, and reimplementation of various bits.

From Andrew Cohen  <cohen@andy.bu.edu>.

13 years agoRemove gnus-group-fetch-control
Julien Danjou [Sat, 30 Oct 2010 13:47:21 +0000 (15:47 +0200)]
Remove gnus-group-fetch-control

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-start: do nothing special on first run
Julien Danjou [Sat, 30 Oct 2010 13:36:47 +0000 (15:36 +0200)]
gnus-start: do nothing special on first run

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoTiny change change.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 11:16:56 +0000 (13:16 +0200)]
Tiny change change.

13 years agoAllow 'ticked and other flags to be set on groups that don't have \* permanentflags.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 11:16:17 +0000 (13:16 +0200)]
Allow 'ticked and other flags to be set on groups that don't have \* permanentflags.

From Knut Anders Hatlen  <kahatlen@gmail.com>

13 years ago(shr-tag-video): Show the video poster image.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 04:36:02 +0000 (06:36 +0200)]
(shr-tag-video): Show the video poster image.

13 years ago(shr-put-image): Add help-echo alt texts to the images.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 01:35:51 +0000 (03:35 +0200)]
(shr-put-image): Add help-echo alt texts to the images.

13 years ago(shr-tag-img): Ignore very small web bug type images.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 01:13:45 +0000 (03:13 +0200)]
(shr-tag-img): Ignore very small web bug type images.

13 years agoDrop colorisation of regions since we don't control the background color.
Lars Magne Ingebrigtsen [Sat, 30 Oct 2010 00:25:23 +0000 (02:25 +0200)]
Drop colorisation of regions since we don't control the background color.

13 years agoOnly insert the images after the top-level table.
Lars Magne Ingebrigtsen [Fri, 29 Oct 2010 23:56:36 +0000 (01:56 +0200)]
Only insert the images after the top-level table.

13 years ago* nnimap.el (nnimap-split-incoming-mail): Fix typo.
Lars Magne Ingebrigtsen [Fri, 29 Oct 2010 23:50:41 +0000 (01:50 +0200)]
* nnimap.el (nnimap-split-incoming-mail): Fix typo.

13 years agoAllow the user to say whether to split old messages or not in nnimap.
Lars Magne Ingebrigtsen [Fri, 29 Oct 2010 23:30:55 +0000 (01:30 +0200)]
Allow the user to say whether to split old messages or not in nnimap.

13 years agoNote that the INBOX has been selected.
Lars Magne Ingebrigtsen [Fri, 29 Oct 2010 23:21:48 +0000 (01:21 +0200)]
Note that the INBOX has been selected.

13 years agoDon't have point move to the previous line on `M-g'
Lars Magne Ingebrigtsen [Fri, 29 Oct 2010 22:50:11 +0000 (00:50 +0200)]
Don't have point move to the previous line on `M-g'

From Stephen Berman  <stephen.berman@gmx.net>

13 years ago(gnus-inews-do-gcc): Don't have the backends do the slow *-request-group.
Lars Magne Ingebrigtsen [Fri, 29 Oct 2010 22:44:55 +0000 (00:44 +0200)]
(gnus-inews-do-gcc): Don't have the backends do the slow *-request-group.

13 years agoUse AUTHENTICATE PLAIN on servers that say they support that.
Lars Magne Ingebrigtsen [Fri, 29 Oct 2010 22:03:49 +0000 (00:03 +0200)]
Use AUTHENTICATE PLAIN on servers that say they support that.

Suggested by Tom Regner.

13 years agognus-use-long-file-name: fix docstring
Julien Danjou [Fri, 29 Oct 2010 16:00:13 +0000 (18:00 +0200)]
gnus-use-long-file-name: fix docstring

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoRemove old obsoleted defaliases
Julien Danjou [Fri, 29 Oct 2010 14:02:35 +0000 (16:02 +0200)]
Remove old obsoleted defaliases

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoMake gnus-nntp-server and gnus-secondary-servers obsolete
Julien Danjou [Fri, 29 Oct 2010 14:00:09 +0000 (16:00 +0200)]
Make gnus-nntp-server and gnus-secondary-servers obsolete

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoRemove gnus-nntp-service
Julien Danjou [Fri, 29 Oct 2010 13:35:54 +0000 (15:35 +0200)]
Remove gnus-nntp-service

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoRework splash code, clean old stuff
Julien Danjou [Fri, 29 Oct 2010 12:44:49 +0000 (14:44 +0200)]
Rework splash code, clean old stuff

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoAdd docstrings
Julien Danjou [Fri, 29 Oct 2010 10:53:42 +0000 (12:53 +0200)]
Add docstrings

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoxmas: remove gnus-characterp definition
Julien Danjou [Fri, 29 Oct 2010 10:44:17 +0000 (12:44 +0200)]
xmas: remove gnus-characterp definition

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-group: remove old code
Julien Danjou [Fri, 29 Oct 2010 10:33:09 +0000 (12:33 +0200)]
gnus-group: remove old code

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-group-make-tool-bar: add check
Julien Danjou [Fri, 29 Oct 2010 09:58:47 +0000 (11:58 +0200)]
gnus-group-make-tool-bar: add check

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-art.el (gnus-article-goto-part): Fix last change
Katsumi Yamaoka [Fri, 29 Oct 2010 07:22:34 +0000 (07:22 +0000)]
gnus-art.el (gnus-article-goto-part): Fix last change

13 years agognus-art.el (gnus-article-goto-part): Fix last change
Katsumi Yamaoka [Fri, 29 Oct 2010 07:19:07 +0000 (07:19 +0000)]
gnus-art.el (gnus-article-goto-part): Fix last change

13 years agognus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
Katsumi Yamaoka [Fri, 29 Oct 2010 07:13:18 +0000 (07:13 +0000)]
gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.

13 years ago(gnus-summary-rescan-group): Try to restore the window config after reselecting.
Lars Magne Ingebrigtsen [Thu, 28 Oct 2010 15:46:18 +0000 (17:46 +0200)]
(gnus-summary-rescan-group): Try to restore the window config after reselecting.

13 years agoshr-put-image: save-excursion on alt text
Julien Danjou [Thu, 28 Oct 2010 12:10:31 +0000 (14:10 +0200)]
shr-put-image: save-excursion on alt text

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoshr: fix alt insertion
Julien Danjou [Thu, 28 Oct 2010 12:04:42 +0000 (14:04 +0200)]
shr: fix alt insertion

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agonnir: remove hyrex support
Julien Danjou [Thu, 28 Oct 2010 10:31:51 +0000 (12:31 +0200)]
nnir: remove hyrex support

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-art.el: Improve MIME part functions.
Katsumi Yamaoka [Thu, 28 Oct 2010 06:36:41 +0000 (06:36 +0000)]
gnus-art.el: Improve MIME part functions.

gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
 (gnus-mime-copy-part): Check coding system, not charset.
 (gnus-mime-view-part-externally): Never remove part.
 (gnus-mime-view-part-internally): Don't remove part here.
 (gnus-article-part-wrapper): Make sure MIME tag is visible.
 (gnus-article-goto-part): Go to displayed or preferred subpart if it is multipart/alternative.

mm-decode.el (mm-display-part): Take optional arg `force'.

13 years agognus-group: make gnus-group-default-list-level possibly a function
Julien Danjou [Tue, 26 Oct 2010 13:36:45 +0000 (15:36 +0200)]
gnus-group: make gnus-group-default-list-level possibly a function

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoremove bad comment
Julien Danjou [Wed, 27 Oct 2010 07:50:35 +0000 (09:50 +0200)]
remove bad comment

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agomm-decode.el (mm-shr): Add undisplayer to MIME handle.
Katsumi Yamaoka [Wed, 27 Oct 2010 03:59:41 +0000 (03:59 +0000)]
mm-decode.el (mm-shr): Add undisplayer to MIME handle.

13 years agognus-group.el: Replace replace-regexp-in-string with gnus-replace-in-string.
Katsumi Yamaoka [Wed, 27 Oct 2010 01:06:45 +0000 (01:06 +0000)]
gnus-group.el: Replace replace-regexp-in-string with gnus-replace-in-string.

13 years agoshr.el (shr-tag-div): Added.
Katsumi Yamaoka [Tue, 26 Oct 2010 22:08:13 +0000 (22:08 +0000)]
shr.el (shr-tag-div): Added.

13 years agolpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
Katsumi Yamaoka [Tue, 26 Oct 2010 05:38:00 +0000 (05:38 +0000)]
lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.

13 years agoRemove gnus-with-local-quit
Julien Danjou [Mon, 25 Oct 2010 15:40:10 +0000 (17:40 +0200)]
Remove gnus-with-local-quit

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-demon: use run-with-idle-timer function
Julien Danjou [Mon, 25 Oct 2010 15:38:05 +0000 (17:38 +0200)]
gnus-demon: use run-with-idle-timer function

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years ago(gnus-summary-select-article): Fix type error in checking the original article buffer.
Lars Magne Ingebrigtsen [Mon, 25 Oct 2010 05:07:26 +0000 (07:07 +0200)]
(gnus-summary-select-article): Fix type error in checking the original article buffer.

13 years agoChangeLog.2 (2003-03-20): Fix typo.
Juanma Barranquero [Sun, 24 Oct 2010 22:46:58 +0000 (22:46 +0000)]
ChangeLog.2 (2003-03-20): Fix typo.

13 years agognus.texi (Group Parameters, Buttons): Fix typos.
Juanma Barranquero [Sun, 24 Oct 2010 22:31:34 +0000 (22:31 +0000)]
gnus.texi (Group Parameters, Buttons): Fix typos.

13 years ago(nnimap-transform-headers): Fold {quoted} strings more sloppily.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 19:31:03 +0000 (21:31 +0200)]
(nnimap-transform-headers): Fold {quoted} strings more sloppily.

13 years agoHave no outstanding messages if the IMAP server doesn't support streaming.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 19:23:58 +0000 (21:23 +0200)]
Have no outstanding messages if the IMAP server doesn't support streaming.

13 years ago(nnimap-transform-headers): Don't bug out on bodiless articles.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 17:33:04 +0000 (19:33 +0200)]
(nnimap-transform-headers): Don't bug out on bodiless articles.

13 years agoMake internal nnimap moving slightly faster.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 17:01:16 +0000 (19:01 +0200)]
Make internal nnimap moving slightly faster.

13 years agoIndent.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 16:42:45 +0000 (18:42 +0200)]
Indent.

13 years agomessage-default-headers: fix type, enhance doc
Julien Danjou [Sun, 24 Oct 2010 15:24:44 +0000 (17:24 +0200)]
message-default-headers: fix type, enhance doc

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoDecode entities before prefetching images.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 04:49:30 +0000 (06:49 +0200)]
Decode entities before prefetching images.

13 years agoPropagate marks to the backend for unknown groups.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 04:28:05 +0000 (06:28 +0200)]
Propagate marks to the backend for unknown groups.

This is mainly useful for nnimap groups.

13 years ago(gnus-agent-fetch-group): Don't download stuff if the group isn't covered by the...
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 04:23:38 +0000 (06:23 +0200)]
(gnus-agent-fetch-group): Don't download stuff if the group isn't covered by the agent.

13 years agoMake nnir work by default.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 04:18:33 +0000 (06:18 +0200)]
Make nnir work by default.

13 years ago* shr.el (shr-tag-object): Added.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 04:00:47 +0000 (06:00 +0200)]
* shr.el (shr-tag-object): Added.

13 years ago(gnus-summary-select-article-buffer): Mention gnus-widen-article-buffer.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 02:53:17 +0000 (04:53 +0200)]
(gnus-summary-select-article-buffer): Mention gnus-widen-article-buffer.

13 years ago(gnus-summary-select-article): Make sure we have the original article buffer live.
Lars Magne Ingebrigtsen [Sun, 24 Oct 2010 02:50:28 +0000 (04:50 +0200)]
(gnus-summary-select-article): Make sure we have the original article buffer live.

13 years agoAdd <strong>
Lars Magne Ingebrigtsen [Sat, 23 Oct 2010 20:59:54 +0000 (22:59 +0200)]
Add <strong>

13 years ago(gnus-group-completing-read): Remove all newlines from group names. They mess up...
Lars Magne Ingebrigtsen [Fri, 22 Oct 2010 15:03:22 +0000 (17:03 +0200)]
(gnus-group-completing-read): Remove all newlines from group names.  They mess up the group buffer badly.

13 years ago* shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
Lars Magne Ingebrigtsen [Fri, 22 Oct 2010 14:58:40 +0000 (16:58 +0200)]
* shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.

13 years ago(gnus-group-mark-group): Use gnus-group-position-point instead of the summary one.
Lars Magne Ingebrigtsen [Fri, 22 Oct 2010 14:57:03 +0000 (16:57 +0200)]
(gnus-group-mark-group): Use gnus-group-position-point instead of the summary one.

13 years agoMention subscribing via the server buffer.
Lars Magne Ingebrigtsen [Fri, 22 Oct 2010 14:53:03 +0000 (16:53 +0200)]
Mention subscribing via the server buffer.

13 years agomml.el (mml-preview): Fix last change.
Katsumi Yamaoka [Fri, 22 Oct 2010 04:29:41 +0000 (04:29 +0000)]
mml.el (mml-preview): Fix last change.

13 years agomml.el (mml-preview): Work properly when editing article.
Katsumi Yamaoka [Fri, 22 Oct 2010 04:13:36 +0000 (04:13 +0000)]
mml.el (mml-preview): Work properly when editing article.

13 years agognus-start.el (gnus-read-active-file-1): Don't add method to gnus-have-read-active...
Katsumi Yamaoka [Fri, 22 Oct 2010 01:36:00 +0000 (01:36 +0000)]
gnus-start.el (gnus-read-active-file-1): Don't add method to gnus-have-read-active-file if it's already been in.

13 years agognus-group.el (gnus-group-unsubscribe-group): Fix args passed to gnus-group-completin...
Tom Tromey [Fri, 22 Oct 2010 01:34:44 +0000 (01:34 +0000)]
gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to gnus-group-completing-read.

13 years agoDon't bind M-; to comment region, to allow the global comment-dwim to work.
Lars Magne Ingebrigtsen [Thu, 21 Oct 2010 19:59:08 +0000 (21:59 +0200)]
Don't bind M-; to comment region, to allow the global comment-dwim to work.

13 years agoregroup entry
Julien Danjou [Thu, 21 Oct 2010 14:04:04 +0000 (16:04 +0200)]
regroup entry

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agomessage: Allow message-default-headers to be a function
Julien Danjou [Thu, 21 Oct 2010 13:12:09 +0000 (15:12 +0200)]
message: Allow message-default-headers to be a function

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agotodo: remove duplicate items
Julien Danjou [Thu, 21 Oct 2010 10:59:18 +0000 (12:59 +0200)]
todo: remove duplicate items

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agotodo: remove done items
Julien Danjou [Thu, 21 Oct 2010 10:02:00 +0000 (12:02 +0200)]
todo: remove done items

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoshr.el (shr-tag-table): Simplify.
Katsumi Yamaoka [Thu, 21 Oct 2010 05:35:39 +0000 (05:35 +0000)]
shr.el (shr-tag-table): Simplify.

13 years agoRemove bogus entry.
Katsumi Yamaoka [Thu, 21 Oct 2010 03:44:54 +0000 (03:44 +0000)]
Remove bogus entry.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Thu, 21 Oct 2010 02:56:50 +0000 (04:56 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoOnly prefetch http images to avoid trying to snarf invalid stuff.
Lars Magne Ingebrigtsen [Thu, 21 Oct 2010 02:53:49 +0000 (04:53 +0200)]
Only prefetch http images to avoid trying to snarf invalid stuff.

13 years ago* gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
Lars Magne Ingebrigtsen [Thu, 21 Oct 2010 02:51:12 +0000 (04:51 +0200)]
* gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.

13 years agognus-sum.el (gnus-summary-edit-article-done): Bind replace-result.
Katsumi Yamaoka [Thu, 21 Oct 2010 02:51:10 +0000 (02:51 +0000)]
gnus-sum.el (gnus-summary-edit-article-done): Bind replace-result.

13 years ago(gnus-message-archive-group): Mark as changed.
Lars Magne Ingebrigtsen [Thu, 21 Oct 2010 02:35:06 +0000 (04:35 +0200)]
(gnus-message-archive-group): Mark as changed.