gnus
13 years agoStore HIGHESTMODSEQ as a string, since it may be too large for 32-bit Emacsen.
Lars Magne Ingebrigtsen [Tue, 15 Mar 2011 16:58:49 +0000 (17:58 +0100)]
Store HIGHESTMODSEQ as a string, since it may be too large for 32-bit Emacsen.

13 years ago(nnimap-parse-flags): Simplify the last change.
Lars Magne Ingebrigtsen [Tue, 15 Mar 2011 16:57:10 +0000 (17:57 +0100)]
(nnimap-parse-flags): Simplify the last change.

13 years agoRemove all MODSEQ entries before parsing to avoid integer overflows.
Lars Magne Ingebrigtsen [Tue, 15 Mar 2011 16:52:42 +0000 (17:52 +0100)]
Remove all MODSEQ entries before parsing to avoid integer overflows.

13 years ago* gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
Nelson Ferreira [Tue, 15 Mar 2011 16:31:01 +0000 (17:31 +0100)]
* gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
XEmacs, which was one character too wide.

13 years ago* gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
Antoine Levitt [Tue, 15 Mar 2011 16:23:19 +0000 (17:23 +0100)]
* gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
default number of articles to display.
(gnus-articles-to-read): Use pretty names for prompt.

13 years ago* message.texi (Insertion Variables): Document message-cite-style.
Antoine Levitt [Tue, 15 Mar 2011 16:15:49 +0000 (17:15 +0100)]
* message.texi (Insertion Variables): Document message-cite-style.

13 years agoGive a backtrace if debug-on-quit is set and the user hits `C-g'.
Lars Magne Ingebrigtsen [Tue, 15 Mar 2011 15:52:31 +0000 (16:52 +0100)]
Give a backtrace if debug-on-quit is set and the user hits `C-g'.

13 years ago* message.el (message-yank-original): Use cond instead of CL case.
Ted Zlatanov [Tue, 15 Mar 2011 09:33:42 +0000 (04:33 -0500)]
* message.el (message-yank-original): Use cond instead of CL case.

13 years agolpath.el: Fbind read-char-choice for XEmacs.
Katsumi Yamaoka [Mon, 14 Mar 2011 12:20:17 +0000 (12:20 +0000)]
lpath.el: Fbind read-char-choice for XEmacs.

13 years agoShow the default in the prompt when prompting for token creation.
Ted Zlatanov [Sun, 13 Mar 2011 14:00:37 +0000 (09:00 -0500)]
Show the default in the prompt when prompting for token creation.

* auth-source.el (auth-source-netrc-create): Show the default in the
prompt when prompting for token creation.

13 years agoUpdate docs to explain that the :save-function will only run the first time.
Ted Zlatanov [Sat, 12 Mar 2011 19:03:55 +0000 (13:03 -0600)]
Update docs to explain that the :save-function will only run the first time.

* auth.texi (Help for developers): Update docs to explain that the
:save-function will only run the first time.

13 years agoFix default prompt and repeated saver query bugs.
Ted Zlatanov [Sat, 12 Mar 2011 18:07:47 +0000 (12:07 -0600)]
Fix default prompt and repeated saver query bugs.

* auth-source.el (auth-source-format-prompt): Always convert the value
to a string to avoid evaluating non-string arguments.
(auth-source-netrc-create): Offer default properly, not as initial
content in `read-string'.
(auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
of line to determine if we've been run before.  If so, don't run again,
but print a trivial message to indicate the cache was hit instead.

13 years agoAdjust documentation and remove automatic read in hopes for Cloudy Gnus.
Ted Zlatanov [Fri, 11 Mar 2011 19:39:30 +0000 (13:39 -0600)]
Adjust documentation and remove automatic read in hopes for Cloudy Gnus.

* gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't
install `gnus-sync-read' to any hooks by default.  It's buggy.  The
user will have to run `gnus-sync-read' manually and wait for Cloudy
Gnus.

13 years agomm-uu: enhance diff extraction support
Julien Danjou [Fri, 11 Mar 2011 11:23:26 +0000 (12:23 +0100)]
mm-uu: enhance diff extraction support

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoDon't use the dropdown-list library.
Ted Zlatanov [Wed, 9 Mar 2011 21:01:36 +0000 (15:01 -0600)]
Don't use the dropdown-list library.

* auth-source.el (auth-source-read-char-choice): Remove `dropdown-list'.

