gnus
13 years ago(shr-ensure-paragraph): Don't insert double line feeds after blank lines.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 22:12:25 +0000 (00:12 +0200)]
(shr-ensure-paragraph): Don't insert double line feeds after blank lines.

13 years ago(shr-tag-p): Collapse subsequent <p>s.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 22:03:20 +0000 (00:03 +0200)]
(shr-tag-p): Collapse subsequent <p>s.

13 years agoTweak <li> rendering.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 21:59:59 +0000 (23:59 +0200)]
Tweak <li> rendering.

13 years ago(shr-insert): Get white space at the beginning/end of elements right.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 21:51:18 +0000 (23:51 +0200)]
(shr-insert): Get white space at the beginning/end of elements right.

13 years ago(shr-tag-li): Make <ul> prettier.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 21:44:06 +0000 (23:44 +0200)]
(shr-tag-li): Make <ul> prettier.

13 years ago(shr-ensure-paragraph): Actually work.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 21:42:26 +0000 (23:42 +0200)]
(shr-ensure-paragraph): Actually work.

13 years ago* shr.el: Add headings.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 21:40:19 +0000 (23:40 +0200)]
* shr.el: Add headings.

13 years agoshr.el: Add headings.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 21:40:07 +0000 (23:40 +0200)]
shr.el: Add headings.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 21:28:53 +0000 (23:28 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 21:28:46 +0000 (23:28 +0200)]
*** empty log message ***

13 years agognus-html-put-image: Use gnus-rescale-image
Julien Danjou [Sun, 3 Oct 2010 14:14:58 +0000 (16:14 +0200)]
gnus-html-put-image: Use gnus-rescale-image

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoAdd resize for large images in mm.
Julien Danjou [Sun, 3 Oct 2010 14:07:48 +0000 (16:07 +0200)]
Add resize for large images in mm.

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoDon't insert newlines on empty tags at the beginning of the buffer.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 13:18:59 +0000 (15:18 +0200)]
Don't insert newlines on empty tags at the beginning of the buffer.

13 years ago(gnus-summary-select-article-buffer): Really select the article buffer again.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 13:04:08 +0000 (15:04 +0200)]
(gnus-summary-select-article-buffer): Really select the article buffer again.

13 years agoImplement indentation in blockquotes.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 13:00:52 +0000 (15:00 +0200)]
Implement indentation in blockquotes.

13 years ago(shr-tag-p): Don't insert newlines at the start of the buffer.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 12:57:16 +0000 (14:57 +0200)]
(shr-tag-p): Don't insert newlines at the start of the buffer.

13 years ago(shr-rescale-image): Use the right image-size variant.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 12:54:13 +0000 (14:54 +0200)]
(shr-rescale-image): Use the right image-size variant.

13 years ago(shr-tag-blockquote): Convert name.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 12:50:29 +0000 (14:50 +0200)]
(shr-tag-blockquote): Convert name.

13 years agoShow both the article and summary buffers again.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 12:45:52 +0000 (14:45 +0200)]
Show both the article and summary buffers again.

13 years agoIf the article buffer isn't shown, then select the current article first instead...
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 12:37:54 +0000 (14:37 +0200)]
If the article buffer isn't shown, then select the current article first instead of bugging out.

13 years agoRename the tag functions a bit, and add some new ones.
Lars Magne Ingebrigtsen [Sun, 3 Oct 2010 12:31:52 +0000 (14:31 +0200)]
Rename the tag functions a bit, and add some new ones.

13 years agoDrop Emacs 21 code; drop Emacs 20 compat cruft.
Glenn Morris [Sun, 3 Oct 2010 03:57:58 +0000 (03:57 +0000)]
Drop Emacs 21 code; drop Emacs 20 compat cruft.

13 years agoMerge change made in Emacs trunk.
Juanma Barranquero [Sun, 3 Oct 2010 00:19:23 +0000 (00:19 +0000)]
Merge change made in Emacs trunk.

shr.el (shr): Fix typo in provide call.
(This was already done in Gnus trunk.)

13 years agoReintroduce multiple completion functions
Julien Danjou [Sat, 2 Oct 2010 19:33:02 +0000 (21:33 +0200)]
Reintroduce multiple completion functions

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoRevert "Replace remove-if-not by gnus-remove-if-not"
Julien Danjou [Sat, 2 Oct 2010 17:53:17 +0000 (19:53 +0200)]
Revert "Replace remove-if-not by gnus-remove-if-not"

