gnus
13 years ago(article-date-ut): Protect against articles with no Date header.
Lars Magne Ingebrigtsen [Tue, 1 Feb 2011 02:19:09 +0000 (18:19 -0800)]
(article-date-ut): Protect against articles with no Date header.

13 years agoComment fix.
Lars Magne Ingebrigtsen [Tue, 1 Feb 2011 02:00:07 +0000 (18:00 -0800)]
Comment fix.

13 years ago(gnus-read-active-file-1): Remove dead parameter infos.
Lars Magne Ingebrigtsen [Tue, 1 Feb 2011 01:58:27 +0000 (17:58 -0800)]
(gnus-read-active-file-1): Remove dead parameter infos.

13 years agoAdd comments.
Lars Magne Ingebrigtsen [Tue, 1 Feb 2011 01:56:59 +0000 (17:56 -0800)]
Add comments.

13 years agoAdd comment.
Lars Magne Ingebrigtsen [Tue, 1 Feb 2011 01:18:40 +0000 (17:18 -0800)]
Add comment.

13 years agoReplace infinitely many Date headers with a single one when called interactively.
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 11:25:05 +0000 (03:25 -0800)]
Replace infinitely many Date headers with a single one when called interactively.

13 years agoAdd comment.
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 10:49:14 +0000 (02:49 -0800)]
Add comment.

13 years ago(article-transform-date): Fix infinite recursion.
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 10:41:35 +0000 (02:41 -0800)]
(article-transform-date): Fix infinite recursion.

13 years ago(article-transform-date): Rewrite to still work when there are several rfc2822 parts.
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 07:18:14 +0000 (23:18 -0800)]
(article-transform-date): Rewrite to still work when there are several rfc2822 parts.

13 years ago(nnimap-wait-for-response): Wait for results in a more secure manner.
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 04:33:40 +0000 (20:33 -0800)]
(nnimap-wait-for-response): Wait for results in a more secure manner.

13 years agoTry to avoid having point move around by not using save-window-excursion.
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 04:21:20 +0000 (20:21 -0800)]
Try to avoid having point move around by not using save-window-excursion.

It seems to work...

13 years agoImplement the asynchronous data fetching functions for nntp.
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 03:15:42 +0000 (19:15 -0800)]
Implement the asynchronous data fetching functions for nntp.

13 years agognus-art.el (article-make-date-line): Fix last change.
Katsumi Yamaoka [Mon, 31 Jan 2011 02:53:33 +0000 (02:53 +0000)]
gnus-art.el (article-make-date-line): Fix last change.

13 years agognus-art.el (article-make-date-line): Work for user-defined format.
Katsumi Yamaoka [Mon, 31 Jan 2011 02:47:15 +0000 (02:47 +0000)]
gnus-art.el (article-make-date-line): Work for user-defined format.

13 years agoRead the active files thoroughly for all backends that have no known
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 02:12:33 +0000 (18:12 -0800)]
Read the active files thoroughly for all backends that have no known
groups.

This should allow new nnml methods to retrieve mail, for instance.

13 years ago(gnus-group-jump-to-group): Allow jumping to groups that Gnus doesn't know exists...
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 02:07:34 +0000 (18:07 -0800)]
(gnus-group-jump-to-group): Allow jumping to groups that Gnus doesn't know exists again.

13 years agoRewrite the Date header formatting functionality.
Lars Magne Ingebrigtsen [Mon, 31 Jan 2011 01:55:08 +0000 (17:55 -0800)]
Rewrite the Date header formatting functionality.

The user can now have infinitely many Date headers.

This change should be pretty much backwards-compatible, even though
many customisation variables have been removed.

13 years ago(nnmail-article-group): A better test for fanciness.
Lars Magne Ingebrigtsen [Sun, 30 Jan 2011 02:56:21 +0000 (18:56 -0800)]
(nnmail-article-group): A better test for fanciness.

13 years ago(Client-Side IMAP Splitting): Add a complete nnimap fancy splitting example.
Lars Magne Ingebrigtsen [Sun, 30 Jan 2011 02:42:51 +0000 (18:42 -0800)]
(Client-Side IMAP Splitting): Add a complete nnimap fancy splitting example.

