gnus
21 years agotls.el: New file.
Simon Josefsson [Sun, 23 Mar 2003 13:57:09 +0000 (13:57 +0000)]
tls.el: New file.
nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
instead of SSL.
(nnimap-stream): Add other streams, link to imap variables.
(nnimap-authenticator): Add other authenticator, link to imap
variables.
imap.el: Autoload open-tls-stream.
(imap-streams): Add tls in front of ssl.
(imap-stream-alist): Add tls.
(imap-default-tls-port): New variable.
(imap-tls-p, imap-tls-open): New functions.

21 years ago * mm-url.el (mm-url-insert-file-contents): parse url only if
ShengHuo ZHU [Sun, 23 Mar 2003 03:47:15 +0000 (03:47 +0000)]
* mm-url.el (mm-url-insert-file-contents): parse url only if
results is a list.

21 years ago* gnus.texi (Group Information, Article Washing)
Jesper Harder [Sun, 23 Mar 2003 01:22:33 +0000 (01:22 +0000)]
* gnus.texi (Group Information, Article Washing)
(Formatting Fonts, Group Parameters): Fix external xrefs.

* message.texi (Mailing Lists): do.

21 years ago2003-03-22 Frank Schmitt <ich@frank-schmitt.net>
Lars Magne Ingebrigtsen [Sat, 22 Mar 2003 19:15:21 +0000 (19:15 +0000)]
2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
* make.bat: Redone from scratch; supports both Emacs and XEmacs
now; correctly generate gnus-load.el; check for errors; use
makeinfo if available, infohack.el if it isn't; be less verbose
when copying files; copy files from etc/gnus and etc/smilies, too

2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
* make-x.bat: Removed, make.bat does its job now.

2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
* etc/gnus-tut.txt: Include Gnus FAQ from http://my.gnus.org.

21 years ago2003-03-22 Svend Tollak Munkejord <stm@bacchus.pvv.org>
Lars Magne Ingebrigtsen [Sat, 22 Mar 2003 18:33:23 +0000 (18:33 +0000)]
2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>

* deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
less strict regexp.

21 years agoFix pxref in last commit.
Simon Josefsson [Sat, 22 Mar 2003 17:07:05 +0000 (17:07 +0000)]
Fix pxref in last commit.

21 years ago(Drafts): Mention how to restore special property, suggested by
Simon Josefsson [Sat, 22 Mar 2003 17:04:40 +0000 (17:04 +0000)]
(Drafts): Mention how to restore special property, suggested by
Florian Weimer <fw@deneb.enyo.de>.

21 years ago(Troubleshooting): Fix typo.
Simon Josefsson [Sat, 22 Mar 2003 00:52:52 +0000 (00:52 +0000)]
(Troubleshooting): Fix typo.

21 years ago(article-decode-group-name): Replace Newsgroups and
Simon Josefsson [Fri, 21 Mar 2003 19:34:13 +0000 (19:34 +0000)]
(article-decode-group-name): Replace Newsgroups and
Followup-To data inline.

21 years ago(gnus-treat-display-xface): Don't enable if
Jesper Harder [Fri, 21 Mar 2003 18:00:49 +0000 (18:00 +0000)]
(gnus-treat-display-xface): Don't enable if
icontopbm isn't available.

21 years ago * gnus-uu.el (gnus-uu-delete-work-dir): Avoid hanging when O/S
Kevin Greiner [Fri, 21 Mar 2003 07:30:45 +0000 (07:30 +0000)]
* gnus-uu.el (gnus-uu-delete-work-dir): Avoid hanging when O/S
                forbids deletion of temp file (Win-XP may leave the temp file locked
                when the uudecode process fails).

21 years ago * gnus-sum.el (eval-when-compile): Modified to resolve
Kevin Greiner [Fri, 21 Mar 2003 07:18:25 +0000 (07:18 +0000)]
* gnus-sum.el (eval-when-compile): Modified to resolve
compile-time warnings.

