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