13 years ago(nnmail-article-group): Check for a direct fancy split method.
Lars Magne Ingebrigtsen [Sun, 30 Jan 2011 02:38:16 +0000 (18:38 -0800)]
(nnmail-article-group): Check for a direct fancy split method.

13 years ago(nnimap-request-head): Protect against not finding the article by Message-ID.
Lars Magne Ingebrigtsen [Sun, 30 Jan 2011 00:40:18 +0000 (16:40 -0800)]
(nnimap-request-head): Protect against not finding the article by Message-ID.

13 years ago(article-update-date-lapsed): Try a better way to really keep point at the "same...
Lars Magne Ingebrigtsen [Sat, 29 Jan 2011 01:30:59 +0000 (17:30 -0800)]
(article-update-date-lapsed): Try a better way to really keep point at the "same place".

13 years ago(gnus-select-newsgroup): Don't try to alter the active data if the group is unactivated.
Lars Magne Ingebrigtsen [Fri, 28 Jan 2011 22:22:20 +0000 (14:22 -0800)]
(gnus-select-newsgroup): Don't try to alter the active data if the group is unactivated.

13 years agognus-win: remove compat code
Julien Danjou [Fri, 28 Jan 2011 17:07:30 +0000 (18:07 +0100)]
gnus-win: remove compat code

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-win: remove dead code
Julien Danjou [Fri, 28 Jan 2011 16:41:04 +0000 (17:41 +0100)]
gnus-win: remove dead code

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-group: fix jump to unknown groups
Julien Danjou [Fri, 28 Jan 2011 09:50:40 +0000 (10:50 +0100)]
gnus-group: fix jump to unknown groups

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years ago(gnus-request-marks): Call *-request-marks instead of the older request-update-info.
Lars Magne Ingebrigtsen [Fri, 28 Jan 2011 01:57:54 +0000 (17:57 -0800)]
(gnus-request-marks): Call *-request-marks instead of the older request-update-info.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Fri, 28 Jan 2011 01:36:14 +0000 (17:36 -0800)]
Merge branch 'master' of https://git.gnus.org/gnus

Conflicts:
lisp/ChangeLog

13 years agoGive mml2015-signers higher precedence over mml2015-sign-with-sender.
Daiki Ueno [Fri, 28 Jan 2011 01:02:59 +0000 (10:02 +0900)]
Give mml2015-signers higher precedence over mml2015-sign-with-sender.

13 years agomml2015.el (mml2015-epg-sign): Add missing paren.
Katsumi Yamaoka [Fri, 28 Jan 2011 00:10:40 +0000 (00:10 +0000)]
mml2015.el (mml2015-epg-sign): Add missing paren.

13 years ago* gnus-art.el (article-make-date-line): Limit the length a bit more.
Lars Magne Ingebrigtsen [Fri, 28 Jan 2011 00:04:26 +0000 (16:04 -0800)]
* gnus-art.el (article-make-date-line): Limit the length a bit more.

13 years ago(gnus-group-refresh-group): Refresh even non-visible groups.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 23:58:13 +0000 (15:58 -0800)]
(gnus-group-refresh-group): Refresh even non-visible groups.

This makes the nndraft:queue group pop up if it's not already there.

13 years ago(gnus-summary-read-group-1): Fix the "contains no messages" logic, which was reversed.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 23:42:30 +0000 (15:42 -0800)]
(gnus-summary-read-group-1): Fix the "contains no messages" logic, which was reversed.

13 years agoLimit the number of segments dynamically to avoid too-long lines.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 23:34:35 +0000 (15:34 -0800)]
Limit the number of segments dynamically to avoid too-long lines.

13 years ago(article-update-date-lapsed): Skip past all the X-Sent/Date headers.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 23:16:16 +0000 (15:16 -0800)]
(article-update-date-lapsed): Skip past all the X-Sent/Date headers.