13 years agoAdd `auth-source-pick-first-password'.
Ted Zlatanov [Wed, 9 Mar 2011 17:36:28 +0000 (11:36 -0600)]
Add `auth-source-pick-first-password'.

* auth-source.el (auth-source-pick-first-password): New convenience
function.

13 years agoauth.texi (Help for developers): Untabify.
Katsumi Yamaoka [Wed, 9 Mar 2011 14:37:59 +0000 (14:37 +0000)]
auth.texi (Help for developers): Untabify.

13 years agoUse `eval-when-compile' to load `dropdown-list'
Ted Zlatanov [Wed, 9 Mar 2011 11:16:46 +0000 (05:16 -0600)]
Use `eval-when-compile' to load `dropdown-list'

* auth-source.el: Use `eval-when-compile' to load `dropdown-list'.

13 years agoUse `auth-source-read-char-choice' instead of `read-char'.
Ted Zlatanov [Wed, 9 Mar 2011 11:01:17 +0000 (05:01 -0600)]
Use `auth-source-read-char-choice' instead of `read-char'.

* auth-source.el (auth-source-read-char-choice): New function to read a
character choice using `dropdown-list', `read-char-choice', or
`read-char'.  It appends "[a/b/c] " to the prompt if the choices were
'(?a ?b ?c).  The `dropdown-list' support is disabled for now.
(auth-source-netrc-saver): Use it.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Wed, 9 Mar 2011 03:49:00 +0000 (21:49 -0600)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoImprove default auth-source creation prompts as suggested in bug #8050.
Ted Zlatanov [Tue, 8 Mar 2011 21:56:36 +0000 (15:56 -0600)]
Improve default auth-source creation prompts as suggested in bug #8050.

* auth-source.el (auth-source-netrc-create): Set up clearer default
prompts for user, host, port, and secret.

13 years agoAdd full usage example.
Ted Zlatanov [Tue, 8 Mar 2011 20:45:12 +0000 (14:45 -0600)]
Add full usage example.

