gnus
20 years ago(spam-move-spam-nonspam-groups-only): documentation fix for the
Teodor Zlatanov [Sat, 25 Oct 2003 12:00:59 +0000 (12:00 +0000)]
(spam-move-spam-nonspam-groups-only): documentation fix for the
variable

20 years ago2003-10-25 Steve Youngs <sryoungs@bigpond.net.au>
Steve Youngs [Fri, 24 Oct 2003 22:10:24 +0000 (22:10 +0000)]
2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>

* Makefile.in (clean-some): Remove auto-autoloads.* and
custom-load.* as well.
(distclean): Ditto.

* dgnushack.el (dgnushack-make-load): Add a local vars section to
the dummy gnus-load.el.

20 years ago2003-10-24 Steve Youngs <sryoungs@bigpond.net.au>
Steve Youngs [Fri, 24 Oct 2003 21:43:57 +0000 (21:43 +0000)]
2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>

* nnir.el: Autoload `read-kbd-macro' at compile time.

20 years ago(spam-mark-spam-as-expired-and-move-routine)
Teodor Zlatanov [Fri, 24 Oct 2003 15:39:33 +0000 (15:39 +0000)]
(spam-mark-spam-as-expired-and-move-routine)
(spam-ham-copy-or-move-routine): delete articles only if 1 or
more groups were specified (and "copy" was not specified for
spam-ham-copy-or-move-routine) (fixed twice)

20 years ago(spam-mark-spam-as-expired-and-move-routine)
Teodor Zlatanov [Fri, 24 Oct 2003 14:48:51 +0000 (14:48 +0000)]
(spam-mark-spam-as-expired-and-move-routine)
(spam-ham-copy-or-move-routine): delete articles only if 1 or
more groups were specified (and "copy" was specified for
spam-ham-copy-or-move-routine)

20 years ago(spam-ham-copy-or-move-routine): do not delete if copy
Teodor Zlatanov [Fri, 24 Oct 2003 11:32:52 +0000 (11:32 +0000)]
(spam-ham-copy-or-move-routine): do not delete if copy
is t, also don't intepret the list of groups as a list of lists

20 years agoFix last commit.
Katsumi Yamaoka [Fri, 24 Oct 2003 08:24:47 +0000 (08:24 +0000)]
Fix last commit.

20 years ago(nndoc-guess-type): Reverse the sort order. Suggested by ARISAWA Akihiro.
Katsumi Yamaoka [Fri, 24 Oct 2003 08:19:58 +0000 (08:19 +0000)]
(nndoc-guess-type): Reverse the sort order.  Suggested by ARISAWA Akihiro.
(nndoc-dissect-buffer): Don't miss odd-numbered articles in digest.

20 years ago2003-10-24 Steve Youngs <sryoungs@bigpond.net.au>
Steve Youngs [Fri, 24 Oct 2003 03:54:07 +0000 (03:54 +0000)]
2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>

* dgnushack.el (dgnushack-gnus-load-file): Set to
"auto-autoloads.el" if building with XEmacs.
(dgnushack-cus-load-file): Set to "custom-load.el" if building
with XEmacs.
(dgnushack-make-cus-load): We don't delete the resulting file if
building with XEmacs so byte-compile it.
(dgnushack-make-load): When building with XEmacs do nothing except
byte-compile the autoload file and create a dummy gnus-load.el
file.

20 years ago(message-make-fqdn): Bind case-fold-search.
Katsumi Yamaoka [Thu, 23 Oct 2003 23:09:33 +0000 (23:09 +0000)]
(message-make-fqdn): Bind case-fold-search.

20 years ago* gnus.el (spam-process-destination, ham-process-destination):
Teodor Zlatanov [Thu, 23 Oct 2003 21:51:08 +0000 (21:51 +0000)]
* gnus.el (spam-process-destination, ham-process-destination):
allow multiple groups as a choice

* spam.el (spam-mark-spam-as-expired-and-move-routine): added multiple
group support (multiple copies, then delete)
(spam-ham-copy-routine): new function
(spam-ham-move-routine): new function
(spam-ham-copy-or-move-routine): new function (used to be
spam-ham-move-routine), handle multiple groups
(spam-summary-prepare-exit): call the new functions

20 years ago(spam-check-blackholes): oops, the dots were not escaped
Teodor Zlatanov [Thu, 23 Oct 2003 17:35:02 +0000 (17:35 +0000)]
(spam-check-blackholes): oops, the dots were not escaped

20 years ago(spam-check-blackholes): remove "[IP address]"
Teodor Zlatanov [Thu, 23 Oct 2003 16:14:39 +0000 (16:14 +0000)]
(spam-check-blackholes): remove "[IP address]"
requirement, now just "IP address" is enough for detection for
blackhole checking

20 years ago* emacs-mime.texi: Markup: Use @acronym for MML and MIME.
Reiner Steib [Thu, 23 Oct 2003 13:05:08 +0000 (13:05 +0000)]
* emacs-mime.texi: Markup: Use @acronym for MML and MIME.

* message.texi: Ditto.

* gnus.texi: Ditto.

20 years agoRevert autoload removal.
Simon Josefsson [Thu, 23 Oct 2003 12:15:15 +0000 (12:15 +0000)]
Revert autoload removal.

20 years ago(MML Definition): Add format.
Simon Josefsson [Thu, 23 Oct 2003 06:00:32 +0000 (06:00 +0000)]
(MML Definition): Add format.

20 years agoflow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
Simon Josefsson [Thu, 23 Oct 2003 05:52:49 +0000 (05:52 +0000)]
flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
mml.el: Remove autoload cookie for flow-fill.
mm-view.el: Likewise.

20 years ago(Filtering Spam Using The Spam ELisp Package):
Teodor Zlatanov [Wed, 22 Oct 2003 15:33:54 +0000 (15:33 +0000)]
(Filtering Spam Using The Spam ELisp Package):
changed to use the new spam-initialize function

20 years ago(gnus-emphasis-strikethru): Use the :strike-through attribute in Emacs.
Katsumi Yamaoka [Wed, 22 Oct 2003 12:25:50 +0000 (12:25 +0000)]
(gnus-emphasis-strikethru): Use the :strike-through attribute in Emacs.

20 years ago(message-bounce): Don't erase except bounced header.
Katsumi Yamaoka [Tue, 21 Oct 2003 23:18:58 +0000 (23:18 +0000)]
(message-bounce): Don't erase except bounced header.

20 years ago(spam-reverse-ip-string): new function to reverse an IP
Teodor Zlatanov [Tue, 21 Oct 2003 18:57:34 +0000 (18:57 +0000)]
(spam-reverse-ip-string): new function to reverse an IP
address in a string
(spam-check-blackholes): use spam-reverse-ip-string

20 years ago* gnus-art.el (gnus-narrow-to-page): Clear as well as set the value for
Katsumi Yamaoka [Tue, 21 Oct 2003 14:28:33 +0000 (14:28 +0000)]
* gnus-art.el (gnus-narrow-to-page): Clear as well as set the value for
 gnus-page-broken.

* gnus-sum.el (gnus-summary-beginning-of-article): Use gnus-break-pages
 instead of gnus-page-broken.
(gnus-summary-end-of-article): Use gnus-break-pages instead of
 gnus-page-broken;
 narrow to the end of a page beforehand.
(gnus-summary-toggle-header): Use gnus-break-pages instead of
 gnus-page-broken;
 remove delimiter buttons unless gnus-break-pages is non-nil.

20 years ago(gnus-picon-transform-address): Protect against
Lars Magne Ingebrigtsen [Tue, 21 Oct 2003 07:49:49 +0000 (07:49 +0000)]
(gnus-picon-transform-address): Protect against
errors.

20 years agoFix last commit.
Katsumi Yamaoka [Mon, 20 Oct 2003 23:03:26 +0000 (23:03 +0000)]
Fix last commit.

20 years agoAdd ".".
Katsumi Yamaoka [Mon, 20 Oct 2003 22:57:29 +0000 (22:57 +0000)]
Add ".".

20 years ago* gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
Katsumi Yamaoka [Mon, 20 Oct 2003 22:54:48 +0000 (22:54 +0000)]
* gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
(xemacs-codename): Move defvar to gnus-util.el

* gnus-util.el (xemacs-codename): Defvar when compiling.

20 years ago* spam-report.el (spam-report-url-ping-plain): Include a
Lars Magne Ingebrigtsen [Mon, 20 Oct 2003 21:05:28 +0000 (21:05 +0000)]
* spam-report.el (spam-report-url-ping-plain): Include a
User-Agent.

* gnus-msg.el (gnus-extended-version): Use it.

* gnus-util.el (gnus-emacs-version): Separated out into own
function.

20 years ago(message-mode-field-menu): Added
Reiner Steib [Sun, 19 Oct 2003 20:51:04 +0000 (20:51 +0000)]
(message-mode-field-menu): Added
message-generate-unsubscribed-mail-followup-to.
(message-forward-subject-fwd): Avoid double "Fwd: "
(message-change-subject): Added comment.

20 years ago* message.texi (Mailing Lists): Add Mail-Followup-To to index.
Reiner Steib [Sun, 19 Oct 2003 18:21:57 +0000 (18:21 +0000)]
* message.texi (Mailing Lists): Add Mail-Followup-To to index.

* gnus.texi (Group Parameters): Add Mail-Followup-To to index.
(Emacsen): Fixed typo.
(Oort Gnus): Mention message-forward-show-mml change (Sync with
GNUS-NEWS).

20 years ago(mml-insert-mime): Quote mml.
Lars Magne Ingebrigtsen [Sun, 19 Oct 2003 11:22:48 +0000 (11:22 +0000)]
(mml-insert-mime): Quote mml.

20 years agoFix last commit.
Katsumi Yamaoka [Sun, 19 Oct 2003 01:09:52 +0000 (01:09 +0000)]
Fix last commit.

20 years ago(gnus-remove-odd-characters): Use mm-subst-char-in-string instead of
Katsumi Yamaoka [Sun, 19 Oct 2003 01:04:51 +0000 (01:04 +0000)]
(gnus-remove-odd-characters): Use mm-subst-char-in-string instead of
 subst-char-in-string.

20 years ago(gnus-summary-refer-article): Use gnus-replace-in-string instead of
Katsumi Yamaoka [Sun, 19 Oct 2003 00:49:17 +0000 (00:49 +0000)]
(gnus-summary-refer-article): Use gnus-replace-in-string instead of
 replace-regexp-in-string.

20 years ago(gnus-uu-uustrip-article): Really strip directory
Jesper Harder [Sat, 18 Oct 2003 23:24:52 +0000 (23:24 +0000)]
(gnus-uu-uustrip-article): Really strip directory
from file name.

20 years ago(gnus-summary-save-parts-last-directory): Default
Jesper Harder [Sat, 18 Oct 2003 20:00:08 +0000 (20:00 +0000)]
(gnus-summary-save-parts-last-directory): Default
to mm-default-directory.
(gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.

20 years ago(pop3-read-response): Check whether the process is
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 19:19:36 +0000 (19:19 +0000)]
(pop3-read-response): Check whether the process is
alive.

20 years ago* gnus-sum.el (gnus-summary-refer-article): Strip spaces.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 19:04:59 +0000 (19:04 +0000)]
* gnus-sum.el (gnus-summary-refer-article): Strip spaces.

20 years ago(rfc2047-encode-region): Do error out on invalid
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 18:37:37 +0000 (18:37 +0000)]
(rfc2047-encode-region): Do error out on invalid
strings.

20 years ago(nntp-retrieve-headers-with-xover): Get error messages
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 17:39:50 +0000 (17:39 +0000)]
(nntp-retrieve-headers-with-xover): Get error messages
right.

20 years ago(gnus-agent-read-servers): Remove sit-for.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 17:21:47 +0000 (17:21 +0000)]
(gnus-agent-read-servers): Remove sit-for.

20 years ago(article-treat-dumbquotes): Doc fix.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 16:39:33 +0000 (16:39 +0000)]
(article-treat-dumbquotes): Doc fix.

20 years ago(message-field-value): New function.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 16:27:11 +0000 (16:27 +0000)]
(message-field-value): New function.
(message-insert-disposition-notification-to): Use Reply-To, too.

20 years ago(imap-mailbox-status): Upcase STATUS commands.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 14:57:55 +0000 (14:57 +0000)]
(imap-mailbox-status): Upcase STATUS commands.

20 years ago(gnus-remove-odd-characters): New function.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 14:44:01 +0000 (14:44 +0000)]
(gnus-remove-odd-characters): New function.
(gnus-nov-parse-line): Use it.

20 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 14:43:30 +0000 (14:43 +0000)]
*** empty log message ***

20 years ago2003-10-12 Adrian Aichner <adrian@xemacs.org>
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 14:29:49 +0000 (14:29 +0000)]
2003-10-12  Adrian Aichner  <adrian@xemacs.org>

* gnus.texi (Mail Source Specifiers): uref fixes.

20 years ago2003-10-18 Matt Swift <swift@alum.mit.edu>
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 14:29:32 +0000 (14:29 +0000)]
2003-10-18  Matt Swift  <swift@alum.mit.edu>

* mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg.

20 years ago2003-10-18 Romain FRANCOISE <romain@orebokech.com>
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 14:01:46 +0000 (14:01 +0000)]
2003-10-18  Romain FRANCOISE  <romain@orebokech.com>

* message.el (message-forward-make-body): does both
m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
message buffer.

20 years ago(gnus-narrow-to-page): Only break page if it's
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 13:34:07 +0000 (13:34 +0000)]
(gnus-narrow-to-page): Only break page if it's
broken.

20 years ago(nnrss-find-rss-via-syndic8): Return nil if xml-rpc
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 13:26:48 +0000 (13:26 +0000)]
(nnrss-find-rss-via-syndic8): Return nil if xml-rpc
isn't available.

20 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 13:08:27 +0000 (13:08 +0000)]
*** empty log message ***

20 years ago(message-hidden-headers): Doc fix.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 13:08:23 +0000 (13:08 +0000)]
(message-hidden-headers): Doc fix.

20 years ago(gnus-summary-resend-message-edit): Avoid error when
Jesper Harder [Sat, 18 Oct 2003 11:08:37 +0000 (11:08 +0000)]
(gnus-summary-resend-message-edit): Avoid error when
fields aren't found.

20 years ago(Group Mail Splitting)
Jesper Harder [Sat, 18 Oct 2003 10:52:22 +0000 (10:52 +0000)]
(Group Mail Splitting)
(Filtering Spam Using The Spam ELisp Package): Markup fixes.

20 years ago(Security): @url -> @uref.
Jesper Harder [Sat, 18 Oct 2003 09:34:14 +0000 (09:34 +0000)]
(Security): @url -> @uref.

20 years agoFix logic in second last commit.
Simon Josefsson [Sat, 18 Oct 2003 03:27:46 +0000 (03:27 +0000)]
Fix logic in second last commit.

20 years agoFix message-forward-show-mml.
Simon Josefsson [Sat, 18 Oct 2003 02:30:41 +0000 (02:30 +0000)]
Fix message-forward-show-mml.

20 years ago(message-forward-show-mml): New default 'best.
Simon Josefsson [Sat, 18 Oct 2003 02:28:18 +0000 (02:28 +0000)]
(message-forward-show-mml): New default 'best.
(message-forward-make-body): Support it.

20 years ago(message-forward-make-body-plain)
Simon Josefsson [Sat, 18 Oct 2003 01:51:50 +0000 (01:51 +0000)]
(message-forward-make-body-plain)
(message-forward-make-body-mime, message-forward-make-body-mml)
(message-forward-make-body-digest-plain)
(message-forward-make-body-digest-mime)
(message-forward-make-body-digest): New, derived from
message-forward-make-body.
(message-forward-make-body): Use them.

20 years ago(gnus-article-mode): Set gnus-page-broken to nil.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 01:18:57 +0000 (01:18 +0000)]
(gnus-article-mode): Set gnus-page-broken to nil.
(gnus-article-prepare): Don't set to t.
(gnus-narrow-to-page): Set to t if we break.

20 years ago2003-06-11 Daniel Néri <dne@mayonnaise.net>
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 00:54:41 +0000 (00:54 +0000)]
2003-06-11  Daniel Néri  <dne@mayonnaise.net>

* message.el (message-resend): Generate Resent-Message-ID header.

20 years agoDefine gnusasis and gnusurl.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 00:39:25 +0000 (00:39 +0000)]
Define gnusasis and gnusurl.

20 years ago(gnus-mime-delete-part): Don't insert parts twice.
Lars Magne Ingebrigtsen [Sat, 18 Oct 2003 00:39:13 +0000 (00:39 +0000)]
(gnus-mime-delete-part): Don't insert parts twice.

20 years agoAdd asis and url.
Lars Magne Ingebrigtsen [Fri, 17 Oct 2003 23:58:44 +0000 (23:58 +0000)]
Add asis and url.

20 years ago(gnus-article-next-page): Don't go to the next line
Lars Magne Ingebrigtsen [Fri, 17 Oct 2003 23:50:37 +0000 (23:50 +0000)]
(gnus-article-next-page): Don't go to the next line
before checking end-of-buffer.

20 years ago(article-update-date-lapsed): Make sure point
Lars Magne Ingebrigtsen [Fri, 17 Oct 2003 21:28:52 +0000 (21:28 +0000)]
(article-update-date-lapsed): Make sure point
doesn't move around (much).

20 years ago2003-07-28 Vasily Korytov <deskpot@myrealbox.com>
Lars Magne Ingebrigtsen [Fri, 17 Oct 2003 21:21:22 +0000 (21:21 +0000)]
2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>

* mail-source.el (mail-source-keyword-map): List "cur" before
"new" for maildirs.

20 years ago* gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
Lars Magne Ingebrigtsen [Fri, 17 Oct 2003 18:37:05 +0000 (18:37 +0000)]
* gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
group.

(gnus-inews-insert-archive-gcc): Paren mistake.

20 years ago* gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
Lars Magne Ingebrigtsen [Fri, 17 Oct 2003 18:32:49 +0000 (18:32 +0000)]
* gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
name for gcc-self.

* gnus-sum.el (gnus-summary-enter-digest-group): Add
parent-group.

* gnus-art.el (gnus-ignored-headers): Add more headers.

20 years ago(rfc2047-encode): See which encoding is shorter --
Lars Magne Ingebrigtsen [Fri, 17 Oct 2003 17:52:01 +0000 (17:52 +0000)]
(rfc2047-encode): See which encoding is shorter --
base64 or QP.

20 years ago* nnmail.el (nnmail-article-group): Default to "bogus".
Lars Magne Ingebrigtsen [Thu, 16 Oct 2003 23:06:20 +0000 (23:06 +0000)]
* nnmail.el (nnmail-article-group): Default to "bogus".

* mail-source.el (mail-source-delete-incoming): Change to nil.

20 years ago(mail-source-fetch-imap): Fix mismatched parens.
Katsumi Yamaoka [Thu, 16 Oct 2003 22:16:29 +0000 (22:16 +0000)]
(mail-source-fetch-imap): Fix mismatched parens.

20 years ago * mail-source.el (defvar): Add post/pre/scripts.
Lars Magne Ingebrigtsen [Thu, 16 Oct 2003 18:56:50 +0000 (18:56 +0000)]
* mail-source.el (defvar): Add post/pre/scripts.
(mail-source-fetch-imap): Use them.

20 years ago2003-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
Lars Magne Ingebrigtsen [Thu, 16 Oct 2003 18:36:52 +0000 (18:36 +0000)]
2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>

* gnus-group.el (gnus-group-mark-regexp): Jump to groups.

2003-10-16  Ed L. Cashin  <ecashin@uga.edu>

* imap.el (imap-interactive-login): Set imap-password to nil if
login fails.

2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>

* message.el (message-inserted-headers): New variable.
(message-mode): Make local.
(message-mode): Set all the local action variables to nil.

20 years ago2003-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
Lars Magne Ingebrigtsen [Thu, 16 Oct 2003 16:11:34 +0000 (16:11 +0000)]
2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>

* gnus-group.el (gnus-group-mark-regexp): Jump to groups.

2003-10-16  Ed L. Cashin  <ecashin@uga.edu>

* imap.el (imap-interactive-login): Set imap-password to nil if
login fails.

2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>

* message.el (message-inserted-headers): New variable.
(message-mode): Make local.
(message-mode): Set all the local action variables to nil.

20 years agoFix typo in last commit.
Simon Josefsson [Thu, 16 Oct 2003 04:32:40 +0000 (04:32 +0000)]
Fix typo in last commit.

20 years agoMention message-forward-show-mml change.
Simon Josefsson [Thu, 16 Oct 2003 04:31:56 +0000 (04:31 +0000)]
Mention message-forward-show-mml change.

20 years ago(mm-inline-text-html-with-images): Doc fix.
Katsumi Yamaoka [Thu, 16 Oct 2003 03:44:35 +0000 (03:44 +0000)]
(mm-inline-text-html-with-images): Doc fix.
(mm-w3m-safe-url-regexp): Doc fix.

20 years ago(gnus-summary-respool-query): Don't narrow to head,
Jesper Harder [Sun, 12 Oct 2003 20:45:23 +0000 (20:45 +0000)]
(gnus-summary-respool-query): Don't narrow to head,
it's done by nnmail-article-group.

20 years ago(Group Mail Splitting): Markup fix.
Jesper Harder [Sun, 12 Oct 2003 16:36:52 +0000 (16:36 +0000)]
(Group Mail Splitting): Markup fix.

20 years ago(gnus-uu-grab-articles): Fix misplaced parens.
Jesper Harder [Sun, 12 Oct 2003 02:36:38 +0000 (02:36 +0000)]
(gnus-uu-grab-articles): Fix misplaced parens.
From Mark Hood <markhood@speakeasy.net> (tiny change)

20 years ago(mm-file-name-delete-gotchas): Avoid infloop in
Jesper Harder [Fri, 10 Oct 2003 16:13:24 +0000 (16:13 +0000)]
(mm-file-name-delete-gotchas): Avoid infloop in
XEmacs.

20 years ago* spam.el (spam-initialize): new function, does the spam-face
Teodor Zlatanov [Fri, 10 Oct 2003 16:02:45 +0000 (16:02 +0000)]
* spam.el (spam-initialize): new function, does the spam-face
update and all the hooks, replaces spam-install-hooks-function

* gnus-registry.el (gnus-registry-initialize): new autoloaded
function to explicitly initialize the registry

20 years ago* mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
Katsumi Yamaoka [Fri, 10 Oct 2003 08:40:55 +0000 (08:40 +0000)]
* mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.

* mm-view.el (mm-w3m-mode-map): Doc fix.
(mm-inline-text-html-render-with-w3m): Add a comment.

20 years agoRemove superfluous eval-when-compiles.
Lars Magne Ingebrigtsen [Fri, 10 Oct 2003 06:40:21 +0000 (06:40 +0000)]
Remove superfluous eval-when-compiles.

20 years ago(gnus-group-suspend): Reset gnus-backlog-articles.
Jesper Harder [Fri, 10 Oct 2003 02:49:09 +0000 (02:49 +0000)]
(gnus-group-suspend): Reset gnus-backlog-articles.

20 years ago(query-dns): Don't error out on malformed resolv files.
Lars Magne Ingebrigtsen [Wed, 8 Oct 2003 09:14:52 +0000 (09:14 +0000)]
(query-dns): Don't error out on malformed resolv files.

20 years ago(gnus-group-faq-directory): Update .tw entry. From
Jesper Harder [Mon, 6 Oct 2003 03:43:02 +0000 (03:43 +0000)]
(gnus-group-faq-directory): Update .tw entry.  From
Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>

20 years ago(spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
Teodor Zlatanov [Fri, 3 Oct 2003 18:58:43 +0000 (18:58 +0000)]
(spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
(spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field

20 years ago(spam-check-blackholes): exit the loop if matches are
Teodor Zlatanov [Fri, 3 Oct 2003 18:42:15 +0000 (18:42 +0000)]
(spam-check-blackholes): exit the loop if matches are
found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)

20 years ago(mm-attachment-file-modes): Change the default value into 384 from ?\600
Katsumi Yamaoka [Fri, 3 Oct 2003 13:30:21 +0000 (13:30 +0000)]
(mm-attachment-file-modes): Change the default value into 384 from ?\600
 which doesn't mean an integer in XEmacs.

20 years ago(mm-attachment-file-modes): New option.
Jesper Harder [Fri, 3 Oct 2003 01:16:23 +0000 (01:16 +0000)]
(mm-attachment-file-modes): New option.
(mm-save-part-to-file): Use it.

20 years ago(Files and Directories): Update.
Jesper Harder [Thu, 2 Oct 2003 23:23:49 +0000 (23:23 +0000)]
(Files and Directories): Update.

20 years ago(mm-file-name-delete-control)
Jesper Harder [Thu, 2 Oct 2003 23:08:21 +0000 (23:08 +0000)]
(mm-file-name-delete-control)
(mm-file-name-delete-gotchas): New functions.
(mm-file-name-rewrite-functions): Use them.

20 years agoFix byte compile warnings.
Simon Josefsson [Thu, 2 Oct 2003 22:53:43 +0000 (22:53 +0000)]
Fix byte compile warnings.

20 years agoAdd doc.
Simon Josefsson [Thu, 2 Oct 2003 19:59:25 +0000 (19:59 +0000)]
Add doc.

20 years ago(spam-install-hooks-function): Added Autoload cookie.
Reiner Steib [Thu, 2 Oct 2003 19:46:58 +0000 (19:46 +0000)]
(spam-install-hooks-function): Added Autoload cookie.

20 years ago(Filtering Spam Using The Spam ELisp Package): added
Teodor Zlatanov [Thu, 2 Oct 2003 18:53:57 +0000 (18:53 +0000)]
(Filtering Spam Using The Spam ELisp Package): added
spam-process-ham-in-spam-groups and
spam-process-ham-in-nonham-groups variable descriptions

20 years ago(pgg-default-keyserver-address): Change to
Jesper Harder [Thu, 2 Oct 2003 16:26:44 +0000 (16:26 +0000)]
(pgg-default-keyserver-address): Change to
subkeys.pgp.net.  From Michael Shields <shields@msrl.com>

20 years ago(message-idna-to-ascii-rhs-1): RHS can be terminated
Simon Josefsson [Wed, 1 Oct 2003 17:04:59 +0000 (17:04 +0000)]
(message-idna-to-ascii-rhs-1): RHS can be terminated
by ',', as in 'foo@example.org, bar@example.org'.