13 years agoEnsure that point stays at the "same place" even if point is on the line being replaced.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 23:04:14 +0000 (15:04 -0800)]
Ensure that point stays at the "same place" even if point is on the line being replaced.

13 years agomml2015-epg-encrypt: Use mml2015-sign-with-sender
Julien Danjou [Thu, 27 Jan 2011 17:16:00 +0000 (18:16 +0100)]
mml2015-epg-encrypt: Use mml2015-sign-with-sender

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agomml2015: add an option to use sender address to sign
Julien Danjou [Thu, 27 Jan 2011 16:18:19 +0000 (17:18 +0100)]
mml2015: add an option to use sender address to sign

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoshr.el (shr-expand-newlines, shr-previous-newline-padding-width): Use plist-get inste...
Katsumi Yamaoka [Thu, 27 Jan 2011 13:20:38 +0000 (13:20 +0000)]
shr.el (shr-expand-newlines, shr-previous-newline-padding-width): Use plist-get instead of the cl function getf.

13 years agognus-util.el (float-time): Get rid of compiler warning, again.
Glenn Morris [Thu, 27 Jan 2011 10:23:30 +0000 (10:23 +0000)]
gnus-util.el (float-time): Get rid of compiler warning, again.

13 years agoSpecial-case background colours.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 10:13:55 +0000 (02:13 -0800)]
Special-case background colours.

Do put them at the blank parts at the front of the lines.

13 years agoDoc typo.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 01:22:47 +0000 (17:22 -0800)]
Doc typo.

13 years ago(gnus-draft-clear-marks): New function to be run as an exit hook to nix out all data...
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 01:17:43 +0000 (17:17 -0800)]
(gnus-draft-clear-marks): New function to be run as an exit hook to nix out all data on readedness on group exit.

13 years ago(time-date): Require to make some autoload issues on XEmacs go away.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 00:31:22 +0000 (16:31 -0800)]
(time-date): Require to make some autoload issues on XEmacs go away.

13 years ago(float-time): If float-time is bound, always use it on all Emacsen.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 00:30:28 +0000 (16:30 -0800)]
(float-time): If float-time is bound, always use it on all Emacsen.

It's unclear why the subrp check was there.  If it turns out to be
necessary, this patch should be reverted, and a comment saying why
it't that way should be added.

13 years ago(shr-put-color): Don't do the box padding in tables, since they're already padded.
Lars Magne Ingebrigtsen [Thu, 27 Jan 2011 00:18:48 +0000 (16:18 -0800)]
(shr-put-color): Don't do the box padding in tables, since they're already padded.

13 years agoChange the Date defaults to showing a combined, continuosly updated "lapsed" format.
Lars Magne Ingebrigtsen [Wed, 26 Jan 2011 23:50:11 +0000 (15:50 -0800)]
Change the Date defaults to showing a combined, continuosly updated "lapsed" format.

13 years ago(article-lapsed-string): Refactor out and allow specifying how many segments you...
Lars Magne Ingebrigtsen [Wed, 26 Jan 2011 23:31:06 +0000 (15:31 -0800)]
(article-lapsed-string): Refactor out and allow specifying how many segments you want.

13 years ago(gnus-article-next-page): Change last-line-displayed behaviour.
Lars Magne Ingebrigtsen [Wed, 26 Jan 2011 23:11:16 +0000 (15:11 -0800)]
(gnus-article-next-page): Change last-line-displayed behaviour.

When the last line of the article is displayed, scroll down once more
instead of going to the next article at once.

This makes for more SPC-ing, but since you normally don't know whether
an article is over or not in this situation, this is perhaps less
surprising and annoying behaviour.

13 years agoRefill some long/short copyright headers.
Katsumi Yamaoka [Wed, 26 Jan 2011 10:43:13 +0000 (10:43 +0000)]
Refill some long/short copyright headers.

13 years agoRefill some long/short copyright headers.
Glenn Morris [Wed, 26 Jan 2011 10:29:34 +0000 (10:29 +0000)]
Refill some long/short copyright headers.

