gnus
12 years agoBind `gnutls-available-p' to `ignore' on XEmacs to avoid compiler warnings.
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 11:59:05 +0000 (13:59 +0200)]
Bind `gnutls-available-p' to `ignore' on XEmacs to avoid compiler warnings.

12 years agoUgly hack to wrap the `find-file-hook' things in `symbol-value' to avoid compilation...
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 11:42:53 +0000 (13:42 +0200)]
Ugly hack to wrap the `find-file-hook' things in `symbol-value' to avoid compilation warnings on all architectures.

12 years ago(with-auth-source-epa-overrides): Fix compilation error with `find-file-hooks' on...
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 11:30:30 +0000 (13:30 +0200)]
(with-auth-source-epa-overrides): Fix compilation error with `find-file-hooks' on Emacs 22.

12 years agoRequire spam-stat in a normal fashion without binding `spam-stat-install-hooks' to...
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 11:23:45 +0000 (13:23 +0200)]
Require spam-stat in a normal fashion without binding `spam-stat-install-hooks' to avoid compilation warnings.

12 years agoNew command `gnus-summary-reply-to-list-with-original'.
Lars Magne Ingebrigtsen [Sun, 26 Jun 2011 10:03:35 +0000 (12:03 +0200)]
New command `gnus-summary-reply-to-list-with-original'.

12 years agoauth-source.el (auth-source-netrc-cache): Move forward.
Katsumi Yamaoka [Thu, 23 Jun 2011 23:16:57 +0000 (23:16 +0000)]
auth-source.el (auth-source-netrc-cache): Move forward.

12 years agoDefault to using the built-in gnutls support, if available.
Lars Magne Ingebrigtsen [Wed, 22 Jun 2011 23:42:09 +0000 (01:42 +0200)]
Default to using the built-in gnutls support, if available.

12 years ago(auth-source-netrc-create): Don't query the bits that we already know.
Lars Magne Ingebrigtsen [Wed, 22 Jun 2011 14:47:24 +0000 (16:47 +0200)]
(auth-source-netrc-create): Don't query the bits that we already know.

