Mercurial > emacs
annotate lisp/mail/sendmail.el @ 6103:4acb066b1b96
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 26 Feb 1994 20:47:37 +0000 |
parents | 8c5cc76de654 |
children | 74f4a8947d57 |
rev | line source |
---|---|
658
7cbd4fcd8b0f
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
604
diff
changeset
|
1 ;;; sendmail.el --- mail sending commands for Emacs. |
7cbd4fcd8b0f
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
604
diff
changeset
|
2 |
5731
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
3 ;; Copyright (C) 1985, 1986, 1992, 1993, 1994 Free Software Foundation, Inc. |
846
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
825
diff
changeset
|
4 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
779
diff
changeset
|
5 ;; Maintainer: FSF |
814
38b2499cb3e9
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
807
diff
changeset
|
6 ;; Keywords: mail |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
779
diff
changeset
|
7 |
455 | 8 ;; This file is part of GNU Emacs. |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
779
diff
changeset
|
12 ;; the Free Software Foundation; either version 2, or (at your option) |
455 | 13 ;; any later version. |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with GNU Emacs; see the file COPYING. If not, write to | |
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
23 | |
2315
9e7ec92a4fdf
Added or corrected Commentary headers
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1843
diff
changeset
|
24 ;;; Commentary: |
9e7ec92a4fdf
Added or corrected Commentary headers
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1843
diff
changeset
|
25 |
9e7ec92a4fdf
Added or corrected Commentary headers
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1843
diff
changeset
|
26 ;; This mode provides mail-sending facilities from within Emacs. It is |
9e7ec92a4fdf
Added or corrected Commentary headers
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1843
diff
changeset
|
27 ;; documented in the Emacs user's manual. |
9e7ec92a4fdf
Added or corrected Commentary headers
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1843
diff
changeset
|
28 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
779
diff
changeset
|
29 ;;; Code: |
455 | 30 |
31 ;;;###autoload | |
1664
5345766220da
* sendmail.el (mail-self-blind, mail-interactive,
Jim Blandy <jimb@redhat.com>
parents:
1539
diff
changeset
|
32 (defvar mail-self-blind nil "\ |
455 | 33 Non-nil means insert BCC to self in messages to be sent. |
34 This is done when the message is initialized, | |
35 so you can remove or alter the BCC field to override the default.") | |
36 | |
37 ;;;###autoload | |
1664
5345766220da
* sendmail.el (mail-self-blind, mail-interactive,
Jim Blandy <jimb@redhat.com>
parents:
1539
diff
changeset
|
38 (defvar mail-interactive nil "\ |
455 | 39 Non-nil means when sending a message wait for and display errors. |
40 nil means let mailer mail back a message to report errors.") | |
41 | |
42 ;;;###autoload | |
1664
5345766220da
* sendmail.el (mail-self-blind, mail-interactive,
Jim Blandy <jimb@redhat.com>
parents:
1539
diff
changeset
|
43 (defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\ |
455 | 44 Delete these headers from old message when it's inserted in a reply.") |
45 | |
46 ;; Useful to set in site-init.el | |
47 ;;;###autoload | |
3232
27d2747abab2
(send-mail-function): Use defvar. not defconst.
Richard M. Stallman <rms@gnu.org>
parents:
2920
diff
changeset
|
48 (defvar send-mail-function 'sendmail-send-it "\ |
455 | 49 Function to call to send the current buffer as mail. |
1539 | 50 The headers are be delimited by a line which is `mail-header-separator'.") |
455 | 51 |
52 ;;;###autoload | |
53 (defvar mail-header-separator "--text follows this line--" "\ | |
54 *Line used to separate headers from text in messages being composed.") | |
55 | |
56 ;;;###autoload | |
57 (defvar mail-archive-file-name nil "\ | |
58 *Name of file to write all outgoing messages in, or nil for none. | |
59 Do not use an rmail file here! Instead, use its inbox file.") | |
60 | |
5261
50406a868f05
(mail-default-reply-to): Add autoload cookie.
Richard M. Stallman <rms@gnu.org>
parents:
5210
diff
changeset
|
61 ;;;###autoload |
455 | 62 (defvar mail-default-reply-to nil |
63 "*Address to insert as default Reply-to field of outgoing messages.") | |
64 | |
65 (defvar mail-alias-file nil | |
66 "*If non-nil, the name of a file to use instead of `/usr/lib/aliases'. | |
67 This file defines aliases to be expanded by the mailer; this is a different | |
68 feature from that of defining aliases in `.mailrc' to be expanded in Emacs. | |
69 This variable has no effect unless your system uses sendmail as its mailer.") | |
70 | |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
71 (defvar mail-aliases t |
1468
01e760e7de34
(mail-aliases): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
1431
diff
changeset
|
72 "Alist of mail address aliases, |
01e760e7de34
(mail-aliases): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
1431
diff
changeset
|
73 or t meaning should be initialized from `~/.mailrc'. |
01e760e7de34
(mail-aliases): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
1431
diff
changeset
|
74 The alias definitions in `~/.mailrc' have this form: |
01e760e7de34
(mail-aliases): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
1431
diff
changeset
|
75 alias ALIAS MEANING") |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
76 |
455 | 77 (defvar mail-yank-prefix nil |
78 "*Prefix insert on lines of yanked message being replied to. | |
79 nil means use indentation.") | |
3424
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
80 (defvar mail-indentation-spaces 3 |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
81 "*Number of spaces to insert at the beginning of each cited line. |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
82 Used by `mail-yank-original' via `mail-yank-cite'.") |
4418
fdbbde0d4f24
(mail-yank-hooks): Initialize to nil.
Richard M. Stallman <rms@gnu.org>
parents:
4342
diff
changeset
|
83 (defvar mail-yank-hooks nil |
3816
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
84 "Obsolete hook for modifying a citation just inserted in the mail buffer. |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
85 Each hook function can find the citation between (point) and (mark t). |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
86 And each hook function should leave point and mark around the citation |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
87 text as modified. |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
88 |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
89 This is a normal hook, misnamed for historical reasons. |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
90 It is semi-obsolete and mail agents should no longer use it.") |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
91 |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
92 (defvar mail-citation-hook nil |
3424
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
93 "*Hook for modifying a citation just inserted in the mail buffer. |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
94 Each hook function can find the citation between (point) and (mark t). |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
95 And each hook function should leave point and mark around the citation |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
96 text as modified. |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
97 |
3816
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
98 If this hook is entirely empty (nil), a default action is taken |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
99 instead of no action.") |
455 | 100 |
101 (defvar mail-abbrevs-loaded nil) | |
102 (defvar mail-mode-map nil) | |
103 | |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
104 (autoload 'build-mail-aliases "mailalias" |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
105 "Read mail aliases from `~/.mailrc' and set `mail-aliases'." |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
106 nil) |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
107 |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
108 (autoload 'expand-mail-aliases "mailalias" |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
109 "Expand all mail aliases in suitable header fields found between BEG and END. |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
110 Suitable header fields are `To', `Cc' and `Bcc' and their `Resent-' variants. |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
111 Optional second arg EXCLUDE may be a regular expression defining text to be |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
112 removed from alias expansions." |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
113 nil) |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
114 |
999 | 115 ;;;###autoload |
1025 | 116 (defvar mail-signature nil |
117 "*Text inserted at end of mail buffer when a message is initialized. | |
118 If t, it means to insert the contents of the file `~/.signature'.") | |
455 | 119 |
120 (defvar mail-reply-buffer nil) | |
121 (defvar mail-send-actions nil | |
122 "A list of actions to be performed upon successful sending of a message.") | |
123 | |
124 (defvar mail-default-headers nil | |
125 "*A string containing header lines, to be inserted in outgoing messages. | |
126 It is inserted before you edit the message, | |
127 so you can edit or delete these lines.") | |
128 | |
5667
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
129 ;; Note: could use /usr/ucb/mail instead of sendmail; |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
130 ;; options -t, and -v if not interactive. |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
131 (defvar mail-mailer-swallows-blank-line |
5731
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
132 (if (and (string-match "sparc-sun-sunos\\(\\'\\|[^5]\\)" system-configuration) |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
133 (let ((buffer (get-buffer-create " *temp*"))) |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
134 (unwind-protect |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
135 (save-excursion |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
136 (set-buffer buffer) |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
137 (insert-file-contents "/etc/sendmail.cf") |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
138 (goto-char (point-min)) |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
139 (let ((case-fold-search nil)) |
5977
8c5cc76de654
(mail-mailer-swallows-blank-line): Fix regexp typo.
Richard M. Stallman <rms@gnu.org>
parents:
5847
diff
changeset
|
140 (re-search-forward "^OR\\>" nil t))) |
5731
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
141 (kill-buffer buffer)))) |
5977
8c5cc76de654
(mail-mailer-swallows-blank-line): Fix regexp typo.
Richard M. Stallman <rms@gnu.org>
parents:
5847
diff
changeset
|
142 '(looking-at " \t\\|[-a-zA-Z]+:")) |
5667
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
143 "Set this non-nil if the system's mailer runs the header and body together. |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
144 \(This problem exists on Sunos 4 when sendmail is run in remote mode.) |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
145 The value should be an expression to test whether the problem will |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
146 actually occur.") |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
147 |
455 | 148 (defvar mail-mode-syntax-table nil |
149 "Syntax table used while in mail mode.") | |
150 | |
151 (if (null mail-mode-syntax-table) | |
152 (progn | |
153 (setq mail-mode-syntax-table (copy-syntax-table text-mode-syntax-table)) | |
154 (modify-syntax-entry ?% ". " mail-mode-syntax-table))) | |
155 | |
156 (defun mail-setup (to subject in-reply-to cc replybuffer actions) | |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
157 (if (eq mail-aliases t) |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
158 (progn |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
159 (setq mail-aliases nil) |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
160 (if (file-exists-p "~/.mailrc") |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
161 (build-mail-aliases)))) |
455 | 162 (setq mail-send-actions actions) |
163 (setq mail-reply-buffer replybuffer) | |
164 (goto-char (point-min)) | |
165 (insert "To: ") | |
166 (save-excursion | |
167 (if to | |
1843
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
168 ;; Here removed code to extract names from within <...> |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
169 ;; on the assumption that mail-strip-quoted-names |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
170 ;; has been called and has done so. |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
171 (let ((fill-prefix "\t") |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
172 (address-start (point))) |
455 | 173 (insert to "\n") |
1843
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
174 (fill-region-as-paragraph address-start (point-max))) |
455 | 175 (newline)) |
176 (if cc | |
1843
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
177 (let ((fill-prefix "\t") |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
178 (address-start (progn (insert "CC: ") (point)))) |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
179 (insert cc "\n") |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
180 (fill-region-as-paragraph address-start (point-max)))) |
455 | 181 (if in-reply-to |
182 (insert "In-reply-to: " in-reply-to "\n")) | |
183 (insert "Subject: " (or subject "") "\n") | |
184 (if mail-default-headers | |
185 (insert mail-default-headers)) | |
186 (if mail-default-reply-to | |
187 (insert "Reply-to: " mail-default-reply-to "\n")) | |
188 (if mail-self-blind | |
189 (insert "BCC: " (user-login-name) "\n")) | |
190 (if mail-archive-file-name | |
191 (insert "FCC: " mail-archive-file-name "\n")) | |
1024
ceb4469d3cd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
999
diff
changeset
|
192 (insert mail-header-separator "\n") |
2852
e80e6e533533
(mail-setup): Leave point before signature, not after.
Richard M. Stallman <rms@gnu.org>
parents:
2701
diff
changeset
|
193 ;; Insert the signature. But remember the beginning of the message. |
e80e6e533533
(mail-setup): Leave point before signature, not after.
Richard M. Stallman <rms@gnu.org>
parents:
2701
diff
changeset
|
194 (if to (setq to (point))) |
1025 | 195 (cond ((eq mail-signature t) |
196 (if (file-exists-p "~/.signature") | |
2633
c703d66d09c2
* sendmail.el (mail-setup): Don't insert "--\n" before the
Jim Blandy <jimb@redhat.com>
parents:
2551
diff
changeset
|
197 (insert-file-contents "~/.signature"))) |
1025 | 198 (mail-signature |
199 (insert mail-signature))) | |
455 | 200 (goto-char (point-max)) |
201 (or (bolp) (newline))) | |
2852
e80e6e533533
(mail-setup): Leave point before signature, not after.
Richard M. Stallman <rms@gnu.org>
parents:
2701
diff
changeset
|
202 (if to (goto-char to)) |
455 | 203 (or to subject in-reply-to |
204 (set-buffer-modified-p nil)) | |
205 (run-hooks 'mail-setup-hook)) | |
206 | |
207 ;;;###autoload | |
208 (defun mail-mode () | |
209 "Major mode for editing mail to be sent. | |
210 Like Text Mode but with these additional commands: | |
211 C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit | |
212 C-c C-f move to a header field (and create it if there isn't): | |
213 C-c C-f C-t move to To: C-c C-f C-s move to Subj: | |
214 C-c C-f C-b move to BCC: C-c C-f C-c move to CC: | |
215 C-c C-t move to message text. | |
216 C-c C-y mail-yank-original (insert current message, in Rmail). | |
217 C-c C-q mail-fill-yanked-message (fill what was yanked). | |
218 C-c C-v mail-sent-via (add a sent-via field for each To or CC)." | |
219 (interactive) | |
220 (kill-all-local-variables) | |
221 (make-local-variable 'mail-reply-buffer) | |
222 (setq mail-reply-buffer nil) | |
223 (make-local-variable 'mail-send-actions) | |
224 (set-syntax-table mail-mode-syntax-table) | |
225 (use-local-map mail-mode-map) | |
226 (setq local-abbrev-table text-mode-abbrev-table) | |
227 (setq major-mode 'mail-mode) | |
228 (setq mode-name "Mail") | |
229 (setq buffer-offer-save t) | |
230 (make-local-variable 'paragraph-separate) | |
231 (make-local-variable 'paragraph-start) | |
232 (setq paragraph-start (concat "^" mail-header-separator | |
233 "$\\|^[ \t]*[-_][-_][-_]+$\\|" | |
234 paragraph-start)) | |
235 (setq paragraph-separate (concat "^" mail-header-separator | |
236 "$\\|^[ \t]*[-_][-_][-_]+$\\|" | |
237 paragraph-separate)) | |
238 (run-hooks 'text-mode-hook 'mail-mode-hook)) | |
3859
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
239 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
240 ;;; Set up keymap. |
455 | 241 |
242 (if mail-mode-map | |
243 nil | |
244 (setq mail-mode-map (nconc (make-sparse-keymap) text-mode-map)) | |
245 (define-key mail-mode-map "\C-c?" 'describe-mode) | |
246 (define-key mail-mode-map "\C-c\C-f\C-t" 'mail-to) | |
247 (define-key mail-mode-map "\C-c\C-f\C-b" 'mail-bcc) | |
573 | 248 (define-key mail-mode-map "\C-c\C-f\C-f" 'mail-fcc) |
455 | 249 (define-key mail-mode-map "\C-c\C-f\C-c" 'mail-cc) |
250 (define-key mail-mode-map "\C-c\C-f\C-s" 'mail-subject) | |
251 (define-key mail-mode-map "\C-c\C-t" 'mail-text) | |
252 (define-key mail-mode-map "\C-c\C-y" 'mail-yank-original) | |
253 (define-key mail-mode-map "\C-c\C-q" 'mail-fill-yanked-message) | |
254 (define-key mail-mode-map "\C-c\C-w" 'mail-signature) | |
255 (define-key mail-mode-map "\C-c\C-v" 'mail-sent-via) | |
256 (define-key mail-mode-map "\C-c\C-c" 'mail-send-and-exit) | |
257 (define-key mail-mode-map "\C-c\C-s" 'mail-send)) | |
3859
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
258 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
259 (define-key mail-mode-map [menu-bar mail] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
260 (cons "Mail" (make-sparse-keymap "Mail"))) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
261 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
262 (define-key mail-mode-map [menu-bar mail fill] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
263 '("Fill Citation" . mail-fill-yanked-message)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
264 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
265 (define-key mail-mode-map [menu-bar mail yank] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
266 '("Cite Original" . mail-yank-original)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
267 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
268 (define-key mail-mode-map [menu-bar mail signature] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
269 '("Insert Signature" . mail-signature)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
270 |
4074
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
271 (define-key mail-mode-map [menu-bar mail cancel] |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
272 '("Cancel" . mail-dont-send)) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
273 |
3859
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
274 (define-key mail-mode-map [menu-bar mail send-stay] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
275 '("Send, Keep Editing" . mail-send)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
276 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
277 (define-key mail-mode-map [menu-bar mail send] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
278 '("Send Message" . mail-send-and-exit)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
279 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
280 (define-key mail-mode-map [menu-bar headers] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
281 (cons "Headers" (make-sparse-keymap "Headers"))) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
282 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
283 (define-key mail-mode-map [menu-bar headers sent-via] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
284 '("Sent Via" . mail-sent-via)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
285 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
286 (define-key mail-mode-map [menu-bar headers text] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
287 '("Text" . mail-text)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
288 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
289 (define-key mail-mode-map [menu-bar headers bcc] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
290 '("Bcc" . mail-bcc)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
291 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
292 (define-key mail-mode-map [menu-bar headers fcc] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
293 '("Fcc" . mail-fcc)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
294 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
295 (define-key mail-mode-map [menu-bar headers cc] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
296 '("Cc" . mail-cc)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
297 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
298 (define-key mail-mode-map [menu-bar headers subject] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
299 '("Subject" . mail-subject)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
300 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
301 (define-key mail-mode-map [menu-bar headers to] |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
302 '("To" . mail-to)) |
455 | 303 |
304 (defun mail-send-and-exit (arg) | |
1539 | 305 "Send message like `mail-send', then, if no errors, exit from mail buffer. |
455 | 306 Prefix arg means don't delete this window." |
307 (interactive "P") | |
308 (mail-send) | |
4074
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
309 (mail-bury arg)) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
310 |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
311 (defun mail-dont-send (arg) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
312 "Don't send the message you have been editing. |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
313 Prefix arg means don't delete this window." |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
314 (interactive "P") |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
315 (mail-bury arg)) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
316 |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
317 (defun mail-bury (arg) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
318 "Bury this mail buffer." |
1269
d123cad4373c
(mail-send-and-exit): Do other-buffer before bury-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
1075
diff
changeset
|
319 (let ((newbuf (other-buffer (current-buffer)))) |
d123cad4373c
(mail-send-and-exit): Do other-buffer before bury-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
1075
diff
changeset
|
320 (bury-buffer (current-buffer)) |
4194
053660379077
(mail-bury): Check that frame-parameters is defined.
Richard M. Stallman <rms@gnu.org>
parents:
4107
diff
changeset
|
321 (if (and (fboundp 'frame-parameters) |
053660379077
(mail-bury): Check that frame-parameters is defined.
Richard M. Stallman <rms@gnu.org>
parents:
4107
diff
changeset
|
322 (cdr (assq 'dedicated (frame-parameters))) |
4107
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
323 (not (null (delq (selected-frame) (visible-frame-list))))) |
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
324 (delete-frame (selected-frame)) |
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
325 (if (and (not arg) |
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
326 (not (one-window-p)) |
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
327 (save-excursion |
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
328 (set-buffer (window-buffer (next-window (selected-window) 'not))) |
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
329 (eq major-mode 'rmail-mode))) |
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
330 (delete-window) |
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
331 (switch-to-buffer newbuf))))) |
455 | 332 |
333 (defun mail-send () | |
334 "Send the message in the current buffer. | |
335 If `mail-interactive' is non-nil, wait for success indication | |
336 or error messages, and inform user. | |
337 Otherwise any failure is reported in a message back to | |
338 the user from the mailer." | |
339 (interactive) | |
3949
d95172e91f4e
(mail-send): Don't test buffer-modified-p if buffer is visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
3859
diff
changeset
|
340 (if (if buffer-file-name |
d95172e91f4e
(mail-send): Don't test buffer-modified-p if buffer is visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
3859
diff
changeset
|
341 (y-or-n-p "Send buffer contents as mail message? ") |
d95172e91f4e
(mail-send): Don't test buffer-modified-p if buffer is visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
3859
diff
changeset
|
342 (or (buffer-modified-p) |
d95172e91f4e
(mail-send): Don't test buffer-modified-p if buffer is visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
3859
diff
changeset
|
343 (y-or-n-p "Message already sent; resend? "))) |
455 | 344 (progn |
345 (message "Sending...") | |
346 (run-hooks 'mail-send-hook) | |
347 (funcall send-mail-function) | |
348 ;; Now perform actions on successful sending. | |
349 (while mail-send-actions | |
350 (condition-case nil | |
1741
bc25cbeb27c0
(mail-send): Don't clear modified or delete autosave if visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
1705
diff
changeset
|
351 (apply (car (car mail-send-actions)) |
bc25cbeb27c0
(mail-send): Don't clear modified or delete autosave if visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
1705
diff
changeset
|
352 (cdr (car mail-send-actions))) |
455 | 353 (error)) |
354 (setq mail-send-actions (cdr mail-send-actions))) | |
1741
bc25cbeb27c0
(mail-send): Don't clear modified or delete autosave if visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
1705
diff
changeset
|
355 (message "Sending...done") |
bc25cbeb27c0
(mail-send): Don't clear modified or delete autosave if visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
1705
diff
changeset
|
356 ;; If buffer has no file, mark it as unmodified and delete autosave. |
bc25cbeb27c0
(mail-send): Don't clear modified or delete autosave if visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
1705
diff
changeset
|
357 (if (not buffer-file-name) |
bc25cbeb27c0
(mail-send): Don't clear modified or delete autosave if visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
1705
diff
changeset
|
358 (progn |
bc25cbeb27c0
(mail-send): Don't clear modified or delete autosave if visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
1705
diff
changeset
|
359 (set-buffer-modified-p nil) |
bc25cbeb27c0
(mail-send): Don't clear modified or delete autosave if visiting a file.
Richard M. Stallman <rms@gnu.org>
parents:
1705
diff
changeset
|
360 (delete-auto-save-file-if-necessary t)))))) |
455 | 361 |
362 (defun sendmail-send-it () | |
363 (let ((errbuf (if mail-interactive | |
364 (generate-new-buffer " sendmail errors") | |
365 0)) | |
366 (tembuf (generate-new-buffer " sendmail temp")) | |
367 (case-fold-search nil) | |
368 delimline | |
369 (mailbuf (current-buffer))) | |
370 (unwind-protect | |
371 (save-excursion | |
372 (set-buffer tembuf) | |
373 (erase-buffer) | |
374 (insert-buffer-substring mailbuf) | |
375 (goto-char (point-max)) | |
376 ;; require one newline at the end. | |
377 (or (= (preceding-char) ?\n) | |
378 (insert ?\n)) | |
379 ;; Change header-delimiter to be what sendmail expects. | |
380 (goto-char (point-min)) | |
381 (re-search-forward | |
382 (concat "^" (regexp-quote mail-header-separator) "\n")) | |
383 (replace-match "\n") | |
384 (backward-char 1) | |
385 (setq delimline (point-marker)) | |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
386 (if mail-aliases |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
387 (expand-mail-aliases (point-min) delimline)) |
455 | 388 (goto-char (point-min)) |
389 ;; ignore any blank lines in the header | |
390 (while (and (re-search-forward "\n\n\n*" delimline t) | |
391 (< (point) delimline)) | |
392 (replace-match "\n")) | |
393 (let ((case-fold-search t)) | |
394 (goto-char (point-min)) | |
395 (if (re-search-forward "^Sender:" delimline t) | |
396 (error "Sender may not be specified.")) | |
397 ;; Find and handle any FCC fields. | |
398 (goto-char (point-min)) | |
399 (if (re-search-forward "^FCC:" delimline t) | |
400 (mail-do-fcc delimline)) | |
4910
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
401 ;;; Apparently this causes a duplicate Sender. |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
402 ;;; ;; If the From is different than current user, insert Sender. |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
403 ;;; (goto-char (point-min)) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
404 ;;; (and (re-search-forward "^From:" delimline t) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
405 ;;; (progn |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
406 ;;; (require 'mail-utils) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
407 ;;; (not (string-equal |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
408 ;;; (mail-strip-quoted-names |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
409 ;;; (save-restriction |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
410 ;;; (narrow-to-region (point-min) delimline) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
411 ;;; (mail-fetch-field "From"))) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
412 ;;; (user-login-name)))) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
413 ;;; (progn |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
414 ;;; (forward-line 1) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
415 ;;; (insert "Sender: " (user-login-name) "\n"))) |
455 | 416 ;; "S:" is an abbreviation for "Subject:". |
417 (goto-char (point-min)) | |
418 (if (re-search-forward "^S:" delimline t) | |
419 (replace-match "Subject:")) | |
420 ;; Don't send out a blank subject line | |
421 (goto-char (point-min)) | |
422 (if (re-search-forward "^Subject:[ \t]*\n" delimline t) | |
423 (replace-match "")) | |
5667
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
424 ;; Insert an extra newline if we need it to work around |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
425 ;; Sun's bug that swallows newlines. |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
426 (goto-char (1+ delimline)) |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
427 (if (eval mail-mailer-swallows-blank-line) |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
428 (newline)) |
455 | 429 (if mail-interactive |
430 (save-excursion | |
431 (set-buffer errbuf) | |
432 (erase-buffer)))) | |
433 (apply 'call-process-region | |
434 (append (list (point-min) (point-max) | |
435 (if (boundp 'sendmail-program) | |
436 sendmail-program | |
437 "/usr/lib/sendmail") | |
438 nil errbuf nil | |
439 "-oi" "-t") | |
440 ;; Always specify who from, | |
441 ;; since some systems have broken sendmails. | |
442 (list "-f" (user-login-name)) | |
443 ;;; ;; Don't say "from root" if running under su. | |
444 ;;; (and (equal (user-real-login-name) "root") | |
445 ;;; (list "-f" (user-login-name))) | |
446 (and mail-alias-file | |
447 (list (concat "-oA" mail-alias-file))) | |
448 ;; These mean "report errors by mail" | |
449 ;; and "deliver in background". | |
450 (if (null mail-interactive) '("-oem" "-odb")))) | |
451 (if mail-interactive | |
452 (save-excursion | |
453 (set-buffer errbuf) | |
454 (goto-char (point-min)) | |
455 (while (re-search-forward "\n\n* *" nil t) | |
456 (replace-match "; ")) | |
457 (if (not (zerop (buffer-size))) | |
458 (error "Sending...failed to %s" | |
459 (buffer-substring (point-min) (point-max))))))) | |
460 (kill-buffer tembuf) | |
461 (if (bufferp errbuf) | |
462 (kill-buffer errbuf))))) | |
463 | |
464 (defun mail-do-fcc (header-end) | |
465 (let (fcc-list | |
466 (rmailbuf (current-buffer)) | |
2920
c47652dc3400
Some time-handling patches from Paul Eggert:
Jim Blandy <jimb@redhat.com>
parents:
2858
diff
changeset
|
467 (time (current-time)) |
455 | 468 (tembuf (generate-new-buffer " rmail output")) |
469 (case-fold-search t)) | |
470 (save-excursion | |
471 (goto-char (point-min)) | |
472 (while (re-search-forward "^FCC:[ \t]*" header-end t) | |
473 (setq fcc-list (cons (buffer-substring (point) | |
474 (progn | |
475 (end-of-line) | |
476 (skip-chars-backward " \t") | |
477 (point))) | |
478 fcc-list)) | |
479 (delete-region (match-beginning 0) | |
480 (progn (forward-line 1) (point)))) | |
481 (set-buffer tembuf) | |
482 (erase-buffer) | |
3340
908134e8308a
(mail-do-fcc): Put back the newline at the start
Richard M. Stallman <rms@gnu.org>
parents:
3232
diff
changeset
|
483 ;; This initial newline is written out if the fcc file already exists. |
908134e8308a
(mail-do-fcc): Put back the newline at the start
Richard M. Stallman <rms@gnu.org>
parents:
3232
diff
changeset
|
484 (insert "\nFrom " (user-login-name) " " |
2920
c47652dc3400
Some time-handling patches from Paul Eggert:
Jim Blandy <jimb@redhat.com>
parents:
2858
diff
changeset
|
485 (current-time-string time) "\n") |
1075 | 486 ;; Insert the time zone before the year. |
487 (forward-char -1) | |
488 (forward-word -1) | |
4021
5a8ed60f39f2
(mail-do-fcc): Use RFC 822 style date in Resent-Date: line.
Richard M. Stallman <rms@gnu.org>
parents:
3949
diff
changeset
|
489 (require 'mail-utils) |
5a8ed60f39f2
(mail-do-fcc): Use RFC 822 style date in Resent-Date: line.
Richard M. Stallman <rms@gnu.org>
parents:
3949
diff
changeset
|
490 (insert (mail-rfc822-time-zone time) " ") |
1075 | 491 (goto-char (point-max)) |
455 | 492 (insert-buffer-substring rmailbuf) |
493 ;; Make sure messages are separated. | |
494 (goto-char (point-max)) | |
495 (insert ?\n) | |
496 (goto-char 2) | |
497 ;; ``Quote'' "^From " as ">From " | |
498 ;; (note that this isn't really quoting, as there is no requirement | |
499 ;; that "^[>]+From " be quoted in the same transparent way.) | |
500 (let ((case-fold-search nil)) | |
501 (while (search-forward "\nFrom " nil t) | |
502 (forward-char -5) | |
503 (insert ?>))) | |
504 (while fcc-list | |
505 (let ((buffer (get-file-buffer (car fcc-list)))) | |
506 (if buffer | |
507 ;; File is present in a buffer => append to that buffer. | |
508 (let ((curbuf (current-buffer)) | |
3468
f3052346f005
(mail-do-fcc): Omit first 2 lines when appending to an RMAIL buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3424
diff
changeset
|
509 (beg (point-min)) (end (point-max)) |
f3052346f005
(mail-do-fcc): Omit first 2 lines when appending to an RMAIL buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3424
diff
changeset
|
510 (beg2 (save-excursion (goto-char (point-min)) |
f3052346f005
(mail-do-fcc): Omit first 2 lines when appending to an RMAIL buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3424
diff
changeset
|
511 (forward-line 2) (point)))) |
455 | 512 (save-excursion |
513 (set-buffer buffer) | |
514 ;; Keep the end of the accessible portion at the same place | |
515 ;; unless it is the end of the buffer. | |
516 (let ((max (if (/= (1+ (buffer-size)) (point-max)) | |
517 (point-max)))) | |
518 (unwind-protect | |
3513
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
519 ;; Code below lifted from rmailout.el |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
520 ;; function rmail-output-to-rmail-file: |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
521 (let ((buffer-read-only nil) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
522 (msg (and (boundp 'rmail-current-message) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
523 rmail-current-message))) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
524 ;; If MSG is non-nil, buffer is in RMAIL mode. |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
525 (if msg |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
526 (progn |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
527 (rmail-maybe-set-message-counters) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
528 (widen) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
529 (narrow-to-region (point-max) (point-max)) |
455 | 530 (insert "\C-l\n0, unseen,,\n*** EOOH ***\n" |
531 "From: " (user-login-name) "\n" | |
4021
5a8ed60f39f2
(mail-do-fcc): Use RFC 822 style date in Resent-Date: line.
Richard M. Stallman <rms@gnu.org>
parents:
3949
diff
changeset
|
532 "Date: " (mail-rfc822-date) "\n") |
3468
f3052346f005
(mail-do-fcc): Omit first 2 lines when appending to an RMAIL buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3424
diff
changeset
|
533 (insert-buffer-substring curbuf beg2 end) |
746
1b0748ff6f65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
705
diff
changeset
|
534 (insert "\n\C-_") |
3513
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
535 (goto-char (point-min)) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
536 (widen) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
537 (search-backward "\n\^_") |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
538 (narrow-to-region (point) (point-max)) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
539 (rmail-count-new-messages t) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
540 (rmail-show-message msg) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
541 (setq max nil)) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
542 ;; Output file not in rmail mode |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
543 ;; => just insert at the end. |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
544 (narrow-to-region (point-min) (1+ (buffer-size))) |
8154b7ce787e
(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman <rms@gnu.org>
parents:
3468
diff
changeset
|
545 (goto-char (point-max)) |
455 | 546 (insert-buffer-substring curbuf beg end))) |
547 (if max (narrow-to-region (point-min) max)))))) | |
548 ;; Else append to the file directly. | |
549 (write-region | |
550 ;; Include a blank line before if file already exists. | |
3340
908134e8308a
(mail-do-fcc): Put back the newline at the start
Richard M. Stallman <rms@gnu.org>
parents:
3232
diff
changeset
|
551 |
455 | 552 (if (file-exists-p (car fcc-list)) (point-min) (1+ (point-min))) |
553 (point-max) (car fcc-list) t))) | |
554 (setq fcc-list (cdr fcc-list)))) | |
555 (kill-buffer tembuf))) | |
556 | |
557 (defun mail-sent-via () | |
558 "Make a Sent-via header line from each To or CC header line." | |
559 (interactive) | |
560 (save-excursion | |
561 (goto-char (point-min)) | |
562 ;; find the header-separator | |
563 (search-forward (concat "\n" mail-header-separator "\n")) | |
564 (forward-line -1) | |
565 ;; put a marker at the end of the header | |
566 (let ((end (point-marker)) | |
567 (case-fold-search t) | |
568 to-line) | |
569 (goto-char (point-min)) | |
570 ;; search for the To: lines and make Sent-via: lines from them | |
571 ;; search for the next To: line | |
572 (while (re-search-forward "^\\(to\\|cc\\):" end t) | |
573 ;; Grab this line plus all its continuations, sans the `to:'. | |
574 (let ((to-line | |
575 (buffer-substring (point) | |
576 (progn | |
577 (if (re-search-forward "^[^ \t\n]" end t) | |
578 (backward-char 1) | |
579 (goto-char end)) | |
580 (point))))) | |
581 ;; Insert a copy, with altered header field name. | |
582 (insert-before-markers "Sent-via:" to-line)))))) | |
583 | |
584 (defun mail-to () | |
585 "Move point to end of To-field." | |
586 (interactive) | |
587 (expand-abbrev) | |
588 (mail-position-on-field "To")) | |
589 | |
590 (defun mail-subject () | |
591 "Move point to end of Subject-field." | |
592 (interactive) | |
593 (expand-abbrev) | |
594 (mail-position-on-field "Subject")) | |
595 | |
596 (defun mail-cc () | |
597 "Move point to end of CC-field. Create a CC field if none." | |
598 (interactive) | |
599 (expand-abbrev) | |
600 (or (mail-position-on-field "cc" t) | |
601 (progn (mail-position-on-field "to") | |
602 (insert "\nCC: ")))) | |
603 | |
604 (defun mail-bcc () | |
605 "Move point to end of BCC-field. Create a BCC field if none." | |
606 (interactive) | |
607 (expand-abbrev) | |
608 (or (mail-position-on-field "bcc" t) | |
609 (progn (mail-position-on-field "to") | |
610 (insert "\nBCC: ")))) | |
611 | |
5210
4db0922992a3
(mail-fcc): Take argument and use interactive spec to prompt, rather than
Roland McGrath <roland@gnu.org>
parents:
5097
diff
changeset
|
612 (defun mail-fcc (folder) |
573 | 613 "Add a new FCC field, with file name completion." |
5210
4db0922992a3
(mail-fcc): Take argument and use interactive spec to prompt, rather than
Roland McGrath <roland@gnu.org>
parents:
5097
diff
changeset
|
614 (interactive "FFolder carbon copy: ") |
573 | 615 (expand-abbrev) |
616 (or (mail-position-on-field "fcc" t) ;Put new field after exiting FCC. | |
617 (mail-position-on-field "to")) | |
5210
4db0922992a3
(mail-fcc): Take argument and use interactive spec to prompt, rather than
Roland McGrath <roland@gnu.org>
parents:
5097
diff
changeset
|
618 (insert "\nFCC: " folder)) |
573 | 619 |
455 | 620 (defun mail-position-on-field (field &optional soft) |
621 (let (end | |
622 (case-fold-search t)) | |
623 (goto-char (point-min)) | |
604 | 624 (re-search-forward (concat "^" (regexp-quote mail-header-separator) "\n")) |
455 | 625 (setq end (match-beginning 0)) |
626 (goto-char (point-min)) | |
627 (if (re-search-forward (concat "^" (regexp-quote field) ":") end t) | |
628 (progn | |
629 (re-search-forward "^[^ \t]" nil 'move) | |
630 (beginning-of-line) | |
631 (skip-chars-backward "\n") | |
632 t) | |
633 (or soft | |
634 (progn (goto-char end) | |
604 | 635 (insert field ": \n") |
636 (skip-chars-backward "\n"))) | |
455 | 637 nil))) |
638 | |
639 (defun mail-text () | |
640 "Move point to beginning of text field." | |
641 (interactive) | |
642 (goto-char (point-min)) | |
643 (search-forward (concat "\n" mail-header-separator "\n"))) | |
644 | |
679
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
645 (defun mail-signature (atpoint) |
5847
8a2e912b29a5
(mail-signature): Insert a `-- ' line.
Richard M. Stallman <rms@gnu.org>
parents:
5839
diff
changeset
|
646 "Sign letter with contents of the file `~/.signature'. |
5839 | 647 Prefix arg means put contents at point." |
679
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
648 (interactive "P") |
455 | 649 (save-excursion |
679
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
650 (or atpoint |
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
651 (goto-char (point-max))) |
455 | 652 (skip-chars-backward " \t\n") |
653 (end-of-line) | |
679
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
654 (or atpoint |
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
655 (delete-region (point) (point-max))) |
5847
8a2e912b29a5
(mail-signature): Insert a `-- ' line.
Richard M. Stallman <rms@gnu.org>
parents:
5839
diff
changeset
|
656 (insert "\n\n-- \n") |
1025 | 657 (insert-file-contents (expand-file-name "~/.signature")))) |
455 | 658 |
659 (defun mail-fill-yanked-message (&optional justifyp) | |
660 "Fill the paragraphs of a message yanked into this one. | |
661 Numeric argument means justify as well." | |
662 (interactive "P") | |
663 (save-excursion | |
664 (goto-char (point-min)) | |
665 (search-forward (concat "\n" mail-header-separator "\n") nil t) | |
666 (fill-individual-paragraphs (point) | |
667 (point-max) | |
668 justifyp | |
669 t))) | |
670 | |
3424
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
671 (defun mail-indent-citation () |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
672 "Modify text just inserted from a message to be cited. |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
673 The inserted text should be the region. |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
674 When this function returns, the region is again around the modified text. |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
675 |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
676 Normally, indent each nonblank line `mail-indentation-spaces' spaces. |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
677 However, if `mail-yank-prefix' is non-nil, insert that prefix on each line." |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
678 (let ((start (point))) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
679 (mail-yank-clear-headers start (mark t)) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
680 (if (null mail-yank-prefix) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
681 (indent-rigidly start (mark t) mail-indentation-spaces) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
682 (save-excursion |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
683 (goto-char start) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
684 (while (< (point) (mark t)) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
685 (insert mail-yank-prefix) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
686 (forward-line 1)))))) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
687 |
455 | 688 (defun mail-yank-original (arg) |
689 "Insert the message being replied to, if any (in rmail). | |
690 Puts point before the text and mark after. | |
691 Normally, indents each nonblank line ARG spaces (default 3). | |
692 However, if `mail-yank-prefix' is non-nil, insert that prefix on each line. | |
693 | |
694 Just \\[universal-argument] as argument means don't indent, insert no prefix, | |
695 and don't delete any header fields." | |
696 (interactive "P") | |
697 (if mail-reply-buffer | |
698 (let ((start (point))) | |
5097
a0a5b39e3d22
(mail-yank-original): Delete windows on selected frame only.
Richard M. Stallman <rms@gnu.org>
parents:
4910
diff
changeset
|
699 ;; If the original message is in another window in the same frame, |
a0a5b39e3d22
(mail-yank-original): Delete windows on selected frame only.
Richard M. Stallman <rms@gnu.org>
parents:
4910
diff
changeset
|
700 ;; delete that window to save screen space. |
a0a5b39e3d22
(mail-yank-original): Delete windows on selected frame only.
Richard M. Stallman <rms@gnu.org>
parents:
4910
diff
changeset
|
701 ;; t means don't alter other frames. |
a0a5b39e3d22
(mail-yank-original): Delete windows on selected frame only.
Richard M. Stallman <rms@gnu.org>
parents:
4910
diff
changeset
|
702 (delete-windows-on mail-reply-buffer t) |
455 | 703 (insert-buffer mail-reply-buffer) |
704 (if (consp arg) | |
705 nil | |
3424
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
706 (goto-char start) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
707 (let ((mail-indentation-spaces (if arg (prefix-numeric-value arg) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
708 mail-indentation-spaces))) |
3816
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
709 (if mail-citation-hook |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
710 (run-hooks 'mail-citation-hook) |
4418
fdbbde0d4f24
(mail-yank-hooks): Initialize to nil.
Richard M. Stallman <rms@gnu.org>
parents:
4342
diff
changeset
|
711 (if mail-yank-hooks |
fdbbde0d4f24
(mail-yank-hooks): Initialize to nil.
Richard M. Stallman <rms@gnu.org>
parents:
4342
diff
changeset
|
712 (run-hooks 'mail-yank-hooks) |
fdbbde0d4f24
(mail-yank-hooks): Initialize to nil.
Richard M. Stallman <rms@gnu.org>
parents:
4342
diff
changeset
|
713 (mail-indent-citation))))) |
2858
ef942eda3523
(mail-yank-original): In Transient Mark mode,
Richard M. Stallman <rms@gnu.org>
parents:
2852
diff
changeset
|
714 ;; This is like exchange-point-and-mark, but doesn't activate the mark. |
ef942eda3523
(mail-yank-original): In Transient Mark mode,
Richard M. Stallman <rms@gnu.org>
parents:
2852
diff
changeset
|
715 ;; It is cleaner to avoid activation, even though the command |
ef942eda3523
(mail-yank-original): In Transient Mark mode,
Richard M. Stallman <rms@gnu.org>
parents:
2852
diff
changeset
|
716 ;; loop would deactivate the mark because we inserted text. |
ef942eda3523
(mail-yank-original): In Transient Mark mode,
Richard M. Stallman <rms@gnu.org>
parents:
2852
diff
changeset
|
717 (goto-char (prog1 (mark t) |
ef942eda3523
(mail-yank-original): In Transient Mark mode,
Richard M. Stallman <rms@gnu.org>
parents:
2852
diff
changeset
|
718 (set-marker (mark-marker) (point) (current-buffer)))) |
455 | 719 (if (not (eolp)) (insert ?\n))))) |
720 | |
721 (defun mail-yank-clear-headers (start end) | |
722 (save-excursion | |
723 (goto-char start) | |
724 (if (search-forward "\n\n" end t) | |
725 (save-restriction | |
726 (narrow-to-region start (point)) | |
727 (goto-char start) | |
728 (while (let ((case-fold-search t)) | |
729 (re-search-forward mail-yank-ignored-headers nil t)) | |
730 (beginning-of-line) | |
731 (delete-region (point) | |
732 (progn (re-search-forward "\n[^ \t]") | |
733 (forward-char -1) | |
734 (point)))))))) | |
735 | |
736 ;; Put these last, to reduce chance of lossage from quitting in middle of loading the file. | |
737 | |
738 ;;;###autoload | |
739 (defun mail (&optional noerase to subject in-reply-to cc replybuffer actions) | |
898
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
740 "Edit a message to be sent. Prefix arg means resume editing (don't erase). |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
741 When this function returns, the buffer `*mail*' is selected. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
742 The value is t if the message was newly initialized; otherwise, nil. |
455 | 743 |
1025 | 744 By default, the signature file `~/.signature' is inserted at the end; |
745 see the variable `mail-signature'. | |
455 | 746 |
747 \\<mail-mode-map> | |
748 While editing message, type \\[mail-send-and-exit] to send the message and exit. | |
749 | |
750 Various special commands starting with C-c are available in sendmail mode | |
751 to move to message header fields: | |
752 \\{mail-mode-map} | |
753 | |
754 If `mail-self-blind' is non-nil, a BCC to yourself is inserted | |
755 when the message is initialized. | |
756 | |
757 If `mail-default-reply-to' is non-nil, it should be an address (a string); | |
758 a Reply-to: field with that address is inserted. | |
759 | |
760 If `mail-archive-file-name' is non-nil, an FCC field with that file name | |
761 is inserted. | |
762 | |
763 If `mail-setup-hook' is bound, its value is called with no arguments | |
764 after the message is initialized. It can add more default fields. | |
765 | |
766 When calling from a program, the second through fifth arguments | |
767 TO, SUBJECT, IN-REPLY-TO and CC specify if non-nil | |
768 the initial contents of those header fields. | |
769 These arguments should not have final newlines. | |
770 The sixth argument REPLYBUFFER is a buffer whose contents | |
771 should be yanked if the user types C-c C-y. | |
772 The seventh argument ACTIONS is a list of actions to take | |
773 if/when the message is sent. Each action looks like (FUNCTION . ARGS); | |
774 when the message is sent, we apply FUNCTION to ARGS. | |
775 This is how Rmail arranges to mark messages `answered'." | |
776 (interactive "P") | |
898
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
777 ;;; This is commented out because I found it was confusing in practice. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
778 ;;; It is easy enough to rename *mail* by hand with rename-buffer |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
779 ;;; if you want to have multiple mail buffers. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
780 ;;; And then you can control which messages to save. --rms. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
781 ;;; (let ((index 1) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
782 ;;; buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
783 ;;; ;; If requested, look for a mail buffer that is modified and go to it. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
784 ;;; (if noerase |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
785 ;;; (progn |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
786 ;;; (while (and (setq buffer |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
787 ;;; (get-buffer (if (= 1 index) "*mail*" |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
788 ;;; (format "*mail*<%d>" index)))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
789 ;;; (not (buffer-modified-p buffer))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
790 ;;; (setq index (1+ index))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
791 ;;; (if buffer (switch-to-buffer buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
792 ;;; ;; If none exists, start a new message. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
793 ;;; ;; This will never re-use an existing unmodified mail buffer |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
794 ;;; ;; (since index is not 1 anymore). Perhaps it should. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
795 ;;; (setq noerase nil)))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
796 ;;; ;; Unless we found a modified message and are happy, start a new message. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
797 ;;; (if (not noerase) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
798 ;;; (progn |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
799 ;;; ;; Look for existing unmodified mail buffer. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
800 ;;; (while (and (setq buffer |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
801 ;;; (get-buffer (if (= 1 index) "*mail*" |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
802 ;;; (format "*mail*<%d>" index)))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
803 ;;; (buffer-modified-p buffer)) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
804 ;;; (setq index (1+ index))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
805 ;;; ;; If none, make a new one. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
806 ;;; (or buffer |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
807 ;;; (setq buffer (generate-new-buffer "*mail*"))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
808 ;;; ;; Go there and initialize it. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
809 ;;; (switch-to-buffer buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
810 ;;; (erase-buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
811 ;;; (setq default-directory (expand-file-name "~/")) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
812 ;;; (auto-save-mode auto-save-default) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
813 ;;; (mail-mode) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
814 ;;; (mail-setup to subject in-reply-to cc replybuffer actions) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
815 ;;; (if (and buffer-auto-save-file-name |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
816 ;;; (file-exists-p buffer-auto-save-file-name)) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
817 ;;; (message "Auto save file for draft message exists; consider M-x mail-recover")) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
818 ;;; t)) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
819 (switch-to-buffer "*mail*") |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
820 (setq default-directory (expand-file-name "~/")) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
821 (auto-save-mode auto-save-default) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
822 (mail-mode) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
823 (let (initialized) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
824 (and (not noerase) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
825 (or (not (buffer-modified-p)) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
826 (y-or-n-p "Unsent message being composed; erase it? ")) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
827 (progn (erase-buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
828 (mail-setup to subject in-reply-to cc replybuffer actions) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
829 (setq initialized t))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
830 (if (and buffer-auto-save-file-name |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
831 (file-exists-p buffer-auto-save-file-name)) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
832 (message "Auto save file for draft message exists; consider M-x mail-recover")) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
833 initialized)) |
455 | 834 |
835 (defun mail-recover () | |
836 "Reread contents of current buffer from its last auto-save file." | |
837 (interactive) | |
838 (let ((file-name (make-auto-save-file-name))) | |
839 (cond ((save-window-excursion | |
840 (if (not (eq system-type 'vax-vms)) | |
841 (with-output-to-temp-buffer "*Directory*" | |
842 (buffer-disable-undo standard-output) | |
843 (call-process "ls" nil standard-output nil "-l" file-name))) | |
844 (yes-or-no-p (format "Recover auto save file %s? " file-name))) | |
845 (let ((buffer-read-only nil)) | |
846 (erase-buffer) | |
847 (insert-file-contents file-name nil))) | |
848 (t (error "mail-recover cancelled."))))) | |
849 | |
850 ;;;###autoload | |
851 (defun mail-other-window (&optional noerase to subject in-reply-to cc replybuffer sendactions) | |
852 "Like `mail' command, but display mail buffer in another window." | |
853 (interactive "P") | |
854 (let ((pop-up-windows t)) | |
855 (pop-to-buffer "*mail*")) | |
856 (mail noerase to subject in-reply-to cc replybuffer sendactions)) | |
857 | |
858 ;;;###autoload | |
779 | 859 (defun mail-other-frame (&optional noerase to subject in-reply-to cc replybuffer sendactions) |
860 "Like `mail' command, but display mail buffer in another frame." | |
455 | 861 (interactive "P") |
779 | 862 (let ((pop-up-frames t)) |
455 | 863 (pop-to-buffer "*mail*")) |
864 (mail noerase to subject in-reply-to cc replybuffer sendactions)) | |
865 | |
4342
1088a9aa4fd0
Do the global key bindings only via loaddefs.el,
Richard M. Stallman <rms@gnu.org>
parents:
4194
diff
changeset
|
866 ;;; Do not execute these when sendmail.el is loaded, |
1088a9aa4fd0
Do the global key bindings only via loaddefs.el,
Richard M. Stallman <rms@gnu.org>
parents:
4194
diff
changeset
|
867 ;;; only in loaddefs.el. |
1088a9aa4fd0
Do the global key bindings only via loaddefs.el,
Richard M. Stallman <rms@gnu.org>
parents:
4194
diff
changeset
|
868 ;;;###autoload (define-key ctl-x-map "m" 'mail) |
1088a9aa4fd0
Do the global key bindings only via loaddefs.el,
Richard M. Stallman <rms@gnu.org>
parents:
4194
diff
changeset
|
869 ;;;###autoload (define-key ctl-x-4-map "m" 'mail-other-window) |
1088a9aa4fd0
Do the global key bindings only via loaddefs.el,
Richard M. Stallman <rms@gnu.org>
parents:
4194
diff
changeset
|
870 ;;;###autoload (define-key ctl-x-5-map "m" 'mail-other-frame) |
455 | 871 |
872 ;;; Do not add anything but external entries on this page. | |
584 | 873 |
874 (provide 'sendmail) | |
875 | |
658
7cbd4fcd8b0f
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
604
diff
changeset
|
876 ;;; sendmail.el ends here |