13 years ago* shr.el: Revert change that made headings use different-sized faces.
Lars Magne Ingebrigtsen [Wed, 26 Jan 2011 10:19:19 +0000 (02:19 -0800)]
* shr.el: Revert change that made headings use different-sized faces.
The Emacs display engine isn't advanced enough that, for instance,
tables can comfortably use differntly-sized faces.

13 years agoPrefer plain LOGIN if it's enabled and we're using an encrypted connection.
Lars Magne Ingebrigtsen [Tue, 25 Jan 2011 21:58:22 +0000 (13:58 -0800)]
Prefer plain LOGIN if it's enabled and we're using an encrypted connection.

It requires fewer round trips than CRAM-MD5, and it's less likely to
be buggy,

13 years agoAlter the interface functions to also return the actual stream type used: network...
Lars Magne Ingebrigtsen [Tue, 25 Jan 2011 21:52:11 +0000 (13:52 -0800)]
Alter the interface functions to also return the actual stream type used: network or tls.

13 years agomm: add support for inline javascript
Julien Danjou [Tue, 25 Jan 2011 19:08:44 +0000 (20:08 +0100)]
mm: add support for inline javascript

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoshr.el (shr-expand-newlines): Fix variable name.
Katsumi Yamaoka [Tue, 25 Jan 2011 10:33:14 +0000 (10:33 +0000)]
shr.el (shr-expand-newlines): Fix variable name.

13 years agoConvert consecutive FSF copyright years to ranges.
Katsumi Yamaoka [Tue, 25 Jan 2011 09:17:56 +0000 (09:17 +0000)]
Convert consecutive FSF copyright years to ranges.

13 years agoConvert consecutive FSF copyright years to ranges.
Glenn Morris [Tue, 25 Jan 2011 09:00:33 +0000 (09:00 +0000)]
Convert consecutive FSF copyright years to ranges.

13 years ago(shr-expand-newlines): Make nested boxes work.
Lars Magne Ingebrigtsen [Tue, 25 Jan 2011 00:32:37 +0000 (16:32 -0800)]
(shr-expand-newlines): Make nested boxes work.

13 years ago(shr-expand-newlines): Switch to using overlays to enable kill'n'yank in a more sensi...
Lars Magne Ingebrigtsen [Mon, 24 Jan 2011 23:24:18 +0000 (15:24 -0800)]
(shr-expand-newlines): Switch to using overlays to enable kill'n'yank in a more sensible manner.

13 years agoProof of concept implemantation of boxy backgrounds.
Lars Magne Ingebrigtsen [Mon, 24 Jan 2011 23:11:41 +0000 (15:11 -0800)]
Proof of concept implemantation of boxy backgrounds.

13 years agoWhitespace fix.
Lars Magne Ingebrigtsen [Mon, 24 Jan 2011 21:49:25 +0000 (13:49 -0800)]
Whitespace fix.