* auth.texi (Help for developers): Show example of using
`auth-source-search' with prompts and :save-function.

13 years agoAdd IMAP-specific user and password prompt.
Ted Zlatanov [Tue, 8 Mar 2011 19:44:08 +0000 (13:44 -0600)]
Add IMAP-specific user and password prompt.

* nnimap.el (nnimap-credentials): Add IMAP-specific user and password prompt.

13 years agoBring in :require and :save-function support.
Ted Zlatanov [Tue, 8 Mar 2011 18:22:28 +0000 (12:22 -0600)]
Bring in :require and :save-function support.

* auth-source.el (auth-source-search): Add :require parameter, taking a
list.  Document it and the :save-function return token.  Pass :require
down.  Change the CREATED message from a warning to a debug statement.
(auth-source-search-backends): Pass :require down.
(auth-source-netrc-search): Pass :require down.
(auth-source-netrc-parse): Use :require, if it's given, as a filter.
Change save prompt to indicate all modifications saved here are
deletions.
(auth-source-netrc-create): Take user login name as default in user
prompt.  Move all the save functionality to a lexically bound function
under the :save-function token in the returned list.
(auth-source-netrc-saver): New function, intended to be wrapped for
:save-function.

* nnimap.el (nnimap-credentials): Keep the :save-function as the third
parameter in the credentials.
(nnimap-open-connection-1): Use it after a successful login.

13 years agoChange the defaults for the table lines to be spaces instead.
Lars Magne Ingebrigtsen [Mon, 7 Mar 2011 16:35:46 +0000 (17:35 +0100)]
Change the defaults for the table lines to be spaces instead.

13 years agoResolve conflicts.
Lars Magne Ingebrigtsen [Mon, 7 Mar 2011 16:36:22 +0000 (17:36 +0100)]
Resolve conflicts.

13 years agoAllow putting foreign groups onto the list of killed groups, too.
Lars Magne Ingebrigtsen [Sat, 5 Mar 2011 12:20:20 +0000 (13:20 +0100)]
Allow putting foreign groups onto the list of killed groups, too.

This makes killed nnimap groups, for instance, more reliably not
reappear.

13 years ago(nnimap-request-thread): Don't bug out when we can't find the parent.
Lars Magne Ingebrigtsen [Sat, 5 Mar 2011 11:24:08 +0000 (12:24 +0100)]
(nnimap-request-thread): Don't bug out when we can't find the parent.

13 years agosieve-manage: return empty string if no user/password
Julien Danjou [Mon, 7 Mar 2011 15:41:26 +0000 (16:41 +0100)]
sieve-manage: return empty string if no user/password

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agomessage.texi: update default value of message-generate-new-buffers
Julien Danjou [Mon, 7 Mar 2011 14:41:49 +0000 (15:41 +0100)]
message.texi: update default value of message-generate-new-buffers

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agosieve-manage: create auth-info if needed
Julien Danjou [Mon, 7 Mar 2011 14:31:38 +0000 (15:31 +0100)]
sieve-manage: create auth-info if needed

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Sun, 6 Mar 2011 11:00:38 +0000 (05:00 -0600)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoFix typo.
Juanma Barranquero [Sun, 6 Mar 2011 10:19:48 +0000 (10:19 +0000)]
Fix typo.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Sun, 6 Mar 2011 01:00:40 +0000 (19:00 -0600)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agognus-uu.el (gnus-uu-decode-save): Typo fix.
Katsumi Yamaoka [Sun, 6 Mar 2011 00:09:26 +0000 (00:09 +0000)]
gnus-uu.el (gnus-uu-decode-save): Typo fix.

13 years agoMerge branches 'master' and 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Sun, 6 Mar 2011 00:00:32 +0000 (18:00 -0600)]
Merge branches 'master' and 'master' of https://git.gnus.org/gnus

13 years agognus.el (gnus-interactive): Use read-directory-name.
Antoine Levitt [Sat, 5 Mar 2011 23:17:54 +0000 (23:17 +0000)]
gnus.el (gnus-interactive): Use read-directory-name.
gnus-uu.el (gnus-uu-decode-uu-and-save)
 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save): Likewise.
gnus-group.el (gnus-group-make-directory-group): Likewise.

13 years ago* gnus-sum.el (gnus-update-read-articles): Fix typo.
Lars Magne Ingebrigtsen [Sat, 5 Mar 2011 10:46:54 +0000 (11:46 +0100)]
* gnus-sum.el (gnus-update-read-articles): Fix typo.

13 years agoDefault to not propagating marks to all backends except nnimap.
Lars Magne Ingebrigtsen [Sat, 5 Mar 2011 10:34:32 +0000 (11:34 +0100)]
Default to not propagating marks to all backends except nnimap.

13 years agoUse the new citation styles.
Antoine Levitt [Sat, 5 Mar 2011 10:10:30 +0000 (11:10 +0100)]
Use the new citation styles.

* message.el (message-cite-reply-position, message-cite-style): New
variables.

13 years agoMake message-options buffer-local only under GNU Emacs.
Daiki Ueno [Fri, 4 Mar 2011 20:47:40 +0000 (05:47 +0900)]
Make message-options buffer-local only under GNU Emacs.

13 years agoRevert e39a27f6, which does not really fix the problem.
Daiki Ueno [Fri, 4 Mar 2011 12:08:32 +0000 (21:08 +0900)]
Revert e39a27f6, which does not really fix the problem.

13 years agoRevert 22da67af.
Daiki Ueno [Fri, 4 Mar 2011 10:28:34 +0000 (19:28 +0900)]
Revert 22da67af.

* message.el (message-options): Revert 22da67af (workaround for
XEmacs buffer-local issue).

13 years agoBind message-options when composing MIME messages.
Daiki Ueno [Fri, 4 Mar 2011 01:24:03 +0000 (10:24 +0900)]
Bind message-options when composing MIME messages.

* mml.el (mml-generate-mime): Bind `message-options', which is now
buffer-local, around `mm-with-multibyte-buffer'.

13 years agoWork around numbers too big to be read.
Tassilo Horn [Thu, 3 Mar 2011 08:01:31 +0000 (09:01 +0100)]
Work around numbers too big to be read.

13 years agoAutoload `password-in-cache-p'.
Ted Zlatanov [Wed, 2 Mar 2011 20:32:40 +0000 (14:32 -0600)]
Autoload `password-in-cache-p'.

* password-cache.el (password-in-cache-p): Add autoload.

13 years agoTry to fix XEmacs message-options buffer-local issue.
Ted Zlatanov [Wed, 2 Mar 2011 20:32:02 +0000 (14:32 -0600)]
Try to fix XEmacs message-options buffer-local issue.

* message.el (message-options): Make buffer-local two ways to attempt
to fix a XEmacs bug.

13 years agoAdjust icon to gnus-icon.png and fix last ChangeLog entry to correct name.
Ted Zlatanov [Wed, 2 Mar 2011 11:01:00 +0000 (05:01 -0600)]
Adjust icon to gnus-icon.png and fix last ChangeLog entry to correct name.

* git.gnus.org/index.html: Adjust icon to gnus-icon.png.

13 years agoAdd favicon and change last ChangeLog entry to say we added a logo.
Adam Sjøgren [Wed, 2 Mar 2011 10:55:28 +0000 (04:55 -0600)]
Add favicon and change last ChangeLog entry to say we added a logo.

* git.gnus.org/gnus-cgit.png: Add icon.

13 years agognus-art: fix buffer live check
Julien Danjou [Wed, 2 Mar 2011 09:15:24 +0000 (10:15 +0100)]
gnus-art: fix buffer live check

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-art: allow to specify list-identifier as agroup-parameter
Julien Danjou [Tue, 1 Mar 2011 11:22:45 +0000 (12:22 +0100)]
gnus-art: allow to specify list-identifier as agroup-parameter

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoFix author of last pushed commit.
Adam Sjøgren [Tue, 1 Mar 2011 10:28:41 +0000 (04:28 -0600)]
Fix author of last pushed commit.

* git.gnus.org/gnus-cgit.png: Add icon.
* git.gnus.org/index.html: Use it.  Add information about the
gnus-html.git repository.

13 years agoMention the gnus-html.git repository.
Ted Zlatanov [Tue, 1 Mar 2011 10:22:29 +0000 (04:22 -0600)]
Mention the gnus-html.git repository.

* git.gnus.org/index.html: Add information about the gnus-html.git
repository.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Tue, 1 Mar 2011 10:16:23 +0000 (04:16 -0600)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoAdd PNG favicon.
Ted Zlatanov [Tue, 1 Mar 2011 10:15:33 +0000 (04:15 -0600)]
Add PNG favicon.

* git.gnus.org/gnus-cgit.png: Add icon.
* git.gnus.org/index.html: Use it.

13 years agoFix gravatar insertion in dead article buffers
Julien Danjou [Fri, 25 Feb 2011 15:48:27 +0000 (16:48 +0100)]
Fix gravatar insertion in dead article buffers

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agosieve-manage: add binding to kill the buffer
Julien Danjou [Mon, 28 Feb 2011 20:06:10 +0000 (21:06 +0100)]
sieve-manage: add binding to kill the buffer

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoEnhance mode declaration
Julien Danjou [Mon, 28 Feb 2011 20:03:48 +0000 (21:03 +0100)]
Enhance mode declaration

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agosieve: fix keymap declaration
Julien Danjou [Mon, 28 Feb 2011 20:01:42 +0000 (21:01 +0100)]
sieve: fix keymap declaration

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agosieve: use substitute-command-keys in various places
Julien Danjou [Mon, 28 Feb 2011 19:53:55 +0000 (20:53 +0100)]
sieve: use substitute-command-keys in various places

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agosieve: fix script name when uploading
Julien Danjou [Mon, 28 Feb 2011 16:47:44 +0000 (17:47 +0100)]
sieve: fix script name when uploading

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoFix spelling of "precede".
Glenn Morris [Mon, 28 Feb 2011 12:46:44 +0000 (12:46 +0000)]
Fix spelling of "precede".

13 years ago(gnus-import-other-newsrc-file): New function.
Lars Magne Ingebrigtsen [Sun, 27 Feb 2011 04:24:05 +0000 (05:24 +0100)]
(gnus-import-other-newsrc-file): New function.

13 years agoCache empty auth-source-search result sets.
Ted Zlatanov [Fri, 25 Feb 2011 21:29:23 +0000 (15:29 -0600)]
Cache empty auth-source-search result sets.

* password-cache.el (password-in-cache-p): Convenience function to
check if a key is in the cache, even if the value is nil.

* auth-source.el (auth-source-search): Cache empty result sets.

13 years agoRefine the save behavior with `auth-source-save-behavior'.
Ted Zlatanov [Fri, 25 Feb 2011 11:47:32 +0000 (05:47 -0600)]
Refine the save behavior with `auth-source-save-behavior'.

* auth-source.el (auth-source-save-behavior): New variable to replace
`auth-source-never-create'.
(auth-source-netrc-create): Use it.
(auth-source-never-save): Remove.