This does not work on sequences.

This reverts commit 173afc58a02260a715d5201ed6cbbb7ba6aca57d.

13 years ago(shr-add-font): Use overlays for combining faces.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 16:51:28 +0000 (18:51 +0200)]
(shr-add-font): Use overlays for combining faces.

(shr-insert): Pass upwards the text start point.

13 years ago(shr-add-font): Use overlays for combining faces.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 16:38:03 +0000 (18:38 +0200)]
(shr-add-font): Use overlays for combining faces.

13 years ago(Splitting Mail): Really fix the @ref syntax.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 16:35:09 +0000 (18:35 +0200)]
(Splitting Mail): Really fix the @ref syntax.

13 years agoAdd newlines between pictures and text.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 16:32:32 +0000 (18:32 +0200)]
Add newlines between pictures and text.

13 years agoReplace remove-if-not by gnus-remove-if-not
Julien Danjou [Sat, 2 Oct 2010 15:45:50 +0000 (17:45 +0200)]
Replace remove-if-not by gnus-remove-if-not

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoSwitch to using shr.el for HTML rendering.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 15:36:17 +0000 (17:36 +0200)]
Switch to using shr.el for HTML rendering.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 15:27:32 +0000 (17:27 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoMinimally useful state achieved.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 15:27:16 +0000 (17:27 +0200)]
Minimally useful state achieved.

13 years agognus-gravatar-insert: Adjust character where we should go backward
Julien Danjou [Sat, 2 Oct 2010 15:00:03 +0000 (17:00 +0200)]
gnus-gravatar-insert:  Adjust character where we should go backward

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoIndent to keep width under 80 columns.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 14:57:50 +0000 (16:57 +0200)]
Indent to keep width under 80 columns.

13 years agoContinue implementation.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 14:51:26 +0000 (16:51 +0200)]
Continue implementation.

13 years agoStart implementation.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 14:07:57 +0000 (16:07 +0200)]
Start implementation.

13 years ago* gnus.texi (Splitting Mail): Fix @xref syntax.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 13:10:02 +0000 (15:10 +0200)]
* gnus.texi (Splitting Mail): Fix @xref syntax.

13 years agoAdded shr.el.
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 02:30:30 +0000 (04:30 +0200)]
Added shr.el.

13 years ago* gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
Lars Magne Ingebrigtsen [Sat, 2 Oct 2010 02:20:45 +0000 (04:20 +0200)]
* gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
completing read.

* gnus-html.el (gnus-html-schedule-image-fetching): Be silent.

13 years ago(gnus-check-bogus-newsgroups): Say how many groups we're being queried about.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 22:08:35 +0000 (00:08 +0200)]
(gnus-check-bogus-newsgroups): Say how many groups we're being queried about.

Suggested by Dan Jacobson.

13 years agoDo babyl before mime-parts.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 22:04:26 +0000 (00:04 +0200)]
Do babyl before mime-parts.

Suggested by Jason Eisner.

13 years agoTry to keep the async hash table size reasonable.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 22:01:28 +0000 (00:01 +0200)]
Try to keep the async hash table size reasonable.

* gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
table, too.  Suggested by Stefan Wiens.
(gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
the table unnecessary.  Suggested by Stefan Wiens.

13 years ago(gnus-async-delete-prefetched-entry): Remove from hash table, too.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 21:59:04 +0000 (23:59 +0200)]
(gnus-async-delete-prefetched-entry): Remove from hash table, too.

Suggested by Stefan Wiens.

13 years ago* gnus-sum.el (gnus-summary-clear-local-variables): Removed.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 21:56:02 +0000 (23:56 +0200)]
* gnus-sum.el (gnus-summary-clear-local-variables): Removed.

This is probably no longer needed, and probably doesn't work either,
as pointed out by Stefan Wiens.

13 years agoUse with-current-buffer instead of gnus-eval-in-buffer-window to avoid
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 21:40:29 +0000 (23:40 +0200)]
Use with-current-buffer instead of gnus-eval-in-buffer-window to avoid
popping up frames.