21 years ago * gnus-int.el (gnus-open-server): Catch errors in backend's
Kevin Greiner [Fri, 21 Mar 2003 07:18:23 +0000 (07:18 +0000)]
* gnus-int.el (gnus-open-server): Catch errors in backend's
open-server method.  Returns nil rather than crashing startup.

* gnus-sum.el (eval-when-compile): Modified to resolve
compile-time warnings.

* gnus-uu.el (gnus-uu-mark-series): Added informative msg.
Reports length of series so that the user can compare N with a
subject that should, if the entire series is present, contain
'(.../N)'.

21 years ago * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
Kevin Greiner [Fri, 21 Mar 2003 07:18:18 +0000 (07:18 +0000)]
* gnus-uu.el (gnus-uu-mark-series): Added informative msg.
Reports length of series so that the user can compare N with a
subject that should, if the entire series is present, contain
'(.../N)'.

21 years ago * gnus-int.el (gnus-open-server): Catch errors in backend's
Kevin Greiner [Fri, 21 Mar 2003 07:17:33 +0000 (07:17 +0000)]
* gnus-int.el (gnus-open-server): Catch errors in backend's
open-server method.  Returns nil rather than crashing startup.

21 years ago2003-03-20 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 20 Mar 2003 23:05:16 +0000 (23:05 +0000)]
2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-split-line): Ignore error.

* lpath.el (split-line): Avoid split-line warning message.

2003-03-20  Kim F. Storm  <storm@cua.dk>

* message.el (message-split-line): New function.
(message-mode-map): Remap split-line to message-split-line.

21 years ago * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
ShengHuo ZHU [Thu, 20 Mar 2003 22:55:39 +0000 (22:55 +0000)]
* rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.

21 years ago* message.el (message-make-overlay): Defalias it to make-overlay.
Katsumi Yamaoka [Thu, 20 Mar 2003 16:11:29 +0000 (16:11 +0000)]
* message.el (message-make-overlay): Defalias it to make-overlay.
(message-delete-overlay): Defalias it to delete-overlay.
(message-overlay-put): Defalias it to overlay-put.
(message-idna-to-ascii-rhs-1): Use them.

* messagexmas.el (message-xmas-redefine): Defalias some overlay functions
 to extent functions.

21 years ago(message-check-news-header-syntax): Fixed regexp.
Reiner Steib [Thu, 20 Mar 2003 15:26:03 +0000 (15:26 +0000)]
(message-check-news-header-syntax): Fixed regexp.

21 years ago * mm-url.el (mm-url-insert): Move url-current-object stuff into
ShengHuo ZHU [Thu, 20 Mar 2003 15:14:52 +0000 (15:14 +0000)]
* mm-url.el (mm-url-insert): Move url-current-object stuff into
mm-url-insert-file-contents.

21 years ago * nnrss.el (nnrss-fetch): Fetch the local stuff.
ShengHuo ZHU [Thu, 20 Mar 2003 12:47:04 +0000 (12:47 +0000)]
* nnrss.el (nnrss-fetch): Fetch the local stuff.
(nnrss-check-group): Use it.

21 years ago2003-03-20 Mark A. Hershberger <mah@everybody.org>
ShengHuo ZHU [Thu, 20 Mar 2003 12:29:59 +0000 (12:29 +0000)]
2003-03-20 Mark A. Hershberger  <mah@everybody.org>

* nnrss.el: Primitive XML Name-space support.  This means that RSS
feeds like Kevin Burton's[1] can now be read in Gnus.

  Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
means that if you want to read the RSS feed for example.com, all
you have to do is hit "G R http://www.example.com/ RET" and
nnrss.el will find and the feed listed on the site or (if you have
loaded xml-rpc.el) look it up on syndic8.com.

  Marked the message as HTML (by adding a Content-Type header) so
that Gnus will render it as html if the user wants that.

  Implemented the ability to save nnrss-group-alist so that any new