13 years agoFix the e-mail message to use "git describe" and the commits.
Ted Zlatanov [Fri, 25 Feb 2011 10:56:42 +0000 (04:56 -0600)]
Fix the e-mail message to use "git describe" and the commits.

* post-receive: Always show the commit messages and the "git describe"
output.

13 years agoReverse the order of the ports to that the prompted-for port is first.
Lars Magne Ingebrigtsen [Fri, 25 Feb 2011 04:47:33 +0000 (20:47 -0800)]
Reverse the order of the ports to that the prompted-for port is first.

13 years ago* nnimap.el (nnimap-stream): Doc fix.
Lars Magne Ingebrigtsen [Fri, 25 Feb 2011 03:52:27 +0000 (19:52 -0800)]
* nnimap.el (nnimap-stream): Doc fix.

13 years ago(gnus-get-unread-articles): Don't clobber the async retrieval by the no-group selection.
Lars Magne Ingebrigtsen [Fri, 25 Feb 2011 03:30:41 +0000 (19:30 -0800)]
(gnus-get-unread-articles): Don't clobber the async retrieval by the no-group selection.

13 years ago(gnus-demon-init): run-with-timer should be called with numerical parameters.
Lars Magne Ingebrigtsen [Fri, 25 Feb 2011 03:20:41 +0000 (19:20 -0800)]
(gnus-demon-init): run-with-timer should be called with numerical parameters.