Reported by Stefan Monnier.
(gnus-summary-save-in-rmail): Ditto.

13 years agoChange the `h' command to only show the article buffer.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 21:30:13 +0000 (23:30 +0200)]
Change the `h' command to only show the article buffer.

Which is what its documentation states that is should do, kind of.

13 years ago(nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 21:05:23 +0000 (23:05 +0200)]
(nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.

Suggested by Dan Jacobson.

13 years agojidanni -> Dan Jacobson.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 21:03:19 +0000 (23:03 +0200)]
jidanni -> Dan Jacobson.

13 years ago(mm-content-transfer-encoding-defaults): Try to make the documentation clearer.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 21:01:44 +0000 (23:01 +0200)]
(mm-content-transfer-encoding-defaults): Try to make the documentation clearer.

13 years ago(message-shorten-references): Comment on the number "21".
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 20:22:23 +0000 (22:22 +0200)]
(message-shorten-references): Comment on the number "21".

Suggested by Stefan Monnier.

13 years ago(gnus-summary-scroll-up): Add more documentation.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 20:15:36 +0000 (22:15 +0200)]
(gnus-summary-scroll-up): Add more documentation.

Suggested by jidanni.

13 years ago(gnus-large-newsgroup): Mention gnus-large-ephemeral-newsgroup.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 20:08:15 +0000 (22:08 +0200)]
(gnus-large-newsgroup): Mention gnus-large-ephemeral-newsgroup.

Suggested by jidanni.

13 years agoWhen resending, don't externalize attachments.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 19:53:55 +0000 (21:53 +0200)]
When resending, don't externalize attachments.

Bug reported by Steve Wen.

13 years ago(gnus-continuum-version): Make inactive, since it doesn't really
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 19:41:14 +0000 (21:41 +0200)]
(gnus-continuum-version): Make inactive, since it doesn't really
message anything to the user.

Also check in nnmail stuff I forgot to check in.

13 years agocvs-20081024: mailcap.el (mailcap-mime-extensions): Add .1, .5, .8, .dpatch, .pod
Jari Aalto [Fri, 1 Oct 2010 19:33:18 +0000 (21:33 +0200)]
cvs-20081024: mailcap.el (mailcap-mime-extensions): Add .1, .5, .8, .dpatch, .pod

2008-10-24  Jari Aalto  <jari.aalto@cante.net>

* mailcap.el (mailcap-mime-extensions): Add .1, .5, .8, .dpatch
and .pod

 lisp/mailcap.el |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

13 years ago(Article Hiding): Add google banner example.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 19:32:07 +0000 (21:32 +0200)]
(Article Hiding): Add google banner example.

Suggested by Benjamin Xu.

13 years agoAllow nnmail-split-methods to use the fancy splitting syntax directly.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 19:12:26 +0000 (21:12 +0200)]
Allow nnmail-split-methods to use the fancy splitting syntax directly.

13 years agoDon't error out on empty non-UIDNEXT groups.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 18:55:39 +0000 (20:55 +0200)]
Don't error out on empty non-UIDNEXT groups.

13 years agoReturn the symbol name, not the value from the collection.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 18:20:47 +0000 (20:20 +0200)]
Return the symbol name, not the value from the collection.

13 years agoImplement nnimap-request-newgroups.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 17:29:37 +0000 (19:29 +0200)]
Implement nnimap-request-newgroups.

13 years agoIgnore groups that have no UIDNEXT values.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 16:50:02 +0000 (18:50 +0200)]
Ignore groups that have no UIDNEXT values.

This sometimes happens on some groups that have no info.

13 years agoFix and extend header docs. Move the nnregistry feature check.
Ted Zlatanov [Fri, 1 Oct 2010 16:34:46 +0000 (11:34 -0500)]
Fix and extend header docs.  Move the nnregistry feature check.

* gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
check into `gnus-registry-initialize'.
(gnus-registry-initialize): Ditto.
Fix and extend header docs.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 13:07:58 +0000 (15:07 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years ago(gnus-html-prefetch-images): Adjust regexp to avoid regexp backtrace overflows.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 13:07:48 +0000 (15:07 +0200)]
(gnus-html-prefetch-images): Adjust regexp to avoid regexp backtrace overflows.

13 years agoFix previous commit.
Katsumi Yamaoka [Fri, 1 Oct 2010 12:48:46 +0000 (12:48 +0000)]
Fix previous commit.

13 years agoFix previous commit.
Katsumi Yamaoka [Fri, 1 Oct 2010 12:46:15 +0000 (12:46 +0000)]
Fix previous commit.

13 years agoGive up on using gnutls-cli for starttls.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 12:08:30 +0000 (14:08 +0200)]
Give up on using gnutls-cli for starttls.

13 years agobranch master updated: =1= gnus-util.el (gnus-completing-read-function): Exclude...
Katsumi Yamaoka [Fri, 1 Oct 2010 06:54:32 +0000 (08:54 +0200)]
branch master updated: =1= gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read and gnus-ido-completing-read from candidates for XEmacs. Silence the byte compiler.

       via  bdad599288698c959b3829981357eb9c7a14a434 (commit)
      from  15fab50deca9f951cc04e658c20a503aba6cc8c3 (commit)

- Log -----------------------------------------------------------------
commit bdad599288698c959b3829981357eb9c7a14a434
Author: Katsumi Yamaoka <yamaoka@jpl.org>
Date:   Fri Oct 1 06:54:21 2010 +0000

    gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read and gnus-ido-completing-read from candidates for XEmacs.
    Silence the byte compiler.

13 years agoFlorian Ragwitz' stuff removed because of missing paperwork.
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 09:38:41 +0000 (11:38 +0200)]
Florian Ragwitz' stuff removed because of missing paperwork.

13 years agoIntroduce gnus-completing-read
Florian Ragwitz [Fri, 1 Oct 2010 01:01:24 +0000 (03:01 +0200)]
Introduce gnus-completing-read

--=-=-=
Content-Type: text/plain

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Florian Ragwitz <rafl@debian.org> writes:
>
>> If I made such a patch, which I'll be happy to do, will you be allowed
>> to apply it?
>
> Yes.  :-)

Here it is.

From 4f911174b2956ee532502a6139cb0d450a3564ef Mon Sep 17 00:00:00 2001
From: Florian Ragwitz <rafl@debian.org>
Date: Fri, 1 Oct 2010 02:48:42 +0200
Subject: [PATCH] Revert changes by Florian Ragwitz

He didn't do the required paperwork.

This reverts the commits 7dc2bb6839a47d8054c732b607e8affca0e9fc68,

  "Decode URL entities to avoid broken links"

fc8a05bb16b15558e896c1723684aa5e0b8d06c9,

  "(sieve-manage-default-stream): Make default stream customizable."

defbfad6913b5077f97df1382534d5b48edbd5b8,

  "Add requires and fix history for iswitchb"

and 29395112826e19380dccb5270c7b5f3b471ecaa9.

  "Make completing-read function configurable"

Conflicts:

lisp/ChangeLog

13 years agoRevert "gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read...
Lars Magne Ingebrigtsen [Fri, 1 Oct 2010 09:35:48 +0000 (11:35 +0200)]
Revert "gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read and gnus-ido-completing-read from candidates for XEmacs."

This reverts commit bdad599288698c959b3829981357eb9c7a14a434.

13 years agognus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read and gnus...
Katsumi Yamaoka [Fri, 1 Oct 2010 06:54:21 +0000 (06:54 +0000)]
gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read and gnus-ido-completing-read from candidates for XEmacs.
Silence the byte compiler.

13 years agoFix previous commit.
Katsumi Yamaoka [Fri, 1 Oct 2010 05:47:50 +0000 (05:47 +0000)]
Fix previous commit.

13 years agogravatar.el (gravatar-create-image): New function.
Katsumi Yamaoka [Fri, 1 Oct 2010 05:46:15 +0000 (05:46 +0000)]
gravatar.el (gravatar-create-image): New function.

13 years agoAdd missing periods.
Katsumi Yamaoka [Fri, 1 Oct 2010 00:36:58 +0000 (00:36 +0000)]
Add missing periods.

13 years agoRemove nnimap-split-rule from examples.
Ted Zlatanov [Thu, 30 Sep 2010 22:13:19 +0000 (17:13 -0500)]
Remove nnimap-split-rule from examples.

* gnus.texi (Spam Package Configuration Examples, SpamOracle): Remove
nnimap-split-rule from examples.

13 years agoDon't follow nnmairix references. Install the nnregistry refer method.
Ted Zlatanov [Thu, 30 Sep 2010 22:12:36 +0000 (17:12 -0500)]
Don't follow nnmairix references.  Install the nnregistry refer method.

* gnus-registry.el (gnus-registry-install-nnregistry): New function to
install the nnregistry refer method.
(gnus-registry-install-hooks): Use it.
(gnus-registry-unfollowed-groups): Add nnmairix to the default
unfollowed groups.

13 years ago(gnus-summary-show-thread): Skip past invisible text when expanding threads.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 21:55:34 +0000 (23:55 +0200)]
(gnus-summary-show-thread): Skip past invisible text when expanding threads.

From Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)

13 years agoNote the debbugs number.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 21:47:52 +0000 (23:47 +0200)]
Note the debbugs number.

13 years ago* nnir.el: Use the server names without suffixes.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 21:47:02 +0000 (23:47 +0200)]
* nnir.el: Use the server names without suffixes.

13 years agoReinstate the auto-upgrade from unencrypted to STARTTLS, if possible.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 21:24:40 +0000 (23:24 +0200)]
Reinstate the auto-upgrade from unencrypted to STARTTLS, if possible.

13 years agoStrip Injection-* headers before superseding.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 21:14:36 +0000 (23:14 +0200)]
Strip Injection-* headers before superseding.

Teemu Likonen  <tlikonen@iki.fi>

13 years ago(nnrss-use-local): Add documentation.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 21:08:24 +0000 (23:08 +0200)]
(nnrss-use-local): Add documentation.

13 years agoAccept the moronic openssl s_client -starttls output, too.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 20:54:35 +0000 (22:54 +0200)]
Accept the moronic openssl s_client -starttls output, too.

13 years agoUse tls.el exclusively, and not starttls.el at all.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 20:33:35 +0000 (22:33 +0200)]
Use tls.el exclusively, and not starttls.el at all.

13 years agonetrc.el: Return the value of the "default" entry.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 20:07:11 +0000 (22:07 +0200)]
netrc.el: Return the value of the "default" entry.

13 years agoAdd nnimap-split-fancy.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 19:45:47 +0000 (21:45 +0200)]
Add nnimap-split-fancy.

13 years ago(nnimap-find-article-by-message-id): Really return the article number.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 18:58:28 +0000 (20:58 +0200)]
(nnimap-find-article-by-message-id): Really return the article number.

13 years agoRemove extra quote.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 18:50:17 +0000 (20:50 +0200)]
Remove extra quote.

13 years agoDocument nntp-server-list-active-group.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 18:13:35 +0000 (20:13 +0200)]
Document nntp-server-list-active-group.

Suggested by Barry Fishman.

13 years agoUse EXAMINE instead of SELECT to get the message-id.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 16:42:26 +0000 (18:42 +0200)]
Use EXAMINE instead of SELECT to get the message-id.

13 years agoRemove webmail.el support, which no longer seems relevant.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 16:31:39 +0000 (18:31 +0200)]
Remove webmail.el support, which no longer seems relevant.

13 years agoFix up the nnregistry entry.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 16:24:02 +0000 (18:24 +0200)]
Fix up the nnregistry entry.

13 years agoFix up make-obsolete-variable declarations throughout.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 16:22:16 +0000 (18:22 +0200)]
Fix up make-obsolete-variable declarations throughout.

13 years agoGet the Message-ID without the \r.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 16:17:47 +0000 (18:17 +0200)]
Get the Message-ID without the \r.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 11:25:30 +0000 (13:25 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoRemove references to deleted files.
Lars Magne Ingebrigtsen [Thu, 30 Sep 2010 11:25:18 +0000 (13:25 +0200)]
Remove references to deleted files.

13 years agognus-agent-add-group: fix call to gnus-completing-read
Julien Danjou [Thu, 30 Sep 2010 09:56:33 +0000 (11:56 +0200)]
gnus-agent-add-group: fix call to gnus-completing-read

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agonnmail.el (group, group-art-list, group-art): Remove unneeded directives.
Stefan Monnier [Thu, 30 Sep 2010 08:32:51 +0000 (08:32 +0000)]
nnmail.el (group, group-art-list, group-art): Remove unneeded directives.