feeds the you subscribe to will be found the next time you start
up.

  Implemented support for RSS 2.0 elements (author, pubDate).

Prefer for <content:encoded> over <description> where both
elements exist.

* mm-url.el (mm-url-insert): Set url-current-object.

* gnus-group.el (gnus-group-make-rss-group): New function.

21 years ago(message-idna-to-ascii-rhs-1): Don't use replace-*
Simon Josefsson [Thu, 20 Mar 2003 11:28:50 +0000 (11:28 +0000)]
(message-idna-to-ascii-rhs-1): Don't use replace-*
for highlight overlays.

21 years ago(gnus-cache-braid-nov): Test if a line looks like a NOV.
Katsumi Yamaoka [Thu, 20 Mar 2003 00:32:33 +0000 (00:32 +0000)]
(gnus-cache-braid-nov): Test if a line looks like a NOV.

21 years agoFix byte compile warning for IDNA stuff.
Simon Josefsson [Wed, 19 Mar 2003 23:17:51 +0000 (23:17 +0000)]
Fix byte compile warning for IDNA stuff.

21 years agomessage.el (message-use-idna): Disable if UTF-8 unavailable.
Simon Josefsson [Wed, 19 Mar 2003 23:12:56 +0000 (23:12 +0000)]
message.el (message-use-idna): Disable if UTF-8 unavailable.
(message-idna-to-ascii-rhs): Use it.
gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.

21 years agostupid typo
Teodor Zlatanov [Wed, 19 Mar 2003 23:05:57 +0000 (23:05 +0000)]
stupid typo

21 years ago* spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
Teodor Zlatanov [Wed, 19 Mar 2003 22:57:55 +0000 (22:57 +0000)]
* spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
(spam-group-ham-marks, spam-group-spam-marks): new functions
(spam-spam-marks, spam-ham-marks): removed in favor of the
spam-marks and ham-marks parameters
(spam-generic-register-routine, spam-ham-move-routine): use the
new spam-group-{spam,ham}-mark-p functions
* gnus.el (spam-marks, ham-marks): new group parameters with
default values same as the old spam-spam-marks and spam-ham-marks

21 years agoReorder IDNA commit.
Simon Josefsson [Wed, 19 Mar 2003 22:55:06 +0000 (22:55 +0000)]
Reorder IDNA commit.

21 years ago(Agent Basics): Fix makeinfo warnings.
Simon Josefsson [Wed, 19 Mar 2003 22:52:08 +0000 (22:52 +0000)]
(Agent Basics): Fix makeinfo warnings.

21 years ago(Misc Article): Add.
Simon Josefsson [Wed, 19 Mar 2003 22:49:00 +0000 (22:49 +0000)]
(Misc Article): Add.

21 years agoAdd IDNA.
Simon Josefsson [Wed, 19 Mar 2003 22:44:42 +0000 (22:44 +0000)]
Add IDNA.

21 years ago(gnus-article-decode-hook): Add IDNA.
Simon Josefsson [Wed, 19 Mar 2003 22:43:13 +0000 (22:43 +0000)]
(gnus-article-decode-hook): Add IDNA.
(gnus-use-idna): New variable.
(article-decode-idna-rhs): New function.

21 years agoFix :group of last commit.
Simon Josefsson [Wed, 19 Mar 2003 22:40:06 +0000 (22:40 +0000)]
Fix :group of last commit.

21 years agoUpdate.
Simon Josefsson [Wed, 19 Mar 2003 22:23:50 +0000 (22:23 +0000)]
Update.

21 years ago(IDNA): New.
Simon Josefsson [Wed, 19 Mar 2003 22:23:01 +0000 (22:23 +0000)]
(IDNA): New.

21 years agoFix byte compile warning for last commit.
Simon Josefsson [Wed, 19 Mar 2003 22:14:46 +0000 (22:14 +0000)]
Fix byte compile warning for last commit.