12 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Wed, 22 Jun 2011 14:47:03 +0000 (16:47 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

12 years agoauth-source.el (auth-source-netrc-create): Don't print all tokens in %S format, since...
Lars Magne Ingebrigtsen [Tue, 21 Jun 2011 22:17:14 +0000 (22:17 +0000)]
auth-source.el (auth-source-netrc-create): Don't print all tokens in %S format, since that looks odd.
 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg file, especially when saving.

12 years agoDon't print all tokens in %S format, since that looks odd.
Lars Magne Ingebrigtsen [Tue, 21 Jun 2011 21:14:01 +0000 (23:14 +0200)]
Don't print all tokens in %S format, since that looks odd.
Prefer the ~/.authinfo file over the ~/.authinfo.gpg file, especially when saving.

13 years agoIndent.
Lars Magne Ingebrigtsen [Tue, 21 Jun 2011 20:08:50 +0000 (22:08 +0200)]
Indent.

13 years ago* nnimap.el (nnimap-find-article-by-message-id): return nil when no
Andrew Cohen [Tue, 21 Jun 2011 17:09:59 +0000 (13:09 -0400)]
* nnimap.el (nnimap-find-article-by-message-id): return nil when no
article found.

13 years ago* auth-source.el (with-auth-source-epa-overrides): Fix backquoting bug.
Ted Zlatanov [Sat, 18 Jun 2011 18:09:56 +0000 (13:09 -0500)]
* auth-source.el (with-auth-source-epa-overrides): Fix backquoting bug.

13 years agoMore GPG token support: allow per-file configuration and fix XEmacs incompatibility.
Ted Zlatanov [Sat, 18 Jun 2011 17:02:21 +0000 (12:02 -0500)]
More GPG token support: allow per-file configuration and fix XEmacs incompatibility.

* auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
`auth-source-save-secrets' with a more sensitive alist that can be
configured per file.  Experimental, so defaults to 'never.
(auth-source-netrc-create): Use it.  Still experimental code.
(with-auth-source-epa-overrides): Use `find-file-hooks' if
`find-file-hook' is unbound (XEmacs fix).

13 years ago* auth-source.el (with-auth-source-epa-overrides): Don't depend on the EPA variables...
Ted Zlatanov [Thu, 16 Jun 2011 04:28:00 +0000 (23:28 -0500)]
* auth-source.el (with-auth-source-epa-overrides): Don't depend on the EPA variables being defined.

13 years agoNetrc field encryption support.
Ted Zlatanov [Thu, 16 Jun 2011 03:38:55 +0000 (22:38 -0500)]
Netrc field encryption support.

* auth-source.el (auth-source-save-secrets): New variable to control if
secret tokens should be saved encrypted.
(auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
to `auth-source-netrc-normalize'.
(with-auth-source-epa-overrides): Add convenience macro.
(auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
(auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
the lexical-let closure.
(auth-source-netrc-create): Create "gpg:" tokens according to
`auth-source-save-secrets'.

13 years agoImprove dribble data handling.
Katsumi Yamaoka [Fri, 10 Jun 2011 00:09:30 +0000 (00:09 +0000)]
Improve dribble data handling.

13 years ago* gnus-registry.el (gnus-registry-remove-ignored): New function to remove entries...
Ted Zlatanov [Wed, 1 Jun 2011 17:26:33 +0000 (12:26 -0500)]
* gnus-registry.el (gnus-registry-remove-ignored): New function to remove entries with groups we ignore.

13 years ago(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes...
Lars Magne Ingebrigtsen [Tue, 31 May 2011 19:36:37 +0000 (21:36 +0200)]
(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes at the bottom.

13 years ago(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes...
Lars Magne Ingebrigtsen [Tue, 31 May 2011 19:36:03 +0000 (21:36 +0200)]
(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes at the bottom.

13 years ago* shr.el (shr-browse-image): Copy the URL if called interactively.
Lars Magne Ingebrigtsen [Tue, 31 May 2011 18:58:49 +0000 (20:58 +0200)]
* shr.el (shr-browse-image): Copy the URL if called interactively.

13 years agoResolve conflict.
Lars Magne Ingebrigtsen [Tue, 31 May 2011 18:59:29 +0000 (20:59 +0200)]
Resolve conflict.

13 years agoRefer to `gnus-registry-article-marks-to-{chars,names}' in user-format example.
Ted Zlatanov [Tue, 31 May 2011 16:52:03 +0000 (11:52 -0500)]
Refer to `gnus-registry-article-marks-to-{chars,names}' in user-format example.

* gnus.texi (Store custom flags and keywords): Refer to
`gnus-registry-article-marks-to-{chars,names}' instead of
`gnus-registry-user-format-function-{M,M2}'.

13 years agoUse `gnus-registry-article-marks-to-chars' and `gnus-registry-article-marks-to-names...
Ted Zlatanov [Tue, 31 May 2011 16:48:34 +0000 (11:48 -0500)]
Use `gnus-registry-article-marks-to-chars' and `gnus-registry-article-marks-to-names' instead of `gnus-registry-user-format-function-{M,M2}'.

* gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
`gnus-registry-user-format-function-M' and declare the latter obsolete.
(gnus-registry-article-marks-to-names): Rename from
`gnus-registry-user-format-function-M2'.

13 years agognus-sum.el (gnus-summary-exit): Make sure to kill article buffer in ephemeral group.
Katsumi Yamaoka [Tue, 31 May 2011 10:37:10 +0000 (10:37 +0000)]
gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in ephemeral group.

13 years agomml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed mm-with-unibyte...
Stefan Monnier [Mon, 30 May 2011 22:07:14 +0000 (22:07 +0000)]
mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed mm-with-unibyte-current-buffer.  The buffer should not contain any multibyte chars anyway at this stage.

13 years ago(gnus-group-mark-article-read): Keep `gnus-newsgroup-unselected' sorted.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 21:24:45 +0000 (23:24 +0200)]
(gnus-group-mark-article-read): Keep `gnus-newsgroup-unselected' sorted.

If this isn't done, then unselected articles may be marked as read.

13 years ago(pop3-open-server): Erase the buffer after the greeting.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 20:48:27 +0000 (22:48 +0200)]
(pop3-open-server): Erase the buffer after the greeting.

Not doing this seems to lead to a race condition in pop3-logon.

13 years ago(nnvirtual-request-article): Bind `gnus-command-method' so that the call chain it...
Lars Magne Ingebrigtsen [Mon, 30 May 2011 20:41:27 +0000 (22:41 +0200)]
(nnvirtual-request-article): Bind `gnus-command-method' so that the call chain it correct when we call "upwards".

13 years agoAuto-expiry doesn't make sense in read-only groups.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 20:06:06 +0000 (22:06 +0200)]
Auto-expiry doesn't make sense in read-only groups.

13 years ago* message.el (message-cite-reply-position): Doc string fix.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 19:51:02 +0000 (21:51 +0200)]
* message.el (message-cite-reply-position): Doc string fix.

13 years agoPartially revert last regexp simplification, which was too simple.
Lars Magne Ingebrigtsen [Mon, 30 May 2011 18:35:41 +0000 (20:35 +0200)]
Partially revert last regexp simplification, which was too simple.

13 years ago(nnimap-transform-headers): Simplify regexp to hopefully avoid rege