gnus
20 years agonnml.el (nnml-request-accept-article): pass sender to
Teodor Zlatanov [Wed, 12 Nov 2003 20:54:36 +0000 (20:54 +0000)]
nnml.el (nnml-request-accept-article): pass sender to
nnmail-cache-insert

nnmh.el (nnmh-request-accept-article): pass sender to
nnmail-cache-insert

nnmbox.el (nnmbox-request-accept-article): pass sender to
nnmail-cache-insert

nnfolder.el (nnfolder-request-accept-article): pass sender to
nnmail-cache-insert

nnbabyl.el (nnbabyl-request-accept-article): pass sender to
nnmail-cache-insert

nnmail.el (nnmail-cache-insert): accept sender parameter and
pass it to the nnmail-spool-hook

gnus-registry.el (gnus-registry-track-extra): clarify doc
(gnus-registry-action): add sender lexical var and pass it to
gnus-registry-add-group
(gnus-registry-spool-action): take a sender parameter, pass to
gnus-registry-add-group
(gnus-registry-split-fancy-with-parent): trace by sender in
addition to subject
(gnus-registry-fetch-sender-fast): new function
(gnus-registry-add-group): accept sender parameter

20 years ago* spam.el (spam-ham-copy-routine, spam-ham-move-routine)
Teodor Zlatanov [Tue, 11 Nov 2003 20:08:24 +0000 (20:08 +0000)]
* spam.el (spam-ham-copy-routine, spam-ham-move-routine)
(spam-mark-spam-as-expired-and-move-routine): allow for the
groups to be a list of a single item

* gnus.el (gnus-install-group-spam-parameters):
ham-process-destination and spam-process-destination allow lists now

20 years ago(message-insert-to): Do error out when the user
Reiner Steib [Mon, 10 Nov 2003 20:21:13 +0000 (20:21 +0000)]
(message-insert-to): Do error out when the user
requested no Cc.  Don't insert empty To.  Can be added to
`message-setup-hook' now.  From Sam Steingold <sds@gnu.org>.
(message-mode-field-menu): Moved some entries, added
`message-insert-wide-reply'.
(message-change-subject): Fixed comment.

20 years ago(pgg-encrypt-for-me): Change default from nil to t.
Simon Josefsson [Mon, 10 Nov 2003 02:58:55 +0000 (02:58 +0000)]
(pgg-encrypt-for-me): Change default from nil to t.

20 years agoAdd todo comment.
Simon Josefsson [Mon, 10 Nov 2003 01:31:21 +0000 (01:31 +0000)]
Add todo comment.

20 years ago(pgg-gpg-encrypt-region): Cache passphrase under hex
Simon Josefsson [Sun, 9 Nov 2003 21:40:30 +0000 (21:40 +0000)]
(pgg-gpg-encrypt-region): Cache passphrase under hex
key id too (for decryption).
(pgg-gpg-sign-region): Likewise.

20 years ago* pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
Simon Josefsson [Sun, 9 Nov 2003 04:02:36 +0000 (04:02 +0000)]
* pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
(pgg-gpg-lookup-all-secret-keys): New function.
(pgg-gpg-select-matching-key): Likewise.
(pgg-gpg-decrypt-region): Use new functions.  From Satyaki Das
<satyakid@stanford.edu>.

20 years ago* nnmail.el (nnmail-cache-insert): make sure that the
Teodor Zlatanov [Fri, 7 Nov 2003 18:40:16 +0000 (18:40 +0000)]
* nnmail.el (nnmail-cache-insert): make sure that the
nnmail-spool-hook is called with a valid newsgroup name (though
it may be wrong)

* gnus.el (gnus-group-real-prefix): return nil if group is not a
string, instead of triggering an error

20 years ago* gnus.el (gnus-group-guess-full-name-from-command-method): new function
Teodor Zlatanov [Thu, 6 Nov 2003 22:32:39 +0000 (22:32 +0000)]
* gnus.el (gnus-group-guess-full-name-from-command-method): new function

* gnus-registry.el (gnus-registry-fetch-group): use long names if
requested
(gnus-registry-split-fancy-with-parent): when long names are in
use, strip the name if we're in the native server, or else return nothing
(gnus-registry-spool-action, gnus-registry-action): use
gnus-group-guess-full-name-from-command-method instead of
gnus-group-guess-full-name

20 years ago* spam.el (spam-mark-spam-as-expired-and-move-routine)
Teodor Zlatanov [Thu, 6 Nov 2003 21:27:10 +0000 (21:27 +0000)]
* spam.el (spam-mark-spam-as-expired-and-move-routine)
(spam-ham-copy-or-move-routine): prevent article deletions or
moves unless the backend allows it

