1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

866 Commits

Author SHA1 Message Date
Richard M. Stallman
59fed028fe (mh-find-path): Handle mh-auto-folder-collect here,
not when this file is loaded.
1997-07-21 04:59:04 +00:00
Richard M. Stallman
072c1ebbf4 (mail): Ask a different question, if buffer is visiting a file. 1997-07-19 08:15:46 +00:00
Richard M. Stallman
1b8def5857 (mail-mode): Set adaptive-fill-regexp specially to cater to supercite.
(mail-indent-citation): Take region args.
(mail-yank-original, mail-yank-region): Pass the args.
1997-07-19 08:11:51 +00:00
Richard M. Stallman
ae8ad8859b Update copyright year. 1997-07-17 05:52:50 +00:00
Richard M. Stallman
02f6b3544d Improve text of messages. 1997-07-17 05:45:38 +00:00
Richard M. Stallman
e432fc7448 (mail-extr-voodoo): Get rid of comments at an early stage. 1997-07-16 04:37:17 +00:00
Richard M. Stallman
28afe1992d (mail-mode-auto-fill): Use insert-before-markers. 1997-07-15 19:34:10 +00:00
Kenichi Handa
fe1d8b33cb (report-emacs-bug-run-tersely): New variable
(report-emacs-bug): Insert warnings for novice usres in *mail* buffer.
Set enable-multibyte-characters to nil.
(report-emacs-bug-hook): Check non-English letters.  Confirm about
sending a report to FSF.
1997-07-15 08:23:58 +00:00
Kenichi Handa
8881c1abb9 (mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.
1997-07-15 08:23:58 +00:00
Richard M. Stallman
b56822304a (mail-mode): Make fill-paragraph-function local. 1997-07-10 01:41:38 +00:00
Richard M. Stallman
5504f993f9 (reporter-compose-outgoing): Use functionp,
not fboundp, to test validity of COMPOSE.
1997-07-05 03:41:35 +00:00
Richard M. Stallman
19274e0072 (report-emacs-bug): Don't include messages
in *Messages* generated by report-emacs-bug itself.
1997-07-04 19:08:11 +00:00
Richard M. Stallman
5695bf0c7e (mail-complete-alist): Don't use backquote. 1997-07-04 18:56:19 +00:00
Richard M. Stallman
205d354f26 (mail-do-fcc): Pass an arg to verify-visited-file-modtime. 1997-07-04 04:43:38 +00:00
Richard M. Stallman
421593b98d Fix previous change. 1997-07-03 07:21:22 +00:00
Richard M. Stallman
ceaa7fbed1 (report-emacs-bug): Don't assume the exit command
is mail-send-and-exit for all user agents.
1997-07-03 02:29:48 +00:00
Richard M. Stallman
743139f5de (rmail-get-new-mail): If conversion fails, delete the text that was inserted. 1997-06-25 05:07:36 +00:00
Richard M. Stallman
24ec11f0a8 (reporter-version): Change value. 1997-06-23 02:48:06 +00:00
Richard M. Stallman
896546cd9b Add provide call. 1997-06-22 18:57:55 +00:00
Kenichi Handa
fc3c34a837 (rmail-enable-decoding-message): Deleted.
(rmail-revert): Bind enable-multibyte-characters to nil before
calling rmail-convert-file.
(rmail-convert-to-babyl-format): If enable-multibyte-characters is
nil, do not convert code.
1997-06-18 12:55:02 +00:00
Richard M. Stallman
b3e13f5d78 Fix previous change. 1997-06-17 02:29:54 +00:00
Richard M. Stallman
1603f29ab9 (mail-mode): mail-header-separator affects paragraphs
only when there is nothing after it on the line.
(mail-mode-auto-fill, mail-mode-fill-paragraph):
Look for mail-header-separator only on a line by itself.
1997-06-17 00:08:51 +00:00
Richard M. Stallman
9cc92f8bd3 (mail-mode): Let all-white lines separate paragraphs. 1997-06-15 07:36:22 +00:00
Richard M. Stallman
a984234637 (mail-mode): Change paragraph-start and
paragraph-separate not to match leading spaces.
1997-06-12 04:32:29 +00:00
Richard M. Stallman
698f40ca01 (mail-parse-comma-list): Use buffer-substring-no-properties. 1997-06-10 01:26:11 +00:00
Richard M. Stallman
94955307b6 (mail-directory-parser): Fix previous change. 1997-06-08 20:50:45 +00:00
Richard M. Stallman
31407d5d6e Customize. Doc fixes.
Mark some risky local variables.
1997-06-07 23:12:19 +00:00
Richard M. Stallman
f808129110 (mail-setup): Don't set buffer-file-coding-system to nil.
Instead, kill the local binding of it.
1997-06-03 08:17:35 +00:00
Richard M. Stallman
2813dcb90f (mail-setup): Clear out buffer-file-coding-system. 1997-06-03 03:02:50 +00:00
Richard M. Stallman
308bc5d840 Include time-stamp.
(smtpmail-queue-dir, smtpmail-queue-index-file): New variables.
(smtpmail-queue-mail): New variable.
(smtpmail-send-it): Handle those variables.
(smtpmail-send-queued-mail): New command.
1997-06-01 23:26:16 +00:00
Richard M. Stallman
c50d5ce0d1 (smtpmail-via-smtp): Recognize XVRB as a synonym for
VERB and XONE as a synonym for ONEX.

(smtpmail-read-response): Add "%s" to `message' calls to avoid
problems with percent signs in strings.

(smtpmail-read-response): Return all lines of the
response text as a list of strings.  Formerly only the first line
was returned.  This is insufficient when one wants to parse
e.g. an EHLO response.

Ignore responses starting with "0".  This is necessary to support
the VERB SMTP extension.

(smtpmail-via-smtp): Try EHLO and find out which SMTP service
extensions the receiving mailer supports.

Issue the ONEX and XUSR commands if the corresponding extensions
are supported.

Issue VERB if supported and `smtpmail-debug-info' is non-nil.

Add SIZE attribute to MAIL FROM: command if SIZE extension is
supported.

Add code that could set the BODY= attribute to MAIL FROM: if the
receiving mailer supports 8BITMIME.  This is currently disabled,
since doing it right might involve adding MIME headers to, and in
some cases reencoding, the message.
1997-06-01 22:24:22 +00:00
Richard M. Stallman
95b597ce99 (rmail-mmdf-delim1, rmail-mmdf-delim2):
Variables renamed from mmdf-delim1 and mmdf-delim2.
1997-06-01 19:31:59 +00:00
Richard M. Stallman
ab6f89780a (mail-strip-quoted-names): Don't delete angle brackets
when there's a colon inside them.
1997-05-31 21:14:57 +00:00
Richard M. Stallman
d35253d3a7 Comment change. 1997-05-29 01:04:24 +00:00
Richard M. Stallman
e4874521bb Comment change. 1997-05-27 15:32:03 +00:00
Richard M. Stallman
178fc2d314 Initial revision 1997-05-20 21:48:58 +00:00
Richard M. Stallman
f209429d37 (mh-file-command-p): New function.
(mh-path-search): Use that.
(mh-find-progs): Don't check current directory
unless explicitly requested.  Don't set mh-progs or mh-lib
if the programs are not found.  Give an error message
unless they are found.
1997-05-20 05:26:22 +00:00
Richard M. Stallman
ecb4dd9a35 (rmail-summary-delete-forward): Force the
argument to be a number, since we may be called with nil.
1997-05-19 01:05:13 +00:00
Kenichi Handa
426591c3ff Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
1997-05-16 00:59:00 +00:00
Richard M. Stallman
3bdbb9adc6 Fix previous change. 1997-05-15 21:19:48 +00:00
Richard M. Stallman
2079601b89 (rmail-retry-failure): Rename local to rmail-this-buffer.
(rmail-primary-inbox-list): Don't use backquote.
1997-05-15 20:17:08 +00:00
Simon Marshall
e28449ed4b make expand-mail-aliases interactive 1997-05-14 07:27:25 +00:00
Simon Marshall
1abf89b818 entry for expand-mail-aliases 1997-05-14 07:26:32 +00:00
Kenichi Handa
908b8443a6 (rmail-enable-decoding-message): New variable.
(rmail-convert-file): Comment fixed.
(rmail-revert): Do not decode RMAIL file again because the backup
file is saved in Emacs internal format.
(rmail-convert-to-babyl-format): Check
rmail-enable-decoding-message.
1997-05-12 06:56:27 +00:00
Richard M. Stallman
69c1dd37e3 Use defgroup and defcustom. 1997-05-05 11:57:31 +00:00
Paul Eggert
4b51c8e7ef Change RCS Header to Id. 1997-05-05 05:45:46 +00:00
Richard M. Stallman
7f25f98011 (rmail-ignored-headers): Add References, Mime-Version,
Lines, Content-Transfer-Encoding.
1997-05-04 17:38:57 +00:00
Richard M. Stallman
79d8d8d547 (rmail-count-new-messages): Fix previous change. 1997-05-04 03:44:31 +00:00
Richard M. Stallman
0a01a04eee Use defcustom. 1997-05-03 19:16:43 +00:00
Richard M. Stallman
9bb97fe9a1 Add defgroups, and use defcustom. 1997-05-03 19:15:38 +00:00