Mercurial > emacs
annotate lisp/mail/sendmail.el @ 13424:efbbbfd268dd
(nt_ring_bell): Renamed from ring_bell, now global.
(initialize_win_nt_display): Use nt_ring_bell.
[HAVE_NTGUI] (pixel_to_glyph_coords, glyph_to_pixel_coords): Don't define.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 07 Nov 1995 07:35:06 +0000 |
parents | 2b18ef667bde |
children | 391ce1139d50 |
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 |
10624
ec7ba4fd36f0
mail-mailer-swallows-blank-line: Handle full range of legal header names as
Noah Friedman <friedman@splode.com>
parents:
10326
diff
changeset
|
3 ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995 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 | |
10097
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
32 (defvar mail-from-style 'angles "\ |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
33 *Specifies how \"From:\" fields look. |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
34 |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
35 If `nil', they contain just the return address like: |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
36 king@grassland.com |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
37 If `parens', they look like: |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
38 king@grassland.com (Elvis Parsley) |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
39 If `angles', they look like: |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
40 Elvis Parsley <king@grassland.com>") |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
41 |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
42 ;;;###autoload |
1664
5345766220da
* sendmail.el (mail-self-blind, mail-interactive,
Jim Blandy <jimb@redhat.com>
parents:
1539
diff
changeset
|
43 (defvar mail-self-blind nil "\ |
455 | 44 Non-nil means insert BCC to self in messages to be sent. |
45 This is done when the message is initialized, | |
46 so you can remove or alter the BCC field to override the default.") | |
47 | |
48 ;;;###autoload | |
1664
5345766220da
* sendmail.el (mail-self-blind, mail-interactive,
Jim Blandy <jimb@redhat.com>
parents:
1539
diff
changeset
|
49 (defvar mail-interactive nil "\ |
455 | 50 Non-nil means when sending a message wait for and display errors. |
51 nil means let mailer mail back a message to report errors.") | |
52 | |
53 ;;;###autoload | |
1664
5345766220da
* sendmail.el (mail-self-blind, mail-interactive,
Jim Blandy <jimb@redhat.com>
parents:
1539
diff
changeset
|
54 (defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\ |
455 | 55 Delete these headers from old message when it's inserted in a reply.") |
56 | |
57 ;; Useful to set in site-init.el | |
58 ;;;###autoload | |
3232
27d2747abab2
(send-mail-function): Use defvar. not defconst.
Richard M. Stallman <rms@gnu.org>
parents:
2920
diff
changeset
|
59 (defvar send-mail-function 'sendmail-send-it "\ |
455 | 60 Function to call to send the current buffer as mail. |
11963
bfb07760304d
(send-mail-function, mail): Doc fixes.
Karl Heuer <kwzh@gnu.org>
parents:
11866
diff
changeset
|
61 The headers should be delimited by a line whose contents |
bfb07760304d
(send-mail-function, mail): Doc fixes.
Karl Heuer <kwzh@gnu.org>
parents:
11866
diff
changeset
|
62 match the variable `mail-header-separator'.") |
455 | 63 |
64 ;;;###autoload | |
65 (defvar mail-header-separator "--text follows this line--" "\ | |
66 *Line used to separate headers from text in messages being composed.") | |
67 | |
68 ;;;###autoload | |
69 (defvar mail-archive-file-name nil "\ | |
70 *Name of file to write all outgoing messages in, or nil for none. | |
9647
c27b8baa6aa4
(mail-aliases, mail-archive-file-name): Doc fixes.
Richard M. Stallman <rms@gnu.org>
parents:
9645
diff
changeset
|
71 This can be an inbox file or an Rmail file.") |
455 | 72 |
5261
50406a868f05
(mail-default-reply-to): Add autoload cookie.
Richard M. Stallman <rms@gnu.org>
parents:
5210
diff
changeset
|
73 ;;;###autoload |
12473
4472a461ab1c
(mail-default-reply-to): Initialize to nil.
Richard M. Stallman <rms@gnu.org>
parents:
12458
diff
changeset
|
74 (defvar mail-default-reply-to nil |
12607
498ce026e14b
(mail-default-reply-to): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
12564
diff
changeset
|
75 "*Address to insert as default Reply-to field of outgoing messages. |
498ce026e14b
(mail-default-reply-to): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
12564
diff
changeset
|
76 If nil, it will be initialized from the REPLYTO environment variable |
498ce026e14b
(mail-default-reply-to): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
12564
diff
changeset
|
77 when you first send mail.") |
455 | 78 |
8488
ddd8e250a65d
(mail-alias-file): Add autoload cookie.
Richard M. Stallman <rms@gnu.org>
parents:
8416
diff
changeset
|
79 ;;;###autoload |
455 | 80 (defvar mail-alias-file nil |
81 "*If non-nil, the name of a file to use instead of `/usr/lib/aliases'. | |
82 This file defines aliases to be expanded by the mailer; this is a different | |
83 feature from that of defining aliases in `.mailrc' to be expanded in Emacs. | |
84 This variable has no effect unless your system uses sendmail as its mailer.") | |
85 | |
10326
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
86 ;;;###autoload |
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
87 (defvar mail-personal-alias-file "~/.mailrc" |
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
88 "*If non-nil, the name of the user's personal mail alias file. |
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
89 This file typically should be in same format as the `.mailrc' file used by |
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
90 the `Mail' or `mailx' program. |
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
91 This file need not actually exist.") |
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
92 |
12564 | 93 (defvar mail-setup-hook nil |
94 "Normal hook, run each time a new outgoing mail message is initialized. | |
95 The function `mail-setup' runs this hook.") | |
96 | |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
97 (defvar mail-aliases t |
1468
01e760e7de34
(mail-aliases): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
1431
diff
changeset
|
98 "Alist of mail address aliases, |
9647
c27b8baa6aa4
(mail-aliases, mail-archive-file-name): Doc fixes.
Richard M. Stallman <rms@gnu.org>
parents:
9645
diff
changeset
|
99 or t meaning should be initialized from your mail aliases file. |
c27b8baa6aa4
(mail-aliases, mail-archive-file-name): Doc fixes.
Richard M. Stallman <rms@gnu.org>
parents:
9645
diff
changeset
|
100 \(The file's name is normally `~/.mailrc', but your MAILRC environment |
c27b8baa6aa4
(mail-aliases, mail-archive-file-name): Doc fixes.
Richard M. Stallman <rms@gnu.org>
parents:
9645
diff
changeset
|
101 variable can override that name.) |
c27b8baa6aa4
(mail-aliases, mail-archive-file-name): Doc fixes.
Richard M. Stallman <rms@gnu.org>
parents:
9645
diff
changeset
|
102 The alias definitions in the file have this form: |
1468
01e760e7de34
(mail-aliases): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
1431
diff
changeset
|
103 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
|
104 |
8802
7fcda87193a3
(mail-alias-modtime): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
8488
diff
changeset
|
105 (defvar mail-alias-modtime nil |
9647
c27b8baa6aa4
(mail-aliases, mail-archive-file-name): Doc fixes.
Richard M. Stallman <rms@gnu.org>
parents:
9645
diff
changeset
|
106 "The modification time of your mail alias file when it was last examined.") |
8802
7fcda87193a3
(mail-alias-modtime): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
8488
diff
changeset
|
107 |
455 | 108 (defvar mail-yank-prefix nil |
109 "*Prefix insert on lines of yanked message being replied to. | |
110 nil means use indentation.") | |
3424
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
111 (defvar mail-indentation-spaces 3 |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
112 "*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
|
113 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
|
114 (defvar mail-yank-hooks nil |
3816
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
115 "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
|
116 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
|
117 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
|
118 text as modified. |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
119 |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
120 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
|
121 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
|
122 |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
123 (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
|
124 "*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
|
125 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
|
126 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
|
127 text as modified. |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
128 |
3816
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
129 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
|
130 instead of no action.") |
455 | 131 |
132 (defvar mail-abbrevs-loaded nil) | |
133 (defvar mail-mode-map nil) | |
134 | |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
135 (autoload 'build-mail-aliases "mailalias" |
10326
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
136 "Read mail aliases from user's personal aliases file and set `mail-aliases'." |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
137 nil) |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
138 |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
139 (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
|
140 "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
|
141 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
|
142 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
|
143 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
|
144 nil) |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
145 |
999 | 146 ;;;###autoload |
1025 | 147 (defvar mail-signature nil |
148 "*Text inserted at end of mail buffer when a message is initialized. | |
13116
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
149 If t, it means to insert the contents of the file `mail-signature-file'.") |
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
150 |
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
151 (defvar mail-signature-file "~/.signature" |
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
152 "*File containing the text inserted at end of mail buffer.") |
455 | 153 |
154 (defvar mail-reply-buffer nil) | |
155 (defvar mail-send-actions nil | |
156 "A list of actions to be performed upon successful sending of a message.") | |
157 | |
158 (defvar mail-default-headers nil | |
159 "*A string containing header lines, to be inserted in outgoing messages. | |
160 It is inserted before you edit the message, | |
161 so you can edit or delete these lines.") | |
162 | |
8955
14951db9444a
(mail-bury-selects-summary): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
8802
diff
changeset
|
163 (defvar mail-bury-selects-summary t |
14951db9444a
(mail-bury-selects-summary): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
8802
diff
changeset
|
164 "*If non-nil, try to show RMAIL summary buffer after returning from mail. |
14951db9444a
(mail-bury-selects-summary): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
8802
diff
changeset
|
165 The functions \\[mail-send-on-exit] or \\[mail-dont-send] select |
14951db9444a
(mail-bury-selects-summary): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
8802
diff
changeset
|
166 the RMAIL summary buffer before returning, if it exists and this variable |
14951db9444a
(mail-bury-selects-summary): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
8802
diff
changeset
|
167 is non-nil.") |
14951db9444a
(mail-bury-selects-summary): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
8802
diff
changeset
|
168 |
5667
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
169 ;; 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
|
170 ;; 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
|
171 (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
|
172 (if (and (string-match "sparc-sun-sunos\\(\\'\\|[^5]\\)" system-configuration) |
8253
e390776e5846
(mail-mailer-swallows-blank-line): Verify sendmail.cf
Richard M. Stallman <rms@gnu.org>
parents:
8216
diff
changeset
|
173 (file-readable-p "/etc/sendmail.cf") |
5731
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
174 (let ((buffer (get-buffer-create " *temp*"))) |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
175 (unwind-protect |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
176 (save-excursion |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
177 (set-buffer buffer) |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
178 (insert-file-contents "/etc/sendmail.cf") |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
179 (goto-char (point-min)) |
d53870d31221
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5667
diff
changeset
|
180 (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
|
181 (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
|
182 (kill-buffer buffer)))) |
10624
ec7ba4fd36f0
mail-mailer-swallows-blank-line: Handle full range of legal header names as
Noah Friedman <friedman@splode.com>
parents:
10326
diff
changeset
|
183 ;; According to RFC822, "The field-name must be composed of printable |
ec7ba4fd36f0
mail-mailer-swallows-blank-line: Handle full range of legal header names as
Noah Friedman <friedman@splode.com>
parents:
10326
diff
changeset
|
184 ;; ASCII characters (i.e. characters that have decimal values between |
ec7ba4fd36f0
mail-mailer-swallows-blank-line: Handle full range of legal header names as
Noah Friedman <friedman@splode.com>
parents:
10326
diff
changeset
|
185 ;; 33 and 126, except colon)", i.e. any chars except ctl chars, |
ec7ba4fd36f0
mail-mailer-swallows-blank-line: Handle full range of legal header names as
Noah Friedman <friedman@splode.com>
parents:
10326
diff
changeset
|
186 ;; space, or colon. |
ec7ba4fd36f0
mail-mailer-swallows-blank-line: Handle full range of legal header names as
Noah Friedman <friedman@splode.com>
parents:
10326
diff
changeset
|
187 '(looking-at "[ \t]\\|[][!\"#$%&'()*+,-./0-9;<=>?@A-Z\\\\^_`a-z{|}~]+:")) |
5667
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
188 "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
|
189 \(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
|
190 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
|
191 actually occur.") |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
192 |
455 | 193 (defvar mail-mode-syntax-table nil |
194 "Syntax table used while in mail mode.") | |
195 | |
9381
535197b3fc42
(mail-font-lock-keywords): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
9160
diff
changeset
|
196 (if (not mail-mode-syntax-table) |
455 | 197 (progn |
198 (setq mail-mode-syntax-table (copy-syntax-table text-mode-syntax-table)) | |
199 (modify-syntax-entry ?% ". " mail-mode-syntax-table))) | |
200 | |
9381
535197b3fc42
(mail-font-lock-keywords): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
9160
diff
changeset
|
201 (defvar mail-font-lock-keywords |
13304
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
202 (let* ((cite-prefix "A-Za-z") (cite-suffix (concat cite-prefix "0-9_.@-"))) |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
203 (list '("^To:" . font-lock-function-name-face) |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
204 '("^B?CC:\\|^Reply-To:" . font-lock-keyword-face) |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
205 '("^\\(Subject:\\)[ \t]*\\(.+\\)?" |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
206 (1 font-lock-comment-face) (2 font-lock-type-face nil t)) |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
207 (list (concat "^\\(" (regexp-quote mail-header-separator) "\\)$") |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
208 1 'font-lock-comment-face) |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
209 (cons (concat "^[ \t]*" |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
210 "\\([" cite-prefix "]+[" cite-suffix "]*\\)?" |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
211 "[>|}].*") |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
212 'font-lock-reference-face) |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
213 '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*" |
3ac6db7496fd
Don't eval-when-compile mail-font-lock-keywords, since it refers to mail-header-separator.
Simon Marshall <simon@gnu.org>
parents:
13303
diff
changeset
|
214 . font-lock-string-face))) |
9381
535197b3fc42
(mail-font-lock-keywords): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
9160
diff
changeset
|
215 "Additional expressions to highlight in Mail mode.") |
535197b3fc42
(mail-font-lock-keywords): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
9160
diff
changeset
|
216 |
7917
7967c371644f
(mail-send-hook): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
7858
diff
changeset
|
217 (defvar mail-send-hook nil |
7967c371644f
(mail-send-hook): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
7858
diff
changeset
|
218 "Normal hook run before sending mail, in Mail mode.") |
7967c371644f
(mail-send-hook): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
7858
diff
changeset
|
219 |
9004
a253156d96b5
(sendmail-synch-aliases): Renamed from sync-mail-aliases. All callers changed.
Karl Heuer <kwzh@gnu.org>
parents:
8972
diff
changeset
|
220 (defun sendmail-synch-aliases () |
10326
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
221 (let ((modtime (nth 5 (file-attributes mail-personal-alias-file)))) |
8802
7fcda87193a3
(mail-alias-modtime): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
8488
diff
changeset
|
222 (or (equal mail-alias-modtime modtime) |
7fcda87193a3
(mail-alias-modtime): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
8488
diff
changeset
|
223 (setq mail-alias-modtime modtime |
7fcda87193a3
(mail-alias-modtime): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
8488
diff
changeset
|
224 mail-aliases t)))) |
7fcda87193a3
(mail-alias-modtime): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
8488
diff
changeset
|
225 |
455 | 226 (defun mail-setup (to subject in-reply-to cc replybuffer actions) |
12473
4472a461ab1c
(mail-default-reply-to): Initialize to nil.
Richard M. Stallman <rms@gnu.org>
parents:
12458
diff
changeset
|
227 (or mail-default-reply-to |
8972
ad8f1cea49cc
(mail-default-reply-to): Initialize to t.
Richard M. Stallman <rms@gnu.org>
parents:
8955
diff
changeset
|
228 (setq mail-default-reply-to (getenv "REPLYTO"))) |
9004
a253156d96b5
(sendmail-synch-aliases): Renamed from sync-mail-aliases. All callers changed.
Karl Heuer <kwzh@gnu.org>
parents:
8972
diff
changeset
|
229 (sendmail-synch-aliases) |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
230 (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
|
231 (progn |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
232 (setq mail-aliases nil) |
10326
627063d29d25
(mail-personal-alias-file): New variable.
Noah Friedman <friedman@splode.com>
parents:
10174
diff
changeset
|
233 (if (file-exists-p mail-personal-alias-file) |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
234 (build-mail-aliases)))) |
455 | 235 (setq mail-send-actions actions) |
236 (setq mail-reply-buffer replybuffer) | |
237 (goto-char (point-min)) | |
238 (insert "To: ") | |
239 (save-excursion | |
240 (if to | |
1843
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
241 ;; 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
|
242 ;; 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
|
243 ;; 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
|
244 (let ((fill-prefix "\t") |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
245 (address-start (point))) |
455 | 246 (insert to "\n") |
1843
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
247 (fill-region-as-paragraph address-start (point-max))) |
455 | 248 (newline)) |
249 (if cc | |
1843
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
250 (let ((fill-prefix "\t") |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
251 (address-start (progn (insert "CC: ") (point)))) |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
252 (insert cc "\n") |
2d5caf3fd862
(mail-setup): Use fill-region-as-paragraph
Richard M. Stallman <rms@gnu.org>
parents:
1835
diff
changeset
|
253 (fill-region-as-paragraph address-start (point-max)))) |
455 | 254 (if in-reply-to |
9536
ecaa7babab17
(mail-setup): Fill the in-reply-to field.
Richard M. Stallman <rms@gnu.org>
parents:
9527
diff
changeset
|
255 (let ((fill-prefix "\t") |
10013
fd7810a1535a
(mail-setup): Make fill-column wide for the in-reply-to.
Richard M. Stallman <rms@gnu.org>
parents:
9663
diff
changeset
|
256 (fill-column 78) |
9663
8bd05e79e0bd
(mail-setup): Fill in-reply-to field properly.
Richard M. Stallman <rms@gnu.org>
parents:
9647
diff
changeset
|
257 (address-start (point))) |
8bd05e79e0bd
(mail-setup): Fill in-reply-to field properly.
Richard M. Stallman <rms@gnu.org>
parents:
9647
diff
changeset
|
258 (insert "In-reply-to: " in-reply-to "\n") |
9536
ecaa7babab17
(mail-setup): Fill the in-reply-to field.
Richard M. Stallman <rms@gnu.org>
parents:
9527
diff
changeset
|
259 (fill-region-as-paragraph address-start (point-max)))) |
455 | 260 (insert "Subject: " (or subject "") "\n") |
261 (if mail-default-headers | |
262 (insert mail-default-headers)) | |
263 (if mail-default-reply-to | |
264 (insert "Reply-to: " mail-default-reply-to "\n")) | |
265 (if mail-self-blind | |
266 (insert "BCC: " (user-login-name) "\n")) | |
267 (if mail-archive-file-name | |
268 (insert "FCC: " mail-archive-file-name "\n")) | |
1024
ceb4469d3cd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
999
diff
changeset
|
269 (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
|
270 ;; 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
|
271 (if to (setq to (point))) |
1025 | 272 (cond ((eq mail-signature t) |
13116
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
273 (if (file-exists-p mail-signature-file) |
8216
1f1387385ac6
(mail-setup): Insert -- line before .signature file.
Richard M. Stallman <rms@gnu.org>
parents:
8145
diff
changeset
|
274 (progn |
1f1387385ac6
(mail-setup): Insert -- line before .signature file.
Richard M. Stallman <rms@gnu.org>
parents:
8145
diff
changeset
|
275 (insert "\n\n-- \n") |
13116
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
276 (insert-file-contents mail-signature-file)))) |
1025 | 277 (mail-signature |
278 (insert mail-signature))) | |
455 | 279 (goto-char (point-max)) |
280 (or (bolp) (newline))) | |
2852
e80e6e533533
(mail-setup): Leave point before signature, not after.
Richard M. Stallman <rms@gnu.org>
parents:
2701
diff
changeset
|
281 (if to (goto-char to)) |
455 | 282 (or to subject in-reply-to |
283 (set-buffer-modified-p nil)) | |
284 (run-hooks 'mail-setup-hook)) | |
285 | |
286 ;;;###autoload | |
287 (defun mail-mode () | |
288 "Major mode for editing mail to be sent. | |
289 Like Text Mode but with these additional commands: | |
290 C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit | |
291 C-c C-f move to a header field (and create it if there isn't): | |
11857
42dba4f290a0
(mail-mode): Clarify doc string.
Karl Heuer <kwzh@gnu.org>
parents:
11770
diff
changeset
|
292 C-c C-f C-t move to To: C-c C-f C-s move to Subject: |
42dba4f290a0
(mail-mode): Clarify doc string.
Karl Heuer <kwzh@gnu.org>
parents:
11770
diff
changeset
|
293 C-c C-f C-c move to CC: C-c C-f C-b move to BCC: |
6443 | 294 C-c C-f C-f move to FCC: |
11857
42dba4f290a0
(mail-mode): Clarify doc string.
Karl Heuer <kwzh@gnu.org>
parents:
11770
diff
changeset
|
295 C-c C-t mail-text (move to beginning of message text). |
13116
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
296 C-c C-w mail-signature (insert `mail-signature-file' file). |
455 | 297 C-c C-y mail-yank-original (insert current message, in Rmail). |
298 C-c C-q mail-fill-yanked-message (fill what was yanked). | |
11857
42dba4f290a0
(mail-mode): Clarify doc string.
Karl Heuer <kwzh@gnu.org>
parents:
11770
diff
changeset
|
299 C-c C-v mail-sent-via (add a Sent-via field for each To or CC)." |
455 | 300 (interactive) |
301 (kill-all-local-variables) | |
302 (make-local-variable 'mail-reply-buffer) | |
303 (setq mail-reply-buffer nil) | |
304 (make-local-variable 'mail-send-actions) | |
305 (set-syntax-table mail-mode-syntax-table) | |
306 (use-local-map mail-mode-map) | |
307 (setq local-abbrev-table text-mode-abbrev-table) | |
308 (setq major-mode 'mail-mode) | |
309 (setq mode-name "Mail") | |
310 (setq buffer-offer-save t) | |
9483
a8f745eaee5c
* sendmail.el: (mail-mode): Set font-lock-defaults.
Simon Marshall <simon@gnu.org>
parents:
9470
diff
changeset
|
311 (make-local-variable 'font-lock-defaults) |
a8f745eaee5c
* sendmail.el: (mail-mode): Set font-lock-defaults.
Simon Marshall <simon@gnu.org>
parents:
9470
diff
changeset
|
312 (setq font-lock-defaults '(mail-font-lock-keywords t)) |
455 | 313 (make-local-variable 'paragraph-separate) |
314 (make-local-variable 'paragraph-start) | |
11305
e39cb5447c68
(mail-mode): Make mail-header-separator into regexp.
Richard M. Stallman <rms@gnu.org>
parents:
11181
diff
changeset
|
315 (setq paragraph-start (concat (regexp-quote mail-header-separator) |
10894
7eb253d2b60a
(mail-mode): Remove ^ from paragraph-start & paragraph-separate.
Boris Goldowsky <boris@gnu.org>
parents:
10726
diff
changeset
|
316 "$\\|[ \t]*[-_][-_][-_]+$\\|" |
455 | 317 paragraph-start)) |
11305
e39cb5447c68
(mail-mode): Make mail-header-separator into regexp.
Richard M. Stallman <rms@gnu.org>
parents:
11181
diff
changeset
|
318 (setq paragraph-separate (concat (regexp-quote mail-header-separator) |
10894
7eb253d2b60a
(mail-mode): Remove ^ from paragraph-start & paragraph-separate.
Boris Goldowsky <boris@gnu.org>
parents:
10726
diff
changeset
|
319 "$\\|[ \t]*[-_][-_][-_]+$\\|" |
455 | 320 paragraph-separate)) |
321 (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
|
322 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
323 ;;; Set up keymap. |
455 | 324 |
325 (if mail-mode-map | |
326 nil | |
327 (setq mail-mode-map (nconc (make-sparse-keymap) text-mode-map)) | |
328 (define-key mail-mode-map "\C-c?" 'describe-mode) | |
329 (define-key mail-mode-map "\C-c\C-f\C-t" 'mail-to) | |
330 (define-key mail-mode-map "\C-c\C-f\C-b" 'mail-bcc) | |
573 | 331 (define-key mail-mode-map "\C-c\C-f\C-f" 'mail-fcc) |
455 | 332 (define-key mail-mode-map "\C-c\C-f\C-c" 'mail-cc) |
333 (define-key mail-mode-map "\C-c\C-f\C-s" 'mail-subject) | |
10726
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
334 (define-key mail-mode-map "\C-c\C-f\C-r" 'mail-reply-to) |
455 | 335 (define-key mail-mode-map "\C-c\C-t" 'mail-text) |
336 (define-key mail-mode-map "\C-c\C-y" 'mail-yank-original) | |
337 (define-key mail-mode-map "\C-c\C-q" 'mail-fill-yanked-message) | |
338 (define-key mail-mode-map "\C-c\C-w" 'mail-signature) | |
339 (define-key mail-mode-map "\C-c\C-v" 'mail-sent-via) | |
340 (define-key mail-mode-map "\C-c\C-c" 'mail-send-and-exit) | |
341 (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
|
342 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
343 (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
|
344 (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
|
345 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
346 (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
|
347 '("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
|
348 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
349 (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
|
350 '("Cite Original" . mail-yank-original)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
351 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
352 (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
|
353 '("Insert Signature" . mail-signature)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
354 |
4074
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
355 (define-key mail-mode-map [menu-bar mail cancel] |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
356 '("Cancel" . mail-dont-send)) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
357 |
3859
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
358 (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
|
359 '("Send, Keep Editing" . mail-send)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
360 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
361 (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
|
362 '("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
|
363 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
364 (define-key mail-mode-map [menu-bar headers] |
11181
67a8c8274784
(mail-mode-map): Longer title for headers submenu.
Richard M. Stallman <rms@gnu.org>
parents:
11120
diff
changeset
|
365 (cons "Headers" (make-sparse-keymap "Move to Header"))) |
3859
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
366 |
10726
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
367 (define-key mail-mode-map [menu-bar headers reply-to] |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
368 '("Reply-To" . mail-reply-to)) |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
369 |
3859
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
370 (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
|
371 '("Sent Via" . mail-sent-via)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
372 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
373 (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
|
374 '("Text" . mail-text)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
375 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
376 (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
|
377 '("Bcc" . mail-bcc)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
378 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
379 (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
|
380 '("Fcc" . mail-fcc)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
381 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
382 (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
|
383 '("Cc" . mail-cc)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
384 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
385 (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
|
386 '("Subject" . mail-subject)) |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
387 |
7e2410ba8e41
(mail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3816
diff
changeset
|
388 (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
|
389 '("To" . mail-to)) |
455 | 390 |
391 (defun mail-send-and-exit (arg) | |
1539 | 392 "Send message like `mail-send', then, if no errors, exit from mail buffer. |
455 | 393 Prefix arg means don't delete this window." |
394 (interactive "P") | |
395 (mail-send) | |
4074
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
396 (mail-bury arg)) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
397 |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
398 (defun mail-dont-send (arg) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
399 "Don't send the message you have been editing. |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
400 Prefix arg means don't delete this window." |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
401 (interactive "P") |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
402 (mail-bury arg)) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
403 |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
404 (defun mail-bury (arg) |
daf4ba204fe5
(mail-bury): New function.
Richard M. Stallman <rms@gnu.org>
parents:
4021
diff
changeset
|
405 "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
|
406 (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
|
407 (bury-buffer (current-buffer)) |
4194
053660379077
(mail-bury): Check that frame-parameters is defined.
Richard M. Stallman <rms@gnu.org>
parents:
4107
diff
changeset
|
408 (if (and (fboundp 'frame-parameters) |
053660379077
(mail-bury): Check that frame-parameters is defined.
Richard M. Stallman <rms@gnu.org>
parents:
4107
diff
changeset
|
409 (cdr (assq 'dedicated (frame-parameters))) |
4107
7b855e27223f
(mail-bury): If selected frame is dedicated,
Richard M. Stallman <rms@gnu.org>
parents:
4074
diff
changeset
|
410 (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
|
411 (delete-frame (selected-frame)) |
7833
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
412 (let (rmail-flag summary-buffer) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
413 (and (not arg) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
414 (not (one-window-p)) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
415 (save-excursion |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
416 (set-buffer (window-buffer (next-window (selected-window) 'not))) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
417 (setq rmail-flag (eq major-mode 'rmail-mode)) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
418 (setq summary-buffer |
8955
14951db9444a
(mail-bury-selects-summary): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
8802
diff
changeset
|
419 (and mail-bury-selects-summary |
14951db9444a
(mail-bury-selects-summary): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
8802
diff
changeset
|
420 (boundp 'rmail-summary-buffer) |
7963
b66df6f80740
(mail-bury): Test that rmail-summary-buffer is boundp.
Richard M. Stallman <rms@gnu.org>
parents:
7917
diff
changeset
|
421 rmail-summary-buffer |
7833
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
422 (buffer-name rmail-summary-buffer) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
423 (not (get-buffer-window rmail-summary-buffer)) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
424 rmail-summary-buffer)))) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
425 (if rmail-flag |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
426 ;; If the Rmail buffer has a summary, show that. |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
427 (if summary-buffer (switch-to-buffer summary-buffer) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
428 (delete-window)) |
6cc0db90bcc3
(mail-bury): If showing rmail buffer that has summary, show the summary too.
Richard M. Stallman <rms@gnu.org>
parents:
7642
diff
changeset
|
429 (switch-to-buffer newbuf)))))) |
455 | 430 |
431 (defun mail-send () | |
432 "Send the message in the current buffer. | |
433 If `mail-interactive' is non-nil, wait for success indication | |
434 or error messages, and inform user. | |
435 Otherwise any failure is reported in a message back to | |
436 the user from the mailer." | |
437 (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
|
438 (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
|
439 (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
|
440 (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
|
441 (y-or-n-p "Message already sent; resend? "))) |
455 | 442 (progn |
7917
7967c371644f
(mail-send-hook): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
7858
diff
changeset
|
443 (run-hooks 'mail-send-hook) |
455 | 444 (message "Sending...") |
445 (funcall send-mail-function) | |
446 ;; Now perform actions on successful sending. | |
447 (while mail-send-actions | |
448 (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
|
449 (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
|
450 (cdr (car mail-send-actions))) |
455 | 451 (error)) |
452 (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
|
453 (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
|
454 ;; 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
|
455 (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
|
456 (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
|
457 (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
|
458 (delete-auto-save-file-if-necessary t)))))) |
455 | 459 |
460 (defun sendmail-send-it () | |
13056
c1ce3b4556f2
(mail-file-babyl-p): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
12980
diff
changeset
|
461 (require 'mail-utils) |
455 | 462 (let ((errbuf (if mail-interactive |
463 (generate-new-buffer " sendmail errors") | |
464 0)) | |
465 (tembuf (generate-new-buffer " sendmail temp")) | |
466 (case-fold-search nil) | |
8416
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
467 resend-to-addresses |
455 | 468 delimline |
469 (mailbuf (current-buffer))) | |
470 (unwind-protect | |
471 (save-excursion | |
472 (set-buffer tembuf) | |
473 (erase-buffer) | |
474 (insert-buffer-substring mailbuf) | |
475 (goto-char (point-max)) | |
476 ;; require one newline at the end. | |
477 (or (= (preceding-char) ?\n) | |
478 (insert ?\n)) | |
479 ;; Change header-delimiter to be what sendmail expects. | |
480 (goto-char (point-min)) | |
481 (re-search-forward | |
482 (concat "^" (regexp-quote mail-header-separator) "\n")) | |
483 (replace-match "\n") | |
484 (backward-char 1) | |
485 (setq delimline (point-marker)) | |
9004
a253156d96b5
(sendmail-synch-aliases): Renamed from sync-mail-aliases. All callers changed.
Karl Heuer <kwzh@gnu.org>
parents:
8972
diff
changeset
|
486 (sendmail-synch-aliases) |
1431
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
487 (if mail-aliases |
240d5fe38595
(mail-setup): Call build-mail-aliases, not mail-abbrev-setup.
Richard M. Stallman <rms@gnu.org>
parents:
1269
diff
changeset
|
488 (expand-mail-aliases (point-min) delimline)) |
455 | 489 (goto-char (point-min)) |
490 ;; ignore any blank lines in the header | |
491 (while (and (re-search-forward "\n\n\n*" delimline t) | |
492 (< (point) delimline)) | |
493 (replace-match "\n")) | |
494 (let ((case-fold-search t)) | |
495 (goto-char (point-min)) | |
8416
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
496 (while (re-search-forward "^Resent-to:" delimline t) |
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
497 (setq resend-to-addresses |
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
498 (save-restriction |
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
499 (narrow-to-region (point) |
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
500 (save-excursion |
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
501 (end-of-line) |
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
502 (point))) |
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
503 (append (mail-parse-comma-list) |
31a71761eeae
(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman <rms@gnu.org>
parents:
8253
diff
changeset
|
504 resend-to-addresses)))) |
4910
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
505 ;;; Apparently this causes a duplicate Sender. |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
506 ;;; ;; 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
|
507 ;;; (goto-char (point-min)) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
508 ;;; (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
|
509 ;;; (progn |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
510 ;;; (require 'mail-utils) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
511 ;;; (not (string-equal |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
512 ;;; (mail-strip-quoted-names |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
513 ;;; (save-restriction |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
514 ;;; (narrow-to-region (point-min) delimline) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
515 ;;; (mail-fetch-field "From"))) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
516 ;;; (user-login-name)))) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
517 ;;; (progn |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
518 ;;; (forward-line 1) |
435032be7b12
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman <rms@gnu.org>
parents:
4418
diff
changeset
|
519 ;;; (insert "Sender: " (user-login-name) "\n"))) |
455 | 520 ;; Don't send out a blank subject line |
521 (goto-char (point-min)) | |
11709
03f977d9a240
(sendmail-send-it): Check continuation lines
Richard M. Stallman <rms@gnu.org>
parents:
11551
diff
changeset
|
522 (if (re-search-forward "^Subject:\\([ \t]*\n\\)+\\b" delimline t) |
455 | 523 (replace-match "")) |
10097
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
524 ;; Put the "From:" field in unless for some odd reason |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
525 ;; they put one in themselves. |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
526 (goto-char (point-min)) |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
527 (if (not (re-search-forward "^From:" delimline t)) |
12980
4f9052477a81
(sendmail-send-it): Use user-mail-address.
Richard M. Stallman <rms@gnu.org>
parents:
12607
diff
changeset
|
528 (let* ((login user-mail-address) |
10097
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
529 (fullname (user-full-name))) |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
530 (cond ((eq mail-from-style 'angles) |
12446
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
531 (insert "From: " fullname) |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
532 (let ((fullname-start (+ (point-min) 6)) |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
533 (fullname-end (point-marker))) |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
534 (goto-char fullname-start) |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
535 ;; Look for a character that cannot appear unquoted |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
536 ;; according to RFC 822. |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
537 (if (re-search-forward "[^- !#-'*+/-9=?A-Z^-~]" |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
538 fullname-end 1) |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
539 (progn |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
540 ;; Quote fullname, escaping specials. |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
541 (goto-char fullname-start) |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
542 (insert "\"") |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
543 (while (re-search-forward "[\"\\]" |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
544 fullname-end 1) |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
545 (replace-match "\\\\\\&" t)) |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
546 (insert "\"")))) |
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
547 (insert " <" login ">\n")) |
10097
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
548 ((eq mail-from-style 'parens) |
12458
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
549 (insert "From: " login " (") |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
550 (let ((fullname-start (point))) |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
551 (insert fullname) |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
552 (let ((fullname-end (point-marker))) |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
553 (goto-char fullname-start) |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
554 ;; RFC 822 says \ and nonmatching parentheses |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
555 ;; must be escaped in comments. |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
556 ;; Escape every instance of ()\ ... |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
557 (while (re-search-forward "[()\\]" fullname-end 1) |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
558 (replace-match "\\\\\\&" t)) |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
559 ;; ... then undo escaping of matching parentheses, |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
560 ;; including matching nested parentheses. |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
561 (goto-char fullname-start) |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
562 (while (re-search-forward |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
563 "\\(\\=\\|[^\\]\\(\\\\\\\\\\)*\\)\\\\(\\(\\([^\\]\\|\\\\\\\\\\)*\\)\\\\)" |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
564 fullname-end 1) |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
565 (replace-match "\\1(\\3)" t) |
a83478662820
(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman <rms@gnu.org>
parents:
12446
diff
changeset
|
566 (goto-char fullname-start)))) |
12446
92440abe8409
(sendmail-send-it): If user-full-name contains
Richard M. Stallman <rms@gnu.org>
parents:
11963
diff
changeset
|
567 (insert ")\n")) |
10097
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
568 ((null mail-from-style) |
429eda63a32c
(sendmail-send-it): Add `From:' header.
Karl Heuer <kwzh@gnu.org>
parents:
10013
diff
changeset
|
569 (insert "From: " login "\n"))))) |
5667
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
570 ;; 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
|
571 ;; Sun's bug that swallows newlines. |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
572 (goto-char (1+ delimline)) |
03c03462bca3
(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5261
diff
changeset
|
573 (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
|
574 (newline)) |
13090
b9cc587a5d8b
(sendmail-send-it): Handle FCC after all text changes.
Richard M. Stallman <rms@gnu.org>
parents:
13062
diff
changeset
|
575 ;; Find and handle any FCC fields. |
b9cc587a5d8b
(sendmail-send-it): Handle FCC after all text changes.
Richard M. Stallman <rms@gnu.org>
parents:
13062
diff
changeset
|
576 (goto-char (point-min)) |
b9cc587a5d8b
(sendmail-send-it): Handle FCC after all text changes.
Richard M. Stallman <rms@gnu.org>
parents:
13062
diff
changeset
|
577 (if (re-search-forward "^FCC:" delimline t) |
b9cc587a5d8b
(sendmail-send-it): Handle FCC after all text changes.
Richard M. Stallman <rms@gnu.org>
parents:
13062
diff
changeset
|
578 (mail-do-fcc delimline)) |
455 | 579 (if mail-interactive |
580 (save-excursion | |
581 (set-buffer errbuf) | |
582 (erase-buffer)))) | |
13398
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
583 (let ((default-directory "/")) |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
584 (apply 'call-process-region |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
585 (append (list (point-min) (point-max) |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
586 (if (boundp 'sendmail-program) |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
587 sendmail-program |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
588 "/usr/lib/sendmail") |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
589 nil errbuf nil "-oi") |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
590 ;; Always specify who from, |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
591 ;; since some systems have broken sendmails. |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
592 (list "-f" (user-login-name)) |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
593 ;;; ;; Don't say "from root" if running under su. |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
594 ;;; (and (equal (user-real-login-name) "root") |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
595 ;;; (list "-f" (user-login-name))) |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
596 (and mail-alias-file |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
597 (list (concat "-oA" mail-alias-file))) |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
598 ;; These mean "report errors by mail" |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
599 ;; and "deliver in background". |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
600 (if (null mail-interactive) '("-oem" "-odb")) |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
601 ;; Get the addresses from the message |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
602 ;; unless this is a resend. |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
603 ;; We must not do that for a resend |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
604 ;; because we would find the original addresses. |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
605 ;; For a resend, include the specific addresses. |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
606 (or resend-to-addresses |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
607 '("-t"))))) |
455 | 608 (if mail-interactive |
609 (save-excursion | |
610 (set-buffer errbuf) | |
611 (goto-char (point-min)) | |
612 (while (re-search-forward "\n\n* *" nil t) | |
613 (replace-match "; ")) | |
614 (if (not (zerop (buffer-size))) | |
615 (error "Sending...failed to %s" | |
616 (buffer-substring (point-min) (point-max))))))) | |
617 (kill-buffer tembuf) | |
618 (if (bufferp errbuf) | |
619 (kill-buffer errbuf))))) | |
620 | |
621 (defun mail-do-fcc (header-end) | |
622 (let (fcc-list | |
623 (rmailbuf (current-buffer)) | |
2920
c47652dc3400
Some time-handling patches from Paul Eggert:
Jim Blandy <jimb@redhat.com>
parents:
2858
diff
changeset
|
624 (time (current-time)) |
455 | 625 (tembuf (generate-new-buffer " rmail output")) |
626 (case-fold-search t)) | |
627 (save-excursion | |
628 (goto-char (point-min)) | |
629 (while (re-search-forward "^FCC:[ \t]*" header-end t) | |
630 (setq fcc-list (cons (buffer-substring (point) | |
631 (progn | |
632 (end-of-line) | |
633 (skip-chars-backward " \t") | |
634 (point))) | |
635 fcc-list)) | |
636 (delete-region (match-beginning 0) | |
637 (progn (forward-line 1) (point)))) | |
638 (set-buffer tembuf) | |
639 (erase-buffer) | |
3340
908134e8308a
(mail-do-fcc): Put back the newline at the start
Richard M. Stallman <rms@gnu.org>
parents:
3232
diff
changeset
|
640 ;; 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
|
641 (insert "\nFrom " (user-login-name) " " |
2920
c47652dc3400
Some time-handling patches from Paul Eggert:
Jim Blandy <jimb@redhat.com>
parents:
2858
diff
changeset
|
642 (current-time-string time) "\n") |
1075 | 643 ;; Insert the time zone before the year. |
644 (forward-char -1) | |
645 (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
|
646 (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
|
647 (insert (mail-rfc822-time-zone time) " ") |
1075 | 648 (goto-char (point-max)) |
455 | 649 (insert-buffer-substring rmailbuf) |
650 ;; Make sure messages are separated. | |
651 (goto-char (point-max)) | |
652 (insert ?\n) | |
653 (goto-char 2) | |
654 ;; ``Quote'' "^From " as ">From " | |
655 ;; (note that this isn't really quoting, as there is no requirement | |
656 ;; that "^[>]+From " be quoted in the same transparent way.) | |
657 (let ((case-fold-search nil)) | |
658 (while (search-forward "\nFrom " nil t) | |
659 (forward-char -5) | |
660 (insert ?>))) | |
661 (while fcc-list | |
11409
4c3096cfd900
(mail-do-fcc): Use just find-buffer-visiting
Richard M. Stallman <rms@gnu.org>
parents:
11305
diff
changeset
|
662 (let* ((buffer (find-buffer-visiting (car fcc-list))) |
10726
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
663 (curbuf (current-buffer)) |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
664 (beg (point-min)) (end (point-max)) |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
665 (beg2 (save-excursion (goto-char (point-min)) |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
666 (forward-line 2) (point)))) |
455 | 667 (if buffer |
668 ;; File is present in a buffer => append to that buffer. | |
9516
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
669 (save-excursion |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
670 (set-buffer buffer) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
671 ;; Keep the end of the accessible portion at the same place |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
672 ;; unless it is the end of the buffer. |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
673 (let ((max (if (/= (1+ (buffer-size)) (point-max)) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
674 (point-max)))) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
675 (unwind-protect |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
676 ;; Code below lifted from rmailout.el |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
677 ;; function rmail-output-to-rmail-file: |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
678 (let ((buffer-read-only nil) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
679 (msg (and (boundp 'rmail-current-message) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
680 rmail-current-message))) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
681 ;; If MSG is non-nil, buffer is in RMAIL mode. |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
682 (if msg |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
683 (progn |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
684 (rmail-maybe-set-message-counters) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
685 (widen) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
686 (narrow-to-region (point-max) (point-max)) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
687 (insert "\C-l\n0, unseen,,\n*** EOOH ***\n" |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
688 "Date: " (mail-rfc822-date) "\n") |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
689 (insert-buffer-substring curbuf beg2 end) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
690 (insert "\n\C-_") |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
691 (goto-char (point-min)) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
692 (widen) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
693 (search-backward "\n\^_") |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
694 (narrow-to-region (point) (point-max)) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
695 (rmail-count-new-messages t) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
696 (rmail-show-message msg) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
697 (setq max nil)) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
698 ;; Output file not in rmail mode |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
699 ;; => just insert at the end. |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
700 (narrow-to-region (point-min) (1+ (buffer-size))) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
701 (goto-char (point-max)) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
702 (insert-buffer-substring curbuf beg end))) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
703 (if max (narrow-to-region (point-min) max))))) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
704 ;; Else append to the file directly. |
9527
be69f1559d4f
(mail-do-fcc): If file does not exist, assume it is not a Babyl file.
Richard M. Stallman <rms@gnu.org>
parents:
9516
diff
changeset
|
705 (if (and (file-exists-p (car fcc-list)) |
be69f1559d4f
(mail-do-fcc): If file does not exist, assume it is not a Babyl file.
Richard M. Stallman <rms@gnu.org>
parents:
9516
diff
changeset
|
706 (mail-file-babyl-p (car fcc-list))) |
9516
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
707 ;; If the file is a Babyl file, |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
708 ;; convert the message to Babyl format. |
455 | 709 (save-excursion |
9516
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
710 (set-buffer (get-buffer-create " mail-temp")) |
13062
d483d9923c33
(mail-do-fcc): Clear read-only flag in ` mail-temp' buffer.
Richard M. Stallman <rms@gnu.org>
parents:
13061
diff
changeset
|
711 (setq buffer-read-only nil) |
13061
f1aa67661689
(mail-do-fcc): Erase the ` mail-temp' buffer.
Richard M. Stallman <rms@gnu.org>
parents:
13056
diff
changeset
|
712 (erase-buffer) |
9516
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
713 (insert "\C-l\n0, unseen,,\n*** EOOH ***\n" |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
714 "Date: " (mail-rfc822-date) "\n") |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
715 (insert-buffer-substring curbuf beg2 end) |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
716 (insert "\n\C-_") |
13061
f1aa67661689
(mail-do-fcc): Erase the ` mail-temp' buffer.
Richard M. Stallman <rms@gnu.org>
parents:
13056
diff
changeset
|
717 (write-region (point-min) (point-max) (car fcc-list) t) |
f1aa67661689
(mail-do-fcc): Erase the ` mail-temp' buffer.
Richard M. Stallman <rms@gnu.org>
parents:
13056
diff
changeset
|
718 (erase-buffer)) |
9516
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
719 (write-region |
48a47a2673a5
(mail-file-babyl-p): New function.
Richard M. Stallman <rms@gnu.org>
parents:
9483
diff
changeset
|
720 (1+ (point-min)) (point-max) (car fcc-list) t)))) |
455 | 721 (setq fcc-list (cdr fcc-list)))) |
722 (kill-buffer tembuf))) | |
723 | |
724 (defun mail-sent-via () | |
725 "Make a Sent-via header line from each To or CC header line." | |
726 (interactive) | |
727 (save-excursion | |
728 (goto-char (point-min)) | |
729 ;; find the header-separator | |
730 (search-forward (concat "\n" mail-header-separator "\n")) | |
731 (forward-line -1) | |
732 ;; put a marker at the end of the header | |
733 (let ((end (point-marker)) | |
734 (case-fold-search t) | |
735 to-line) | |
736 (goto-char (point-min)) | |
737 ;; search for the To: lines and make Sent-via: lines from them | |
738 ;; search for the next To: line | |
739 (while (re-search-forward "^\\(to\\|cc\\):" end t) | |
740 ;; Grab this line plus all its continuations, sans the `to:'. | |
741 (let ((to-line | |
742 (buffer-substring (point) | |
743 (progn | |
744 (if (re-search-forward "^[^ \t\n]" end t) | |
745 (backward-char 1) | |
746 (goto-char end)) | |
747 (point))))) | |
748 ;; Insert a copy, with altered header field name. | |
749 (insert-before-markers "Sent-via:" to-line)))))) | |
750 | |
751 (defun mail-to () | |
752 "Move point to end of To-field." | |
753 (interactive) | |
754 (expand-abbrev) | |
755 (mail-position-on-field "To")) | |
756 | |
757 (defun mail-subject () | |
758 "Move point to end of Subject-field." | |
759 (interactive) | |
760 (expand-abbrev) | |
761 (mail-position-on-field "Subject")) | |
762 | |
763 (defun mail-cc () | |
764 "Move point to end of CC-field. Create a CC field if none." | |
765 (interactive) | |
766 (expand-abbrev) | |
767 (or (mail-position-on-field "cc" t) | |
768 (progn (mail-position-on-field "to") | |
769 (insert "\nCC: ")))) | |
770 | |
771 (defun mail-bcc () | |
772 "Move point to end of BCC-field. Create a BCC field if none." | |
773 (interactive) | |
774 (expand-abbrev) | |
775 (or (mail-position-on-field "bcc" t) | |
776 (progn (mail-position-on-field "to") | |
777 (insert "\nBCC: ")))) | |
778 | |
5210
4db0922992a3
(mail-fcc): Take argument and use interactive spec to prompt, rather than
Roland McGrath <roland@gnu.org>
parents:
5097
diff
changeset
|
779 (defun mail-fcc (folder) |
573 | 780 "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
|
781 (interactive "FFolder carbon copy: ") |
573 | 782 (expand-abbrev) |
783 (or (mail-position-on-field "fcc" t) ;Put new field after exiting FCC. | |
784 (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
|
785 (insert "\nFCC: " folder)) |
573 | 786 |
10726
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
787 (defun mail-reply-to () |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
788 "Move point to end of Reply-To-field." |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
789 (interactive) |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
790 (expand-abbrev) |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
791 (mail-position-on-field "Reply-To")) |
596c3e2c168d
(mail-reply-to): New command, on C-c C-f C-r and in menu.
Richard M. Stallman <rms@gnu.org>
parents:
10624
diff
changeset
|
792 |
455 | 793 (defun mail-position-on-field (field &optional soft) |
794 (let (end | |
795 (case-fold-search t)) | |
796 (goto-char (point-min)) | |
11551
032725b727cd
(mail-position-on-field): Use $, not \n, in regexp.
Richard M. Stallman <rms@gnu.org>
parents:
11520
diff
changeset
|
797 (re-search-forward (concat "^" (regexp-quote mail-header-separator) "$")) |
455 | 798 (setq end (match-beginning 0)) |
799 (goto-char (point-min)) | |
800 (if (re-search-forward (concat "^" (regexp-quote field) ":") end t) | |
801 (progn | |
802 (re-search-forward "^[^ \t]" nil 'move) | |
803 (beginning-of-line) | |
804 (skip-chars-backward "\n") | |
805 t) | |
806 (or soft | |
807 (progn (goto-char end) | |
604 | 808 (insert field ": \n") |
809 (skip-chars-backward "\n"))) | |
455 | 810 nil))) |
811 | |
812 (defun mail-text () | |
11857
42dba4f290a0
(mail-mode): Clarify doc string.
Karl Heuer <kwzh@gnu.org>
parents:
11770
diff
changeset
|
813 "Move point to beginning of message text." |
455 | 814 (interactive) |
11866
77f73856e803
(mail-text): Expand abbrev before moving point.
Karl Heuer <kwzh@gnu.org>
parents:
11857
diff
changeset
|
815 (expand-abbrev) |
455 | 816 (goto-char (point-min)) |
817 (search-forward (concat "\n" mail-header-separator "\n"))) | |
818 | |
679
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
819 (defun mail-signature (atpoint) |
13116
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
820 "Sign letter with contents of the file `mail-signature-file'. |
5839 | 821 Prefix arg means put contents at point." |
679
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
822 (interactive "P") |
455 | 823 (save-excursion |
679
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
824 (or atpoint |
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
825 (goto-char (point-max))) |
455 | 826 (skip-chars-backward " \t\n") |
827 (end-of-line) | |
679
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
828 (or atpoint |
046f1a6867e7
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
829 (delete-region (point) (point-max))) |
5847
8a2e912b29a5
(mail-signature): Insert a `-- ' line.
Richard M. Stallman <rms@gnu.org>
parents:
5839
diff
changeset
|
830 (insert "\n\n-- \n") |
13116
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
831 (insert-file-contents (expand-file-name mail-signature-file)))) |
455 | 832 |
833 (defun mail-fill-yanked-message (&optional justifyp) | |
834 "Fill the paragraphs of a message yanked into this one. | |
835 Numeric argument means justify as well." | |
836 (interactive "P") | |
837 (save-excursion | |
838 (goto-char (point-min)) | |
839 (search-forward (concat "\n" mail-header-separator "\n") nil t) | |
840 (fill-individual-paragraphs (point) | |
841 (point-max) | |
842 justifyp | |
843 t))) | |
844 | |
3424
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
845 (defun mail-indent-citation () |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
846 "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
|
847 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
|
848 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
|
849 |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
850 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
|
851 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
|
852 (let ((start (point))) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
853 (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
|
854 (if (null mail-yank-prefix) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
855 (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
|
856 (save-excursion |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
857 (goto-char start) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
858 (while (< (point) (mark t)) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
859 (insert mail-yank-prefix) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
860 (forward-line 1)))))) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
861 |
455 | 862 (defun mail-yank-original (arg) |
863 "Insert the message being replied to, if any (in rmail). | |
864 Puts point before the text and mark after. | |
865 Normally, indents each nonblank line ARG spaces (default 3). | |
866 However, if `mail-yank-prefix' is non-nil, insert that prefix on each line. | |
867 | |
868 Just \\[universal-argument] as argument means don't indent, insert no prefix, | |
869 and don't delete any header fields." | |
870 (interactive "P") | |
871 (if mail-reply-buffer | |
872 (let ((start (point))) | |
5097
a0a5b39e3d22
(mail-yank-original): Delete windows on selected frame only.
Richard M. Stallman <rms@gnu.org>
parents:
4910
diff
changeset
|
873 ;; 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
|
874 ;; 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
|
875 ;; 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
|
876 (delete-windows-on mail-reply-buffer t) |
455 | 877 (insert-buffer mail-reply-buffer) |
878 (if (consp arg) | |
879 nil | |
3424
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
880 (goto-char start) |
7ccd5b60891d
(mail-signature): Do not insert a line with `--'.
Richard M. Stallman <rms@gnu.org>
parents:
3340
diff
changeset
|
881 (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
|
882 mail-indentation-spaces))) |
3816
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
883 (if mail-citation-hook |
231b935db22c
(mail-citation-hook): New hook var.
Richard M. Stallman <rms@gnu.org>
parents:
3513
diff
changeset
|
884 (run-hooks 'mail-citation-hook) |
4418
fdbbde0d4f24
(mail-yank-hooks): Initialize to nil.
Richard M. Stallman <rms@gnu.org>
parents:
4342
diff
changeset
|
885 (if mail-yank-hooks |
fdbbde0d4f24
(mail-yank-hooks): Initialize to nil.
Richard M. Stallman <rms@gnu.org>
parents:
4342
diff
changeset
|
886 (run-hooks 'mail-yank-hooks) |
fdbbde0d4f24
(mail-yank-hooks): Initialize to nil.
Richard M. Stallman <rms@gnu.org>
parents:
4342
diff
changeset
|
887 (mail-indent-citation))))) |
2858
ef942eda3523
(mail-yank-original): In Transient Mark mode,
Richard M. Stallman <rms@gnu.org>
parents:
2852
diff
changeset
|
888 ;; 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
|
889 ;; 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
|
890 ;; 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
|
891 (goto-char (prog1 (mark t) |
ef942eda3523
(mail-yank-original): In Transient Mark mode,
Richard M. Stallman <rms@gnu.org>
parents:
2852
diff
changeset
|
892 (set-marker (mark-marker) (point) (current-buffer)))) |
455 | 893 (if (not (eolp)) (insert ?\n))))) |
894 | |
895 (defun mail-yank-clear-headers (start end) | |
896 (save-excursion | |
897 (goto-char start) | |
898 (if (search-forward "\n\n" end t) | |
899 (save-restriction | |
900 (narrow-to-region start (point)) | |
901 (goto-char start) | |
902 (while (let ((case-fold-search t)) | |
903 (re-search-forward mail-yank-ignored-headers nil t)) | |
904 (beginning-of-line) | |
905 (delete-region (point) | |
906 (progn (re-search-forward "\n[^ \t]") | |
907 (forward-char -1) | |
908 (point)))))))) | |
909 | |
910 ;; Put these last, to reduce chance of lossage from quitting in middle of loading the file. | |
911 | |
912 ;;;###autoload | |
913 (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
|
914 "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
|
915 When this function returns, the buffer `*mail*' is selected. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
916 The value is t if the message was newly initialized; otherwise, nil. |
455 | 917 |
13116
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
918 Optionally, the signature file `mail-signature-file' can be inserted at the |
61c560010274
(mail-signature-file): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13090
diff
changeset
|
919 end; see the variable `mail-signature'. |
455 | 920 |
921 \\<mail-mode-map> | |
922 While editing message, type \\[mail-send-and-exit] to send the message and exit. | |
923 | |
924 Various special commands starting with C-c are available in sendmail mode | |
925 to move to message header fields: | |
926 \\{mail-mode-map} | |
927 | |
928 If `mail-self-blind' is non-nil, a BCC to yourself is inserted | |
929 when the message is initialized. | |
930 | |
931 If `mail-default-reply-to' is non-nil, it should be an address (a string); | |
932 a Reply-to: field with that address is inserted. | |
933 | |
934 If `mail-archive-file-name' is non-nil, an FCC field with that file name | |
935 is inserted. | |
936 | |
12564 | 937 The normal hook `mail-setup-hook' is run after the message is |
938 initialized. It can add more default fields to the message. | |
455 | 939 |
9160 | 940 When calling from a program, the first argument if non-nil says |
941 not to erase the existing contents of the `*mail*' buffer. | |
942 | |
943 The second through fifth arguments, | |
944 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil | |
455 | 945 the initial contents of those header fields. |
946 These arguments should not have final newlines. | |
947 The sixth argument REPLYBUFFER is a buffer whose contents | |
948 should be yanked if the user types C-c C-y. | |
949 The seventh argument ACTIONS is a list of actions to take | |
950 if/when the message is sent. Each action looks like (FUNCTION . ARGS); | |
951 when the message is sent, we apply FUNCTION to ARGS. | |
952 This is how Rmail arranges to mark messages `answered'." | |
953 (interactive "P") | |
898
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
954 ;;; 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
|
955 ;;; 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
|
956 ;;; if you want to have multiple mail buffers. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
957 ;;; And then you can control which messages to save. --rms. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
958 ;;; (let ((index 1) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
959 ;;; buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
960 ;;; ;; 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
|
961 ;;; (if noerase |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
962 ;;; (progn |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
963 ;;; (while (and (setq buffer |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
964 ;;; (get-buffer (if (= 1 index) "*mail*" |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
965 ;;; (format "*mail*<%d>" index)))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
966 ;;; (not (buffer-modified-p buffer))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
967 ;;; (setq index (1+ index))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
968 ;;; (if buffer (switch-to-buffer buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
969 ;;; ;; If none exists, start a new message. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
970 ;;; ;; This will never re-use an existing unmodified mail buffer |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
971 ;;; ;; (since index is not 1 anymore). Perhaps it should. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
972 ;;; (setq noerase nil)))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
973 ;;; ;; 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
|
974 ;;; (if (not noerase) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
975 ;;; (progn |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
976 ;;; ;; Look for existing unmodified mail buffer. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
977 ;;; (while (and (setq buffer |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
978 ;;; (get-buffer (if (= 1 index) "*mail*" |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
979 ;;; (format "*mail*<%d>" index)))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
980 ;;; (buffer-modified-p buffer)) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
981 ;;; (setq index (1+ index))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
982 ;;; ;; If none, make a new one. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
983 ;;; (or buffer |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
984 ;;; (setq buffer (generate-new-buffer "*mail*"))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
985 ;;; ;; Go there and initialize it. |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
986 ;;; (switch-to-buffer buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
987 ;;; (erase-buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
988 ;;; (setq default-directory (expand-file-name "~/")) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
989 ;;; (auto-save-mode auto-save-default) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
990 ;;; (mail-mode) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
991 ;;; (mail-setup to subject in-reply-to cc replybuffer actions) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
992 ;;; (if (and buffer-auto-save-file-name |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
993 ;;; (file-exists-p buffer-auto-save-file-name)) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
994 ;;; (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
|
995 ;;; t)) |
11120
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
996 (pop-to-buffer "*mail*") |
898
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
997 (auto-save-mode auto-save-default) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
998 (mail-mode) |
8144 | 999 ;; Disconnect the buffer from its visited file |
1000 ;; (in case the user has actually visited a file *mail*). | |
8145
d94fc60e4195
Comment out losing call to set-visited-file-name; this shouldn't hurt
Michael I. Bushnell <mib@gnu.org>
parents:
8144
diff
changeset
|
1001 ; (set-visited-file-name nil) |
898
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1002 (let (initialized) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1003 (and (not noerase) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1004 (or (not (buffer-modified-p)) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1005 (y-or-n-p "Unsent message being composed; erase it? ")) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1006 (progn (erase-buffer) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1007 (mail-setup to subject in-reply-to cc replybuffer actions) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1008 (setq initialized t))) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1009 (if (and buffer-auto-save-file-name |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1010 (file-exists-p buffer-auto-save-file-name)) |
d3e136526f22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1011 (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
|
1012 initialized)) |
455 | 1013 |
1014 (defun mail-recover () | |
1015 "Reread contents of current buffer from its last auto-save file." | |
1016 (interactive) | |
1017 (let ((file-name (make-auto-save-file-name))) | |
1018 (cond ((save-window-excursion | |
1019 (if (not (eq system-type 'vax-vms)) | |
1020 (with-output-to-temp-buffer "*Directory*" | |
1021 (buffer-disable-undo standard-output) | |
13398
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
1022 (let ((default-directory "/")) |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
1023 (call-process |
2b18ef667bde
(mail): Don't change directory for *mail* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
13304
diff
changeset
|
1024 "ls" nil standard-output nil "-l" file-name)))) |
455 | 1025 (yes-or-no-p (format "Recover auto save file %s? " file-name))) |
1026 (let ((buffer-read-only nil)) | |
1027 (erase-buffer) | |
1028 (insert-file-contents file-name nil))) | |
8144 | 1029 (t (error "mail-recover cancelled"))))) |
455 | 1030 |
1031 ;;;###autoload | |
1032 (defun mail-other-window (&optional noerase to subject in-reply-to cc replybuffer sendactions) | |
1033 "Like `mail' command, but display mail buffer in another window." | |
1034 (interactive "P") | |
11120
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1035 (let ((pop-up-windows t) |
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1036 (special-display-buffer-names nil) |
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1037 (special-display-regexps nil) |
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1038 (same-window-buffer-names nil) |
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1039 (same-window-regexps nil)) |
455 | 1040 (pop-to-buffer "*mail*")) |
1041 (mail noerase to subject in-reply-to cc replybuffer sendactions)) | |
1042 | |
1043 ;;;###autoload | |
779 | 1044 (defun mail-other-frame (&optional noerase to subject in-reply-to cc replybuffer sendactions) |
1045 "Like `mail' command, but display mail buffer in another frame." | |
455 | 1046 (interactive "P") |
11120
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1047 (let ((pop-up-frames t) |
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1048 (special-display-buffer-names nil) |
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1049 (special-display-regexps nil) |
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1050 (same-window-buffer-names nil) |
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1051 (same-window-regexps nil)) |
455 | 1052 (pop-to-buffer "*mail*")) |
1053 (mail noerase to subject in-reply-to cc replybuffer sendactions)) | |
1054 | |
4342
1088a9aa4fd0
Do the global key bindings only via loaddefs.el,
Richard M. Stallman <rms@gnu.org>
parents:
4194
diff
changeset
|
1055 ;;; 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
|
1056 ;;; only in loaddefs.el. |
1088a9aa4fd0
Do the global key bindings only via loaddefs.el,
Richard M. Stallman <rms@gnu.org>
parents:
4194
diff
changeset
|
1057 ;;;###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
|
1058 ;;;###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
|
1059 ;;;###autoload (define-key ctl-x-5-map "m" 'mail-other-frame) |
455 | 1060 |
11120
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1061 ;;;###autoload (add-hook 'same-window-buffer-names "*mail*") |
150ac5a4a1fa
(mail): Use pop-to-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
10894
diff
changeset
|
1062 |
455 | 1063 ;;; Do not add anything but external entries on this page. |
584 | 1064 |
1065 (provide 'sendmail) | |
1066 | |
658
7cbd4fcd8b0f
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
604
diff
changeset
|
1067 ;;; sendmail.el ends here |