Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Chong Yidong
82695714e8
* mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
...
sendmail in several common directories.
* mail/sendmail.el (sendmail-program): Moved here from pathe.el.
* paths.el (sendmail-program): Removed.
2006-09-04 14:17:12 +00:00
Chong Yidong
c43d75391a
* mail/sendmail.el (mail-send): Search explicitly for
...
mail-header-separator when checking for corrupted header lines.
2006-06-15 18:34:26 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Luc Teirlinck
4adc30a4ae
(send-mail-function): Fix typo in comment.
2005-12-28 16:49:59 +00:00
Luc Teirlinck
5e7f11bc15
(send-mail-function): Autoload the standard-value.
2005-12-28 16:38:27 +00:00
Reiner Steib
e8f4db18e2
* files.el (save-buffer):
...
* international/ucs-tables.el (ucs-set-table-for-input):
* mail/mail-extr.el (mail-extract-address-components):
* mail/sendmail.el (mail-mode): Reformat doc string.
2005-12-09 16:44:18 +00:00
Stefan Monnier
bb61f0fd71
(mail-yank-ignored-headers): Don't autoload.
2005-12-05 17:11:21 +00:00
Stefan Monnier
95fe848eb2
Remove unnecessary leading-star in docstrings.
...
(mail-yank-ignored-headers): Use regexp-opt.
(mail-mode-map): Move initialization into declaration.
(mail-sent-via): Remove unused shadowed var `to-line'.
(mail-mailer-swallows-blank-line): Use with-temp-buffer.
(mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
(mail-do-fcc): Use dolist and push.
(mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2005-12-05 17:08:00 +00:00
Chong Yidong
15575807da
* longlines.el (longlines-mode): Add mail-setup-hook.
...
* mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
* simple.el (sendmail-user-agent-compose, next-line):
Conditionally use hard-newline.
2005-11-29 23:54:47 +00:00
Chong Yidong
4ea0018b7f
* simple.el (hard-newline): New variable.
...
* mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
(sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
(mail-mail-reply-to, mail-mail-followup-to)
(mail-position-on-field, mail-signature, mail-yank-original)
(mail-attach-file): Use it.
* mail/mailheader.el (mail-header-format)
(mail-header-format-function): Likewise.
* add-log.el (add-change-log-entry, change-log-merge): Likewise.
2005-11-17 16:30:52 +00:00
Eli Zaretskii
214d564041
(mail-setup-hook, mail-aliases)
...
(mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
(mail-citation-prefix-regexp, mail-signature-file)
(mail-default-headers, mail-bury-selects-summary)
(mail-send-nonascii): Add autoload cookies.
2005-10-20 14:34:42 +00:00
Richard M. Stallman
255d8b22d9
(send-mail-function): Use mailclient-send-it
...
as default on darwin and windows systems.
2005-10-16 17:52:04 +00:00
Chong Yidong
09c9e6bbb9
2005-09-13 Chong Yidong <cyd@stupidchicken.com>
...
* mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
Fix behavior if noerase is `t' and there is no mail buffer.
* simple.el (sendmail-user-agent-compose): Use a new mail buffer
if `continue' is nil, rather than signal an error.
2005-09-12 22:58:55 +00:00
Chong Yidong
1db2d450cb
2005-09-13 Chong Yidong <cyd@stupidchicken.com>
...
* mail/sendmail.el (mail): Use new buffer if `noerase' argument is
`new'.
2005-09-12 21:58:21 +00:00
Eli Zaretskii
27f667c098
(default-sendmail-coding-system): Doc fix.
2005-09-09 12:33:21 +00:00
Richard M. Stallman
5c290b9e68
(send-mail-function): Add Mailclient alternative.
2005-09-09 01:22:05 +00:00
Richard M. Stallman
c7c93bd96e
(mail-yank-original): Use with-no-warnings.
2005-08-09 02:57:30 +00:00
Thien-Thi Nguyen
e84b4b8614
Update years in copyright notice; nfc.
2005-08-06 19:51:42 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Richard M. Stallman
1287f53fa6
(mail-setup-with-from): Fix custom type.
2005-06-23 21:22:43 +00:00
Richard M. Stallman
1938b566a1
(mail-setup-with-from): New variable.
...
(mail-insert-from-field): New function.
(sendmail-send-it): Call it.
(mail-setup): Optionally call it here.
2005-06-17 14:28:44 +00:00
Eli Zaretskii
6f0de615c1
(mail-send): Use [[:space:]] instead of a literal blank
...
when splitting new-header-values.
2005-05-21 11:48:00 +00:00
Richard M. Stallman
d2f290154d
(mail-font-lock-keywords): Match any number of
...
citation markers at start of each line.
2005-04-24 21:32:59 +00:00
Richard M. Stallman
7398a391be
(mail-font-lock-keywords): Use font-lock-comment-delimiter-face.
2005-04-23 16:36:08 +00:00
Richard M. Stallman
b795df2b32
(mail-font-lock-keywords): Don't fontify subject text.
...
Don't fontify the text of a citation.
2005-04-17 15:54:45 +00:00
Richard M. Stallman
3ca0be33c2
(sendmail-send-it): Reenaable the code
...
to compute resend-to-address and use it.
(mail-yank-ignored-headers)
(mail-font-lock-keywords, mail-mode-fill-paragraph):
Add Mail-Followup-To and Mail-Reply-To headers.
(mail-citation-hook): Add autoload cookie.
(mail-mode): Doc fix.
(mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
(mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
(mail-mode-fill-paragraph): Handle those headers.
(mail-mailing-lists): New variable.
(mail-mail-reply-to, mail-mail-followup-to): New functions.
2005-03-18 00:08:24 +00:00
Kim F. Storm
bf247b6ed0
Change release version from 21.4 to 22.1 throughout.
...
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Eli Zaretskii
6f60853a51
(mail-bury): Don't delete the frame where the
...
mail was being composed if the terminal cannot display more than
one frame; instead, switch to previous frame.
2004-04-24 16:36:15 +00:00
Stefan Monnier
fc2a68b537
(mail-mode): Fix last change.
2004-03-05 12:56:03 +00:00
Stefan Monnier
aa83be2adf
(mail-mode): Set comment-start-skip.
2004-03-04 19:58:24 +00:00
Eli Zaretskii
1550204223
* progmodes/idlwave.el (idlwave-make-tags):
...
* textmodes/flyspell.el (flyspell-large-region):.
* progmodes/make-mode.el (makefile-query-by-make-minus-q):
* emulation/viper-util.el (viper-glob-unix-files):
* emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
* man.el (Man-init-defvars):
* jka-compr.el (jka-compr-call-process):
* files.el (get-free-disk-space,insert-directory):
* ediff-ptch.el (ediff-test-patch-utility):
* ediff-diff.el (ediff-test-utility):
* dired-aux.el (dired-check-process):
* mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
test the return value of call-process, because it can be a string.
2004-01-03 12:12:01 +00:00
Richard M. Stallman
911ebffa2f
(mail-aliases): Doc fix.
2003-09-30 12:44:28 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
74f8a33384
(sendmail-sync-aliases, mail-setup):
...
Do nothing with mail-personal-alias-file if it is nil.
2003-08-29 16:13:31 +00:00
Glenn Morris
0016482806
(mail-specify-envelope-from): Doc change.
2003-08-24 15:22:13 +00:00
Glenn Morris
01bb608efb
(mail-specify-envelope-from, mail-envelope-from): Doc fix.
2003-07-04 11:24:57 +00:00
Stefan Monnier
f3e95b0df0
(mail-mode): Don't bother setting paragraph-start.
2003-05-18 21:35:06 +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
2c1e2995e5
(mail-send-and-exit): Make arg optional.
2003-04-24 02:00:09 +00:00
Juanma Barranquero
a1506d2977
Trailing whitepace deleted.
2003-02-04 13:24:35 +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
287ef00fa1
(mail-signature): Handle case where
...
value of mail-signature is a string.
2002-11-24 19:02:14 +00:00
Markus Rost
65280ff31c
(mail-default-directory): Set the version to 21.4.
2002-11-07 17:23:00 +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
Richard M. Stallman
c86237b26e
(sendmail-send-it): If user's buffer is unibyte, make tembuf unibyte.
2002-09-23 00:17:51 +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
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