* spam.el (spam-spamoracle): doc change

20 years ago* gnus.el (gnus-install-group-spam-parameters): fixed parameters
Teodor Zlatanov [Thu, 6 Nov 2003 17:02:01 +0000 (17:02 +0000)]
* gnus.el (gnus-install-group-spam-parameters): fixed parameters
to list spamoracle as well

* spam.el (spam-spamoracle): doc change

20 years ago(gnus-decay-score): Protect against arithmetic errors. From Norbert Koch.
Katsumi Yamaoka [Tue, 4 Nov 2003 04:04:44 +0000 (04:04 +0000)]
(gnus-decay-score): Protect against arithmetic errors.  From Norbert Koch.

20 years ago(Filtering Spam Using The Spam ELisp Package): added
Teodor Zlatanov [Mon, 3 Nov 2003 18:36:58 +0000 (18:36 +0000)]
(Filtering Spam Using The Spam ELisp Package): added
some clarifications

20 years ago(spam-log-processing-to-registry): improved message and comments
Teodor Zlatanov [Fri, 31 Oct 2003 20:28:20 +0000 (20:28 +0000)]
(spam-log-processing-to-registry): improved message and comments
(spam-log-unregistration-needed-p): new function
(spam-ifile-register-spam-routine)
(spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
(spam-stat-register-ham-routine)
(spam-blacklist-register-routine)
(spam-whitelist-register-routine)
(spam-bogofilter-register-spam-routine)
(spam-bogofilter-register-ham-routine)
(spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change
spam-log-processing-to-registry invocations appropriately

20 years ago(imap-process-connection-type): Improve docstring. Suggested by
Simon Josefsson [Fri, 31 Oct 2003 17:31:15 +0000 (17:31 +0000)]
(imap-process-connection-type): Improve docstring.  Suggested by
Derek Atkins <warlord@MIT.EDU>.

20 years ago(imap-kerberos4-open): Ignore output from ATHENA imtest.
Simon Josefsson [Fri, 31 Oct 2003 17:27:59 +0000 (17:27 +0000)]
(imap-kerberos4-open): Ignore output from ATHENA imtest.
Tiny patch from Derek Atkins <warlord@MIT.EDU>.

20 years ago* spam.el (autoload): autoload the gnus-registry functions we'll
Teodor Zlatanov [Fri, 31 Oct 2003 13:01:14 +0000 (13:01 +0000)]
* spam.el (autoload): autoload the gnus-registry functions we'll
need
(spam-log-to-registry): new variable for interfacing with the
gnus-registry
(spam-install-hooks): variable had the wrong customization group
(spam-fetch-field-message-id-fast): convenience function for fetch
a message ID quickly
(spam-log-processing-to-registry): new function
(spam-ifile-register-spam-routine)
(spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
(spam-stat-register-ham-routine)
(spam-blacklist-register-routine)
(spam-whitelist-register-routine)
(spam-bogofilter-register-spam-routine)
(spam-bogofilter-register-ham-routine)
(spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
spam-log-processing-to-registry invocations

* gnus-registry.el: fixed docs in the preface to mention
gnus-registry-initialize
(gnus-registry-store-extra): remove cached extra entry
information when new extra entry is stored

20 years ago*** empty log message ***
Jesper Harder [Thu, 30 Oct 2003 18:31:24 +0000 (18:31 +0000)]
*** empty log message ***

20 years agominor typo fix
Teodor Zlatanov [Thu, 30 Oct 2003 15:46:13 +0000 (15:46 +0000)]
minor typo fix

20 years ago(Fancy Mail Splitting): added mention of
Teodor Zlatanov [Thu, 30 Oct 2003 15:44:24 +0000 (15:44 +0000)]
(Fancy Mail Splitting): added mention of
nnmail-split-fancy-match-partial-words

20 years ago(Slashdot, SpamAssassin, Score File Format): Fix
Jesper Harder [Thu, 30 Oct 2003 00:26:33 +0000 (00:26 +0000)]
(Slashdot, SpamAssassin, Score File Format): Fix
overfull hbox.
(Topic Parameters): @group.

20 years ago(message-forward-make-body-plain): Fix ARG=1 mode
Simon Josefsson [Wed, 29 Oct 2003 21:15:57 +0000 (21:15 +0000)]
(message-forward-make-body-plain): Fix ARG=1 mode
after separating m-f-m-b.

20 years ago(message-forward-make-body-plain): Remove ignored
Simon Josefsson [Wed, 29 Oct 2003 10:35:32 +0000 (10:35 +0000)]
(message-forward-make-body-plain): Remove ignored
headers.  Tiny patch from Andre Srinivasan <andre@e2open.com>.

20 years ago(message-forward-subject-name-subject)
Jesper Harder [Tue, 28 Oct 2003 01:20:35 +0000 (01:20 +0000)]
(message-forward-subject-name-subject)
(message-forward-subject-author-subject): Decode non-ASCII
newsgroup names.
(autoload): Autoload gnus-group-decoded-name.

20 years ago* pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
Simon Josefsson [Mon, 27 Oct 2003 21:46:41 +0000 (21:46 +0000)]
* pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
parameter key, overrides the key id used to store passphrase
under (uses true key id from gpg output if nil).
(pgg-gpg-encrypt-region): Search for passphrase using user suplied
string STR, instead of (pgg-lookup-key STR t).
(pgg-gpg-encrypt-region): Store passphrase under user suplied
string, instead of real key id taken from gpg output.
(pgg-gpg-decrypt-region): Likewise.
(pgg-gpg-sign-region): Likewise.
* pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.

20 years ago2003-10-27 Romain FRANCOISE <romain@orebokech.com>
Lars Magne Ingebrigtsen [Mon, 27 Oct 2003 20:52:15 +0000 (20:52 +0000)]
2003-10-27  Romain FRANCOISE  <romain@orebokech.com>

* gnus-art.el (gnus-article-goto-prev-page): Doc fix.

20 years ago(mm-body-encoding): Don't use QP when message body
Simon Josefsson [Mon, 27 Oct 2003 20:22:47 +0000 (20:22 +0000)]
(mm-body-encoding): Don't use QP when message body
only consists of short lines and ASCII, when
mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
This make it possible to pipe the raw RFC 822 message into 'gpg'
and have the signature work.  Potential problem: what if message
contain data that would be dash-escaped by OpenPGP
implementations? Then PGP 2.x might not be able to parse the raw
RFC 822 message correctly.  If that problem is worth fixing, it
should be fixed by detecting the situation, instead of applying QP
to everything.  Based on discussion with "John A. Martin"
<jam@jamux.com>.

20 years ago(Filtering Spam Using The Spam ELisp Package): added
Teodor Zlatanov [Mon, 27 Oct 2003 18:56:18 +0000 (18:56 +0000)]
(Filtering Spam Using The Spam ELisp Package): added
example of using a string as a parameter to spam-split in order
to override the default spam-split-group value

20 years ago(spam-split): added the option of specifying a string as a
Teodor Zlatanov [Mon, 27 Oct 2003 18:51:51 +0000 (18:51 +0000)]
(spam-split): added the option of specifying a string as a
spam-split parameter; such a string will override
spam-split-group temporarily.

20 years ago(spam-mark-spam-as-expired-and-move-routine)
Teodor Zlatanov [Mon, 27 Oct 2003 16:08:46 +0000 (16:08 +0000)]
(spam-mark-spam-as-expired-and-move-routine)
(spam-ham-copy-or-move-routine): don't ask when deleting copied
articles, and use move instead of copy when possible

20 years ago* gnusref.tex (subsection*{Notes}): do.
Jesper Harder [Mon, 27 Oct 2003 15:40:38 +0000 (15:40 +0000)]
* gnusref.tex (subsection*{Notes}): do.

* gnus.texi (Exiting the Summary Buffer): Add keybinding.

20 years ago(Exiting the Summary Buffer): Add keybinding.
Jesper Harder [Mon, 27 Oct 2003 14:57:49 +0000 (14:57 +0000)]
(Exiting the Summary Buffer): Add keybinding.

20 years agonnmail.el (nnmail-cache-insert): protect from nil message IDs,
Teodor Zlatanov [Mon, 27 Oct 2003 14:51:10 +0000 (14:51 +0000)]
nnmail.el (nnmail-cache-insert): protect from nil message IDs,
but should we do something else?

gnus-registry.el (gnus-registry-spool-action): protect from nil
message IDs

20 years ago(gnus-button-alist): Allow & in mailto URLs.
Simon Josefsson [Sun, 26 Oct 2003 11:04:23 +0000 (11:04 +0000)]
(gnus-button-alist): Allow & in mailto URLs.
(gnus-header-button-alist): Likewise.
(gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
Reverse parameter list to use same order as in the URL.  Reported
by f95-msv@f.kth.se (Mårten Svantesson).

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).