13 years ago* gnus.texi (The Empty Backend): Document nnnil (bug #7653).
Lars Magne Ingebrigtsen [Mon, 24 Jan 2011 02:20:50 +0000 (18:20 -0800)]
* gnus.texi (The Empty Backend): Document nnnil (bug #7653).

13 years agoMerge fix.
Lars Magne Ingebrigtsen [Mon, 24 Jan 2011 22:21:07 +0000 (14:21 -0800)]
Merge fix.

13 years ago* message.texi (IDNA): Explain what it is.
Ted Zlatanov [Mon, 24 Jan 2011 19:56:14 +0000 (13:56 -0600)]
* message.texi (IDNA): Explain what it is.

13 years agoMake `mml-smime-use' a defcustom and default to 'epg if EPG is loaded.
Ted Zlatanov [Mon, 24 Jan 2011 19:52:00 +0000 (13:52 -0600)]
Make `mml-smime-use' a defcustom and default to 'epg if EPG is loaded.

* mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
if EPG is loaded.

13 years agoshr: create faces for hN tags
Julien Danjou [Mon, 24 Jan 2011 09:55:24 +0000 (10:55 +0100)]
shr: create faces for hN tags

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoMark tiny change.
Glenn Morris [Mon, 24 Jan 2011 04:12:09 +0000 (04:12 +0000)]
Mark tiny change.

13 years ago(gnus-article-read-summary-keys): Don't call disabled commands.
Lars Magne Ingebrigtsen [Mon, 24 Jan 2011 01:22:57 +0000 (17:22 -0800)]
(gnus-article-read-summary-keys): Don't call disabled commands.

13 years ago(gnus-gravatar-insert): Use blank space from the current buffer to avoid breaking...
Lars Magne Ingebrigtsen [Mon, 24 Jan 2011 00:58:58 +0000 (16:58 -0800)]
(gnus-gravatar-insert): Use blank space from the current buffer to avoid breaking text properties.

This makes X-Sent updating work again.

13 years ago(gnus-gravatar-insert): Don't move point around in the article buffer.
Lars Magne Ingebrigtsen [Mon, 24 Jan 2011 00:56:55 +0000 (16:56 -0800)]
(gnus-gravatar-insert): Don't move point around in the article buffer.

13 years ago* gravatar.el (gravatar-retrieve): Be silent when retrieving.
Lars Magne Ingebrigtsen [Mon, 24 Jan 2011 00:32:09 +0000 (01:32 +0100)]
* gravatar.el (gravatar-retrieve): Be silent when retrieving.

13 years agoKill the buffer anyway, and fix the bug in url-http.el instead.
Lars Magne Ingebrigtsen [Sun, 23 Jan 2011 23:54:14 +0000 (00:54 +0100)]
Kill the buffer anyway, and fix the bug in url-http.el instead.

13 years ago(shr-image-fetched): Avoid having point move in the article buffer.
Lars Magne Ingebrigtsen [Sun, 23 Jan 2011 23:32:37 +0000 (00:32 +0100)]
(shr-image-fetched): Avoid having point move in the article buffer.

13 years ago* shr.el (shr-image-fetched): Don't kill the url buffer here, either,
Lars Magne Ingebrigtsen [Sun, 23 Jan 2011 23:28:43 +0000 (00:28 +0100)]
* shr.el (shr-image-fetched): Don't kill the url buffer here, either,
  to avoid the point moving around.

13 years agoDon't kill the temporary buffer after being called.
Lars Magne Ingebrigtsen [Sun, 23 Jan 2011 22:35:12 +0000 (23:35 +0100)]
Don't kill the temporary buffer after being called.

It's apparently being killed by url.el, and killing it made point move
to end-of-buffer in a random buffer.

13 years agomm: change text/org to text/x-org
Julien Danjou [Sun, 23 Jan 2011 11:12:12 +0000 (12:12 +0100)]
mm: change text/org to text/x-org

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoProtect against backends (i.e., nnimap) returning nil as the article number.
Lars Magne Ingebrigtsen [Sat, 22 Jan 2011 19:53:12 +0000 (20:53 +0100)]
Protect against backends (i.e., nnimap) returning nil as the article number.

13 years ago* flow-fill.el (fill-flowed): Make `delete-space' option correspond to
Kazuhiro Ito [Sat, 22 Jan 2011 19:48:19 +0000 (20:48 +0100)]
* flow-fill.el (fill-flowed): Make `delete-space' option correspond to
"DelSp" parameter in RFC3676.

13 years agoDisplay the encoded version of the bogus address if they differ.
Lars Magne Ingebrigtsen [Sat, 22 Jan 2011 19:17:45 +0000 (20:17 +0100)]
Display the encoded version of the bogus address if they differ.

13 years agoRemove commented-out value.
Lars Magne Ingebrigtsen [Sat, 22 Jan 2011 19:09:08 +0000 (20:09 +0100)]
Remove commented-out value.

13 years agoReally refresh the queue group after sending.
Lars Magne Ingebrigtsen [Sat, 22 Jan 2011 19:03:18 +0000 (20:03 +0100)]
Really refresh the queue group after sending.

13 years agoUpdate the queue group in the group buffer after sending the queue.
Lars Magne Ingebrigtsen [Sat, 22 Jan 2011 18:44:54 +0000 (19:44 +0100)]
Update the queue group in the group buffer after sending the queue.

13 years agoIgnore TAGS.
Lars Magne Ingebrigtsen [Sat, 22 Jan 2011 18:26:52 +0000 (19:26 +0100)]
Ignore TAGS.

13 years agomailcap: change text/org to text/x-org
Julien Danjou [Sat, 22 Jan 2011 18:02:45 +0000 (19:02 +0100)]
mailcap: change text/org to text/x-org

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoCosmetic fix.
Stefan Monnier [Sat, 22 Jan 2011 12:46:37 +0000 (12:46 +0000)]
Cosmetic fix.

13 years ago(mm-preferred-alternative-precedence): Don't bug out on nested related parts.
Lars Ingebrigtsen [Sat, 22 Jan 2011 04:46:22 +0000 (05:46 +0100)]
(mm-preferred-alternative-precedence): Don't bug out on nested related parts.

13 years ago(nnfolder-request-expire-articles): Return the list of unexpired articles.
Lars Ingebrigtsen [Sat, 22 Jan 2011 04:40:36 +0000 (05:40 +0100)]
(nnfolder-request-expire-articles): Return the list of unexpired articles.

This fixes the regression that led expiry marks to disappear from
nnfolder groups.

13 years agognus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes): Don't confuse...
Stefan Monnier [Fri, 21 Jan 2011 23:30:56 +0000 (23:30 +0000)]
gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes): Don't confuse the "ret" of "retrograde" with RET.