21 years ago(message-use-idna): New variable.
Simon Josefsson [Wed, 19 Mar 2003 22:13:40 +0000 (22:13 +0000)]
(message-use-idna): New variable.
(message-mode-field-menu): Add entry for IDNA.
(message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
(message-idna-to-ascii-rhs): New function.
(message-generate-headers): Invoke IDNA code.

21 years ago* nnmaildir.el (nnmaildir--system-name): New function.
Paul Jarc [Wed, 19 Mar 2003 17:03:53 +0000 (17:03 +0000)]
* nnmaildir.el (nnmaildir--system-name): New function.
(nnmaildir-request-accept-article): Use it.

21 years ago* gnus-util.el (gnus-byte-compile): Make it work silently as the gnus-compile
Katsumi Yamaoka [Wed, 19 Mar 2003 15:44:30 +0000 (15:44 +0000)]
* gnus-util.el (gnus-byte-compile): Make it work silently as the gnus-compile
 function does.

* gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last bogus change.

21 years ago * gnus.texi (Gnus Unplugged): Refer to new agent Group/Topic
Kevin Greiner [Wed, 19 Mar 2003 07:02:19 +0000 (07:02 +0000)]
* gnus.texi (Gnus Unplugged): Refer to new agent Group/Topic
parameters.
(Category Syntax): New description.
(Category Buffer): New command.
(Category Variables): New variables.
(Agent as Cache): Expanded description.
(Agent Expiry): Expanded description.
(Agent Variables): Fixed and new descriptions.

21 years ago * gnus.texi (Gnus Unplugged): Refer to new agent Group/Topic
Kevin Greiner [Wed, 19 Mar 2003 07:01:40 +0000 (07:01 +0000)]
* gnus.texi (Gnus Unplugged): Refer to new agent Group/Topic
parameters.
(Category Syntax): New description.
(Category Buffer): New command.
(Category Variables): New variables.
(Agent as Cache): Expanded description.
(Agent Expiry): Expanded description.
(Agent Variables): Fixed and new descriptions.

        * infohack.el (batch-makeinfo): Provide local implementation of
subst-char-in-region as the built-in implementation is unreliable
on Windows XP (Intermittent failure results in build looping
forever).

21 years ago * infohack.el (batch-makeinfo): Provide local implementation of
Kevin Greiner [Wed, 19 Mar 2003 07:01:09 +0000 (07:01 +0000)]
    * infohack.el (batch-makeinfo): Provide local implementation of
subst-char-in-region as the built-in implementation is unreliable
on Windows XP (Intermittent failure results in build looping
forever).

21 years ago(mm-mule-charset-to-mime-charset): Test if
Jesper Harder [Wed, 19 Mar 2003 03:34:35 +0000 (03:34 +0000)]
(mm-mule-charset-to-mime-charset): Test if
sort-coding-systems is defined.

21 years ago* gnus.texi (Maildir): Replace create-directory with
Paul Jarc [Tue, 18 Mar 2003 19:00:28 +0000 (19:00 +0000)]
* gnus.texi (Maildir): Replace create-directory with
target-prefix.

21 years ago* nnmaildir.el (nnmaildir-open-server,
Paul Jarc [Tue, 18 Mar 2003 18:59:58 +0000 (18:59 +0000)]
* nnmaildir.el (nnmaildir-open-server,
nnmaildir-request-scan,
nnmaildir-request-create-group,
nnmaildir-request-delete-group): Replace create-directory with
target-prefix.

21 years ago(mm-decode-coding-region-safely): Don't use
Jesper Harder [Tue, 18 Mar 2003 17:22:05 +0000 (17:22 +0000)]
(mm-decode-coding-region-safely): Don't use
find-charset-region which is slooow in XEmacs.

21 years ago* gnus.texi (Maildir): More info for expire-group; add
Paul Jarc [Tue, 18 Mar 2003 17:10:26 +0000 (17:10 +0000)]
* gnus.texi (Maildir): More info for expire-group; add
distrust-Lines:.

21 years ago(gnus-summary-highlight-line-0): Silence the byte-compiler under XEmacs.
Katsumi Yamaoka [Tue, 18 Mar 2003 10:31:49 +0000 (10:31 +0000)]
(gnus-summary-highlight-line-0): Silence the byte-compiler under XEmacs.

21 years ago(gnus-treat-highlight-signature): Make the default
Jesper Harder [Tue, 18 Mar 2003 05:03:47 +0000 (05:03 +0000)]
(gnus-treat-highlight-signature): Make the default
work for multipart/signed where the message text isn't `last'.

21 years ago* mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to the value of
Katsumi Yamaoka [Tue, 18 Mar 2003 04:16:58 +0000 (04:16 +0000)]
* mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to the value of
 mm-inline-text-html-with-images.
(mm-inline-text-html-render-with-w3m): Don't bind w3m-display-inline-images.

* gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
 w3m-display-inline-images.

* lpath.el: Bind w3m-display-inline-images;
 bind mm-w3m-mode-map regardless of an Emacs flavor.

21 years ago(featurep): Bind mm-w3m-mode-map.
Lars Magne Ingebrigtsen [Tue, 18 Mar 2003 00:01:23 +0000 (00:01 +0000)]
(featurep): Bind mm-w3m-mode-map.

21 years ago* gnus.texi (Comparing Mail Back Ends): nnmaildir fixes.
Paul Jarc [Mon, 17 Mar 2003 23:55:27 +0000 (23:55 +0000)]
* gnus.texi (Comparing Mail Back Ends): nnmaildir fixes.

21 years ago(gnus-version-number): Bump.
Lars Magne Ingebrigtsen [Mon, 17 Mar 2003 23:41:06 +0000 (23:41 +0000)]
(gnus-version-number): Bump.

21 years agoRelease commit
Lars Magne Ingebrigtsen [Mon, 17 Mar 2003 23:38:34 +0000 (23:38 +0000)]
Release commit

21 years ago(featurep): Bind mm-w3m-mode-map.
Lars Magne Ingebrigtsen [Tue, 18 Mar 2003 00:01:23 +0000 (00:01 +0000)]
(featurep): Bind mm-w3m-mode-map.

21 years ago* nnmail.el (nnmail-cache-primary-mail-backend): Not all
Paul Jarc [Mon, 17 Mar 2003 19:13:24 +0000 (19:13 +0000)]
* nnmail.el (nnmail-cache-primary-mail-backend): Not all
'respool-able backends define a global nnchoke-get-new-mail
variable.

21 years ago* message.el (message-check-news-header-syntax): Don't push
Lars Magne Ingebrigtsen [Mon, 17 Mar 2003 16:14:09 +0000 (16:14 +0000)]
* message.el (message-check-news-header-syntax): Don't push
groups twice onto list of unknown groups.

* nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
back.

* nnheader.el (nnheader-find-etc-directory): Doc fix.

* gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
config unless the summary buffer exists.

21 years ago(Using MIME): Added gnus-mime-delete-part.
Reiner Steib [Mon, 17 Mar 2003 16:09:30 +0000 (16:09 +0000)]
(Using MIME): Added gnus-mime-delete-part.

21 years ago*** empty log message ***
Reiner Steib [Mon, 17 Mar 2003 16:08:29 +0000 (16:08 +0000)]
*** empty log message ***

21 years ago(gnus-mime-delete-part): New function.
Reiner Steib [Mon, 17 Mar 2003 16:07:31 +0000 (16:07 +0000)]
(gnus-mime-delete-part): New function.
(gnus-mime-action-alist, gnus-mime-button-commands): Use it.

21 years ago(gnus-summary-next-group): Semi-exit group first to
Lars Magne Ingebrigtsen [Mon, 17 Mar 2003 15:14:43 +0000 (15:14 +0000)]
(gnus-summary-next-group): Semi-exit group first to
that target group is computed correctly when articles are marked
as read by Xref handling.

21 years ago* mail-source.el (mail-source-fetch-imap): Pass buffer-name to
Lars Magne Ingebrigtsen [Mon, 17 Mar 2003 14:20:35 +0000 (14:20 +0000)]
* mail-source.el (mail-source-fetch-imap): Pass buffer-name to
imap-open.

* message.el (message-send-mail): Add courtesy string to Bcc's,
too.

21 years ago * gnus-cite.el (gnus-cited-line-p): New function.
Lars Magne Ingebrigtsen [Mon, 17 Mar 2003 13:49:09 +0000 (13:49 +0000)]
* gnus-cite.el (gnus-cited-line-p): New function.

21 years ago(Required Back End Functions): Add.
Lars Magne Ingebrigtsen [Mon, 17 Mar 2003 13:48:57 +0000 (13:48 +0000)]
(Required Back End Functions): Add.

21 years agoFix setfilename.
Simon Josefsson [Mon, 17 Mar 2003 11:20:50 +0000 (11:20 +0000)]
Fix setfilename.

21 years ago*** empty log message ***
Jesper Harder [Sat, 15 Mar 2003 22:59:22 +0000 (22:59 +0000)]
*** empty log message ***

21 years ago* mm-bodies.el (mm-decode-body): Add new optional parameter,
Jesper Harder [Sat, 15 Mar 2003 22:52:28 +0000 (22:52 +0000)]
* mm-bodies.el (mm-decode-body): Add new optional parameter,
force, to use the supplied charset unconditionally.

* gnus-art.el (article-decode-charset): Use it.

21 years ago* mm-bodies.el (mm-decode-coding-region-safely): New function.
Jesper Harder [Fri, 14 Mar 2003 22:33:59 +0000 (22:33 +0000)]
* mm-bodies.el (mm-decode-coding-region-safely): New function.
(mm-decode-body): Use it.

* rfc2047.el (rfc2047-decode-region): do.
(rfc2047-decode-string): Guess coding system if the default is
invalid.

21 years ago* nnmaildir.el (nnmaildir-request-update-info): Pretend missing
Paul Jarc [Thu, 13 Mar 2003 19:47:00 +0000 (19:47 +0000)]
* nnmaildir.el (nnmaildir-request-update-info): Pretend missing
articles are marked 'read, so we get correct article counts.

21 years ago(gnus-insert-mime-button): Exclude a newline from the button.
Katsumi Yamaoka [Thu, 13 Mar 2003 07:51:54 +0000 (07:51 +0000)]
(gnus-insert-mime-button): Exclude a newline from the button.
(gnus-insert-prev-page-button): Ditto.
(gnus-insert-next-page-button): Ditto.
(gnus-insert-mime-security-button): Ditto.

21 years ago(mm-inline-image-emacs): Open the bottom of an image one line.
Katsumi Yamaoka [Thu, 13 Mar 2003 01:59:30 +0000 (01:59 +0000)]
(mm-inline-image-emacs): Open the bottom of an image one line.
(mm-inline-image-xemacs): Ditto.

21 years ago* gnus.texi (Top): Added menu item for Maildir node.
Paul Jarc [Wed, 12 Mar 2003 21:03:41 +0000 (21:03 +0000)]
* gnus.texi (Top): Added menu item for Maildir node.

21 years ago* nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
Paul Jarc [Wed, 12 Mar 2003 17:58:28 +0000 (17:58 +0000)]
* nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
nnmaildir--scan, nnmaildir-request-accept-article): Changes for
the recent filename uniqueness discussion.

21 years ago(mm-inline-image-emacs): Make it delete an excessive newline next time.
Katsumi Yamaoka [Wed, 12 Mar 2003 10:20:20 +0000 (10:20 +0000)]
(mm-inline-image-emacs): Make it delete an excessive newline next time.
(mm-inline-image-xemacs): Ditto.

21 years ago(hashcash-version, hashcash-insert-payment): patch
Teodor Zlatanov [Tue, 11 Mar 2003 21:20:06 +0000 (21:20 +0000)]
(hashcash-version, hashcash-insert-payment): patch
from Paul Foley

21 years ago(Paging the Article): Addition.
Jesper Harder [Tue, 11 Mar 2003 16:56:23 +0000 (16:56 +0000)]
(Paging the Article): Addition.

21 years ago(Customizing Articles): Additions.
Jesper Harder [Mon, 10 Mar 2003 22:10:37 +0000 (22:10 +0000)]
(Customizing Articles): Additions.

21 years ago(gnus-agent-synchronize-flags-server): Don't use
Jesper Harder [Mon, 10 Mar 2003 00:08:24 +0000 (00:08 +0000)]
(gnus-agent-synchronize-flags-server): Don't use
kill-line.

21 years ago* gnus.texi (Maildir): New node.
Paul Jarc [Sun, 9 Mar 2003 23:54:01 +0000 (23:54 +0000)]
* gnus.texi (Maildir): New node.

21 years ago(gnus-inews-insert-archive-gcc): Don't use
Jesper Harder [Sun, 9 Mar 2003 18:23:48 +0000 (18:23 +0000)]
(gnus-inews-insert-archive-gcc): Don't use
kill-line.

21 years ago * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
Kevin Greiner [Sun, 9 Mar 2003 16:05:19 +0000 (16:05 +0000)]
* gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
customization between new maneuvering (which permits selecting
undownloaded articles) and old maneuvering (which skipped over
undownloaded articles) behaviors.
(gnus-summary-find-next): Pass through the unread and subject
parameters when calling gnus-summary-find-prev.
(gnus-summary-find-next,gnus-summary-find-prev): Apply
gnus-auto-goto-ignores to filter out unacceptable articles.

21 years ago * gnus-agent.el (gnus-agent-fetched-hook): New variable. Just
Kevin Greiner [Sun, 9 Mar 2003 15:28:06 +0000 (15:28 +0000)]
* gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
fixing the code to match the documentation.
(gnus-agent-fetch-selected-article): Replaced
gnus-summary-update-article-line with gnus-summary-update-line as
the former did not correctly recalculate the thread indentation.
(gnus-agent-find-parameter): The agent-predicate, if not found
anywhere else, defaults to the value of gnus-agent-predicate.
(gnus-agent-fetch-session): Fixed typo; now executes
gnus-agent-fetched-hook rather than the undocumented
gnus-agent-fetch-hook.
(gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
default agent predicate is now provided by
gnus-agent-find-parameter.
(gnus-agent-message): New macro.  This macro avoids potentially
costly parameter evaluation when the message's level is too high
to display.
(gnus-agent-expire-group-1): Disabled undo tracking in temp
overview buffer. Uses new gnus-agent-message macro to reduce
overhead of optional messages. Reversed message levels to
emphasize percent completion messages.  Detailed messages of
little use except when debugging code.

21 years ago(spam-ham-move-routine): use
Teodor Zlatanov [Sat, 8 Mar 2003 17:47:18 +0000 (17:47 +0000)]
(spam-ham-move-routine): use
spam-mark-ham-unread-before-move-from-spam-group
(spam-mark-ham-unread-before-move-from-spam-group): new variable

21 years agoUpdate.
Jesper Harder [Sat, 8 Mar 2003 02:28:20 +0000 (02:28 +0000)]
Update.

21 years agoload nnimap.el when compiling
Teodor Zlatanov [Fri, 7 Mar 2003 20:05:19 +0000 (20:05 +0000)]
load nnimap.el when compiling
(spam-setup-widening): use
nnimap-split-download-body-default instead of
nnimap-split-download-body which is a user-customizable variable

21 years ago* gnus-idna.el (gnus-idna-to-ascii-rhs-1): Narrow to
Simon Josefsson [Fri, 7 Mar 2003 19:29:25 +0000 (19:29 +0000)]
* gnus-idna.el (gnus-idna-to-ascii-rhs-1): Narrow to
head (otherwise forwarded mail break havoc).

21 years ago(hashcash-version): return nil when invoked with a
Teodor Zlatanov [Fri, 7 Mar 2003 18:36:39 +0000 (18:36 +0000)]
(hashcash-version): return nil when invoked with a
nil token

21 years agoFix last commit.
Simon Josefsson [Fri, 7 Mar 2003 18:22:00 +0000 (18:22 +0000)]
Fix last commit.

21 years agoWord-wrap.
Simon Josefsson [Fri, 7 Mar 2003 18:20:03 +0000 (18:20 +0000)]
Word-wrap.

21 years ago(nnimap-split-download-body-default): New, holds
Simon Josefsson [Fri, 7 Mar 2003 18:19:17 +0000 (18:19 +0000)]
(nnimap-split-download-body-default): New, holds
default for n-s-d-b.
(nnimap-split-download-body): Add new setting (symbol default),
which uses contents of n-s-d-b-d, and made it the default.

21 years ago(spam-setup-widening): don't use (return)
Teodor Zlatanov [Fri, 7 Mar 2003 17:49:17 +0000 (17:49 +0000)]
(spam-setup-widening): don't use (return)

21 years ago(spam-use-hashcash): new variable
Teodor Zlatanov [Fri, 7 Mar 2003 17:00:21 +0000 (17:00 +0000)]
(spam-use-hashcash): new variable
(spam-list-of-checks): added spam-use-hashcash with associated spam-check-hashcash
(spam-check-hashcash): new function, installed iff hashcash.el is loaded

21 years ago*** empty log message ***
Teodor Zlatanov [Fri, 7 Mar 2003 16:47:41 +0000 (16:47 +0000)]
*** empty log message ***

21 years agoRemoved debug statement that was accidentally left in the previous check-in.
Kevin Greiner [Fri, 7 Mar 2003 04:06:25 +0000 (04:06 +0000)]
Removed debug statement that was accidentally left in the previous check-in.

21 years ago(spam-bogofilter-register-with-bogofilter): use
Teodor Zlatanov [Thu, 6 Mar 2003 16:06:32 +0000 (16:06 +0000)]
(spam-bogofilter-register-with-bogofilter): use
spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
(spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
custom variables to replace "-s" and "-n"

21 years ago * gnus-agent.el (gnus-agent-fetch-group-1): Added default
Kevin Greiner [Thu, 6 Mar 2003 16:03:24 +0000 (16:03 +0000)]
* gnus-agent.el (gnus-agent-fetch-group-1): Added default
predicate of `false' to avoid an error when a group defines no
predicate. Fixed typo that disabled agent scoring (i.e. the
low/high predicates should now work).

21 years ago* spam.el: add spam-maybe-spam-stat-load to
Teodor Zlatanov [Thu, 6 Mar 2003 15:58:40 +0000 (15:58 +0000)]
* spam.el: add spam-maybe-spam-stat-load to
gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook

* gnus-group.el (gnus-group-get-new-news): call the new
gnus-get-top-new-news-hook hook

* gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group

21 years ago(mm-uu-pgp-encrypted-test): Fix message.
Lars Magne Ingebrigtsen [Thu, 6 Mar 2003 10:13:46 +0000 (10:13 +0000)]
(mm-uu-pgp-encrypted-test): Fix message.

21 years ago(gnus-group-customize): Don't use delete-if which is a cl run-time function.
Katsumi Yamaoka [Thu, 6 Mar 2003 08:45:11 +0000 (08:45 +0000)]
(gnus-group-customize): Don't use delete-if which is a cl run-time function.