13 years agoResolve.
Lars Magne Ingebrigtsen [Fri, 25 Feb 2011 03:22:16 +0000 (19:22 -0800)]
Resolve.

13 years agoFix help mode excursion.
Ted Zlatanov [Thu, 24 Feb 2011 21:51:10 +0000 (15:51 -0600)]
Fix help mode excursion.

* auth-source.el (auth-source-netrc-create): Fix help mode excursion.

13 years agoImprove save prompts and allow option to never save.
Ted Zlatanov [Thu, 24 Feb 2011 16:26:29 +0000 (10:26 -0600)]
Improve save prompts and allow option to never save.

* auth-source.el (auth-source-never-save): Add customizable option to
never save info.
(auth-source-netrc-create): Use it and improve save prompts.

13 years agoResolved ChangeLog merge.
Ted Zlatanov [Thu, 24 Feb 2011 13:05:36 +0000 (07:05 -0600)]
Resolved ChangeLog merge.

13 years agoFixes to improve auth-source prompting and don't default user name to anything.
Ted Zlatanov [Thu, 24 Feb 2011 13:01:53 +0000 (07:01 -0600)]
Fixes to improve auth-source prompting and don't default user name to anything.

* auth-source.el (auth-source-creation-prompts): New variable to manage
creation-time prompts.
(auth-source-search): Document it.
(auth-source-format-prompt): Add utility function.
(auth-source-netrc-create): Don't default the user name to
user-login-name.  Use `auth-source-creation-prompts' and some default
prompts for user, host, port, and password (the default generic prompt
remains ugly).

13 years agoauth-source.el (auth-source-netrc-create): Use `read-char' with no argument that...
Katsumi Yamaoka [Thu, 24 Feb 2011 06:32:08 +0000 (06:32 +0000)]
auth-source.el (auth-source-netrc-create): Use `read-char' with no argument that XEmacs doesn't support.
dgnushack.el (dgnushack-compile): Exclude color.el from being compiled for Emacsen having no `libxml-parse-html-region' support.
gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
lpath.el: Bind buffer-save-without-query for XEmacs.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Wed, 23 Feb 2011 15:10:09 +0000 (09:10 -0600)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoFix up the creation defaults.
Ted Zlatanov [Wed, 23 Feb 2011 15:04:58 +0000 (09:04 -0600)]
Fix up the creation defaults.