13 years agognus-art: use mm-display-inline rather than mm-insert-inline
Julien Danjou [Fri, 21 Jan 2011 13:45:50 +0000 (14:45 +0100)]
gnus-art: use mm-display-inline rather than mm-insert-inline

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-art.el (gnus-article-remove-images, gnus-article-show-images): Widen article...
Katsumi Yamaoka [Fri, 21 Jan 2011 04:14:51 +0000 (04:14 +0000)]
gnus-art.el (gnus-article-remove-images, gnus-article-show-images): Widen article buffer.

13 years agomm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill the temp buffer.
Stefan Monnier [Thu, 20 Jan 2011 23:39:24 +0000 (23:39 +0000)]
mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill the temp buffer.
message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.

13 years agomm-decode: add text/x-sh
Julien Danjou [Thu, 20 Jan 2011 21:36:02 +0000 (22:36 +0100)]
mm-decode: add text/x-sh

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoEnhance inline viewing
Julien Danjou [Thu, 20 Jan 2011 14:45:32 +0000 (15:45 +0100)]
Enhance inline viewing

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoAdd shellscript fontification
Julien Danjou [Thu, 20 Jan 2011 14:44:22 +0000 (15:44 +0100)]
Add shellscript fontification

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agoAdd support for Org inlined/attached text
Julien Danjou [Thu, 20 Jan 2011 12:59:49 +0000 (13:59 +0100)]
Add support for Org inlined/attached text

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-art.el (gnus-article-highlight): Remove argument passed to gnus-article-add...
Katsumi Yamaoka [Wed, 19 Jan 2011 22:32:53 +0000 (22:32 +0000)]
gnus-art.el (gnus-article-highlight): Remove argument passed to gnus-article-add-buttons.

13 years agoFix sa-learn integration to insert a full From in the message envelope.
Ted Zlatanov [Wed, 19 Jan 2011 21:32:01 +0000 (15:32 -0600)]
Fix sa-learn integration to insert a full From in the message envelope.

Before this was just "From\n" but now it includes "nobody" as the
sender and the date.

13 years agognus-art: fix matching when regexp is a symbol
Julien Danjou [Wed, 19 Jan 2011 15:30:41 +0000 (16:30 +0100)]
gnus-art: fix matching when regexp is a symbol

Signed-off-by: Julien Danjou <julien@danjou.info>
13 years agognus-art: fix button entries with identical regexp
Julien Danjou [Wed, 19 Jan 2011 14:53:51 +0000 (15:53 +0100)]
gnus-art: fix button entries with identical regexp

Signed-off-by: Julien Danjou <julien@danjou.info>