1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00
Commit Graph

1508 Commits

Author SHA1 Message Date
Stefan Monnier
f3e95b0df0 (mail-mode): Don't bother setting paragraph-start. 2003-05-18 21:35:06 +00:00
Stefan Monnier
b1ccc1cee6 Use explicit coding tag. 2003-05-18 21:27:41 +00:00
John Paul Wallington
588c9a7153 (rmail-ignored-headers): Ignore Face: header. 2003-05-15 00:02:17 +00:00
Simon Josefsson
11c10f3bf0 (smtpmail-open-stream): Don't hard code
starttls-program.
2003-05-13 19:48:50 +00:00
Juanma Barranquero
95754b9f0f (smtpmail-send-queued-mail): Use point-at-bol instead of forward-line. 2003-05-09 22:51:21 +00:00
Juanma Barranquero
9b60c729b4 (smtpmail-send-queued-mail): Don't use kill-line. 2003-05-08 22:16:39 +00:00
Juanma Barranquero
25345117c2 (mail-directory-function, mail-directory-requery, mail-directory): Don't quote
nil and t in docstrings.
2003-05-06 17:48:06 +00:00
Juanma Barranquero
23a7c49510 (rmail-primary-inbox-list): Don't quote nil and t in docstrings. 2003-05-06 17:47:18 +00:00
Richard M. Stallman
8451b5e9c5 (mail-dont-send, mail-bury): Make ARG optional. 2003-05-03 13:52:57 +00:00
Richard M. Stallman
ee0708734b No longer has a maintainer. 2003-05-01 00:00:25 +00:00
Richard M. Stallman
2c1e2995e5 (mail-send-and-exit): Make arg optional. 2003-04-24 02:00:09 +00:00
Richard M. Stallman
71f46c95f6 (rmail-make-basic-summary-line): If there's
no From field, still try to use the To field.
2003-04-09 01:31:31 +00:00
Juanma Barranquero
ece5433e4c (rmail-insert-inbox-text): Make the pop3 mechanism work on cygwin systems too. 2003-02-20 21:11:16 +00:00
Francesco Potortì
89dac01fd8 (unforward-rmail-message): Allow nested
unforwarding, that is, preserve old Forwarded-From/Date headers.
2003-02-20 08:56:08 +00:00
Paul Reilly
97d3e8cdeb Initial commit to the trunk. 2003-02-19 02:51:22 +00:00
Juanma Barranquero
a8eb445b53 (rfc822-nuke-whitespace): Fix character constant. 2003-02-18 11:07:40 +00:00
John Paul Wallington
689421a969 (rmail-summary-previous-msg): Add docstring.
(rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
(rmail-summary-next-labeled-message, rmail-summary-resend)
(rmail-summary-override-mail-send-and-exit): Doc fixes.
2003-02-06 22:02:35 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Francesco Potortì
693ff6134c (rmail-output): If preserving MIME-version, preserve Content-type too. 2003-02-04 10:58:53 +00:00
Francesco Potortì
a34804da47 (rmail-forward-separator-regex): New custom variable.
(unforward-rmail-message): Use it.
2003-01-31 14:01:20 +00:00
Bill Wohler
942da20ceb * mh-e: Created directory. ChangeLog will appear in a week when we
release version 7.2.

* lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
lisp/mail/mh-customize.el, lisp/mail/mh-e.el, lisp/mail/mh-funcs.el,
lisp/mail/mh-identity.el, lisp/mail/mh-index.el,
lisp/mail/mh-loaddefs.el, lisp/mail/mh-mime.el, lisp/mail/mh-pick.el,
lisp/mail/mh-seq.el, lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm and
reply2.xpm, which were created by the MH-E package, were left in mail
since they can probably be used by other mail packages.

* makefile.w32-in (WINS): Added mh-e.

* makefile.nt (WINS): Added mh-e.
2003-01-26 02:38:37 +00:00
Andreas Schwab
6b8236923e (Commentary): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:48:49 +00:00
Bill Wohler
c3d9274aea Upgraded to MH-E version 7.1. 2003-01-08 23:21:16 +00:00
Kim F. Storm
e49ba70172 (unforward-rmail-message): Don't use global variable `n'. 2003-01-08 10:13:57 +00:00
Francesco Potortì
baad7c1329 (unforward-rmail-message): Simplified. No functional change. 2003-01-08 09:11:23 +00:00
Francesco Potortì
59cb5b9b75 (unforward-rmail-message): Skip all newlines
after the initial separator.
(unforward-rmail-message): Forwarded-From: and Forwarded-Date:
instead of Forwarded-from: and Forwarded-date:.
2003-01-07 14:34:44 +00:00
John Paul Wallington
3e0b7b44a8 (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes. 2003-01-06 16:02:29 +00:00
Richard M. Stallman
e68b1cf16e (rmail-font-lock-keywords): Discard code to match both cases.
(rmail-variables): Specify case-insensitive matching for font-lock.

(rmail-font-lock-keywords): Match multiline In-Reply-To and X-*.
2003-01-06 01:08:31 +00:00
Richard M. Stallman
c034acdf58 (mail-font-lock-keywords): Match multiline In-Reply-To and X-*. 2003-01-06 01:07:14 +00:00
Kim F. Storm
8ba7cd4004 (mail-split-line): New function.
(mail-mode-map): remap split-line to mail-split-line.
2003-01-03 22:46:53 +00:00
Richard M. Stallman
ab233196ba (rmail-reply): Don't call mail-strip-quoted-names. 2003-01-01 16:57:25 +00:00
Francesco Potortì
85e949963d (unforward-rmail-message): Do not assume that
the forwarded message's Date: header comes after From:.  Use a
Forwarded-from: rather than a Forwarded-by: header.  Add a
Forwarded-date: header.
2002-12-23 22:51:38 +00:00
Francesco Potortì
47687ab8d9 (rmail-mail-separator): Renamed from
rmail-digest-mail-separator.  All users changed.

(unforward-rmail-message): Rewritten to be more robust and to
additionally account for the common style of forwarding messages
by citing them entirely with headers.
2002-12-20 12:46:44 +00:00
Francesco Potortì
96f428d1ba (rmail-digest-methods, rmail-digest-mail-separator): New variables.
(rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
(rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
(rmail-digest-parse-rfc934): New functions.
(undigestify-rmail-message): Completely rewritten.
2002-12-16 17:05:59 +00:00
Francesco Potortì
3af9d2cf69 Now supports MIME too. 2002-12-16 16:22:41 +00:00
Simon Josefsson
2410946921 (smtpmail-via-smtp): Fall back to user-mail-address as sender. 2002-12-15 07:27:08 +00:00
Bill Wohler
bdcfe844b8 Upgraded to MH-E version 7.0. 2002-11-29 18:15:21 +00:00
Richard M. Stallman
a4e19cc2cb (rmail-convert-to-babyl-format):
Make search for message delimiter case-sensitive.
2002-11-29 15:11:13 +00:00
Richard M. Stallman
287ef00fa1 (mail-signature): Handle case where
value of mail-signature is a string.
2002-11-24 19:02:14 +00:00
Juanma Barranquero
74f39ce948 (smtpmail-send-queued-mail): Add autoload cookie. 2002-11-18 08:05:28 +00:00
Richard M. Stallman
d8cfd377f3 (rmail-ignored-headers): Add more headers. 2002-11-18 04:59:33 +00:00
Markus Rost
436de921cd (feedmail-fiddle-headers-upwardly,feedmail-fiddle-plex-user-list):
Fix typo in group name.
2002-11-17 22:41:02 +00:00
Markus Rost
456f0b95dc Add provide call. 2002-11-15 05:25:19 +00:00
Markus Rost
65280ff31c (mail-default-directory): Set the version to 21.4. 2002-11-07 17:23:00 +00:00
Stefan Monnier
03c081a88f (rmail-digest-end-regexps): Simplify.
(undigestify-rmail-message): Fix paren-bug and simplify.
2002-11-02 05:16:58 +00:00
Juanma Barranquero
6c83d99f87 Fix typo in comment. 2002-10-18 08:52:37 +00:00
Juanma Barranquero
afbc4a8a15 (feedmail-nuke-body-in-fcc, feedmail-queue-draft-directory): Fix typo. 2002-10-17 16:53:45 +00:00
Kenichi Handa
a80d729082 (sendmail-send-it): Call
select-message-coding-system before changing the current bufer to
" sendmail temp".
2002-10-15 01:10:03 +00:00
Simon Josefsson
56e5818fd6 * mail/sendmail.el (mail-envelope-from): New option `header' to
use RFC 2822 From: header as the envelope address.
(mail-envelope-from): New function, this should be used instead of
looking at the `mail-envelope-from' variable.
(sendmail-send-it): Use it.
* mail/smtpmail.el (smtpmail-via-smtp): Use it.
2002-10-11 02:27:30 +00:00
Bill Wohler
a1b4049dc2 Upgraded to mh-e version 6.1.1. 2002-10-01 20:27:23 +00:00
Juanma Barranquero
0a10297a06 Add "no-byte-compile: t" in first line. 2002-10-01 17:06:54 +00:00
Simon Josefsson
f029e7b0e9 (smtpmail-via-smtp): Only negotiate starttls on
streams that were opened using starttls.
2002-09-29 03:19:55 +00:00
Simon Josefsson
05f829ce2a (mail-hist-next-input): Fix docstring. 2002-09-26 23:19:58 +00:00
Richard M. Stallman
5eba27ea0d (unrmail): Do the work directly,
without actually selecting the messages in the from file.
(unrmail-unprune): New subroutine.
2002-09-26 22:02:23 +00:00
Simon Josefsson
2a487c6cdf (mail-extr-ignore-single-names): Change default.
(mail-extract-address-components): Doc fix.
2002-09-25 20:21:28 +00:00
Richard M. Stallman
c86237b26e (sendmail-send-it): If user's buffer is unibyte, make tembuf unibyte. 2002-09-23 00:17:51 +00:00
Markus Rost
f8aba1ce99 (mail-abbrev-make-syntax-table): Give %!._- word constituent syntax. 2002-09-21 20:11:08 +00:00
Simon Josefsson
bf6e31bc66 (smtpmail-send-it): Don't use : in filenames
(for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
Use expand-file-name.  Also don't require time-stamp.
2002-09-12 06:03:03 +00:00
Simon Josefsson
b559a04168 (smtpmail-default-smtp-server): Doc fix. 2002-09-11 04:53:40 +00:00
Simon Josefsson
d0e28141ba Update copyright. 2002-09-04 19:11:28 +00:00
Stefan Monnier
567bb3dd3a (mail-mode): Don't set local-abbrev-table.
(mail-mode-abbrev-table): Set to text-mode-abbrev-table.
2002-09-02 17:24:54 +00:00
Simon Josefsson
1121afb461 (smtpmail-via-smtp): Delete process buffer
unless s-debug-info is enabled.
2002-08-30 10:32:25 +00:00
John Paul Wallington
82e736c18b * startup.el (normal-splash-screen): Ensure splash buffer is
killed.  Use tabs in output.  Fix test whether previous buffer was
*scratch* buffer.

* progmodes/simula.el (simula-abbrev-keyword-default)
(simula-abbrev-keyword, simula-abbrev-stdproc-default)
(simula-abbrev-stdproc): Doc fix - escape open parens in column 0.

* apropos.el (command-apropos): Use `defalias' instead of `fset'.

* mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
2002-08-24 14:26:06 +00:00
Richard M. Stallman
c59566eb95 (rmail-search-mime-header-function): Doc fix. 2002-08-17 04:58:35 +00:00
Markus Rost
b92a07e0ed Update copyright notice and fix typo in commentary section. 2002-07-19 20:17:58 +00:00
Andreas Schwab
6946ae5b11 (mail-abbrev-make-syntax-table): Check the
inherited table entry.
2002-07-13 21:40:05 +00:00
Simon Josefsson
97f8327220 (mail-extr-all-top-level-domains): Update names. 2002-07-09 10:06:17 +00:00
Simon Josefsson
79814626bd Fix typo in comments, not worthy of a changelog entry. 2002-07-08 11:42:57 +00:00
Juanma Barranquero
e91053e833 (rmail-user-mail-address-regexp): Fix typo. 2002-07-02 14:49:22 +00:00
Juanma Barranquero
95b56cdf4b Fix typo. 2002-07-02 14:48:56 +00:00
Markus Rost
eb1213c14b (mail-recover-1): Remove (debug).
(mail-signature): Fix :type.
(mail-default-directory): New user option.
(mail, mail-recover):  Use that option.
2002-05-20 16:05:56 +00:00
Markus Rost
c71276553d (report-emacs-bug-hook): Do another save-excursion. 2002-05-20 00:39:23 +00:00
Richard M. Stallman
4e391653c0 (rmail-show-message-hook): Offer `goto-address' as an option. 2002-05-19 15:36:55 +00:00
Markus Rost
515ced278c (report-emacs-bug-text-prompt): New variable.
(report-emacs-bug):  Store the prompt in
`report-emacs-bug-text-prompt'.  Move Configuration/Important settings
information after the user's report.
(report-emacs-bug-hook): Unclutter by deleting the content of
`report-emacs-bug-text-prompt'.
2002-05-18 19:19:18 +00:00
Richard M. Stallman
9210027b8d (report-emacs-bug): Change the "English please" msg. 2002-05-13 15:45:18 +00:00
Eli Zaretskii
89e7ad5946 Change all post-21.1 :version attributes to 21.4. 2002-05-12 17:30:42 +00:00
Richard M. Stallman
850ed7b3a7 (smtpmail-mail-address): New variable.
(smtpmail-send-it): Bind and use that instead of `mail-address'.
(smtpmail-via-smtp): Likewise.
2002-05-12 17:01:59 +00:00
Richard M. Stallman
de971ad1a1 (rmail-show-message): Catch error in check-coding-system. 2002-05-10 01:02:26 +00:00
Simon Josefsson
1a8e727bc0 (smtpmail-send-it): Use user-mail-address from
calling buffer.
(smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
have the patch).
2002-05-09 10:18:09 +00:00
Richard M. Stallman
0d1c958a2f (netrc-machine, netrc-get): Add autoloads. 2002-05-08 13:13:41 +00:00
Francesco Potortì
67f9d50ec6 (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. 2002-05-06 07:52:30 +00:00
Richard M. Stallman
461f30cb27 (report-emacs-bug-hook): Use replace-match only if search was successful. 2002-04-30 17:11:38 +00:00
Richard M. Stallman
74d51fb840 (report-emacs-bug-hook): Don't fail completely
if the user edits the Emacs version number in the text.
2002-04-30 02:23:49 +00:00
Richard M. Stallman
d41eb0aaeb (mail-recover-1): Decrease non-random-len by 1 for the newly-readded #. 2002-04-28 22:35:54 +00:00
Sam Steingold
a8ba442952 (smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil. 2002-04-26 18:59:08 +00:00
Richard M. Stallman
60ed3fa5f0 (smtpmail-auth-credentials): Support netrc files as well.
(smtpmail-try-auth-methods): Support netrc data.
(netrc-parse): Autoload netrc.
2002-04-25 23:39:21 +00:00
Richard M. Stallman
08b10dd422 (smtpmail-queue-counter): New variable.
(smtpmail-send-it): Use it to construct new queue filenames (needed
if you send more than one message per second, which is
possible if you use Gnus Agent).
2002-04-25 21:45:22 +00:00
Richard M. Stallman
0b0b4ce761 (mail-use-dsn): New variable to request delivery status notification from MTA.
(sendmail-send-it): Use it.
2002-04-25 21:33:38 +00:00
Richard M. Stallman
fba75b6b1a (mail-mode-abbrev-table): Delete defvar. 2002-04-19 00:08:19 +00:00
Richard M. Stallman
f436b1cbdb (mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table. 2002-04-04 20:50:15 +00:00
Richard M. Stallman
da00bb1869 (mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table. 2002-04-03 15:33:17 +00:00
Richard M. Stallman
ed1086b7ac (rmail-resend): Call mail-abbrev-make-syntax-table. 2002-03-25 00:41:26 +00:00
Richard M. Stallman
cf8b484f16 (mail-abbrev-make-syntax-table): New subroutine
broken out of sendmail-pre-abbrev-expand-hook.
(sendmail-pre-abbrev-expand-hook): Use it.
2002-03-23 16:10:14 +00:00
Thien-Thi Nguyen
ea33ba739a (report-emacs-bug-hook): Remove submitter
directions as the last action.
2002-03-21 02:11:53 +00:00
Paul Reilly
7fab5ded52 Eliminate compilation warnings due to `rfc822-addresses'.
(rmail-dont-reply-to): Eliminate `pos' as a free variable for a
warning free compile.
2002-03-20 08:13:21 +00:00
Paul Reilly
bb0974cf08 (rmail-dont-reply-to): Overhaul to correctly apply the regular
expressions in the variable `rmail-dont-reply-to-names' to the list of
destination addresses.  Contributed by lorentey@elte.hu.
2002-03-19 19:42:46 +00:00
Paul Reilly
0ffba6bd01 (rmail-dont-reply-to-names): Modify the documentation to make it email
address centric rather than login name centric.  Contributed by
lorentey@elte.hu.
2002-03-19 19:35:31 +00:00
Richard M. Stallman
f67acc8dfb (sc-select-attribution): Accept whatever value we get in CHOICE; there
is no value meaning "try again".
2002-03-08 21:08:19 +00:00
Richard M. Stallman
8366cfb567 (mail-recover-1): Increase non-random-len
by 1 since we changed make-auto-save-file-name to add one
fewer character to the buffer name.
(mail-recover): Really show point at the right place
in the *Directory* buffer.
2002-03-03 22:18:12 +00:00
Richard M. Stallman
5a7a27be27 (rmail-summary-output): Properly advance
to next message, by calling rmail-summary-goto-msg.
2002-02-23 17:14:34 +00:00