* auth-source.el (auth-source-netrc-create): Use the default passed
from above (given-default) or the built-in (user-login-name for
:user).

13 years agognus-art: fix combined-lapsed with invalide date
Julien Danjou [Wed, 23 Feb 2011 15:03:14 +0000 (16:03 +0100)]
gnus-art: fix combined-lapsed with invalide date

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoFix multiple parameter print bug.
Ted Zlatanov [Wed, 23 Feb 2011 14:46:32 +0000 (08:46 -0600)]
Fix multiple parameter print bug.

* auth-source.el (auth-source-netrc-element-or-first): New function to
DTRT for parameter extraction.
(auth-source-netrc-create): Use it and fix multiple parameter print bug.

13 years agoUse read-char instead of read-char-choice.
Teodor Zlatanov [Wed, 23 Feb 2011 14:26:19 +0000 (08:26 -0600)]
Use read-char instead of read-char-choice.

* auth-source.el (auth-source-netrc-create): Use `read-char' instead of
`read-char-choice' for backwards compatibility.

13 years agognus.texi: Standardize some Emacs/XEmacs terminology.
Glenn Morris [Wed, 23 Feb 2011 13:24:52 +0000 (13:24 +0000)]
gnus.texi: Standardize some Emacs/XEmacs terminology.

13 years agoSet buffer-save-without-query, since we always want to save the dribble file, probably.
Lars Ingebrigtsen [Wed, 23 Feb 2011 09:32:21 +0000 (01:32 -0800)]
Set buffer-save-without-query, since we always want to save the dribble file, probably.

13 years agoIndent.
Lars Ingebrigtsen [Wed, 23 Feb 2011 09:01:53 +0000 (01:01 -0800)]
Indent.

13 years ago(nnmail-article-group): Allow a final "" split to work on nnimap.
Lars Ingebrigtsen [Wed, 23 Feb 2011 08:31:08 +0000 (00:31 -0800)]
(nnmail-article-group): Allow a final "" split to work on nnimap.

13 years agoFinish the renaming started in the last checkin.
Lars Ingebrigtsen [Wed, 23 Feb 2011 08:21:20 +0000 (00:21 -0800)]
Finish the renaming started in the last checkin.

13 years ago(gnus-user-date-format-alist): Renamed back again from -summary- since it's a user...
Lars Ingebrigtsen [Wed, 23 Feb 2011 08:18:07 +0000 (00:18 -0800)]
(gnus-user-date-format-alist): Renamed back again from -summary- since it's a user-visible variable.

13 years agoDon't do QRESYNC the first time you use the new Gnus.
Lars Ingebrigtsen [Wed, 23 Feb 2011 08:15:47 +0000 (00:15 -0800)]
Don't do QRESYNC the first time you use the new Gnus.

13 years ago(gnus-setup-message): Define missing variable from last checkin.
Lars Ingebrigtsen [Wed, 23 Feb 2011 08:04:19 +0000 (00:04 -0800)]
(gnus-setup-message): Define missing variable from last checkin.

13 years agoRework auth-source prompts.
Ted Zlatanov [Tue, 22 Feb 2011 21:35:28 +0000 (15:35 -0600)]
Rework auth-source prompts.

* auth-source.el: (auth-source-search-backends): Fix bug.
(auth-source-netrc-create): Rework prompts.

13 years agonetrc caching and better searching.
Ted Zlatanov [Tue, 22 Feb 2011 20:51:39 +0000 (14:51 -0600)]
netrc caching and better searching.

* auth-source.el: Don't load netrc.el.
(auth-source-debug): Add 'trivia option for extra output.
(auth-source-do-trivia): Use it.
(auth-source-search): Simplify logic to use
`auth-source-search-backends'.  Use `auth-source-do-trivia' where
appropriate.  Don't keep a running count at this level.  Layer :create
and :delete options appropriately on the first and second passes.
Don't track the backend with the search results.
(auth-source-search-backends): New function to search a list of
backends for a processed spec.
(auth-source-netrc-parse): Cache all netrc files, making
auth-source-netrc-cache an alist keyed by the file name and using the
file mtime as the caching criterion.  Keep the obfuscated data secret
with a lexical bind.
(auth-source-netrc-search): Don't calculate the length of the results
unnecessarily.

13 years ago* auth-source.el (auth-sources): Search ~/.netrc as well by default.
Ted Zlatanov [Tue, 22 Feb 2011 18:23:05 +0000 (12:23 -0600)]
* auth-source.el (auth-sources): Search ~/.netrc as well by default.

13 years agoUpdate docs to mention ~/.netrc is used now.
Ted Zlatanov [Tue, 22 Feb 2011 18:21:59 +0000 (12:21 -0600)]
Update docs to mention ~/.netrc is used now.

* auth.texi (Help for users): Mention ~/.netrc is also searched by
default now.

13 years ago* nnir.el: Lower case imap search terms. Cache and reuse imap search terms.
Andrew Cohen [Tue, 22 Feb 2011 17:34:22 +0000 (12:34 -0500)]
* nnir.el: Lower case imap search terms. Cache and reuse imap search terms.

13 years agoDone, I think.
Lars Ingebrigtsen [Tue, 22 Feb 2011 03:18:03 +0000 (19:18 -0800)]
Done, I think.

13 years agonnweb does allow fetching by message-id.
Lars Ingebrigtsen [Tue, 22 Feb 2011 03:17:46 +0000 (19:17 -0800)]
nnweb does allow fetching by message-id.

13 years agoThe current method is used when cancelling articles.
Lars Ingebrigtsen [Tue, 22 Feb 2011 03:16:34 +0000 (19:16 -0800)]
The current method is used when cancelling articles.

13 years agoYou can select empty groups by `C-u'-ing a bit harder.
Lars Ingebrigtsen [Tue, 22 Feb 2011 03:16:11 +0000 (19:16 -0800)]
You can select empty groups by `C-u'-ing a bit harder.

13 years agoDejaNews doesn't exist.
Lars Ingebrigtsen [Tue, 22 Feb 2011 03:15:49 +0000 (19:15 -0800)]
DejaNews doesn't exist.

13 years agoThe stack of process marks would be high. And if you want this, you
Lars Ingebrigtsen [Tue, 22 Feb 2011 03:15:06 +0000 (19:15 -0800)]
The stack of process marks would be high.  And if you want this, you
can just push stuff manually.