Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79
[bpt/emacs.git] / lisp / gnus / message.el
1 ;;; message.el --- composing mail and news messages
2
3 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc.
5
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
7 ;; Keywords: mail, news
8
9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
25
26 ;;; Commentary:
27
28 ;; This mode provides mail-sending facilities from within Emacs. It
29 ;; consists mainly of large chunks of code from the sendmail.el,
30 ;; gnus-msg.el and rnewspost.el files.
31
32 ;;; Code:
33
34 (eval-when-compile
35 (require 'cl)
36 (defvar gnus-message-group-art)
37 (defvar gnus-list-identifiers)) ; gnus-sum is required where necessary
38 (require 'canlock)
39 (require 'mailheader)
40 (require 'nnheader)
41 ;; This is apparently necessary even though things are autoloaded.
42 ;; Because we dynamically bind mail-abbrev-mode-regexp, we'd better
43 ;; require mailabbrev here.
44 (if (featurep 'xemacs)
45 (require 'mail-abbrevs)
46 (require 'mailabbrev))
47 (require 'mail-parse)
48 (require 'mml)
49 (require 'rfc822)
50 (eval-and-compile
51 (autoload 'gnus-find-method-for-group "gnus")
52 (autoload 'nnvirtual-find-group-art "nnvirtual")
53 (autoload 'gnus-group-decoded-name "gnus-group"))
54
55 (defgroup message '((user-mail-address custom-variable)
56 (user-full-name custom-variable))
57 "Mail and news message composing."
58 :link '(custom-manual "(message)Top")
59 :group 'mail
60 :group 'news)
61
62 (put 'user-mail-address 'custom-type 'string)
63 (put 'user-full-name 'custom-type 'string)
64
65 (defgroup message-various nil
66 "Various Message Variables."
67 :link '(custom-manual "(message)Various Message Variables")
68 :group 'message)
69
70 (defgroup message-buffers nil
71 "Message Buffers."
72 :link '(custom-manual "(message)Message Buffers")
73 :group 'message)
74
75 (defgroup message-sending nil
76 "Message Sending."
77 :link '(custom-manual "(message)Sending Variables")
78 :group 'message)
79
80 (defgroup message-interface nil
81 "Message Interface."
82 :link '(custom-manual "(message)Interface")
83 :group 'message)
84
85 (defgroup message-forwarding nil
86 "Message Forwarding."
87 :link '(custom-manual "(message)Forwarding")
88 :group 'message-interface)
89
90 (defgroup message-insertion nil
91 "Message Insertion."
92 :link '(custom-manual "(message)Insertion")
93 :group 'message)
94
95 (defgroup message-headers nil
96 "Message Headers."
97 :link '(custom-manual "(message)Message Headers")
98 :group 'message)
99
100 (defgroup message-news nil
101 "Composing News Messages."
102 :group 'message)
103
104 (defgroup message-mail nil
105 "Composing Mail Messages."
106 :group 'message)
107
108 (defgroup message-faces nil
109 "Faces used for message composing."
110 :group 'message
111 :group 'faces)
112
113 (defcustom message-directory "~/Mail/"
114 "*Directory from which all other mail file variables are derived."
115 :group 'message-various
116 :type 'directory)
117
118 (defcustom message-max-buffers 10
119 "*How many buffers to keep before starting to kill them off."
120 :group 'message-buffers
121 :type 'integer)
122
123 (defcustom message-send-rename-function nil
124 "Function called to rename the buffer after sending it."
125 :group 'message-buffers
126 :type '(choice function (const nil)))
127
128 (defcustom message-fcc-handler-function 'message-output
129 "*A function called to save outgoing articles.
130 This function will be called with the name of the file to store the
131 article in. The default function is `message-output' which saves in Unix
132 mailbox format."
133 :type '(radio (function-item message-output)
134 (function :tag "Other"))
135 :group 'message-sending)
136
137 (defcustom message-fcc-externalize-attachments nil
138 "If non-nil, attachments are included as external parts in Fcc copies."
139 :version "22.1"
140 :type 'boolean
141 :group 'message-sending)
142
143 (defcustom message-courtesy-message
144 "The following message is a courtesy copy of an article\nthat has been posted to %s as well.\n\n"
145 "*This is inserted at the start of a mailed copy of a posted message.
146 If the string contains the format spec \"%s\", the Newsgroups
147 the article has been posted to will be inserted there.
148 If this variable is nil, no such courtesy message will be added."
149 :group 'message-sending
150 :type '(radio string (const nil)))
151
152 (defcustom message-ignored-bounced-headers
153 "^\\(Received\\|Return-Path\\|Delivered-To\\):"
154 "*Regexp that matches headers to be removed in resent bounced mail."
155 :group 'message-interface
156 :type 'regexp)
157
158 ;;;###autoload
159 (defcustom message-from-style 'default
160 "*Specifies how \"From\" headers look.
161
162 If nil, they contain just the return address like:
163 king@grassland.com
164 If `parens', they look like:
165 king@grassland.com (Elvis Parsley)
166 If `angles', they look like:
167 Elvis Parsley <king@grassland.com>
168
169 Otherwise, most addresses look like `angles', but they look like
170 `parens' if `angles' would need quoting and `parens' would not."
171 :type '(choice (const :tag "simple" nil)
172 (const parens)
173 (const angles)
174 (const default))
175 :group 'message-headers)
176
177 (defcustom message-insert-canlock t
178 "Whether to insert a Cancel-Lock header in news postings."
179 :version "22.1"
180 :group 'message-headers
181 :type 'boolean)
182
183 (defcustom message-syntax-checks
184 (if message-insert-canlock '((sender . disabled)) nil)
185 ;; Guess this one shouldn't be easy to customize...
186 "*Controls what syntax checks should not be performed on outgoing posts.
187 To disable checking of long signatures, for instance, add
188 `(signature . disabled)' to this list.
189
190 Don't touch this variable unless you really know what you're doing.
191
192 Checks include `subject-cmsg', `multiple-headers', `sendsys',
193 `message-id', `from', `long-lines', `control-chars', `size',
194 `new-text', `quoting-style', `redirected-followup', `signature',
195 `approved', `sender', `empty', `empty-headers', `message-id', `from',
196 `subject', `shorten-followup-to', `existing-newsgroups',
197 `buffer-file-name', `unchanged', `newsgroups', `reply-to',
198 `continuation-headers', `long-header-lines', `invisible-text' and
199 `illegible-text'."
200 :group 'message-news
201 :type '(repeat sexp)) ; Fixme: improve this
202
203 (defcustom message-required-headers '((optional . References)
204 From)
205 "*Headers to be generated or prompted for when sending a message.
206 Also see `message-required-news-headers' and
207 `message-required-mail-headers'."
208 :version "22.1"
209 :group 'message-news
210 :group 'message-headers
211 :link '(custom-manual "(message)Message Headers")
212 :type '(repeat sexp))
213
214 (defcustom message-draft-headers '(References From)
215 "*Headers to be generated when saving a draft message."
216 :version "22.1"
217 :group 'message-news
218 :group 'message-headers
219 :link '(custom-manual "(message)Message Headers")
220 :type '(repeat sexp))
221
222 (defcustom message-required-news-headers
223 '(From Newsgroups Subject Date Message-ID
224 (optional . Organization)
225 (optional . User-Agent))
226 "*Headers to be generated or prompted for when posting an article.
227 RFC977 and RFC1036 require From, Date, Newsgroups, Subject,
228 Message-ID. Organization, Lines, In-Reply-To, Expires, and
229 User-Agent are optional. If don't you want message to insert some
230 header, remove it from this list."
231 :group 'message-news
232 :group 'message-headers
233 :link '(custom-manual "(message)Message Headers")
234 :type '(repeat sexp))
235
236 (defcustom message-required-mail-headers
237 '(From Subject Date (optional . In-Reply-To) Message-ID
238 (optional . User-Agent))
239 "*Headers to be generated or prompted for when mailing a message.
240 It is recommended that From, Date, To, Subject and Message-ID be
241 included. Organization and User-Agent are optional."
242 :group 'message-mail
243 :group 'message-headers
244 :link '(custom-manual "(message)Message Headers")
245 :type '(repeat sexp))
246
247 (defcustom message-deletable-headers '(Message-ID Date Lines)
248 "Headers to be deleted if they already exist and were generated by message previously."
249 :group 'message-headers
250 :link '(custom-manual "(message)Message Headers")
251 :type 'sexp)
252
253 (defcustom message-ignored-news-headers
254 "^NNTP-Posting-Host:\\|^Xref:\\|^[BGF]cc:\\|^Resent-Fcc:\\|^X-Draft-From:\\|^X-Gnus-Agent-Meta-Information:"
255 "*Regexp of headers to be removed unconditionally before posting."
256 :group 'message-news
257 :group 'message-headers
258 :link '(custom-manual "(message)Message Headers")
259 :type '(repeat :value-to-internal (lambda (widget value)
260 (custom-split-regexp-maybe value))
261 :match (lambda (widget value)
262 (or (stringp value)
263 (widget-editable-list-match widget value)))
264 regexp))
265
266 (defcustom message-ignored-mail-headers
267 "^[GF]cc:\\|^Resent-Fcc:\\|^Xref:\\|^X-Draft-From:\\|^X-Gnus-Agent-Meta-Information:"
268 "*Regexp of headers to be removed unconditionally before mailing."
269 :group 'message-mail
270 :group 'message-headers
271 :link '(custom-manual "(message)Mail Headers")
272 :type 'regexp)
273
274 (defcustom message-ignored-supersedes-headers "^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|^X-Trace:\\|^X-Complaints-To:\\|Return-Path:\\|^Supersedes:\\|^NNTP-Posting-Date:\\|^X-Trace:\\|^X-Complaints-To:\\|^Cancel-Lock:\\|^Cancel-Key:\\|^X-Hashcash:\\|^X-Payment:"
275 "*Header lines matching this regexp will be deleted before posting.
276 It's best to delete old Path and Date headers before posting to avoid
277 any confusion."
278 :group 'message-interface
279 :link '(custom-manual "(message)Superseding")
280 :type '(repeat :value-to-internal (lambda (widget value)
281 (custom-split-regexp-maybe value))
282 :match (lambda (widget value)
283 (or (stringp value)
284 (widget-editable-list-match widget value)))
285 regexp))
286
287 (defcustom message-subject-re-regexp
288 "^[ \t]*\\([Rr][Ee]\\(\\[[0-9]*\\]\\)*:[ \t]*\\)*[ \t]*"
289 "*Regexp matching \"Re: \" in the subject line."
290 :group 'message-various
291 :link '(custom-manual "(message)Message Headers")
292 :type 'regexp)
293
294 ;;; Start of variables adopted from `message-utils.el'.
295
296 (defcustom message-subject-trailing-was-query 'ask
297 "*What to do with trailing \"(was: <old subject>)\" in subject lines.
298 If nil, leave the subject unchanged. If it is the symbol `ask', query
299 the user what do do. In this case, the subject is matched against
300 `message-subject-trailing-was-ask-regexp'. If
301 `message-subject-trailing-was-query' is t, always strip the trailing
302 old subject. In this case, `message-subject-trailing-was-regexp' is
303 used."
304 :version "22.1"
305 :type '(choice (const :tag "never" nil)
306 (const :tag "always strip" t)
307 (const ask))
308 :link '(custom-manual "(message)Message Headers")
309 :group 'message-various)
310
311 (defcustom message-subject-trailing-was-ask-regexp
312 "[ \t]*\\([[(]+[Ww][Aa][Ss][ \t]*.*[\])]+\\)"
313 "*Regexp matching \"(was: <old subject>)\" in the subject line.
314
315 The function `message-strip-subject-trailing-was' uses this regexp if
316 `message-subject-trailing-was-query' is set to the symbol `ask'. If
317 the variable is t instead of `ask', use
318 `message-subject-trailing-was-regexp' instead.
319
320 It is okay to create some false positives here, as the user is asked."
321 :version "22.1"
322 :group 'message-various
323 :link '(custom-manual "(message)Message Headers")
324 :type 'regexp)
325
326 (defcustom message-subject-trailing-was-regexp
327 "[ \t]*\\((*[Ww][Aa][Ss]:[ \t]*.*)\\)"
328 "*Regexp matching \"(was: <old subject>)\" in the subject line.
329
330 If `message-subject-trailing-was-query' is set to t, the subject is
331 matched against `message-subject-trailing-was-regexp' in
332 `message-strip-subject-trailing-was'. You should use a regexp creating very
333 few false positives here."
334 :version "22.1"
335 :group 'message-various
336 :link '(custom-manual "(message)Message Headers")
337 :type 'regexp)
338
339 ;;; marking inserted text
340
341 (defcustom message-mark-insert-begin
342 "--8<---------------cut here---------------start------------->8---\n"
343 "How to mark the beginning of some inserted text."
344 :version "22.1"
345 :type 'string
346 :link '(custom-manual "(message)Insertion Variables")
347 :group 'message-various)
348
349 (defcustom message-mark-insert-end
350 "--8<---------------cut here---------------end--------------->8---\n"
351 "How to mark the end of some inserted text."
352 :version "22.1"
353 :type 'string
354 :link '(custom-manual "(message)Insertion Variables")
355 :group 'message-various)
356
357 (defcustom message-archive-header "X-No-Archive: Yes\n"
358 "Header to insert when you don't want your article to be archived.
359 Archives \(such as groups.google.com\) respect this header."
360 :version "22.1"
361 :type 'string
362 :link '(custom-manual "(message)Header Commands")
363 :group 'message-various)
364
365 (defcustom message-archive-note
366 "X-No-Archive: Yes - save http://groups.google.com/"
367 "Note to insert why you wouldn't want this posting archived.
368 If nil, don't insert any text in the body."
369 :version "22.1"
370 :type '(radio string (const nil))
371 :link '(custom-manual "(message)Header Commands")
372 :group 'message-various)
373
374 ;;; Crossposts and Followups
375 ;; inspired by JoH-followup-to by Jochem Huhman <joh at gmx.de>
376 ;; new suggestions by R. Weikusat <rw at another.de>
377
378 (defvar message-cross-post-old-target nil
379 "Old target for cross-posts or follow-ups.")
380 (make-variable-buffer-local 'message-cross-post-old-target)
381
382 (defcustom message-cross-post-default t
383 "When non-nil `message-cross-post-followup-to' will perform a crosspost.
384 If nil, `message-cross-post-followup-to' will only do a followup. Note that
385 you can explicitly override this setting by calling
386 `message-cross-post-followup-to' with a prefix."
387 :version "22.1"
388 :type 'boolean
389 :group 'message-various)
390
391 (defcustom message-cross-post-note "Crosspost & Followup-To: "
392 "Note to insert before signature to notify of cross-post and follow-up."
393 :version "22.1"
394 :type 'string
395 :group 'message-various)
396
397 (defcustom message-followup-to-note "Followup-To: "
398 "Note to insert before signature to notify of follow-up only."
399 :version "22.1"
400 :type 'string
401 :group 'message-various)
402
403 (defcustom message-cross-post-note-function 'message-cross-post-insert-note
404 "Function to use to insert note about Crosspost or Followup-To.
405 The function will be called with four arguments. The function should not only
406 insert a note, but also ensure old notes are deleted. See the documentation
407 for `message-cross-post-insert-note'."
408 :version "22.1"
409 :type 'function
410 :group 'message-various)
411
412 ;;; End of variables adopted from `message-utils.el'.
413
414 ;;;###autoload
415 (defcustom message-signature-separator "^-- *$"
416 "Regexp matching the signature separator."
417 :type 'regexp
418 :link '(custom-manual "(message)Various Message Variables")
419 :group 'message-various)
420
421 (defcustom message-elide-ellipsis "\n[...]\n\n"
422 "*The string which is inserted for elided text."
423 :type 'string
424 :link '(custom-manual "(message)Various Commands")
425 :group 'message-various)
426
427 (defcustom message-interactive t
428 "Non-nil means when sending a message wait for and display errors.
429 nil means let mailer mail back a message to report errors."
430 :group 'message-sending
431 :group 'message-mail
432 :link '(custom-manual "(message)Sending Variables")
433 :type 'boolean)
434
435 (defcustom message-generate-new-buffers 'unique
436 "*Non-nil means create a new message buffer whenever `message-setup' is called.
437 If this is a function, call that function with three parameters: The type,
438 the to address and the group name. (Any of these may be nil.) The function
439 should return the new buffer name."
440 :group 'message-buffers
441 :link '(custom-manual "(message)Message Buffers")
442 :type '(choice (const :tag "off" nil)
443 (const :tag "unique" unique)
444 (const :tag "unsent" unsent)
445 (function fun)))
446
447 (defcustom message-kill-buffer-on-exit nil
448 "*Non-nil means that the message buffer will be killed after sending a message."
449 :group 'message-buffers
450 :link '(custom-manual "(message)Message Buffers")
451 :type 'boolean)
452
453 (eval-when-compile
454 (defvar gnus-local-organization))
455 (defcustom message-user-organization
456 (or (and (boundp 'gnus-local-organization)
457 (stringp gnus-local-organization)
458 gnus-local-organization)
459 (getenv "ORGANIZATION")
460 t)
461 "*String to be used as an Organization header.
462 If t, use `message-user-organization-file'."
463 :group 'message-headers
464 :type '(choice string
465 (const :tag "consult file" t)))
466
467 ;;;###autoload
468 (defcustom message-user-organization-file "/usr/lib/news/organization"
469 "*Local news organization file."
470 :type 'file
471 :link '(custom-manual "(message)News Headers")
472 :group 'message-headers)
473
474 (defcustom message-make-forward-subject-function
475 #'message-forward-subject-name-subject
476 "*List of functions called to generate subject headers for forwarded messages.
477 The subject generated by the previous function is passed into each
478 successive function.
479
480 The provided functions are:
481
482 * `message-forward-subject-author-subject' Source of article (author or
483 newsgroup), in brackets followed by the subject
484 * `message-forward-subject-name-subject' Source of article (name of author
485 or newsgroup), in brackets followed by the subject
486 * `message-forward-subject-fwd' Subject of article with 'Fwd:' prepended
487 to it."
488 :group 'message-forwarding
489 :link '(custom-manual "(message)Forwarding")
490 :type '(radio (function-item message-forward-subject-author-subject)
491 (function-item message-forward-subject-fwd)
492 (function-item message-forward-subject-name-subject)
493 (repeat :tag "List of functions" function)))
494
495 (defcustom message-forward-as-mime t
496 "*Non-nil means forward messages as an inline/rfc822 MIME section.
497 Otherwise, directly inline the old message in the forwarded message."
498 :version "21.1"
499 :group 'message-forwarding
500 :link '(custom-manual "(message)Forwarding")
501 :type 'boolean)
502
503 (defcustom message-forward-show-mml 'best
504 "*Non-nil means show forwarded messages as MML (decoded from MIME).
505 Otherwise, forwarded messages are unchanged.
506 Can also be the symbol `best' to indicate that MML should be
507 used, except when it is a bad idea to use MML. One example where
508 it is a bad idea is when forwarding a signed or encrypted
509 message, because converting MIME to MML would invalidate the
510 digital signature."
511 :version "21.1"
512 :group 'message-forwarding
513 :type '(choice (const :tag "use MML" t)
514 (const :tag "don't use MML " nil)
515 (const :tag "use MML when appropriate" best)))
516
517 (defcustom message-forward-before-signature t
518 "*Non-nil means put forwarded message before signature, else after."
519 :group 'message-forwarding
520 :type 'boolean)
521
522 (defcustom message-wash-forwarded-subjects nil
523 "*Non-nil means try to remove as much cruft as possible from the subject.
524 Done before generating the new subject of a forward."
525 :group 'message-forwarding
526 :link '(custom-manual "(message)Forwarding")
527 :type 'boolean)
528
529 (defcustom message-ignored-resent-headers "^Return-receipt\\|^X-Gnus\\|^Gnus-Warning:\\|^>?From "
530 "*All headers that match this regexp will be deleted when resending a message."
531 :group 'message-interface
532 :link '(custom-manual "(message)Resending")
533 :type '(repeat :value-to-internal (lambda (widget value)
534 (custom-split-regexp-maybe value))
535 :match (lambda (widget value)
536 (or (stringp value)
537 (widget-editable-list-match widget value)))
538 regexp))
539
540 (defcustom message-forward-ignored-headers "^Content-Transfer-Encoding:\\|^X-Gnus"
541 "*All headers that match this regexp will be deleted when forwarding a message."
542 :version "21.1"
543 :group 'message-forwarding
544 :type '(repeat :value-to-internal (lambda (widget value)
545 (custom-split-regexp-maybe value))
546 :match (lambda (widget value)
547 (or (stringp value)
548 (widget-editable-list-match widget value)))
549 regexp))
550
551 (defcustom message-ignored-cited-headers "."
552 "*Delete these headers from the messages you yank."
553 :group 'message-insertion
554 :link '(custom-manual "(message)Insertion Variables")
555 :type 'regexp)
556
557 (defcustom message-cite-prefix-regexp
558 (if (string-match "[[:digit:]]" "1") ;; support POSIX?
559 "\\([ \t]*[-_.[:word:]]+>+\\|[ \t]*[]>|}+]\\)+"
560 ;; ?-, ?_ or ?. MUST NOT be in syntax entry w.
561 (let ((old-table (syntax-table))
562 non-word-constituents)
563 (set-syntax-table text-mode-syntax-table)
564 (setq non-word-constituents
565 (concat
566 (if (string-match "\\w" "-") "" "-")
567 (if (string-match "\\w" "_") "" "_")
568 (if (string-match "\\w" ".") "" ".")))
569 (set-syntax-table old-table)
570 (if (equal non-word-constituents "")
571 "\\([ \t]*\\(\\w\\)+>+\\|[ \t]*[]>|}+]\\)+"
572 (concat "\\([ \t]*\\(\\w\\|["
573 non-word-constituents
574 "]\\)+>+\\|[ \t]*[]>|}+]\\)+"))))
575 "*Regexp matching the longest possible citation prefix on a line."
576 :version "22.1"
577 :group 'message-insertion
578 :link '(custom-manual "(message)Insertion Variables")
579 :type 'regexp)
580
581 (defcustom message-cancel-message "I am canceling my own article.\n"
582 "Message to be inserted in the cancel message."
583 :group 'message-interface
584 :link '(custom-manual "(message)Canceling News")
585 :type 'string)
586
587 ;; Useful to set in site-init.el
588 ;;;###autoload
589 (defcustom message-send-mail-function 'message-send-mail-with-sendmail
590 "Function to call to send the current buffer as mail.
591 The headers should be delimited by a line whose contents match the
592 variable `mail-header-separator'.
593
594 Valid values include `message-send-mail-with-sendmail' (the default),
595 `message-send-mail-with-mh', `message-send-mail-with-qmail',
596 `message-smtpmail-send-it', `smtpmail-send-it' and `feedmail-send-it'.
597
598 See also `send-mail-function'."
599 :type '(radio (function-item message-send-mail-with-sendmail)
600 (function-item message-send-mail-with-mh)
601 (function-item message-send-mail-with-qmail)
602 (function-item message-smtpmail-send-it)
603 (function-item smtpmail-send-it)
604 (function-item feedmail-send-it)
605 (function :tag "Other"))
606 :group 'message-sending
607 :link '(custom-manual "(message)Mail Variables")
608 :group 'message-mail)
609
610 (defcustom message-send-news-function 'message-send-news
611 "Function to call to send the current buffer as news.
612 The headers should be delimited by a line whose contents match the
613 variable `mail-header-separator'."
614 :group 'message-sending
615 :group 'message-news
616 :link '(custom-manual "(message)News Variables")
617 :type 'function)
618
619 (defcustom message-reply-to-function nil
620 "If non-nil, function that should return a list of headers.
621 This function should pick out addresses from the To, Cc, and From headers
622 and respond with new To and Cc headers."
623 :group 'message-interface
624 :link '(custom-manual "(message)Reply")
625 :type '(choice function (const nil)))
626
627 (defcustom message-wide-reply-to-function nil
628 "If non-nil, function that should return a list of headers.
629 This function should pick out addresses from the To, Cc, and From headers
630 and respond with new To and Cc headers."
631 :group 'message-interface
632 :link '(custom-manual "(message)Wide Reply")
633 :type '(choice function (const nil)))
634
635 (defcustom message-followup-to-function nil
636 "If non-nil, function that should return a list of headers.
637 This function should pick out addresses from the To, Cc, and From headers
638 and respond with new To and Cc headers."
639 :group 'message-interface
640 :link '(custom-manual "(message)Followup")
641 :type '(choice function (const nil)))
642
643 (defcustom message-use-followup-to 'ask
644 "*Specifies what to do with Followup-To header.
645 If nil, always ignore the header. If it is t, use its value, but
646 query before using the \"poster\" value. If it is the symbol `ask',
647 always query the user whether to use the value. If it is the symbol
648 `use', always use the value."
649 :group 'message-interface
650 :link '(custom-manual "(message)Followup")
651 :type '(choice (const :tag "ignore" nil)
652 (const :tag "use & query" t)
653 (const use)
654 (const ask)))
655
656 (defcustom message-use-mail-followup-to 'use
657 "*Specifies what to do with Mail-Followup-To header.
658 If nil, always ignore the header. If it is the symbol `ask', always
659 query the user whether to use the value. If it is the symbol `use',
660 always use the value."
661 :version "22.1"
662 :group 'message-interface
663 :link '(custom-manual "(message)Mailing Lists")
664 :type '(choice (const :tag "ignore" nil)
665 (const use)
666 (const ask)))
667
668 (defcustom message-subscribed-address-functions nil
669 "*Specifies functions for determining list subscription.
670 If nil, do not attempt to determine list subscription with functions.
671 If non-nil, this variable contains a list of functions which return
672 regular expressions to match lists. These functions can be used in
673 conjunction with `message-subscribed-regexps' and
674 `message-subscribed-addresses'."
675 :version "22.1"
676 :group 'message-interface
677 :link '(custom-manual "(message)Mailing Lists")
678 :type '(repeat sexp))
679
680 (defcustom message-subscribed-address-file nil
681 "*A file containing addresses the user is subscribed to.
682 If nil, do not look at any files to determine list subscriptions. If
683 non-nil, each line of this file should be a mailing list address."
684 :version "22.1"
685 :group 'message-interface
686 :link '(custom-manual "(message)Mailing Lists")
687 :type '(radio file (const nil)))
688
689 (defcustom message-subscribed-addresses nil
690 "*Specifies a list of addresses the user is subscribed to.
691 If nil, do not use any predefined list subscriptions. This list of
692 addresses can be used in conjunction with
693 `message-subscribed-address-functions' and `message-subscribed-regexps'."
694 :version "22.1"
695 :group 'message-interface
696 :link '(custom-manual "(message)Mailing Lists")
697 :type '(repeat string))
698
699 (defcustom message-subscribed-regexps nil
700 "*Specifies a list of addresses the user is subscribed to.
701 If nil, do not use any predefined list subscriptions. This list of
702 regular expressions can be used in conjunction with
703 `message-subscribed-address-functions' and `message-subscribed-addresses'."
704 :version "22.1"
705 :group 'message-interface
706 :link '(custom-manual "(message)Mailing Lists")
707 :type '(repeat regexp))
708
709 (defcustom message-allow-no-recipients 'ask
710 "Specifies what to do when there are no recipients other than Gcc/Fcc.
711 If it is the symbol `always', the posting is allowed. If it is the
712 symbol `never', the posting is not allowed. If it is the symbol
713 `ask', you are prompted."
714 :version "22.1"
715 :group 'message-interface
716 :link '(custom-manual "(message)Message Headers")
717 :type '(choice (const always)
718 (const never)
719 (const ask)))
720
721 (defcustom message-sendmail-f-is-evil nil
722 "*Non-nil means don't add \"-f username\" to the sendmail command line.
723 Doing so would be even more evil than leaving it out."
724 :group 'message-sending
725 :link '(custom-manual "(message)Mail Variables")
726 :type 'boolean)
727
728 (defcustom message-sendmail-envelope-from nil
729 "*Envelope-from when sending mail with sendmail.
730 If this is nil, use `user-mail-address'. If it is the symbol
731 `header', use the From: header of the message."
732 :version "22.1"
733 :type '(choice (string :tag "From name")
734 (const :tag "Use From: header from message" header)
735 (const :tag "Use `user-mail-address'" nil))
736 :link '(custom-manual "(message)Mail Variables")
737 :group 'message-sending)
738
739 ;; qmail-related stuff
740 (defcustom message-qmail-inject-program "/var/qmail/bin/qmail-inject"
741 "Location of the qmail-inject program."
742 :group 'message-sending
743 :link '(custom-manual "(message)Mail Variables")
744 :type 'file)
745
746 (defcustom message-qmail-inject-args nil
747 "Arguments passed to qmail-inject programs.
748 This should be a list of strings, one string for each argument. It
749 may also be a function.
750
751 For e.g., if you wish to set the envelope sender address so that bounces
752 go to the right place or to deal with listserv's usage of that address, you
753 might set this variable to '(\"-f\" \"you@some.where\")."
754 :group 'message-sending
755 :link '(custom-manual "(message)Mail Variables")
756 :type '(choice (function)
757 (repeat string)))
758
759 (defvar message-cater-to-broken-inn t
760 "Non-nil means Gnus should not fold the `References' header.
761 Folding `References' makes ancient versions of INN create incorrect
762 NOV lines.")
763
764 (eval-when-compile
765 (defvar gnus-post-method)
766 (defvar gnus-select-method))
767 (defcustom message-post-method
768 (cond ((and (boundp 'gnus-post-method)
769 (listp gnus-post-method)
770 gnus-post-method)
771 gnus-post-method)
772 ((boundp 'gnus-select-method)
773 gnus-select-method)
774 (t '(nnspool "")))
775 "*Method used to post news.
776 Note that when posting from inside Gnus, for instance, this
777 variable isn't used."
778 :group 'message-news
779 :group 'message-sending
780 ;; This should be the `gnus-select-method' widget, but that might
781 ;; create a dependence to `gnus.el'.
782 :type 'sexp)
783
784 ;; FIXME: This should be a temporary workaround until someone implements a
785 ;; proper solution. If a crash happens while replying, the auto-save file
786 ;; will *not* have a `References:' header if `message-generate-headers-first'
787 ;; is nil. See: http://article.gmane.org/gmane.emacs.gnus.general/51138
788 (defcustom message-generate-headers-first '(references)
789 "Which headers should be generated before starting to compose a message.
790 If t, generate all required headers. This can also be a list of headers to
791 generate. The variables `message-required-news-headers' and
792 `message-required-mail-headers' specify which headers to generate.
793
794 Note that the variable `message-deletable-headers' specifies headers which
795 are to be deleted and then re-generated before sending, so this variable
796 will not have a visible effect for those headers."
797 :group 'message-headers
798 :link '(custom-manual "(message)Message Headers")
799 :type '(choice (const :tag "None" nil)
800 (const :tag "References" '(references))
801 (const :tag "All" t)
802 (repeat (sexp :tag "Header"))))
803
804 (defcustom message-setup-hook nil
805 "Normal hook, run each time a new outgoing message is initialized.
806 The function `message-setup' runs this hook."
807 :group 'message-various
808 :link '(custom-manual "(message)Various Message Variables")
809 :type 'hook)
810
811 (defcustom message-cancel-hook nil
812 "Hook run when cancelling articles."
813 :group 'message-various
814 :link '(custom-manual "(message)Various Message Variables")
815 :type 'hook)
816
817 (defcustom message-signature-setup-hook nil
818 "Normal hook, run each time a new outgoing message is initialized.
819 It is run after the headers have been inserted and before
820 the signature is inserted."
821 :group 'message-various
822 :link '(custom-manual "(message)Various Message Variables")
823 :type 'hook)
824
825 (defcustom message-mode-hook nil
826 "Hook run in message mode buffers."
827 :group 'message-various
828 :type 'hook)
829
830 (defcustom message-header-hook nil
831 "Hook run in a message mode buffer narrowed to the headers."
832 :group 'message-various
833 :type 'hook)
834
835 (defcustom message-header-setup-hook nil
836 "Hook called narrowed to the headers when setting up a message buffer."
837 :group 'message-various
838 :link '(custom-manual "(message)Various Message Variables")
839 :type 'hook)
840
841 (defcustom message-minibuffer-local-map
842 (let ((map (make-sparse-keymap 'message-minibuffer-local-map)))
843 (set-keymap-parent map minibuffer-local-map)
844 map)
845 "Keymap for `message-read-from-minibuffer'."
846 :version "22.1"
847 :group 'message-various)
848
849 ;;;###autoload
850 (defcustom message-citation-line-function 'message-insert-citation-line
851 "*Function called to insert the \"Whomever writes:\" line.
852
853 Note that Gnus provides a feature where the reader can click on
854 `writes:' to hide the cited text. If you change this line too much,
855 people who read your message will have to change their Gnus
856 configuration. See the variable `gnus-cite-attribution-suffix'."
857 :type 'function
858 :link '(custom-manual "(message)Insertion Variables")
859 :group 'message-insertion)
860
861 ;;;###autoload
862 (defcustom message-yank-prefix "> "
863 "*Prefix inserted on the lines of yanked messages.
864 Fix `message-cite-prefix-regexp' if it is set to an abnormal value.
865 See also `message-yank-cited-prefix'."
866 :type 'string
867 :link '(custom-manual "(message)Insertion Variables")
868 :group 'message-insertion)
869
870 (defcustom message-yank-cited-prefix ">"
871 "*Prefix inserted on cited or empty lines of yanked messages.
872 Fix `message-cite-prefix-regexp' if it is set to an abnormal value.
873 See also `message-yank-prefix'."
874 :version "22.1"
875 :type 'string
876 :link '(custom-manual "(message)Insertion Variables")
877 :group 'message-insertion)
878
879 (defcustom message-indentation-spaces 3
880 "*Number of spaces to insert at the beginning of each cited line.
881 Used by `message-yank-original' via `message-yank-cite'."
882 :group 'message-insertion
883 :link '(custom-manual "(message)Insertion Variables")
884 :type 'integer)
885
886 ;;;###autoload
887 (defcustom message-cite-function 'message-cite-original
888 "*Function for citing an original message.
889 Predefined functions include `message-cite-original' and
890 `message-cite-original-without-signature'.
891 Note that `message-cite-original' uses `mail-citation-hook' if that is non-nil."
892 :type '(radio (function-item message-cite-original)
893 (function-item message-cite-original-without-signature)
894 (function-item sc-cite-original)
895 (function :tag "Other"))
896 :link '(custom-manual "(message)Insertion Variables")
897 :group 'message-insertion)
898
899 ;;;###autoload
900 (defcustom message-indent-citation-function 'message-indent-citation
901 "*Function for modifying a citation just inserted in the mail buffer.
902 This can also be a list of functions. Each function can find the
903 citation between (point) and (mark t). And each function should leave
904 point and mark around the citation text as modified."
905 :type 'function
906 :link '(custom-manual "(message)Insertion Variables")
907 :group 'message-insertion)
908
909 ;;;###autoload
910 (defcustom message-signature t
911 "*String to be inserted at the end of the message buffer.
912 If t, the `message-signature-file' file will be inserted instead.
913 If a function, the result from the function will be used instead.
914 If a form, the result from the form will be used instead."
915 :type 'sexp
916 :link '(custom-manual "(message)Insertion Variables")
917 :group 'message-insertion)
918
919 ;;;###autoload
920 (defcustom message-signature-file "~/.signature"
921 "*Name of file containing the text inserted at end of message buffer.
922 Ignored if the named file doesn't exist.
923 If nil, don't insert a signature."
924 :type '(choice file (const :tags "None" nil))
925 :link '(custom-manual "(message)Insertion Variables")
926 :group 'message-insertion)
927
928 ;;;###autoload
929 (defcustom message-signature-insert-empty-line t
930 "*If non-nil, insert an empty line before the signature separator."
931 :version "22.1"
932 :type 'boolean
933 :link '(custom-manual "(message)Insertion Variables")
934 :group 'message-insertion)
935
936 (defcustom message-distribution-function nil
937 "*Function called to return a Distribution header."
938 :group 'message-news
939 :group 'message-headers
940 :link '(custom-manual "(message)News Headers")
941 :type '(choice function (const nil)))
942
943 (defcustom message-expires 14
944 "Number of days before your article expires."
945 :group 'message-news
946 :group 'message-headers
947 :link '(custom-manual "(message)News Headers")
948 :type 'integer)
949
950 (defcustom message-user-path nil
951 "If nil, use the NNTP server name in the Path header.
952 If stringp, use this; if non-nil, use no host name (user name only)."
953 :group 'message-news
954 :group 'message-headers
955 :link '(custom-manual "(message)News Headers")
956 :type '(choice (const :tag "nntp" nil)
957 (string :tag "name")
958 (sexp :tag "none" :format "%t" t)))
959
960 (defvar message-reply-buffer nil)
961 (defvar message-reply-headers nil
962 "The headers of the current replied article.
963 It is a vector of the following headers:
964 \[number subject from date id references chars lines xref extra].")
965 (defvar message-newsreader nil)
966 (defvar message-mailer nil)
967 (defvar message-sent-message-via nil)
968 (defvar message-checksum nil)
969 (defvar message-send-actions nil
970 "A list of actions to be performed upon successful sending of a message.")
971 (defvar message-exit-actions nil
972 "A list of actions to be performed upon exiting after sending a message.")
973 (defvar message-kill-actions nil
974 "A list of actions to be performed before killing a message buffer.")
975 (defvar message-postpone-actions nil
976 "A list of actions to be performed after postponing a message.")
977
978 (define-widget 'message-header-lines 'text
979 "All header lines must be LFD terminated."
980 :format "%{%t%}:%n%v"
981 :valid-regexp "^\\'"
982 :error "All header lines must be newline terminated")
983
984 (defcustom message-default-headers ""
985 "*A string containing header lines to be inserted in outgoing messages.
986 It is inserted before you edit the message, so you can edit or delete
987 these lines."
988 :group 'message-headers
989 :link '(custom-manual "(message)Message Headers")
990 :type 'message-header-lines)
991
992 (defcustom message-default-mail-headers ""
993 "*A string of header lines to be inserted in outgoing mails."
994 :group 'message-headers
995 :group 'message-mail
996 :link '(custom-manual "(message)Mail Headers")
997 :type 'message-header-lines)
998
999 (defcustom message-default-news-headers ""
1000 "*A string of header lines to be inserted in outgoing news articles."
1001 :group 'message-headers
1002 :group 'message-news
1003 :link '(custom-manual "(message)News Headers")
1004 :type 'message-header-lines)
1005
1006 ;; Note: could use /usr/ucb/mail instead of sendmail;
1007 ;; options -t, and -v if not interactive.
1008 (defcustom message-mailer-swallows-blank-line
1009 (if (and (string-match "sparc-sun-sunos\\(\\'\\|[^5]\\)"
1010 system-configuration)
1011 (file-readable-p "/etc/sendmail.cf")
1012 (let ((buffer (get-buffer-create " *temp*")))
1013 (unwind-protect
1014 (save-excursion
1015 (set-buffer buffer)
1016 (insert-file-contents "/etc/sendmail.cf")
1017 (goto-char (point-min))
1018 (let ((case-fold-search nil))
1019 (re-search-forward "^OR\\>" nil t)))
1020 (kill-buffer buffer))))
1021 ;; According to RFC822, "The field-name must be composed of printable
1022 ;; ASCII characters (i. e., characters that have decimal values between
1023 ;; 33 and 126, except colon)", i. e., any chars except ctl chars,
1024 ;; space, or colon.
1025 '(looking-at "[ \t]\\|[][!\"#$%&'()*+,-./0-9;<=>?@A-Z\\\\^_`a-z{|}~]+:"))
1026 "*Set this non-nil if the system's mailer runs the header and body together.
1027 \(This problem exists on Sunos 4 when sendmail is run in remote mode.)
1028 The value should be an expression to test whether the problem will
1029 actually occur."
1030 :group 'message-sending
1031 :link '(custom-manual "(message)Mail Variables")
1032 :type 'sexp)
1033
1034 ;;;###autoload
1035 (define-mail-user-agent 'message-user-agent
1036 'message-mail 'message-send-and-exit
1037 'message-kill-buffer 'message-send-hook)
1038
1039 (defvar message-mh-deletable-headers '(Message-ID Date Lines Sender)
1040 "If non-nil, delete the deletable headers before feeding to mh.")
1041
1042 (defvar message-send-method-alist
1043 '((news message-news-p message-send-via-news)
1044 (mail message-mail-p message-send-via-mail))
1045 "Alist of ways to send outgoing messages.
1046 Each element has the form
1047
1048 \(TYPE PREDICATE FUNCTION)
1049
1050 where TYPE is a symbol that names the method; PREDICATE is a function
1051 called without any parameters to determine whether the message is
1052 a message of type TYPE; and FUNCTION is a function to be called if
1053 PREDICATE returns non-nil. FUNCTION is called with one parameter --
1054 the prefix.")
1055
1056 (defcustom message-mail-alias-type 'abbrev
1057 "*What alias expansion type to use in Message buffers.
1058 The default is `abbrev', which uses mailabbrev. nil switches
1059 mail aliases off."
1060 :group 'message
1061 :link '(custom-manual "(message)Mail Aliases")
1062 :type '(choice (const :tag "Use Mailabbrev" abbrev)
1063 (const :tag "No expansion" nil)))
1064
1065 (defcustom message-auto-save-directory
1066 (file-name-as-directory (nnheader-concat message-directory "drafts"))
1067 "*Directory where Message auto-saves buffers if Gnus isn't running.
1068 If nil, Message won't auto-save."
1069 :group 'message-buffers
1070 :link '(custom-manual "(message)Various Message Variables")
1071 :type '(choice directory (const :tag "Don't auto-save" nil)))
1072
1073 (defcustom message-default-charset
1074 (and (not (mm-multibyte-p)) 'iso-8859-1)
1075 "Default charset used in non-MULE Emacsen.
1076 If nil, you might be asked to input the charset."
1077 :version "21.1"
1078 :group 'message
1079 :link '(custom-manual "(message)Various Message Variables")
1080 :type 'symbol)
1081
1082 (defcustom message-dont-reply-to-names
1083 (and (boundp 'rmail-dont-reply-to-names) rmail-dont-reply-to-names)
1084 "*A regexp specifying addresses to prune when doing wide replies.
1085 A value of nil means exclude your own user name only."
1086 :version "21.1"
1087 :group 'message
1088 :link '(custom-manual "(message)Wide Reply")
1089 :type '(choice (const :tag "Yourself" nil)
1090 regexp))
1091
1092 (defvar message-shoot-gnksa-feet nil
1093 "*A list of GNKSA feet you are allowed to shoot.
1094 Gnus gives you all the opportunity you could possibly want for
1095 shooting yourself in the foot. Also, Gnus allows you to shoot the
1096 feet of Good Net-Keeping Seal of Approval. The following are foot
1097 candidates:
1098 `empty-article' Allow you to post an empty article;
1099 `quoted-text-only' Allow you to post quoted text only;
1100 `multiple-copies' Allow you to post multiple copies;
1101 `cancel-messages' Allow you to cancel or supersede messages from
1102 your other email addresses.")
1103
1104 (defsubst message-gnksa-enable-p (feature)
1105 (or (not (listp message-shoot-gnksa-feet))
1106 (memq feature message-shoot-gnksa-feet)))
1107
1108 (defcustom message-hidden-headers nil
1109 "Regexp of headers to be hidden when composing new messages.
1110 This can also be a list of regexps to match headers. Or a list
1111 starting with `not' and followed by regexps."
1112 :version "22.1"
1113 :group 'message
1114 :link '(custom-manual "(message)Message Headers")
1115 :type '(repeat regexp))
1116
1117 ;;; Internal variables.
1118 ;;; Well, not really internal.
1119
1120 (defvar message-mode-syntax-table
1121 (let ((table (copy-syntax-table text-mode-syntax-table)))
1122 (modify-syntax-entry ?% ". " table)
1123 (modify-syntax-entry ?> ". " table)
1124 (modify-syntax-entry ?< ". " table)
1125 table)
1126 "Syntax table used while in Message mode.")
1127
1128 (defface message-header-to
1129 '((((class color)
1130 (background dark))
1131 (:foreground "green2" :bold t))
1132 (((class color)
1133 (background light))
1134 (:foreground "MidnightBlue" :bold t))
1135 (t
1136 (:bold t :italic t)))
1137 "Face used for displaying From headers."
1138 :group 'message-faces)
1139 ;; backward-compatibility alias
1140 (put 'message-header-to-face 'face-alias 'message-header-to)
1141
1142 (defface message-header-cc
1143 '((((class color)
1144 (background dark))
1145 (:foreground "green4" :bold t))
1146 (((class color)
1147 (background light))
1148 (:foreground "MidnightBlue"))
1149 (t
1150 (:bold t)))
1151 "Face used for displaying Cc headers."
1152 :group 'message-faces)
1153 ;; backward-compatibility alias
1154 (put 'message-header-cc-face 'face-alias 'message-header-cc)
1155
1156 (defface message-header-subject
1157 '((((class color)
1158 (background dark))
1159 (:foreground "green3"))
1160 (((class color)
1161 (background light))
1162 (:foreground "navy blue" :bold t))
1163 (t
1164 (:bold t)))
1165 "Face used for displaying subject headers."
1166 :group 'message-faces)
1167 ;; backward-compatibility alias
1168 (put 'message-header-subject-face 'face-alias 'message-header-subject)
1169
1170 (defface message-header-newsgroups
1171 '((((class color)
1172 (background dark))
1173 (:foreground "yellow" :bold t :italic t))
1174 (((class color)
1175 (background light))
1176 (:foreground "blue4" :bold t :italic t))
1177 (t
1178 (:bold t :italic t)))
1179 "Face used for displaying newsgroups headers."
1180 :group 'message-faces)
1181 ;; backward-compatibility alias
1182 (put 'message-header-newsgroups-face 'face-alias 'message-header-newsgroups)
1183
1184 (defface message-header-other
1185 '((((class color)
1186 (background dark))
1187 (:foreground "#b00000"))
1188 (((class color)
1189 (background light))
1190 (:foreground "steel blue"))
1191 (t
1192 (:bold t :italic t)))
1193 "Face used for displaying newsgroups headers."
1194 :group 'message-faces)
1195 ;; backward-compatibility alias
1196 (put 'message-header-other-face 'face-alias 'message-header-other)
1197
1198 (defface message-header-name
1199 '((((class color)
1200 (background dark))
1201 (:foreground "DarkGreen"))
1202 (((class color)
1203 (background light))
1204 (:foreground "cornflower blue"))
1205 (t
1206 (:bold t)))
1207 "Face used for displaying header names."
1208 :group 'message-faces)
1209 ;; backward-compatibility alias
1210 (put 'message-header-name-face 'face-alias 'message-header-name)
1211
1212 (defface message-header-xheader
1213 '((((class color)
1214 (background dark))
1215 (:foreground "blue"))
1216 (((class color)
1217 (background light))
1218 (:foreground "blue"))
1219 (t
1220 (:bold t)))
1221 "Face used for displaying X-Header headers."
1222 :group 'message-faces)
1223 ;; backward-compatibility alias
1224 (put 'message-header-xheader-face 'face-alias 'message-header-xheader)
1225
1226 (defface message-separator
1227 '((((class color)
1228 (background dark))
1229 (:foreground "blue3"))
1230 (((class color)
1231 (background light))
1232 (:foreground "brown"))
1233 (t
1234 (:bold t)))
1235 "Face used for displaying the separator."
1236 :group 'message-faces)
1237 ;; backward-compatibility alias
1238 (put 'message-separator-face 'face-alias 'message-separator)
1239
1240 (defface message-cited-text
1241 '((((class color)
1242 (background dark))
1243 (:foreground "red"))
1244 (((class color)
1245 (background light))
1246 (:foreground "red"))
1247 (t
1248 (:bold t)))
1249 "Face used for displaying cited text names."
1250 :group 'message-faces)
1251 ;; backward-compatibility alias
1252 (put 'message-cited-text-face 'face-alias 'message-cited-text)
1253
1254 (defface message-mml
1255 '((((class color)
1256 (background dark))
1257 (:foreground "ForestGreen"))
1258 (((class color)
1259 (background light))
1260 (:foreground "ForestGreen"))
1261 (t
1262 (:bold t)))
1263 "Face used for displaying MML."
1264 :group 'message-faces)
1265 ;; backward-compatibility alias
1266 (put 'message-mml-face 'face-alias 'message-mml)
1267
1268 (defun message-font-lock-make-header-matcher (regexp)
1269 (let ((form
1270 `(lambda (limit)
1271 (let ((start (point)))
1272 (save-restriction
1273 (widen)
1274 (goto-char (point-min))
1275 (if (re-search-forward
1276 (concat "^" (regexp-quote mail-header-separator) "$")
1277 nil t)
1278 (setq limit (min limit (match-beginning 0))))
1279 (goto-char start))
1280 (and (< start limit)
1281 (re-search-forward ,regexp limit t))))))
1282 (if (featurep 'bytecomp)
1283 (byte-compile form)
1284 form)))
1285
1286 (defvar message-font-lock-keywords
1287 (let ((content "[ \t]*\\(.+\\(\n[ \t].*\\)*\\)\n?"))
1288 `((,(message-font-lock-make-header-matcher
1289 (concat "^\\([Tt]o:\\)" content))
1290 (1 'message-header-name)
1291 (2 'message-header-to nil t))
1292 (,(message-font-lock-make-header-matcher
1293 (concat "^\\(^[GBF]?[Cc][Cc]:\\|^[Rr]eply-[Tt]o:\\)" content))
1294 (1 'message-header-name)
1295 (2 'message-header-cc nil t))
1296 (,(message-font-lock-make-header-matcher
1297 (concat "^\\([Ss]ubject:\\)" content))
1298 (1 'message-header-name)
1299 (2 'message-header-subject nil t))
1300 (,(message-font-lock-make-header-matcher
1301 (concat "^\\([Nn]ewsgroups:\\|Followup-[Tt]o:\\)" content))
1302 (1 'message-header-name)
1303 (2 'message-header-newsgroups nil t))
1304 (,(message-font-lock-make-header-matcher
1305 (concat "^\\([A-Z][^: \n\t]+:\\)" content))
1306 (1 'message-header-name)
1307 (2 'message-header-other nil t))
1308 (,(message-font-lock-make-header-matcher
1309 (concat "^\\(X-[A-Za-z0-9-]+:\\|In-Reply-To:\\)" content))
1310 (1 'message-header-name)
1311 (2 'message-header-name))
1312 ,@(if (and mail-header-separator
1313 (not (equal mail-header-separator "")))
1314 `((,(concat "^\\(" (regexp-quote mail-header-separator) "\\)$")
1315 1 'message-separator))
1316 nil)
1317 ((lambda (limit)
1318 (re-search-forward (concat "^\\("
1319 message-cite-prefix-regexp
1320 "\\).*")
1321 limit t))
1322 (0 'message-cited-text))
1323 ("<#/?\\(multipart\\|part\\|external\\|mml\\|secure\\)[^>]*>"
1324 (0 'message-mml))))
1325 "Additional expressions to highlight in Message mode.")
1326
1327
1328 ;; XEmacs does it like this. For Emacs, we have to set the
1329 ;; `font-lock-defaults' buffer-local variable.
1330 (put 'message-mode 'font-lock-defaults '(message-font-lock-keywords t))
1331
1332 (defvar message-face-alist
1333 '((bold . bold-region)
1334 (underline . underline-region)
1335 (default . (lambda (b e)
1336 (unbold-region b e)
1337 (ununderline-region b e))))
1338 "Alist of mail and news faces for facemenu.
1339 The cdr of each entry is a function for applying the face to a region.")
1340
1341 (defcustom message-send-hook nil
1342 "Hook run before sending messages.
1343 This hook is run quite early when sending."
1344 :group 'message-various
1345 :options '(ispell-message)
1346 :link '(custom-manual "(message)Various Message Variables")
1347 :type 'hook)
1348
1349 (defcustom message-send-mail-hook nil
1350 "Hook run before sending mail messages.
1351 This hook is run very late -- just before the message is sent as
1352 mail."
1353 :group 'message-various
1354 :link '(custom-manual "(message)Various Message Variables")
1355 :type 'hook)
1356
1357 (defcustom message-send-news-hook nil
1358 "Hook run before sending news messages.
1359 This hook is run very late -- just before the message is sent as
1360 news."
1361 :group 'message-various
1362 :link '(custom-manual "(message)Various Message Variables")
1363 :type 'hook)
1364
1365 (defcustom message-sent-hook nil
1366 "Hook run after sending messages."
1367 :group 'message-various
1368 :type 'hook)
1369
1370 (defvar message-send-coding-system 'binary
1371 "Coding system to encode outgoing mail.")
1372
1373 (defvar message-draft-coding-system
1374 mm-auto-save-coding-system
1375 "*Coding system to compose mail.
1376 If you'd like to make it possible to share draft files between XEmacs
1377 and Emacs, you may use `iso-2022-7bit' for this value at your own risk.
1378 Note that the coding-system `iso-2022-7bit' isn't suitable to all data.")
1379
1380 (defcustom message-send-mail-partially-limit 1000000
1381 "The limitation of messages sent as message/partial.
1382 The lower bound of message size in characters, beyond which the message
1383 should be sent in several parts. If it is nil, the size is unlimited."
1384 :version "21.1"
1385 :group 'message-buffers
1386 :link '(custom-manual "(message)Mail Variables")
1387 :type '(choice (const :tag "unlimited" nil)
1388 (integer 1000000)))
1389
1390 (defcustom message-alternative-emails nil
1391 "A regexp to match the alternative email addresses.
1392 The first matched address (not primary one) is used in the From field."
1393 :group 'message-headers
1394 :link '(custom-manual "(message)Message Headers")
1395 :type '(choice (const :tag "Always use primary" nil)
1396 regexp))
1397
1398 (defcustom message-hierarchical-addresses nil
1399 "A list of hierarchical mail address definitions.
1400
1401 Inside each entry, the first address is the \"top\" address, and
1402 subsequent addresses are subaddresses; this is used to indicate that
1403 mail sent to the first address will automatically be delivered to the
1404 subaddresses. So if the first address appears in the recipient list
1405 for a message, the subaddresses will be removed (if present) before
1406 the mail is sent. All addresses in this structure should be
1407 downcased."
1408 :version "22.1"
1409 :group 'message-headers
1410 :type '(repeat (repeat string)))
1411
1412 (defcustom message-mail-user-agent nil
1413 "Like `mail-user-agent'.
1414 Except if it is nil, use Gnus native MUA; if it is t, use
1415 `mail-user-agent'."
1416 :version "22.1"
1417 :type '(radio (const :tag "Gnus native"
1418 :format "%t\n"
1419 nil)
1420 (const :tag "`mail-user-agent'"
1421 :format "%t\n"
1422 t)
1423 (function-item :tag "Default Emacs mail"
1424 :format "%t\n"
1425 sendmail-user-agent)
1426 (function-item :tag "Emacs interface to MH"
1427 :format "%t\n"
1428 mh-e-user-agent)
1429 (function :tag "Other"))
1430 :version "21.1"
1431 :group 'message)
1432
1433 (defcustom message-wide-reply-confirm-recipients nil
1434 "Whether to confirm a wide reply to multiple email recipients.
1435 If this variable is nil, don't ask whether to reply to all recipients.
1436 If this variable is non-nil, pose the question \"Reply to all
1437 recipients?\" before a wide reply to multiple recipients. If the user
1438 answers yes, reply to all recipients as usual. If the user answers
1439 no, only reply back to the author."
1440 :version "22.1"
1441 :group 'message-headers
1442 :link '(custom-manual "(message)Wide Reply")
1443 :type 'boolean)
1444
1445 (defcustom message-user-fqdn nil
1446 "*Domain part of Message-Ids."
1447 :version "22.1"
1448 :group 'message-headers
1449 :link '(custom-manual "(message)News Headers")
1450 :type '(radio (const :format "%v " nil)
1451 (string :format "FQDN: %v")))
1452
1453 (defcustom message-use-idna (and (condition-case nil (require 'idna)
1454 (file-error))
1455 (mm-coding-system-p 'utf-8)
1456 (executable-find idna-program)
1457 'ask)
1458 "Whether to encode non-ASCII in domain names into ASCII according to IDNA."
1459 :version "22.1"
1460 :group 'message-headers
1461 :link '(custom-manual "(message)IDNA")
1462 :type '(choice (const :tag "Ask" ask)
1463 (const :tag "Never" nil)
1464 (const :tag "Always" t)))
1465
1466 ;;; Internal variables.
1467
1468 (defvar message-sending-message "Sending...")
1469 (defvar message-buffer-list nil)
1470 (defvar message-this-is-news nil)
1471 (defvar message-this-is-mail nil)
1472 (defvar message-draft-article nil)
1473 (defvar message-mime-part nil)
1474 (defvar message-posting-charset nil)
1475 (defvar message-inserted-headers nil)
1476
1477 ;; Byte-compiler warning
1478 (eval-when-compile
1479 (defvar gnus-active-hashtb)
1480 (defvar gnus-read-active-file))
1481
1482 ;;; Regexp matching the delimiter of messages in UNIX mail format
1483 ;;; (UNIX From lines), minus the initial ^. It should be a copy
1484 ;;; of rmail.el's rmail-unix-mail-delimiter.
1485 (defvar message-unix-mail-delimiter
1486 (let ((time-zone-regexp
1487 (concat "\\([A-Z]?[A-Z]?[A-Z][A-Z]\\( DST\\)?"
1488 "\\|[-+]?[0-9][0-9][0-9][0-9]"
1489 "\\|"
1490 "\\) *")))
1491 (concat
1492 "From "
1493
1494 ;; Many things can happen to an RFC 822 mailbox before it is put into
1495 ;; a `From' line. The leading phrase can be stripped, e.g.
1496 ;; `Joe <@w.x:joe@y.z>' -> `<@w.x:joe@y.z>'. The <> can be stripped, e.g.
1497 ;; `<@x.y:joe@y.z>' -> `@x.y:joe@y.z'. Everything starting with a CRLF
1498 ;; can be removed, e.g.
1499 ;; From: joe@y.z (Joe K
1500 ;; User)
1501 ;; can yield `From joe@y.z (Joe K Fri Mar 22 08:11:15 1996', and
1502 ;; From: Joe User
1503 ;; <joe@y.z>
1504 ;; can yield `From Joe User Fri Mar 22 08:11:15 1996'.
1505 ;; The mailbox can be removed or be replaced by white space, e.g.
1506 ;; From: "Joe User"{space}{tab}
1507 ;; <joe@y.z>
1508 ;; can yield `From {space}{tab} Fri Mar 22 08:11:15 1996',
1509 ;; where {space} and {tab} represent the Ascii space and tab characters.
1510 ;; We want to match the results of any of these manglings.
1511 ;; The following regexp rejects names whose first characters are
1512 ;; obviously bogus, but after that anything goes.
1513 "\\([^\0-\b\n-\r\^?].*\\)?"
1514
1515 ;; The time the message was sent.
1516 "\\([^\0-\r \^?]+\\) +" ; day of the week
1517 "\\([^\0-\r \^?]+\\) +" ; month
1518 "\\([0-3]?[0-9]\\) +" ; day of month
1519 "\\([0-2][0-9]:[0-5][0-9]\\(:[0-6][0-9]\\)?\\) *" ; time of day
1520
1521 ;; Perhaps a time zone, specified by an abbreviation, or by a
1522 ;; numeric offset.
1523 time-zone-regexp
1524
1525 ;; The year.
1526 " \\([0-9][0-9]+\\) *"
1527
1528 ;; On some systems the time zone can appear after the year, too.
1529 time-zone-regexp
1530
1531 ;; Old uucp cruft.
1532 "\\(remote from .*\\)?"
1533
1534 "\n"))
1535 "Regexp matching the delimiter of messages in UNIX mail format.")
1536
1537 (defvar message-unsent-separator
1538 (concat "^ *---+ +Unsent message follows +---+ *$\\|"
1539 "^ *---+ +Returned message +---+ *$\\|"
1540 "^Start of returned message$\\|"
1541 "^ *---+ +Original message +---+ *$\\|"
1542 "^ *--+ +begin message +--+ *$\\|"
1543 "^ *---+ +Original message follows +---+ *$\\|"
1544 "^ *---+ +Undelivered message follows +---+ *$\\|"
1545 "^|? *---+ +Message text follows: +---+ *|?$")
1546 "A regexp that matches the separator before the text of a failed message.")
1547
1548 (defvar message-header-format-alist
1549 `((Newsgroups)
1550 (To . message-fill-address)
1551 (Cc . message-fill-address)
1552 (Subject)
1553 (In-Reply-To)
1554 (Fcc)
1555 (Bcc)
1556 (Date)
1557 (Organization)
1558 (Distribution)
1559 (Lines)
1560 (Expires)
1561 (Message-ID)
1562 (References . message-shorten-references)
1563 (User-Agent))
1564 "Alist used for formatting headers.")
1565
1566 (defvar message-options nil
1567 "Some saved answers when sending message.")
1568
1569 (defvar message-send-mail-real-function nil
1570 "Internal send mail function.")
1571
1572 (defvar message-bogus-system-names "^localhost\\."
1573 "The regexp of bogus system names.")
1574
1575 (defcustom message-valid-fqdn-regexp
1576 (concat "[a-z0-9][-.a-z0-9]+\\." ;; [hostname.subdomain.]domain.
1577 ;; valid TLDs:
1578 "\\([a-z][a-z]" ;; two letter country TDLs
1579 "\\|biz\\|com\\|edu\\|gov\\|int\\|mil\\|net\\|org"
1580 "\\|aero\\|coop\\|info\\|name\\|museum"
1581 "\\|arpa\\|pro\\|uucp\\|bitnet\\|bofh" ;; old style?
1582 "\\)")
1583 "Regular expression that matches a valid FQDN."
1584 ;; see also: gnus-button-valid-fqdn-regexp
1585 :version "22.1"
1586 :group 'message-headers
1587 :type 'regexp)
1588
1589 (eval-and-compile
1590 (autoload 'idna-to-ascii "idna")
1591 (autoload 'message-setup-toolbar "messagexmas")
1592 (autoload 'mh-new-draft-name "mh-comp")
1593 (autoload 'mh-send-letter "mh-comp")
1594 (autoload 'gnus-point-at-eol "gnus-util")
1595 (autoload 'gnus-point-at-bol "gnus-util")
1596 (autoload 'gnus-output-to-rmail "gnus-util")
1597 (autoload 'gnus-output-to-mail "gnus-util")
1598 (autoload 'nndraft-request-associate-buffer "nndraft")
1599 (autoload 'nndraft-request-expire-articles "nndraft")
1600 (autoload 'gnus-open-server "gnus-int")
1601 (autoload 'gnus-request-post "gnus-int")
1602 (autoload 'gnus-alive-p "gnus-util")
1603 (autoload 'gnus-server-string "gnus")
1604 (autoload 'gnus-group-name-charset "gnus-group")
1605 (autoload 'gnus-group-name-decode "gnus-group")
1606 (autoload 'gnus-groups-from-server "gnus")
1607 (autoload 'rmail-output "rmailout")
1608 (autoload 'gnus-delay-article "gnus-delay")
1609 (autoload 'gnus-make-local-hook "gnus-util")
1610 (autoload 'gnus-extract-address-components "gnus-util"))
1611
1612 \f
1613
1614 ;;;
1615 ;;; Utility functions.
1616 ;;;
1617
1618 (defmacro message-y-or-n-p (question show &rest text)
1619 "Ask QUESTION, displaying remaining args in a temporary buffer if SHOW."
1620 `(message-talkative-question 'y-or-n-p ,question ,show ,@text))
1621
1622 (defmacro message-delete-line (&optional n)
1623 "Delete the current line (and the next N lines)."
1624 `(delete-region (progn (beginning-of-line) (point))
1625 (progn (forward-line ,(or n 1)) (point))))
1626
1627 (defun message-mark-active-p ()
1628 "Non-nil means the mark and region are currently active in this buffer."
1629 mark-active)
1630
1631 (defun message-unquote-tokens (elems)
1632 "Remove double quotes (\") from strings in list ELEMS."
1633 (mapcar (lambda (item)
1634 (while (string-match "^\\(.*\\)\"\\(.*\\)$" item)
1635 (setq item (concat (match-string 1 item)
1636 (match-string 2 item))))
1637 item)
1638 elems))
1639
1640 (defun message-tokenize-header (header &optional separator)
1641 "Split HEADER into a list of header elements.
1642 SEPARATOR is a string of characters to be used as separators. \",\"
1643 is used by default."
1644 (if (not header)
1645 nil
1646 (let ((regexp (format "[%s]+" (or separator ",")))
1647 (first t)
1648 beg quoted elems paren)
1649 (with-temp-buffer
1650 (mm-enable-multibyte)
1651 (setq beg (point-min))
1652 (insert header)
1653 (goto-char (point-min))
1654 (while (not (eobp))
1655 (if first
1656 (setq first nil)
1657 (forward-char 1))
1658 (cond ((and (> (point) beg)
1659 (or (eobp)
1660 (and (looking-at regexp)
1661 (not quoted)
1662 (not paren))))
1663 (push (buffer-substring beg (point)) elems)
1664 (setq beg (match-end 0)))
1665 ((eq (char-after) ?\")
1666 (setq quoted (not quoted)))
1667 ((and (eq (char-after) ?\()
1668 (not quoted))
1669 (setq paren t))
1670 ((and (eq (char-after) ?\))
1671 (not quoted))
1672 (setq paren nil))))
1673 (nreverse elems)))))
1674
1675 (defun message-mail-file-mbox-p (file)
1676 "Say whether FILE looks like a Unix mbox file."
1677 (when (and (file-exists-p file)
1678 (file-readable-p file)
1679 (file-regular-p file))
1680 (with-temp-buffer
1681 (nnheader-insert-file-contents file)
1682 (goto-char (point-min))
1683 (looking-at message-unix-mail-delimiter))))
1684
1685 (defun message-fetch-field (header &optional not-all)
1686 "The same as `mail-fetch-field', only remove all newlines.
1687 The buffer is expected to be narrowed to just the header of the message;
1688 see `message-narrow-to-headers-or-head'."
1689 (let* ((inhibit-point-motion-hooks t)
1690 (case-fold-search t)
1691 (value (mail-fetch-field header nil (not not-all))))
1692 (when value
1693 (while (string-match "\n[\t ]+" value)
1694 (setq value (replace-match " " t t value)))
1695 (set-text-properties 0 (length value) nil value)
1696 value)))
1697
1698 (defun message-field-value (header &optional not-all)
1699 "The same as `message-fetch-field', only narrow to the headers first."
1700 (save-excursion
1701 (save-restriction
1702 (message-narrow-to-headers-or-head)
1703 (message-fetch-field header not-all))))
1704
1705 (defun message-narrow-to-field ()
1706 "Narrow the buffer to the header on the current line."
1707 (beginning-of-line)
1708 (narrow-to-region
1709 (point)
1710 (progn
1711 (forward-line 1)
1712 (if (re-search-forward "^[^ \n\t]" nil t)
1713 (progn
1714 (beginning-of-line)
1715 (point))
1716 (point-max))))
1717 (goto-char (point-min)))
1718
1719 (defun message-add-header (&rest headers)
1720 "Add the HEADERS to the message header, skipping those already present."
1721 (while headers
1722 (let (hclean)
1723 (unless (string-match "^\\([^:]+\\):[ \t]*[^ \t]" (car headers))
1724 (error "Invalid header `%s'" (car headers)))
1725 (setq hclean (match-string 1 (car headers)))
1726 (save-restriction
1727 (message-narrow-to-headers)
1728 (unless (re-search-forward (concat "^" (regexp-quote hclean) ":") nil t)
1729 (goto-char (point-max))
1730 (if (string-match "\n$" (car headers))
1731 (insert (car headers))
1732 (insert (car headers) ?\n)))))
1733 (setq headers (cdr headers))))
1734
1735 (defmacro message-with-reply-buffer (&rest forms)
1736 "Evaluate FORMS in the reply buffer, if it exists."
1737 `(when (and message-reply-buffer
1738 (buffer-name message-reply-buffer))
1739 (save-excursion
1740 (set-buffer message-reply-buffer)
1741 ,@forms)))
1742
1743 (put 'message-with-reply-buffer 'lisp-indent-function 0)
1744 (put 'message-with-reply-buffer 'edebug-form-spec '(body))
1745
1746 (defun message-fetch-reply-field (header)
1747 "Fetch field HEADER from the message we're replying to."
1748 (message-with-reply-buffer
1749 (save-restriction
1750 (mail-narrow-to-head)
1751 (message-fetch-field header))))
1752
1753 (defun message-strip-list-identifiers (subject)
1754 "Remove list identifiers in `gnus-list-identifiers' from string SUBJECT."
1755 (require 'gnus-sum) ; for gnus-list-identifiers
1756 (let ((regexp (if (stringp gnus-list-identifiers)
1757 gnus-list-identifiers
1758 (mapconcat 'identity gnus-list-identifiers " *\\|"))))
1759 (if (string-match (concat "\\(\\(\\(Re: +\\)?\\(" regexp
1760 " *\\)\\)+\\(Re: +\\)?\\)") subject)
1761 (concat (substring subject 0 (match-beginning 1))
1762 (or (match-string 3 subject)
1763 (match-string 5 subject))
1764 (substring subject
1765 (match-end 1)))
1766 subject)))
1767
1768 (defun message-strip-subject-re (subject)
1769 "Remove \"Re:\" from subject lines in string SUBJECT."
1770 (if (string-match message-subject-re-regexp subject)
1771 (substring subject (match-end 0))
1772 subject))
1773
1774 ;;; Start of functions adopted from `message-utils.el'.
1775
1776 (defun message-strip-subject-trailing-was (subject)
1777 "Remove trailing \"(was: <old subject>)\" from SUBJECT lines.
1778 Leading \"Re: \" is not stripped by this function. Use the function
1779 `message-strip-subject-re' for this."
1780 (let* ((query message-subject-trailing-was-query)
1781 (new) (found))
1782 (setq found
1783 (string-match
1784 (if (eq query 'ask)
1785 message-subject-trailing-was-ask-regexp
1786 message-subject-trailing-was-regexp)
1787 subject))
1788 (if found
1789 (setq new (substring subject 0 (match-beginning 0))))
1790 (if (or (not found) (eq query nil))
1791 subject
1792 (if (eq query 'ask)
1793 (if (message-y-or-n-p
1794 "Strip `(was: <old subject>)' in subject? " t
1795 (concat
1796 "Strip `(was: <old subject>)' in subject "
1797 "and use the new one instead?\n\n"
1798 "Current subject is: \""
1799 subject "\"\n\n"
1800 "New subject would be: \""
1801 new "\"\n\n"
1802 "See the variable `message-subject-trailing-was-query' "
1803 "to get rid of this query."
1804 ))
1805 new subject)
1806 new))))
1807
1808 ;;; Suggested by Jonas Steverud @ www.dtek.chalmers.se/~d4jonas/
1809
1810 ;;;###autoload
1811 (defun message-change-subject (new-subject)
1812 "Ask for NEW-SUBJECT header, append (was: <Old Subject>)."
1813 ;; <URL:http://www.landfield.com/usefor/drafts/draft-ietf-usefor-useage--1.02.unpaged>
1814 (interactive
1815 (list
1816 (read-from-minibuffer "New subject: ")))
1817 (cond ((and (not (or (null new-subject) ; new subject not empty
1818 (zerop (string-width new-subject))
1819 (string-match "^[ \t]*$" new-subject))))
1820 (save-excursion
1821 (let ((old-subject
1822 (save-restriction
1823 (message-narrow-to-headers)
1824 (message-fetch-field "Subject"))))
1825 (cond ((not old-subject)
1826 (error "No current subject"))
1827 ((not (string-match
1828 (concat "^[ \t]*"
1829 (regexp-quote new-subject)
1830 " \t]*$")
1831 old-subject)) ; yes, it really is a new subject
1832 ;; delete eventual Re: prefix
1833 (setq old-subject
1834 (message-strip-subject-re old-subject))
1835 (message-goto-subject)
1836 (message-delete-line)
1837 (insert (concat "Subject: "
1838 new-subject
1839 " (was: "
1840 old-subject ")\n")))))))))
1841
1842 ;;;###autoload
1843 (defun message-mark-inserted-region (beg end)
1844 "Mark some region in the current article with enclosing tags.
1845 See `message-mark-insert-begin' and `message-mark-insert-end'."
1846 (interactive "r")
1847 (save-excursion
1848 ;; add to the end of the region first, otherwise end would be invalid
1849 (goto-char end)
1850 (insert message-mark-insert-end)
1851 (goto-char beg)
1852 (insert message-mark-insert-begin)))
1853
1854 ;;;###autoload
1855 (defun message-mark-insert-file (file)
1856 "Insert FILE at point, marking it with enclosing tags.
1857 See `message-mark-insert-begin' and `message-mark-insert-end'."
1858 (interactive "fFile to insert: ")
1859 ;; reverse insertion to get correct result.
1860 (let ((p (point)))
1861 (insert message-mark-insert-end)
1862 (goto-char p)
1863 (insert-file-contents file)
1864 (goto-char p)
1865 (insert message-mark-insert-begin)))
1866
1867 ;;;###autoload
1868 (defun message-add-archive-header ()
1869 "Insert \"X-No-Archive: Yes\" in the header and a note in the body.
1870 The note can be customized using `message-archive-note'. When called with a
1871 prefix argument, ask for a text to insert. If you don't want the note in the
1872 body, set `message-archive-note' to nil."
1873 (interactive)
1874 (if current-prefix-arg
1875 (setq message-archive-note
1876 (read-from-minibuffer "Reason for No-Archive: "
1877 (cons message-archive-note 0))))
1878 (save-excursion
1879 (if (message-goto-signature)
1880 (re-search-backward message-signature-separator))
1881 (when message-archive-note
1882 (insert message-archive-note)
1883 (newline))
1884 (message-add-header message-archive-header)
1885 (message-sort-headers)))
1886
1887 ;;;###autoload
1888 (defun message-cross-post-followup-to-header (target-group)
1889 "Mangles FollowUp-To and Newsgroups header to point to TARGET-GROUP.
1890 With prefix-argument just set Follow-Up, don't cross-post."
1891 (interactive
1892 (list ; Completion based on Gnus
1893 (completing-read "Followup To: "
1894 (if (boundp 'gnus-newsrc-alist)
1895 gnus-newsrc-alist)
1896 nil nil '("poster" . 0)
1897 (if (boundp 'gnus-group-history)
1898 'gnus-group-history))))
1899 (message-remove-header "Follow[Uu]p-[Tt]o" t)
1900 (message-goto-newsgroups)
1901 (beginning-of-line)
1902 ;; if we already did a crosspost before, kill old target
1903 (if (and message-cross-post-old-target
1904 (re-search-forward
1905 (regexp-quote (concat "," message-cross-post-old-target))
1906 nil t))
1907 (replace-match ""))
1908 ;; unless (followup is to poster or user explicitly asked not
1909 ;; to cross-post, or target-group is already in Newsgroups)
1910 ;; add target-group to Newsgroups line.
1911 (cond ((and (or
1912 ;; def: cross-post, req:no
1913 (and message-cross-post-default (not current-prefix-arg))
1914 ;; def: no-cross-post, req:yes
1915 (and (not message-cross-post-default) current-prefix-arg))
1916 (not (string-match "poster" target-group))
1917 (not (string-match (regexp-quote target-group)
1918 (message-fetch-field "Newsgroups"))))
1919 (end-of-line)
1920 (insert (concat "," target-group))))
1921 (end-of-line) ; ensure Followup: comes after Newsgroups:
1922 ;; unless new followup would be identical to Newsgroups line
1923 ;; make a new Followup-To line
1924 (if (not (string-match (concat "^[ \t]*"
1925 target-group
1926 "[ \t]*$")
1927 (message-fetch-field "Newsgroups")))
1928 (insert (concat "\nFollowup-To: " target-group)))
1929 (setq message-cross-post-old-target target-group))
1930
1931 ;;;###autoload
1932 (defun message-cross-post-insert-note (target-group cross-post in-old
1933 old-groups)
1934 "Insert a in message body note about a set Followup or Crosspost.
1935 If there have been previous notes, delete them. TARGET-GROUP specifies the
1936 group to Followup-To. When CROSS-POST is t, insert note about
1937 crossposting. IN-OLD specifies whether TARGET-GROUP is a member of
1938 OLD-GROUPS. OLD-GROUPS lists the old-groups the posting would have
1939 been made to before the user asked for a Crosspost."
1940 ;; start scanning body for previous uses
1941 (message-goto-signature)
1942 (let ((head (re-search-backward
1943 (concat "^" mail-header-separator)
1944 nil t))) ; just search in body
1945 (message-goto-signature)
1946 (while (re-search-backward
1947 (concat "^" (regexp-quote message-cross-post-note) ".*")
1948 head t)
1949 (message-delete-line))
1950 (message-goto-signature)
1951 (while (re-search-backward
1952 (concat "^" (regexp-quote message-followup-to-note) ".*")
1953 head t)
1954 (message-delete-line))
1955 ;; insert new note
1956 (if (message-goto-signature)
1957 (re-search-backward message-signature-separator))
1958 (if (or in-old
1959 (not cross-post)
1960 (string-match "^[ \t]*poster[ \t]*$" target-group))
1961 (insert (concat message-followup-to-note target-group "\n"))
1962 (insert (concat message-cross-post-note target-group "\n")))))
1963
1964 ;;;###autoload
1965 (defun message-cross-post-followup-to (target-group)
1966 "Crossposts message and set Followup-To to TARGET-GROUP.
1967 With prefix-argument just set Follow-Up, don't cross-post."
1968 (interactive
1969 (list ; Completion based on Gnus
1970 (completing-read "Followup To: "
1971 (if (boundp 'gnus-newsrc-alist)
1972 gnus-newsrc-alist)
1973 nil nil '("poster" . 0)
1974 (if (boundp 'gnus-group-history)
1975 'gnus-group-history))))
1976 (cond ((not (or (null target-group) ; new subject not empty
1977 (zerop (string-width target-group))
1978 (string-match "^[ \t]*$" target-group)))
1979 (save-excursion
1980 (let* ((old-groups (message-fetch-field "Newsgroups"))
1981 (in-old (string-match
1982 (regexp-quote target-group)
1983 (or old-groups ""))))
1984 ;; check whether target exactly matches old Newsgroups
1985 (cond ((not old-groups)
1986 (error "No current newsgroup"))
1987 ((or (not in-old)
1988 (not (string-match
1989 (concat "^[ \t]*"
1990 (regexp-quote target-group)
1991 "[ \t]*$")
1992 old-groups)))
1993 ;; yes, Newsgroups line must change
1994 (message-cross-post-followup-to-header target-group)
1995 ;; insert note whether we do cross-post or followup-to
1996 (funcall message-cross-post-note-function
1997 target-group
1998 (if (or (and message-cross-post-default
1999 (not current-prefix-arg))
2000 (and (not message-cross-post-default)
2001 current-prefix-arg)) t)
2002 in-old old-groups))))))))
2003
2004 ;;; Reduce To: to Cc: or Bcc: header
2005
2006 ;;;###autoload
2007 (defun message-reduce-to-to-cc ()
2008 "Replace contents of To: header with contents of Cc: or Bcc: header."
2009 (interactive)
2010 (let ((cc-content
2011 (save-restriction (message-narrow-to-headers)
2012 (message-fetch-field "cc")))
2013 (bcc nil))
2014 (if (and (not cc-content)
2015 (setq cc-content
2016 (save-restriction
2017 (message-narrow-to-headers)
2018 (message-fetch-field "bcc"))))
2019 (setq bcc t))
2020 (cond (cc-content
2021 (save-excursion
2022 (message-goto-to)
2023 (message-delete-line)
2024 (insert (concat "To: " cc-content "\n"))
2025 (save-restriction
2026 (message-narrow-to-headers)
2027 (message-remove-header (if bcc
2028 "bcc"
2029 "cc"))))))))
2030
2031 ;;; End of functions adopted from `message-utils.el'.
2032
2033 (defun message-remove-header (header &optional is-regexp first reverse)
2034 "Remove HEADER in the narrowed buffer.
2035 If IS-REGEXP, HEADER is a regular expression.
2036 If FIRST, only remove the first instance of the header.
2037 Return the number of headers removed."
2038 (goto-char (point-min))
2039 (let ((regexp (if is-regexp header (concat "^" (regexp-quote header) ":")))
2040 (number 0)
2041 (case-fold-search t)
2042 last)
2043 (while (and (not (eobp))
2044 (not last))
2045 (if (if reverse
2046 (not (looking-at regexp))
2047 (looking-at regexp))
2048 (progn
2049 (incf number)
2050 (when first
2051 (setq last t))
2052 (delete-region
2053 (point)
2054 ;; There might be a continuation header, so we have to search
2055 ;; until we find a new non-continuation line.
2056 (progn
2057 (forward-line 1)
2058 (if (re-search-forward "^[^ \t]" nil t)
2059 (goto-char (match-beginning 0))
2060 (point-max)))))
2061 (forward-line 1)
2062 (if (re-search-forward "^[^ \t]" nil t)
2063 (goto-char (match-beginning 0))
2064 (goto-char (point-max)))))
2065 number))
2066
2067 (defun message-remove-first-header (header)
2068 "Remove the first instance of HEADER if there is more than one."
2069 (let ((count 0)
2070 (regexp (concat "^" (regexp-quote header) ":")))
2071 (save-excursion
2072 (goto-char (point-min))
2073 (while (re-search-forward regexp nil t)
2074 (incf count)))
2075 (while (> count 1)
2076 (message-remove-header header nil t)
2077 (decf count))))
2078
2079 (defun message-narrow-to-headers ()
2080 "Narrow the buffer to the head of the message."
2081 (widen)
2082 (narrow-to-region
2083 (goto-char (point-min))
2084 (if (re-search-forward
2085 (concat "^" (regexp-quote mail-header-separator) "\n") nil t)
2086 (match-beginning 0)
2087 (point-max)))
2088 (goto-char (point-min)))
2089
2090 (defun message-narrow-to-head-1 ()
2091 "Like `message-narrow-to-head'. Don't widen."
2092 (narrow-to-region
2093 (goto-char (point-min))
2094 (if (search-forward "\n\n" nil 1)
2095 (1- (point))
2096 (point-max)))
2097 (goto-char (point-min)))
2098
2099 (defun message-narrow-to-head ()
2100 "Narrow the buffer to the head of the message.
2101 Point is left at the beginning of the narrowed-to region."
2102 (widen)
2103 (message-narrow-to-head-1))
2104
2105 (defun message-narrow-to-headers-or-head ()
2106 "Narrow the buffer to the head of the message."
2107 (widen)
2108 (narrow-to-region
2109 (goto-char (point-min))
2110 (cond
2111 ((re-search-forward
2112 (concat "^" (regexp-quote mail-header-separator) "\n") nil t)
2113 (match-beginning 0))
2114 ((search-forward "\n\n" nil t)
2115 (1- (point)))
2116 (t
2117 (point-max))))
2118 (goto-char (point-min)))
2119
2120 (defun message-news-p ()
2121 "Say whether the current buffer contains a news message."
2122 (and (not message-this-is-mail)
2123 (or message-this-is-news
2124 (save-excursion
2125 (save-restriction
2126 (message-narrow-to-headers)
2127 (and (message-fetch-field "newsgroups")
2128 (not (message-fetch-field "posted-to"))))))))
2129
2130 (defun message-mail-p ()
2131 "Say whether the current buffer contains a mail message."
2132 (and (not message-this-is-news)
2133 (or message-this-is-mail
2134 (save-excursion
2135 (save-restriction
2136 (message-narrow-to-headers)
2137 (or (message-fetch-field "to")
2138 (message-fetch-field "cc")
2139 (message-fetch-field "bcc")))))))
2140
2141 (defun message-subscribed-p ()
2142 "Say whether we need to insert a MFT header."
2143 (or message-subscribed-regexps
2144 message-subscribed-addresses
2145 message-subscribed-address-file
2146 message-subscribed-address-functions))
2147
2148 (defun message-next-header ()
2149 "Go to the beginning of the next header."
2150 (beginning-of-line)
2151 (or (eobp) (forward-char 1))
2152 (not (if (re-search-forward "^[^ \t]" nil t)
2153 (beginning-of-line)
2154 (goto-char (point-max)))))
2155
2156 (defun message-sort-headers-1 ()
2157 "Sort the buffer as headers using `message-rank' text props."
2158 (goto-char (point-min))
2159 (require 'sort)
2160 (sort-subr
2161 nil 'message-next-header
2162 (lambda ()
2163 (message-next-header)
2164 (unless (bobp)
2165 (forward-char -1)))
2166 (lambda ()
2167 (or (get-text-property (point) 'message-rank)
2168 10000))))
2169
2170 (defun message-sort-headers ()
2171 "Sort the headers of the current message according to `message-header-format-alist'."
2172 (interactive)
2173 (save-excursion
2174 (save-restriction
2175 (let ((max (1+ (length message-header-format-alist)))
2176 rank)
2177 (message-narrow-to-headers)
2178 (while (re-search-forward "^[^ \n]+:" nil t)
2179 (put-text-property
2180 (match-beginning 0) (1+ (match-beginning 0))
2181 'message-rank
2182 (if (setq rank (length (memq (assq (intern (buffer-substring
2183 (match-beginning 0)
2184 (1- (match-end 0))))
2185 message-header-format-alist)
2186 message-header-format-alist)))
2187 (- max rank)
2188 (1+ max)))))
2189 (message-sort-headers-1))))
2190
2191
2192 \f
2193
2194 ;;;
2195 ;;; Message mode
2196 ;;;
2197
2198 ;;; Set up keymap.
2199
2200 (defvar message-mode-map nil)
2201
2202 (unless message-mode-map
2203 (setq message-mode-map (make-keymap))
2204 (set-keymap-parent message-mode-map text-mode-map)
2205 (define-key message-mode-map "\C-c?" 'describe-mode)
2206
2207 (define-key message-mode-map "\C-c\C-f\C-t" 'message-goto-to)
2208 (define-key message-mode-map "\C-c\C-f\C-o" 'message-goto-from)
2209 (define-key message-mode-map "\C-c\C-f\C-b" 'message-goto-bcc)
2210 (define-key message-mode-map "\C-c\C-f\C-w" 'message-goto-fcc)
2211 (define-key message-mode-map "\C-c\C-f\C-c" 'message-goto-cc)
2212 (define-key message-mode-map "\C-c\C-f\C-s" 'message-goto-subject)
2213 (define-key message-mode-map "\C-c\C-f\C-r" 'message-goto-reply-to)
2214 (define-key message-mode-map "\C-c\C-f\C-n" 'message-goto-newsgroups)
2215 (define-key message-mode-map "\C-c\C-f\C-d" 'message-goto-distribution)
2216 (define-key message-mode-map "\C-c\C-f\C-f" 'message-goto-followup-to)
2217 (define-key message-mode-map "\C-c\C-f\C-m" 'message-goto-mail-followup-to)
2218 (define-key message-mode-map "\C-c\C-f\C-k" 'message-goto-keywords)
2219 (define-key message-mode-map "\C-c\C-f\C-u" 'message-goto-summary)
2220 (define-key message-mode-map "\C-c\C-f\C-i"
2221 'message-insert-or-toggle-importance)
2222 (define-key message-mode-map "\C-c\C-f\C-a"
2223 'message-generate-unsubscribed-mail-followup-to)
2224
2225 ;; modify headers (and insert notes in body)
2226 (define-key message-mode-map "\C-c\C-fs" 'message-change-subject)
2227 ;;
2228 (define-key message-mode-map "\C-c\C-fx" 'message-cross-post-followup-to)
2229 ;; prefix+message-cross-post-followup-to = same w/o cross-post
2230 (define-key message-mode-map "\C-c\C-ft" 'message-reduce-to-to-cc)
2231 (define-key message-mode-map "\C-c\C-fa" 'message-add-archive-header)
2232 ;; mark inserted text
2233 (define-key message-mode-map "\C-c\M-m" 'message-mark-inserted-region)
2234 (define-key message-mode-map "\C-c\M-f" 'message-mark-insert-file)
2235
2236 (define-key message-mode-map "\C-c\C-b" 'message-goto-body)
2237 (define-key message-mode-map "\C-c\C-i" 'message-goto-signature)
2238
2239 (define-key message-mode-map "\C-c\C-t" 'message-insert-to)
2240 (define-key message-mode-map "\C-c\C-fw" 'message-insert-wide-reply)
2241 (define-key message-mode-map "\C-c\C-n" 'message-insert-newsgroups)
2242 (define-key message-mode-map "\C-c\C-l" 'message-to-list-only)
2243
2244 (define-key message-mode-map "\C-c\C-u" 'message-insert-or-toggle-importance)
2245 (define-key message-mode-map "\C-c\M-n"
2246 'message-insert-disposition-notification-to)
2247
2248 (define-key message-mode-map "\C-c\C-y" 'message-yank-original)
2249 (define-key message-mode-map "\C-c\M-\C-y" 'message-yank-buffer)
2250 (define-key message-mode-map "\C-c\C-q" 'message-fill-yanked-message)
2251 (define-key message-mode-map "\C-c\C-w" 'message-insert-signature)
2252 (define-key message-mode-map "\C-c\M-h" 'message-insert-headers)
2253 (define-key message-mode-map "\C-c\C-r" 'message-caesar-buffer-body)
2254 (define-key message-mode-map "\C-c\C-o" 'message-sort-headers)
2255 (define-key message-mode-map "\C-c\M-r" 'message-rename-buffer)
2256
2257 (define-key message-mode-map "\C-c\C-c" 'message-send-and-exit)
2258 (define-key message-mode-map "\C-c\C-s" 'message-send)
2259 (define-key message-mode-map "\C-c\C-k" 'message-kill-buffer)
2260 (define-key message-mode-map "\C-c\C-d" 'message-dont-send)
2261 (define-key message-mode-map "\C-c\n" 'gnus-delay-article)
2262
2263 (define-key message-mode-map "\C-c\C-e" 'message-elide-region)
2264 (define-key message-mode-map "\C-c\C-v" 'message-delete-not-region)
2265 (define-key message-mode-map "\C-c\C-z" 'message-kill-to-signature)
2266 (define-key message-mode-map "\M-\r" 'message-newline-and-reformat)
2267 ;;(define-key message-mode-map "\M-q" 'message-fill-paragraph)
2268 (define-key message-mode-map [remap split-line] 'message-split-line)
2269
2270 (define-key message-mode-map "\C-c\C-a" 'mml-attach-file)
2271
2272 (define-key message-mode-map "\C-a" 'message-beginning-of-line)
2273 (define-key message-mode-map "\t" 'message-tab)
2274 (define-key message-mode-map "\M-;" 'comment-region))
2275
2276 (easy-menu-define
2277 message-mode-menu message-mode-map "Message Menu."
2278 `("Message"
2279 ["Yank Original" message-yank-original message-reply-buffer]
2280 ["Fill Yanked Message" message-fill-yanked-message t]
2281 ["Insert Signature" message-insert-signature t]
2282 ["Caesar (rot13) Message" message-caesar-buffer-body t]
2283 ["Caesar (rot13) Region" message-caesar-region (message-mark-active-p)]
2284 ["Elide Region" message-elide-region
2285 :active (message-mark-active-p)
2286 ,@(if (featurep 'xemacs) nil
2287 '(:help "Replace text in region with an ellipsis"))]
2288 ["Delete Outside Region" message-delete-not-region
2289 :active (message-mark-active-p)
2290 ,@(if (featurep 'xemacs) nil
2291 '(:help "Delete all quoted text outside region"))]
2292 ["Kill To Signature" message-kill-to-signature t]
2293 ["Newline and Reformat" message-newline-and-reformat t]
2294 ["Rename buffer" message-rename-buffer t]
2295 ["Spellcheck" ispell-message
2296 ,@(if (featurep 'xemacs) '(t)
2297 '(:help "Spellcheck this message"))]
2298 "----"
2299 ["Insert Region Marked" message-mark-inserted-region
2300 :active (message-mark-active-p)
2301 ,@(if (featurep 'xemacs) nil
2302 '(:help "Mark region with enclosing tags"))]
2303 ["Insert File Marked..." message-mark-insert-file
2304 ,@(if (featurep 'xemacs) '(t)
2305 '(:help "Insert file at point marked with enclosing tags"))]
2306 "----"
2307 ["Send Message" message-send-and-exit
2308 ,@(if (featurep 'xemacs) '(t)
2309 '(:help "Send this message"))]
2310 ["Postpone Message" message-dont-send
2311 ,@(if (featurep 'xemacs) '(t)
2312 '(:help "File this draft message and exit"))]
2313 ["Send at Specific Time..." gnus-delay-article
2314 ,@(if (featurep 'xemacs) '(t)
2315 '(:help "Ask, then arrange to send message at that time"))]
2316 ["Kill Message" message-kill-buffer
2317 ,@(if (featurep 'xemacs) '(t)
2318 '(:help "Delete this message without sending"))]))
2319
2320 (easy-menu-define
2321 message-mode-field-menu message-mode-map ""
2322 `("Field"
2323 ["To" message-goto-to t]
2324 ["From" message-goto-from t]
2325 ["Subject" message-goto-subject t]
2326 ["Change subject..." message-change-subject t]
2327 ["Cc" message-goto-cc t]
2328 ["Bcc" message-goto-bcc t]
2329 ["Fcc" message-goto-fcc t]
2330 ["Reply-To" message-goto-reply-to t]
2331 ["Flag As Important" message-insert-importance-high
2332 ,@(if (featurep 'xemacs) '(t)
2333 '(:help "Mark this message as important"))]
2334 ["Flag As Unimportant" message-insert-importance-low
2335 ,@(if (featurep 'xemacs) '(t)
2336 '(:help "Mark this message as unimportant"))]
2337 ["Request Receipt"
2338 message-insert-disposition-notification-to
2339 ,@(if (featurep 'xemacs) '(t)
2340 '(:help "Request a receipt notification"))]
2341 "----"
2342 ;; (typical) news stuff
2343 ["Summary" message-goto-summary t]
2344 ["Keywords" message-goto-keywords t]
2345 ["Newsgroups" message-goto-newsgroups t]
2346 ["Fetch Newsgroups" message-insert-newsgroups t]
2347 ["Followup-To" message-goto-followup-to t]
2348 ;; ["Followup-To (with note in body)" message-cross-post-followup-to t]
2349 ["Crosspost / Followup-To..." message-cross-post-followup-to t]
2350 ["Distribution" message-goto-distribution t]
2351 ["X-No-Archive:" message-add-archive-header t ]
2352 "----"
2353 ;; (typical) mailing-lists stuff
2354 ["Fetch To" message-insert-to
2355 ,@(if (featurep 'xemacs) '(t)
2356 '(:help "Insert a To header that points to the author."))]
2357 ["Fetch To and Cc" message-insert-wide-reply
2358 ,@(if (featurep 'xemacs) '(t)
2359 '(:help
2360 "Insert To and Cc headers as if you were doing a wide reply."))]
2361 "----"
2362 ["Send to list only" message-to-list-only t]
2363 ["Mail-Followup-To" message-goto-mail-followup-to t]
2364 ["Unsubscribed list post" message-generate-unsubscribed-mail-followup-to
2365 ,@(if (featurep 'xemacs) '(t)
2366 '(:help "Insert a reasonable `Mail-Followup-To:' header."))]
2367 ["Reduce To: to Cc:" message-reduce-to-to-cc t]
2368 "----"
2369 ["Sort Headers" message-sort-headers t]
2370 ["Encode non-ASCII domain names" message-idna-to-ascii-rhs t]
2371 ["Goto Body" message-goto-body t]
2372 ["Goto Signature" message-goto-signature t]))
2373
2374 (defvar message-tool-bar-map nil)
2375
2376 (eval-when-compile
2377 (defvar facemenu-add-face-function)
2378 (defvar facemenu-remove-face-function))
2379
2380 ;;; Forbidden properties
2381 ;;
2382 ;; We use `after-change-functions' to keep special text properties
2383 ;; that interfer with the normal function of message mode out of the
2384 ;; buffer.
2385
2386 (defcustom message-strip-special-text-properties t
2387 "Strip special properties from the message buffer.
2388
2389 Emacs has a number of special text properties which can break message
2390 composing in various ways. If this option is set, message will strip
2391 these properties from the message composition buffer. However, some
2392 packages requires these properties to be present in order to work.
2393 If you use one of these packages, turn this option off, and hope the
2394 message composition doesn't break too bad."
2395 :version "22.1"
2396 :group 'message-various
2397 :link '(custom-manual "(message)Various Message Variables")
2398 :type 'boolean)
2399
2400 (defconst message-forbidden-properties
2401 ;; No reason this should be clutter up customize. We make it a
2402 ;; property list (rather than a list of property symbols), to be
2403 ;; directly useful for `remove-text-properties'.
2404 '(field nil read-only nil invisible nil intangible nil
2405 mouse-face nil modification-hooks nil insert-in-front-hooks nil
2406 insert-behind-hooks nil point-entered nil point-left nil)
2407 ;; Other special properties:
2408 ;; category, face, display: probably doesn't do any harm.
2409 ;; fontified: is used by font-lock.
2410 ;; syntax-table, local-map: I dunno.
2411 ;; We need to add XEmacs names to the list.
2412 "Property list of with properties forbidden in message buffers.
2413 The values of the properties are ignored, only the property names are used.")
2414
2415 (defun message-tamago-not-in-use-p (pos)
2416 "Return t when tamago version 4 is not in use at the cursor position.
2417 Tamago version 4 is a popular input method for writing Japanese text.
2418 It uses the properties `intangible', `invisible', `modification-hooks'
2419 and `read-only' when translating ascii or kana text to kanji text.
2420 These properties are essential to work, so we should never strip them."
2421 (not (and (boundp 'egg-modefull-mode)
2422 (symbol-value 'egg-modefull-mode)
2423 (or (memq (get-text-property pos 'intangible)
2424 '(its-part-1 its-part-2))
2425 (get-text-property pos 'egg-end)
2426 (get-text-property pos 'egg-lang)
2427 (get-text-property pos 'egg-start)))))
2428
2429 (defun message-strip-forbidden-properties (begin end &optional old-length)
2430 "Strip forbidden properties between BEGIN and END, ignoring the third arg.
2431 This function is intended to be called from `after-change-functions'.
2432 See also `message-forbidden-properties'."
2433 (when (and message-strip-special-text-properties
2434 (message-tamago-not-in-use-p begin))
2435 (let ((buffer-read-only nil)
2436 (inhibit-read-only t))
2437 (while (not (= begin end))
2438 (when (not (get-text-property begin 'message-hidden))
2439 (remove-text-properties begin (1+ begin)
2440 message-forbidden-properties))
2441 (incf begin)))))
2442
2443 ;;;###autoload
2444 (define-derived-mode message-mode text-mode "Message"
2445 "Major mode for editing mail and news to be sent.
2446 Like Text Mode but with these additional commands:\\<message-mode-map>
2447 C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit'
2448 C-c C-d Postpone sending the message C-c C-k Kill the message
2449 C-c C-f move to a header field (and create it if there isn't):
2450 C-c C-f C-t move to To C-c C-f C-s move to Subject
2451 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
2452 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To
2453 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
2454 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
2455 C-c C-f C-o move to From (\"Originator\")
2456 C-c C-f C-f move to Followup-To
2457 C-c C-f C-m move to Mail-Followup-To
2458 C-c C-f C-i cycle through Importance values
2459 C-c C-f s change subject and append \"(was: <Old Subject>)\"
2460 C-c C-f x crossposting with FollowUp-To header and note in body
2461 C-c C-f t replace To: header with contents of Cc: or Bcc:
2462 C-c C-f a Insert X-No-Archive: header and a note in the body
2463 C-c C-t `message-insert-to' (add a To header to a news followup)
2464 C-c C-l `message-to-list-only' (removes all but list address in to/cc)
2465 C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply)
2466 C-c C-b `message-goto-body' (move to beginning of message text).
2467 C-c C-i `message-goto-signature' (move to the beginning of the signature).
2468 C-c C-w `message-insert-signature' (insert `message-signature-file' file).
2469 C-c C-y `message-yank-original' (insert current message, if any).
2470 C-c C-q `message-fill-yanked-message' (fill what was yanked).
2471 C-c C-e `message-elide-region' (elide the text between point and mark).
2472 C-c C-v `message-delete-not-region' (remove the text outside the region).
2473 C-c C-z `message-kill-to-signature' (kill the text up to the signature).
2474 C-c C-r `message-caesar-buffer-body' (rot13 the message body).
2475 C-c C-a `mml-attach-file' (attach a file as MIME).
2476 C-c C-u `message-insert-or-toggle-importance' (insert or cycle importance).
2477 C-c M-n `message-insert-disposition-notification-to' (request receipt).
2478 C-c M-m `message-mark-inserted-region' (mark region with enclosing tags).
2479 C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags).
2480 M-RET `message-newline-and-reformat' (break the line and reformat)."
2481 (setq local-abbrev-table text-mode-abbrev-table)
2482 (set (make-local-variable 'message-reply-buffer) nil)
2483 (set (make-local-variable 'message-inserted-headers) nil)
2484 (set (make-local-variable 'message-send-actions) nil)
2485 (set (make-local-variable 'message-exit-actions) nil)
2486 (set (make-local-variable 'message-kill-actions) nil)
2487 (set (make-local-variable 'message-postpone-actions) nil)
2488 (set (make-local-variable 'message-draft-article) nil)
2489 (setq buffer-offer-save t)
2490 (set (make-local-variable 'facemenu-add-face-function)
2491 (lambda (face end)
2492 (let ((face-fun (cdr (assq face message-face-alist))))
2493 (if face-fun
2494 (funcall face-fun (point) end)
2495 (error "Face %s not configured for %s mode" face mode-name)))
2496 ""))
2497 (set (make-local-variable 'facemenu-remove-face-function) t)
2498 (set (make-local-variable 'message-reply-headers) nil)
2499 (make-local-variable 'message-newsreader)
2500 (make-local-variable 'message-mailer)
2501 (make-local-variable 'message-post-method)
2502 (set (make-local-variable 'message-sent-message-via) nil)
2503 (set (make-local-variable 'message-checksum) nil)
2504 (set (make-local-variable 'message-mime-part) 0)
2505 (message-setup-fill-variables)
2506 ;; Allow using comment commands to add/remove quoting.
2507 ;; (set (make-local-variable 'comment-start) message-yank-prefix)
2508 (when message-yank-prefix
2509 (set (make-local-variable 'comment-start) message-yank-prefix)
2510 (set (make-local-variable 'comment-start-skip)
2511 (concat "^" (regexp-quote message-yank-prefix) "[ \t]*")))
2512 (if (featurep 'xemacs)
2513 (message-setup-toolbar)
2514 (set (make-local-variable 'font-lock-defaults)
2515 '(message-font-lock-keywords t))
2516 (if (boundp 'tool-bar-map)
2517 (set (make-local-variable 'tool-bar-map) (message-tool-bar-map))))
2518 (easy-menu-add message-mode-menu message-mode-map)
2519 (easy-menu-add message-mode-field-menu message-mode-map)
2520 (gnus-make-local-hook 'after-change-functions)
2521 ;; Mmmm... Forbidden properties...
2522 (add-hook 'after-change-functions 'message-strip-forbidden-properties
2523 nil 'local)
2524 ;; Allow mail alias things.
2525 (when (eq message-mail-alias-type 'abbrev)
2526 (if (fboundp 'mail-abbrevs-setup)
2527 (mail-abbrevs-setup)
2528 (if (fboundp 'mail-aliases-setup) ; warning avoidance
2529 (mail-aliases-setup))))
2530 (unless buffer-file-name
2531 (message-set-auto-save-file-name))
2532 (unless (buffer-base-buffer)
2533 ;; Don't enable multibyte on an indirect buffer. Maybe enabling
2534 ;; multibyte is not necessary at all. -- zsh
2535 (mm-enable-multibyte))
2536 (set (make-local-variable 'indent-tabs-mode) nil) ;No tabs for indentation.
2537 (mml-mode))
2538
2539 (defun message-setup-fill-variables ()
2540 "Setup message fill variables."
2541 (set (make-local-variable 'fill-paragraph-function)
2542 'message-fill-paragraph)
2543 (make-local-variable 'paragraph-separate)
2544 (make-local-variable 'paragraph-start)
2545 (make-local-variable 'adaptive-fill-regexp)
2546 (unless (boundp 'adaptive-fill-first-line-regexp)
2547 (setq adaptive-fill-first-line-regexp nil))
2548 (make-local-variable 'adaptive-fill-first-line-regexp)
2549 (let ((quote-prefix-regexp
2550 ;; User should change message-cite-prefix-regexp if
2551 ;; message-yank-prefix is set to an abnormal value.
2552 (concat "\\(" message-cite-prefix-regexp "\\)[ \t]*")))
2553 (setq paragraph-start
2554 (concat
2555 (regexp-quote mail-header-separator) "$\\|"
2556 "[ \t]*$\\|" ; blank lines
2557 "-- $\\|" ; signature delimiter
2558 "---+$\\|" ; delimiters for forwarded messages
2559 page-delimiter "$\\|" ; spoiler warnings
2560 ".*wrote:$\\|" ; attribution lines
2561 quote-prefix-regexp "$\\|" ; empty lines in quoted text
2562 ; mml tags
2563 "<#!*/?\\(multipart\\|part\\|external\\|mml\\|secure\\)"))
2564 (setq paragraph-separate paragraph-start)
2565 (setq adaptive-fill-regexp
2566 (concat quote-prefix-regexp "\\|" adaptive-fill-regexp))
2567 (setq adaptive-fill-first-line-regexp
2568 (concat quote-prefix-regexp "\\|"
2569 adaptive-fill-first-line-regexp)))
2570 (make-local-variable 'auto-fill-inhibit-regexp)
2571 ;;(setq auto-fill-inhibit-regexp "^[A-Z][^: \n\t]+:")
2572 (setq auto-fill-inhibit-regexp nil)
2573 (make-local-variable 'normal-auto-fill-function)
2574 (setq normal-auto-fill-function 'message-do-auto-fill)
2575 ;; KLUDGE: auto fill might already be turned on in `text-mode-hook'.
2576 ;; In that case, ensure that it uses the right function. The real
2577 ;; solution would be not to use `define-derived-mode', and run
2578 ;; `text-mode-hook' ourself at the end of the mode.
2579 ;; -- Per Abrahamsen <abraham@dina.kvl.dk> Date: 2001-10-19.
2580 (when auto-fill-function
2581 (setq auto-fill-function normal-auto-fill-function)))
2582
2583 \f
2584
2585 ;;;
2586 ;;; Message mode commands
2587 ;;;
2588
2589 ;;; Movement commands
2590
2591 (defun message-goto-to ()
2592 "Move point to the To header."
2593 (interactive)
2594 (message-position-on-field "To"))
2595
2596 (defun message-goto-from ()
2597 "Move point to the From header."
2598 (interactive)
2599 (message-position-on-field "From"))
2600
2601 (defun message-goto-subject ()
2602 "Move point to the Subject header."
2603 (interactive)
2604 (message-position-on-field "Subject"))
2605
2606 (defun message-goto-cc ()
2607 "Move point to the Cc header."
2608 (interactive)
2609 (message-position-on-field "Cc" "To"))
2610
2611 (defun message-goto-bcc ()
2612 "Move point to the Bcc header."
2613 (interactive)
2614 (message-position-on-field "Bcc" "Cc" "To"))
2615
2616 (defun message-goto-fcc ()
2617 "Move point to the Fcc header."
2618 (interactive)
2619 (message-position-on-field "Fcc" "To" "Newsgroups"))
2620
2621 (defun message-goto-reply-to ()
2622 "Move point to the Reply-To header."
2623 (interactive)
2624 (message-position-on-field "Reply-To" "Subject"))
2625
2626 (defun message-goto-newsgroups ()
2627 "Move point to the Newsgroups header."
2628 (interactive)
2629 (message-position-on-field "Newsgroups"))
2630
2631 (defun message-goto-distribution ()
2632 "Move point to the Distribution header."
2633 (interactive)
2634 (message-position-on-field "Distribution"))
2635
2636 (defun message-goto-followup-to ()
2637 "Move point to the Followup-To header."
2638 (interactive)
2639 (message-position-on-field "Followup-To" "Newsgroups"))
2640
2641 (defun message-goto-mail-followup-to ()
2642 "Move point to the Mail-Followup-To header."
2643 (interactive)
2644 (message-position-on-field "Mail-Followup-To" "To"))
2645
2646 (defun message-goto-keywords ()
2647 "Move point to the Keywords header."
2648 (interactive)
2649 (message-position-on-field "Keywords" "Subject"))
2650
2651 (defun message-goto-summary ()
2652 "Move point to the Summary header."
2653 (interactive)
2654 (message-position-on-field "Summary" "Subject"))
2655
2656 (defun message-goto-body (&optional interactivep)
2657 "Move point to the beginning of the message body."
2658 (interactive (list t))
2659 (when (and interactivep
2660 (looking-at "[ \t]*\n"))
2661 (expand-abbrev))
2662 (goto-char (point-min))
2663 (or (search-forward (concat "\n" mail-header-separator "\n") nil t)
2664 (search-forward-regexp "[^:]+:\\([^\n]\\|\n[ \t]\\)+\n\n" nil t)))
2665
2666 (defun message-goto-eoh ()
2667 "Move point to the end of the headers."
2668 (interactive)
2669 (message-goto-body)
2670 (forward-line -1))
2671
2672 (defun message-goto-signature ()
2673 "Move point to the beginning of the message signature.
2674 If there is no signature in the article, go to the end and
2675 return nil."
2676 (interactive)
2677 (goto-char (point-min))
2678 (if (re-search-forward message-signature-separator nil t)
2679 (forward-line 1)
2680 (goto-char (point-max))
2681 nil))
2682
2683 (defun message-generate-unsubscribed-mail-followup-to (&optional include-cc)
2684 "Insert a reasonable MFT header in a post to an unsubscribed list.
2685 When making original posts to a mailing list you are not subscribed to,
2686 you have to type in a MFT header by hand. The contents, usually, are
2687 the addresses of the list and your own address. This function inserts
2688 such a header automatically. It fetches the contents of the To: header
2689 in the current mail buffer, and appends the current `user-mail-address'.
2690
2691 If the optional argument INCLUDE-CC is non-nil, the addresses in the
2692 Cc: header are also put into the MFT."
2693
2694 (interactive "P")
2695 (let* (cc tos)
2696 (save-restriction
2697 (message-narrow-to-headers)
2698 (message-remove-header "Mail-Followup-To")
2699 (setq cc (and include-cc (message-fetch-field "Cc")))
2700 (setq tos (if cc
2701 (concat (message-fetch-field "To") "," cc)
2702 (message-fetch-field "To"))))
2703 (message-goto-mail-followup-to)
2704 (insert (concat tos ", " user-mail-address))))
2705
2706 \f
2707
2708 (defun message-insert-to (&optional force)
2709 "Insert a To header that points to the author of the article being replied to.
2710 If the original author requested not to be sent mail, don't insert unless the
2711 prefix FORCE is given."
2712 (interactive "P")
2713 (let* ((mct (message-fetch-reply-field "mail-copies-to"))
2714 (dont (and mct (or (equal (downcase mct) "never")
2715 (equal (downcase mct) "nobody"))))
2716 (to (or (message-fetch-reply-field "mail-reply-to")
2717 (message-fetch-reply-field "reply-to")
2718 (message-fetch-reply-field "from"))))
2719 (when (and dont to)
2720 (message
2721 (if force
2722 "Ignoring the user request not to have copies sent via mail"
2723 "Complying with the user request not to have copies sent via mail")))
2724 (when (and force (not to))
2725 (error "No mail address in the article"))
2726 (when (and to (or force (not dont)))
2727 (message-carefully-insert-headers (list (cons 'To to))))))
2728
2729 (defun message-insert-wide-reply ()
2730 "Insert To and Cc headers as if you were doing a wide reply."
2731 (interactive)
2732 (let ((headers (message-with-reply-buffer
2733 (message-get-reply-headers t))))
2734 (message-carefully-insert-headers headers)))
2735
2736 (defcustom message-header-synonyms
2737 '((To Cc Bcc))
2738 "List of lists of header synonyms.
2739 E.g., if this list contains a member list with elements `Cc' and `To',
2740 then `message-carefully-insert-headers' will not insert a `To' header
2741 when the message is already `Cc'ed to the recipient."
2742 :version "22.1"
2743 :group 'message-headers
2744 :link '(custom-manual "(message)Message Headers")
2745 :type '(repeat sexp))
2746
2747 (defun message-carefully-insert-headers (headers)
2748 "Insert the HEADERS, an alist, into the message buffer.
2749 Does not insert the headers when they are already present there
2750 or in the synonym headers, defined by `message-header-synonyms'."
2751 ;; FIXME: Should compare only the address and not the full name. Comparison
2752 ;; should be done case-folded (and with `string=' rather than
2753 ;; `string-match').
2754 ;; (mail-strip-quoted-names "Foo Bar <foo@bar>, bla@fasel (Bla Fasel)")
2755 (dolist (header headers)
2756 (let* ((header-name (symbol-name (car header)))
2757 (new-header (cdr header))
2758 (synonyms (loop for synonym in message-header-synonyms
2759 when (memq (car header) synonym) return synonym))
2760 (old-header
2761 (loop for synonym in synonyms
2762 for old-header = (mail-fetch-field (symbol-name synonym))
2763 when (and old-header (string-match new-header old-header))
2764 return synonym)))
2765 (if old-header
2766 (message "already have `%s' in `%s'" new-header old-header)
2767 (when (and (message-position-on-field header-name)
2768 (setq old-header (mail-fetch-field header-name))
2769 (not (string-match "\\` *\\'" old-header)))
2770 (insert ", "))
2771 (insert new-header)))))
2772
2773 (defun message-widen-reply ()
2774 "Widen the reply to include maximum recipients."
2775 (interactive)
2776 (let ((follow-to
2777 (and message-reply-buffer
2778 (buffer-name message-reply-buffer)
2779 (save-excursion
2780 (set-buffer message-reply-buffer)
2781 (message-get-reply-headers t)))))
2782 (save-excursion
2783 (save-restriction
2784 (message-narrow-to-headers)
2785 (dolist (elem follow-to)
2786 (message-remove-header (symbol-name (car elem)))
2787 (goto-char (point-min))
2788 (insert (symbol-name (car elem)) ": "
2789 (cdr elem) "\n"))))))
2790
2791 (defun message-insert-newsgroups ()
2792 "Insert the Newsgroups header from the article being replied to."
2793 (interactive)
2794 (when (and (message-position-on-field "Newsgroups")
2795 (mail-fetch-field "newsgroups")
2796 (not (string-match "\\` *\\'" (mail-fetch-field "newsgroups"))))
2797 (insert ","))
2798 (insert (or (message-fetch-reply-field "newsgroups") "")))
2799
2800 \f
2801
2802 ;;; Various commands
2803
2804 (defun message-delete-not-region (beg end)
2805 "Delete everything in the body of the current message outside of the region."
2806 (interactive "r")
2807 (let (citeprefix)
2808 (save-excursion
2809 (goto-char beg)
2810 ;; snarf citation prefix, if appropriate
2811 (unless (eq (point) (progn (beginning-of-line) (point)))
2812 (when (looking-at message-cite-prefix-regexp)
2813 (setq citeprefix (match-string 0))))
2814 (goto-char end)
2815 (delete-region (point) (if (not (message-goto-signature))
2816 (point)
2817 (forward-line -2)
2818 (point)))
2819 (insert "\n")
2820 (goto-char beg)
2821 (delete-region beg (progn (message-goto-body)
2822 (forward-line 2)
2823 (point)))
2824 (when citeprefix
2825 (insert citeprefix))))
2826 (when (message-goto-signature)
2827 (forward-line -2)))
2828
2829 (defun message-kill-to-signature ()
2830 "Deletes all text up to the signature."
2831 (interactive)
2832 (let ((point (point)))
2833 (message-goto-signature)
2834 (unless (eobp)
2835 (end-of-line -1))
2836 (kill-region point (point))
2837 (unless (bolp)
2838 (insert "\n"))))
2839
2840 (defun message-newline-and-reformat (&optional arg not-break)
2841 "Insert four newlines, and then reformat if inside quoted text.
2842 Prefix arg means justify as well."
2843 (interactive (list (if current-prefix-arg 'full)))
2844 (let (quoted point beg end leading-space bolp)
2845 (setq point (point))
2846 (beginning-of-line)
2847 (setq beg (point))
2848 (setq bolp (= beg point))
2849 ;; Find first line of the paragraph.
2850 (if not-break
2851 (while (and (not (eobp))
2852 (not (looking-at message-cite-prefix-regexp))
2853 (looking-at paragraph-start))
2854 (forward-line 1)))
2855 ;; Find the prefix
2856 (when (looking-at message-cite-prefix-regexp)
2857 (setq quoted (match-string 0))
2858 (goto-char (match-end 0))
2859 (looking-at "[ \t]*")
2860 (setq leading-space (match-string 0)))
2861 (if (and quoted
2862 (not not-break)
2863 (not bolp)
2864 (< (- point beg) (length quoted)))
2865 ;; break inside the cite prefix.
2866 (setq quoted nil
2867 end nil))
2868 (if quoted
2869 (progn
2870 (forward-line 1)
2871 (while (and (not (eobp))
2872 (not (looking-at paragraph-separate))
2873 (looking-at message-cite-prefix-regexp)
2874 (equal quoted (match-string 0)))
2875 (goto-char (match-end 0))
2876 (looking-at "[ \t]*")
2877 (if (> (length leading-space) (length (match-string 0)))
2878 (setq leading-space (match-string 0)))
2879 (forward-line 1))
2880 (setq end (point))
2881 (goto-char beg)
2882 (while (and (if (bobp) nil (forward-line -1) t)
2883 (not (looking-at paragraph-start))
2884 (looking-at message-cite-prefix-regexp)
2885 (equal quoted (match-string 0)))
2886 (setq beg (point))
2887 (goto-char (match-end 0))
2888 (looking-at "[ \t]*")
2889 (if (> (length leading-space) (length (match-string 0)))
2890 (setq leading-space (match-string 0)))))
2891 (while (and (not (eobp))
2892 (not (looking-at paragraph-separate))
2893 (not (looking-at message-cite-prefix-regexp)))
2894 (forward-line 1))
2895 (setq end (point))
2896 (goto-char beg)
2897 (while (and (if (bobp) nil (forward-line -1) t)
2898 (not (looking-at paragraph-start))
2899 (not (looking-at message-cite-prefix-regexp)))
2900 (setq beg (point))))
2901 (goto-char point)
2902 (save-restriction
2903 (narrow-to-region beg end)
2904 (if not-break
2905 (setq point nil)
2906 (if bolp
2907 (newline)
2908 (newline)
2909 (newline))
2910 (setq point (point))
2911 ;; (newline 2) doesn't mark both newline's as hard, so call
2912 ;; newline twice. -jas
2913 (newline)
2914 (newline)
2915 (delete-region (point) (re-search-forward "[ \t]*"))
2916 (when (and quoted (not bolp))
2917 (insert quoted leading-space)))
2918 (undo-boundary)
2919 (if quoted
2920 (let* ((adaptive-fill-regexp
2921 (regexp-quote (concat quoted leading-space)))
2922 (adaptive-fill-first-line-regexp
2923 adaptive-fill-regexp ))
2924 (fill-paragraph arg))
2925 (fill-paragraph arg))
2926 (if point (goto-char point)))))
2927
2928 (defun message-fill-paragraph (&optional arg)
2929 "Like `fill-paragraph'."
2930 (interactive (list (if current-prefix-arg 'full)))
2931 (if (if (boundp 'filladapt-mode) filladapt-mode)
2932 nil
2933 (message-newline-and-reformat arg t)
2934 t))
2935
2936 ;; Is it better to use `mail-header-end'?
2937 (defun message-point-in-header-p ()
2938 "Return t if point is in the header."
2939 (save-excursion
2940 (let ((p (point)))
2941 (goto-char (point-min))
2942 (not (re-search-forward
2943 (concat "^" (regexp-quote mail-header-separator) "\n")
2944 p t)))))
2945
2946 (defun message-do-auto-fill ()
2947 "Like `do-auto-fill', but don't fill in message header."
2948 (unless (message-point-in-header-p)
2949 (do-auto-fill)))
2950
2951 (defun message-insert-signature (&optional force)
2952 "Insert a signature. See documentation for variable `message-signature'."
2953 (interactive (list 0))
2954 (let* ((signature
2955 (cond
2956 ((and (null message-signature)
2957 (eq force 0))
2958 (save-excursion
2959 (goto-char (point-max))
2960 (not (re-search-backward message-signature-separator nil t))))
2961 ((and (null message-signature)
2962 force)
2963 t)
2964 ((functionp message-signature)
2965 (funcall message-signature))
2966 ((listp message-signature)
2967 (eval message-signature))
2968 (t message-signature)))
2969 (signature
2970 (cond ((stringp signature)
2971 signature)
2972 ((and (eq t signature)
2973 message-signature-file
2974 (file-exists-p message-signature-file))
2975 signature))))
2976 (when signature
2977 (goto-char (point-max))
2978 ;; Insert the signature.
2979 (unless (bolp)
2980 (insert "\n"))
2981 (when message-signature-insert-empty-line
2982 (insert "\n"))
2983 (insert "-- \n")
2984 (if (eq signature t)
2985 (insert-file-contents message-signature-file)
2986 (insert signature))
2987 (goto-char (point-max))
2988 (or (bolp) (insert "\n")))))
2989
2990 (defun message-insert-importance-high ()
2991 "Insert header to mark message as important."
2992 (interactive)
2993 (save-excursion
2994 (save-restriction
2995 (message-narrow-to-headers)
2996 (message-remove-header "Importance"))
2997 (message-goto-eoh)
2998 (insert "Importance: high\n")))
2999
3000 (defun message-insert-importance-low ()
3001 "Insert header to mark message as unimportant."
3002 (interactive)
3003 (save-excursion
3004 (save-restriction
3005 (message-narrow-to-headers)
3006 (message-remove-header "Importance"))
3007 (message-goto-eoh)
3008 (insert "Importance: low\n")))
3009
3010 (defun message-insert-or-toggle-importance ()
3011 "Insert a \"Importance: high\" header, or cycle through the header values.
3012 The three allowed values according to RFC 1327 are `high', `normal'
3013 and `low'."
3014 (interactive)
3015 (save-excursion
3016 (let ((valid '("high" "normal" "low"))
3017 (new "high")
3018 cur)
3019 (save-restriction
3020 (message-narrow-to-headers)
3021 (when (setq cur (message-fetch-field "Importance"))
3022 (message-remove-header "Importance")
3023 (setq new (cond ((string= cur "high")
3024 "low")
3025 ((string= cur "low")
3026 "normal")
3027 (t
3028 "high")))))
3029 (message-goto-eoh)
3030 (insert (format "Importance: %s\n" new)))))
3031
3032 (defun message-insert-disposition-notification-to ()
3033 "Request a disposition notification (return receipt) to this message.
3034 Note that this should not be used in newsgroups."
3035 (interactive)
3036 (save-excursion
3037 (save-restriction
3038 (message-narrow-to-headers)
3039 (message-remove-header "Disposition-Notification-To"))
3040 (message-goto-eoh)
3041 (insert (format "Disposition-Notification-To: %s\n"
3042 (or (message-field-value "Reply-to")
3043 (message-field-value "From")
3044 (message-make-from))))))
3045
3046 (defun message-elide-region (b e)
3047 "Elide the text in the region.
3048 An ellipsis (from `message-elide-ellipsis') will be inserted where the
3049 text was killed."
3050 (interactive "r")
3051 (kill-region b e)
3052 (insert message-elide-ellipsis))
3053
3054 (defvar message-caesar-translation-table nil)
3055
3056 (defun message-caesar-region (b e &optional n)
3057 "Caesar rotate region B to E by N, default 13, for decrypting netnews."
3058 (interactive
3059 (list
3060 (min (point) (or (mark t) (point)))
3061 (max (point) (or (mark t) (point)))
3062 (when current-prefix-arg
3063 (prefix-numeric-value current-prefix-arg))))
3064
3065 (setq n (if (numberp n) (mod n 26) 13)) ;canonize N
3066 (unless (or (zerop n) ; no action needed for a rot of 0
3067 (= b e)) ; no region to rotate
3068 ;; We build the table, if necessary.
3069 (when (or (not message-caesar-translation-table)
3070 (/= (aref message-caesar-translation-table ?a) (+ ?a n)))
3071 (setq message-caesar-translation-table
3072 (message-make-caesar-translation-table n)))
3073 (translate-region b e message-caesar-translation-table)))
3074
3075 (defun message-make-caesar-translation-table (n)
3076 "Create a rot table with offset N."
3077 (let ((i -1)
3078 (table (make-string 256 0)))
3079 (while (< (incf i) 256)
3080 (aset table i i))
3081 (concat
3082 (substring table 0 ?A)
3083 (substring table (+ ?A n) (+ ?A n (- 26 n)))
3084 (substring table ?A (+ ?A n))
3085 (substring table (+ ?A 26) ?a)
3086 (substring table (+ ?a n) (+ ?a n (- 26 n)))
3087 (substring table ?a (+ ?a n))
3088 (substring table (+ ?a 26) 255))))
3089
3090 (defun message-caesar-buffer-body (&optional rotnum)
3091 "Caesar rotate all letters in the current buffer by 13 places.
3092 Used to encode/decode possibly offensive messages (commonly in rec.humor).
3093 With prefix arg, specifies the number of places to rotate each letter forward.
3094 Mail and USENET news headers are not rotated."
3095 (interactive (if current-prefix-arg
3096 (list (prefix-numeric-value current-prefix-arg))
3097 (list nil)))
3098 (save-excursion
3099 (save-restriction
3100 (when (message-goto-body)
3101 (narrow-to-region (point) (point-max)))
3102 (message-caesar-region (point-min) (point-max) rotnum))))
3103
3104 (defun message-pipe-buffer-body (program)
3105 "Pipe the message body in the current buffer through PROGRAM."
3106 (save-excursion
3107 (save-restriction
3108 (when (message-goto-body)
3109 (narrow-to-region (point) (point-max)))
3110 (shell-command-on-region
3111 (point-min) (point-max) program nil t))))
3112
3113 (defun message-rename-buffer (&optional enter-string)
3114 "Rename the *message* buffer to \"*message* RECIPIENT\".
3115 If the function is run with a prefix, it will ask for a new buffer
3116 name, rather than giving an automatic name."
3117 (interactive "Pbuffer name: ")
3118 (save-excursion
3119 (save-restriction
3120 (goto-char (point-min))
3121 (narrow-to-region (point)
3122 (search-forward mail-header-separator nil 'end))
3123 (let* ((mail-to (or
3124 (if (message-news-p) (message-fetch-field "Newsgroups")
3125 (message-fetch-field "To"))
3126 ""))
3127 (mail-trimmed-to
3128 (if (string-match "," mail-to)
3129 (concat (substring mail-to 0 (match-beginning 0)) ", ...")
3130 mail-to))
3131 (name-default (concat "*message* " mail-trimmed-to))
3132 (name (if enter-string
3133 (read-string "New buffer name: " name-default)
3134 name-default)))
3135 (rename-buffer name t)))))
3136
3137 (defun message-fill-yanked-message (&optional justifyp)
3138 "Fill the paragraphs of a message yanked into this one.
3139 Numeric argument means justify as well."
3140 (interactive "P")
3141 (save-excursion
3142 (goto-char (point-min))
3143 (search-forward (concat "\n" mail-header-separator "\n") nil t)
3144 (let ((fill-prefix message-yank-prefix))
3145 (fill-individual-paragraphs (point) (point-max) justifyp))))
3146
3147 (defun message-indent-citation ()
3148 "Modify text just inserted from a message to be cited.
3149 The inserted text should be the region.
3150 When this function returns, the region is again around the modified text.
3151
3152 Normally, indent each nonblank line `message-indentation-spaces' spaces.
3153 However, if `message-yank-prefix' is non-nil, insert that prefix on each line."
3154 (let ((start (point)))
3155 ;; Remove unwanted headers.
3156 (when message-ignored-cited-headers
3157 (let (all-removed)
3158 (save-restriction
3159 (narrow-to-region
3160 (goto-char start)
3161 (if (search-forward "\n\n" nil t)
3162 (1- (point))
3163 (point)))
3164 (message-remove-header message-ignored-cited-headers t)
3165 (when (= (point-min) (point-max))
3166 (setq all-removed t))
3167 (goto-char (point-max)))
3168 (if all-removed
3169 (goto-char start)
3170 (forward-line 1))))
3171 ;; Delete blank lines at the start of the buffer.
3172 (while (and (point-min)
3173 (eolp)
3174 (not (eobp)))
3175 (message-delete-line))
3176 ;; Delete blank lines at the end of the buffer.
3177 (goto-char (point-max))
3178 (unless (eolp)
3179 (insert "\n"))
3180 (while (and (zerop (forward-line -1))
3181 (looking-at "$"))
3182 (message-delete-line))
3183 ;; Do the indentation.
3184 (if (null message-yank-prefix)
3185 (indent-rigidly start (mark t) message-indentation-spaces)
3186 (save-excursion
3187 (goto-char start)
3188 (while (< (point) (mark t))
3189 (if (or (looking-at ">") (looking-at "^$"))
3190 (insert message-yank-cited-prefix)
3191 (insert message-yank-prefix))
3192 (forward-line 1))))
3193 (goto-char start)))
3194
3195 (defun message-yank-original (&optional arg)
3196 "Insert the message being replied to, if any.
3197 Puts point before the text and mark after.
3198 Normally indents each nonblank line ARG spaces (default 3). However,
3199 if `message-yank-prefix' is non-nil, insert that prefix on each line.
3200
3201 This function uses `message-cite-function' to do the actual citing.
3202
3203 Just \\[universal-argument] as argument means don't indent, insert no
3204 prefix, and don't delete any headers."
3205 (interactive "P")
3206 (let ((modified (buffer-modified-p)))
3207 (when (and message-reply-buffer
3208 message-cite-function)
3209 (delete-windows-on message-reply-buffer t)
3210 (push-mark (save-excursion
3211 (insert-buffer-substring message-reply-buffer)
3212 (point)))
3213 (unless arg
3214 (funcall message-cite-function))
3215 (message-exchange-point-and-mark)
3216 (unless (bolp)
3217 (insert ?\n))
3218 (unless modified
3219 (setq message-checksum (message-checksum))))))
3220
3221 (defun message-yank-buffer (buffer)
3222 "Insert BUFFER into the current buffer and quote it."
3223 (interactive "bYank buffer: ")
3224 (let ((message-reply-buffer (get-buffer buffer)))
3225 (save-window-excursion
3226 (message-yank-original))))
3227
3228 (defun message-buffers ()
3229 "Return a list of active message buffers."
3230 (let (buffers)
3231 (save-excursion
3232 (dolist (buffer (buffer-list t))
3233 (set-buffer buffer)
3234 (when (and (eq major-mode 'message-mode)
3235 (null message-sent-message-via))
3236 (push (buffer-name buffer) buffers))))
3237 (nreverse buffers)))
3238
3239 (defun message-cite-original-without-signature ()
3240 "Cite function in the standard Message manner."
3241 (let* ((start (point))
3242 (end (mark t))
3243 (functions
3244 (when message-indent-citation-function
3245 (if (listp message-indent-citation-function)
3246 message-indent-citation-function
3247 (list message-indent-citation-function))))
3248 ;; This function may be called by `gnus-summary-yank-message' and
3249 ;; may insert a different article from the original. So, we will
3250 ;; modify the value of `message-reply-headers' with that article.
3251 (message-reply-headers
3252 (save-restriction
3253 (narrow-to-region start end)
3254 (message-narrow-to-head-1)
3255 (vector 0
3256 (or (message-fetch-field "subject") "none")
3257 (message-fetch-field "from")
3258 (message-fetch-field "date")
3259 (message-fetch-field "message-id" t)
3260 (message-fetch-field "references")
3261 0 0 ""))))
3262 (mml-quote-region start end)
3263 ;; Allow undoing.
3264 (undo-boundary)
3265 (goto-char end)
3266 (when (re-search-backward message-signature-separator start t)
3267 ;; Also peel off any blank lines before the signature.
3268 (forward-line -1)
3269 (while (looking-at "^[ \t]*$")
3270 (forward-line -1))
3271 (forward-line 1)
3272 (delete-region (point) end)
3273 (unless (search-backward "\n\n" start t)
3274 ;; Insert a blank line if it is peeled off.
3275 (insert "\n")))
3276 (goto-char start)
3277 (while functions
3278 (funcall (pop functions)))
3279 (when message-citation-line-function
3280 (unless (bolp)
3281 (insert "\n"))
3282 (funcall message-citation-line-function))))
3283
3284 (eval-when-compile (defvar mail-citation-hook)) ;Compiler directive
3285 (defun message-cite-original ()
3286 "Cite function in the standard Message manner."
3287 (if (and (boundp 'mail-citation-hook)
3288 mail-citation-hook)
3289 (run-hooks 'mail-citation-hook)
3290 (let* ((start (point))
3291 (end (mark t))
3292 (functions
3293 (when message-indent-citation-function
3294 (if (listp message-indent-citation-function)
3295 message-indent-citation-function
3296 (list message-indent-citation-function))))
3297 ;; This function may be called by `gnus-summary-yank-message' and
3298 ;; may insert a different article from the original. So, we will
3299 ;; modify the value of `message-reply-headers' with that article.
3300 (message-reply-headers
3301 (save-restriction
3302 (narrow-to-region start end)
3303 (message-narrow-to-head-1)
3304 (vector 0
3305 (or (message-fetch-field "subject") "none")
3306 (message-fetch-field "from")
3307 (message-fetch-field "date")
3308 (message-fetch-field "message-id" t)
3309 (message-fetch-field "references")
3310 0 0 ""))))
3311 (mml-quote-region start end)
3312 (goto-char start)
3313 (while functions
3314 (funcall (pop functions)))
3315 (when message-citation-line-function
3316 (unless (bolp)
3317 (insert "\n"))
3318 (funcall message-citation-line-function)))))
3319
3320 (defun message-insert-citation-line ()
3321 "Insert a simple citation line."
3322 (when message-reply-headers
3323 (insert (mail-header-from message-reply-headers) " writes:\n\n")))
3324
3325 (defun message-position-on-field (header &rest afters)
3326 (let ((case-fold-search t))
3327 (save-restriction
3328 (narrow-to-region
3329 (goto-char (point-min))
3330 (progn
3331 (re-search-forward
3332 (concat "^" (regexp-quote mail-header-separator) "$"))
3333 (match-beginning 0)))
3334 (goto-char (point-min))
3335 (if (re-search-forward (concat "^" (regexp-quote header) ":") nil t)
3336 (progn
3337 (re-search-forward "^[^ \t]" nil 'move)
3338 (beginning-of-line)
3339 (skip-chars-backward "\n")
3340 t)
3341 (while (and afters
3342 (not (re-search-forward
3343 (concat "^" (regexp-quote (car afters)) ":")
3344 nil t)))
3345 (pop afters))
3346 (when afters
3347 (re-search-forward "^[^ \t]" nil 'move)
3348 (beginning-of-line))
3349 (insert header ": \n")
3350 (forward-char -1)
3351 nil))))
3352
3353 (defun message-remove-signature ()
3354 "Remove the signature from the text between point and mark.
3355 The text will also be indented the normal way."
3356 (save-excursion
3357 (let ((start (point))
3358 mark)
3359 (if (not (re-search-forward message-signature-separator (mark t) t))
3360 ;; No signature here, so we just indent the cited text.
3361 (message-indent-citation)
3362 ;; Find the last non-empty line.
3363 (forward-line -1)
3364 (while (looking-at "[ \t]*$")
3365 (forward-line -1))
3366 (forward-line 1)
3367 (setq mark (set-marker (make-marker) (point)))
3368 (goto-char start)
3369 (message-indent-citation)
3370 ;; Enable undoing the deletion.
3371 (undo-boundary)
3372 (delete-region mark (mark t))
3373 (set-marker mark nil)))))
3374
3375 \f
3376
3377 ;;;
3378 ;;; Sending messages
3379 ;;;
3380
3381 (defun message-send-and-exit (&optional arg)
3382 "Send message like `message-send', then, if no errors, exit from mail buffer."
3383 (interactive "P")
3384 (let ((buf (current-buffer))
3385 (actions message-exit-actions))
3386 (when (and (message-send arg)
3387 (buffer-name buf))
3388 (if message-kill-buffer-on-exit
3389 (kill-buffer buf)
3390 (bury-buffer buf)
3391 (when (eq buf (current-buffer))
3392 (message-bury buf)))
3393 (message-do-actions actions)
3394 t)))
3395
3396 (defun message-dont-send ()
3397 "Don't send the message you have been editing.
3398 Instead, just auto-save the buffer and then bury it."
3399 (interactive)
3400 (set-buffer-modified-p t)
3401 (save-buffer)
3402 (let ((actions message-postpone-actions))
3403 (message-bury (current-buffer))
3404 (message-do-actions actions)))
3405
3406 (defun message-kill-buffer ()
3407 "Kill the current buffer."
3408 (interactive)
3409 (when (or (not (buffer-modified-p))
3410 (yes-or-no-p "Message modified; kill anyway? "))
3411 (let ((actions message-kill-actions)
3412 (draft-article message-draft-article)
3413 (auto-save-file-name buffer-auto-save-file-name)
3414 (file-name buffer-file-name)
3415 (modified (buffer-modified-p)))
3416 (setq buffer-file-name nil)
3417 (kill-buffer (current-buffer))
3418 (when (and (or (and auto-save-file-name
3419 (file-exists-p auto-save-file-name))
3420 (and file-name
3421 (file-exists-p file-name)))
3422 (progn
3423 ;; If the message buffer has lived in a dedicated window,
3424 ;; `kill-buffer' has killed the frame. Thus the
3425 ;; `yes-or-no-p' may show up in a lowered frame. Make sure
3426 ;; that the user can see the question by raising the
3427 ;; current frame:
3428 (raise-frame)
3429 (yes-or-no-p (format "Remove the backup file%s? "
3430 (if modified " too" "")))))
3431 (ignore-errors
3432 (delete-file auto-save-file-name))
3433 (let ((message-draft-article draft-article))
3434 (message-disassociate-draft)))
3435 (message-do-actions actions))))
3436
3437 (defun message-bury (buffer)
3438 "Bury this mail BUFFER."
3439 (let ((newbuf (other-buffer buffer)))
3440 (bury-buffer buffer)
3441 (if (and (window-dedicated-p (selected-window))
3442 (not (null (delq (selected-frame) (visible-frame-list)))))
3443 (delete-frame (selected-frame))
3444 (switch-to-buffer newbuf))))
3445
3446 (defun message-send (&optional arg)
3447 "Send the message in the current buffer.
3448 If `message-interactive' is non-nil, wait for success indication or
3449 error messages, and inform user.
3450 Otherwise any failure is reported in a message back to the user from
3451 the mailer.
3452 The usage of ARG is defined by the instance that called Message.
3453 It should typically alter the sending method in some way or other."
3454 (interactive "P")
3455 ;; Make it possible to undo the coming changes.
3456 (undo-boundary)
3457 (let ((inhibit-read-only t))
3458 (put-text-property (point-min) (point-max) 'read-only nil))
3459 (message-fix-before-sending)
3460 (run-hooks 'message-send-hook)
3461 (message message-sending-message)
3462 (let ((alist message-send-method-alist)
3463 (success t)
3464 elem sent dont-barf-on-no-method
3465 (message-options message-options))
3466 (message-options-set-recipient)
3467 (while (and success
3468 (setq elem (pop alist)))
3469 (when (funcall (cadr elem))
3470 (when (and (or (not (memq (car elem)
3471 message-sent-message-via))
3472 (message-fetch-field "supersedes")
3473 (if (or (message-gnksa-enable-p 'multiple-copies)
3474 (not (eq (car elem) 'news)))
3475 (y-or-n-p
3476 (format
3477 "Already sent message via %s; resend? "
3478 (car elem)))
3479 (error "Denied posting -- multiple copies")))
3480 (setq success (funcall (caddr elem) arg)))
3481 (setq sent t))))
3482 (unless (or sent
3483 (not success)
3484 (let ((fcc (message-fetch-field "Fcc"))
3485 (gcc (message-fetch-field "Gcc")))
3486 (when (or fcc gcc)
3487 (or (eq message-allow-no-recipients 'always)
3488 (and (not (eq message-allow-no-recipients 'never))
3489 (setq dont-barf-on-no-method
3490 (gnus-y-or-n-p
3491 (format "No receiver, perform %s anyway? "
3492 (cond ((and fcc gcc) "Fcc and Gcc")
3493 (fcc "Fcc")
3494 (t "Gcc"))))))))))
3495 (error "No methods specified to send by"))
3496 (when (or dont-barf-on-no-method
3497 (and success sent))
3498 (message-do-fcc)
3499 (save-excursion
3500 (run-hooks 'message-sent-hook))
3501 (message "Sending...done")
3502 ;; Mark the buffer as unmodified and delete auto-save.
3503 (set-buffer-modified-p nil)
3504 (delete-auto-save-file-if-necessary t)
3505 (message-disassociate-draft)
3506 ;; Delete other mail buffers and stuff.
3507 (message-do-send-housekeeping)
3508 (message-do-actions message-send-actions)
3509 ;; Return success.
3510 t)))
3511
3512 (defun message-send-via-mail (arg)
3513 "Send the current message via mail."
3514 (message-send-mail arg))
3515
3516 (defun message-send-via-news (arg)
3517 "Send the current message via news."
3518 (funcall message-send-news-function arg))
3519
3520 (defmacro message-check (type &rest forms)
3521 "Eval FORMS if TYPE is to be checked."
3522 `(or (message-check-element ,type)
3523 (save-excursion
3524 ,@forms)))
3525
3526 (put 'message-check 'lisp-indent-function 1)
3527 (put 'message-check 'edebug-form-spec '(form body))
3528
3529 (defun message-text-with-property (prop)
3530 "Return a list of all points where the text has PROP."
3531 (let ((points nil)
3532 (point (point-min)))
3533 (save-excursion
3534 (while (< point (point-max))
3535 (when (get-text-property point prop)
3536 (push point points))
3537 (incf point)))
3538 (nreverse points)))
3539
3540 (defun message-fix-before-sending ()
3541 "Do various things to make the message nice before sending it."
3542 ;; Make sure there's a newline at the end of the message.
3543 (goto-char (point-max))
3544 (unless (bolp)
3545 (insert "\n"))
3546 ;; Make the hidden headers visible.
3547 (let ((points (message-text-with-property 'message-hidden)))
3548 (when points
3549 (goto-char (car points))
3550 (dolist (point points)
3551 (add-text-properties point (1+ point)
3552 '(invisible nil intangible nil)))))
3553 ;; Make invisible text visible.
3554 ;; It doesn't seem as if this is useful, since the invisible property
3555 ;; is clobbered by an after-change hook anyhow.
3556 (message-check 'invisible-text
3557 (let ((points (message-text-with-property 'invisible)))
3558 (when points
3559 (goto-char (car points))
3560 (dolist (point points)
3561 (put-text-property point (1+ point) 'invisible nil)
3562 (message-overlay-put (message-make-overlay point (1+ point))
3563 'face 'highlight))
3564 (unless (yes-or-no-p
3565 "Invisible text found and made visible; continue sending? ")
3566 (error "Invisible text found and made visible")))))
3567 (message-check 'illegible-text
3568 (let (found choice)
3569 (message-goto-body)
3570 (skip-chars-forward mm-7bit-chars)
3571 (while (not (eobp))
3572 (when (let ((char (char-after)))
3573 (or (< (mm-char-int char) 128)
3574 (and (mm-multibyte-p)
3575 (memq (char-charset char)
3576 '(eight-bit-control eight-bit-graphic
3577 control-1))
3578 (not (get-text-property
3579 (point) 'untranslated-utf-8)))))
3580 (message-overlay-put (message-make-overlay (point) (1+ (point)))
3581 'face 'highlight)
3582 (setq found t))
3583 (forward-char)
3584 (skip-chars-forward mm-7bit-chars))
3585 (when found
3586 (setq choice
3587 (gnus-multiple-choice
3588 "Non-printable characters found. Continue sending?"
3589 '((?d "Remove non-printable characters and send")
3590 (?r "Replace non-printable characters with dots and send")
3591 (?i "Ignore non-printable characters and send")
3592 (?e "Continue editing"))))
3593 (if (eq choice ?e)
3594 (error "Non-printable characters"))
3595 (message-goto-body)
3596 (skip-chars-forward mm-7bit-chars)
3597 (while (not (eobp))
3598 (when (let ((char (char-after)))
3599 (or (< (mm-char-int char) 128)
3600 (and (mm-multibyte-p)
3601 ;; Fixme: Wrong for Emacs 23 and for things
3602 ;; like undectable utf-8. Should at least
3603 ;; use find-coding-systems-region.
3604 (memq (char-charset char)
3605 '(eight-bit-control eight-bit-graphic
3606 control-1))
3607 (not (get-text-property
3608 (point) 'untranslated-utf-8)))))
3609 (if (eq choice ?i)
3610 (message-kill-all-overlays)
3611 (delete-char 1)
3612 (when (eq choice ?r)
3613 (insert "."))))
3614 (forward-char)
3615 (skip-chars-forward mm-7bit-chars))))))
3616
3617 (defun message-add-action (action &rest types)
3618 "Add ACTION to be performed when doing an exit of type TYPES."
3619 (while types
3620 (add-to-list (intern (format "message-%s-actions" (pop types)))
3621 action)))
3622
3623 (defun message-delete-action (action &rest types)
3624 "Delete ACTION from lists of actions performed when doing an exit of type TYPES."
3625 (let (var)
3626 (while types
3627 (set (setq var (intern (format "message-%s-actions" (pop types))))
3628 (delq action (symbol-value var))))))
3629
3630 (defun message-do-actions (actions)
3631 "Perform all actions in ACTIONS."
3632 ;; Now perform actions on successful sending.
3633 (while actions
3634 (ignore-errors
3635 (cond
3636 ;; A simple function.
3637 ((functionp (car actions))
3638 (funcall (car actions)))
3639 ;; Something to be evaled.
3640 (t
3641 (eval (car actions)))))
3642 (pop actions)))
3643
3644 (defun message-send-mail-partially ()
3645 "Send mail as message/partial."
3646 ;; replace the header delimiter with a blank line
3647 (goto-char (point-min))
3648 (re-search-forward
3649 (concat "^" (regexp-quote mail-header-separator) "\n"))
3650 (replace-match "\n")
3651 (run-hooks 'message-send-mail-hook)
3652 (let ((p (goto-char (point-min)))
3653 (tembuf (message-generate-new-buffer-clone-locals " message temp"))
3654 (curbuf (current-buffer))
3655 (id (message-make-message-id)) (n 1)
3656 plist total header required-mail-headers)
3657 (while (not (eobp))
3658 (if (< (point-max) (+ p message-send-mail-partially-limit))
3659 (goto-char (point-max))
3660 (goto-char (+ p message-send-mail-partially-limit))
3661 (beginning-of-line)
3662 (if (<= (point) p) (forward-line 1))) ;; In case of bad message.
3663 (push p plist)
3664 (setq p (point)))
3665 (setq total (length plist))
3666 (push (point-max) plist)
3667 (setq plist (nreverse plist))
3668 (unwind-protect
3669 (save-excursion
3670 (setq p (pop plist))
3671 (while plist
3672 (set-buffer curbuf)
3673 (copy-to-buffer tembuf p (car plist))
3674 (set-buffer tembuf)
3675 (goto-char (point-min))
3676 (if header
3677 (progn
3678 (goto-char (point-min))
3679 (narrow-to-region (point) (point))
3680 (insert header))
3681 (message-goto-eoh)
3682 (setq header (buffer-substring (point-min) (point)))
3683 (goto-char (point-min))
3684 (narrow-to-region (point) (point))
3685 (insert header)
3686 (message-remove-header "Mime-Version")
3687 (message-remove-header "Content-Type")
3688 (message-remove-header "Content-Transfer-Encoding")
3689 (message-remove-header "Message-ID")
3690 (message-remove-header "Lines")
3691 (goto-char (point-max))
3692 (insert "Mime-Version: 1.0\n")
3693 (setq header (buffer-string)))
3694 (goto-char (point-max))
3695 (insert (format "Content-Type: message/partial; id=\"%s\"; number=%d; total=%d\n\n"
3696 id n total))
3697 (forward-char -1)
3698 (let ((mail-header-separator ""))
3699 (when (memq 'Message-ID message-required-mail-headers)
3700 (insert "Message-ID: " (message-make-message-id) "\n"))
3701 (when (memq 'Lines message-required-mail-headers)
3702 (insert "Lines: " (message-make-lines) "\n"))
3703 (message-goto-subject)
3704 (end-of-line)
3705 (insert (format " (%d/%d)" n total))
3706 (widen)
3707 (mm-with-unibyte-current-buffer
3708 (funcall (or message-send-mail-real-function
3709 message-send-mail-function))))
3710 (setq n (+ n 1))
3711 (setq p (pop plist))
3712 (erase-buffer)))
3713 (kill-buffer tembuf))))
3714
3715 (defun message-send-mail (&optional arg)
3716 (require 'mail-utils)
3717 (let* ((tembuf (message-generate-new-buffer-clone-locals " message temp"))
3718 (case-fold-search nil)
3719 (news (message-news-p))
3720 (mailbuf (current-buffer))
3721 (message-this-is-mail t)
3722 (message-posting-charset
3723 (if (fboundp 'gnus-setup-posting-charset)
3724 (gnus-setup-posting-charset nil)
3725 message-posting-charset))
3726 (headers message-required-mail-headers))
3727 (save-restriction
3728 (message-narrow-to-headers)
3729 ;; Generate the Mail-Followup-To header if the header is not there...
3730 (if (and (message-subscribed-p)
3731 (not (mail-fetch-field "mail-followup-to")))
3732 (setq headers
3733 (cons
3734 (cons "Mail-Followup-To" (message-make-mail-followup-to))
3735 message-required-mail-headers))
3736 ;; otherwise, delete the MFT header if the field is empty
3737 (when (equal "" (mail-fetch-field "mail-followup-to"))
3738 (message-remove-header "^Mail-Followup-To:")))
3739 ;; Insert some headers.
3740 (let ((message-deletable-headers
3741 (if news nil message-deletable-headers)))
3742 (message-generate-headers headers))
3743 ;; Let the user do all of the above.
3744 (run-hooks 'message-header-hook))
3745 (unwind-protect
3746 (save-excursion
3747 (set-buffer tembuf)
3748 (erase-buffer)
3749 ;; Avoid copying text props (except hard newlines).
3750 (insert (with-current-buffer mailbuf
3751 (mml-buffer-substring-no-properties-except-hard-newlines
3752 (point-min) (point-max))))
3753 ;; Remove some headers.
3754 (message-encode-message-body)
3755 (save-restriction
3756 (message-narrow-to-headers)
3757 ;; We (re)generate the Lines header.
3758 (when (memq 'Lines message-required-mail-headers)
3759 (message-generate-headers '(Lines)))
3760 ;; Remove some headers.
3761 (message-remove-header message-ignored-mail-headers t)
3762 (let ((mail-parse-charset message-default-charset))
3763 (mail-encode-encoded-word-buffer)))
3764 (goto-char (point-max))
3765 ;; require one newline at the end.
3766 (or (= (preceding-char) ?\n)
3767 (insert ?\n))
3768 (message-cleanup-headers)
3769 ;; FIXME: we're inserting the courtesy copy after encoding.
3770 ;; This is wrong if the courtesy copy string contains
3771 ;; non-ASCII characters. -- jh
3772 (when
3773 (save-restriction
3774 (message-narrow-to-headers)
3775 (and news
3776 (or (message-fetch-field "cc")
3777 (message-fetch-field "bcc")
3778 (message-fetch-field "to"))
3779 (let ((content-type (message-fetch-field
3780 "content-type")))
3781 (and
3782 (or
3783 (not content-type)
3784 (string= "text/plain"
3785 (car
3786 (mail-header-parse-content-type
3787 content-type))))
3788 (not
3789 (string= "base64"
3790 (message-fetch-field
3791 "content-transfer-encoding")))))))
3792 (message-insert-courtesy-copy))
3793 (if (or (not message-send-mail-partially-limit)
3794 (< (buffer-size) message-send-mail-partially-limit)
3795 (not (message-y-or-n-p
3796 "The message size is too large, split? "
3797 t
3798 "\
3799 The message size, "
3800 (/ (buffer-size) 1000) "KB, is too large.
3801
3802 Some mail gateways (MTA's) bounce large messages. To avoid the
3803 problem, answer `y', and the message will be split into several
3804 smaller pieces, the size of each is about "
3805 (/ message-send-mail-partially-limit 1000)
3806 "KB except the last
3807 one.
3808
3809 However, some mail readers (MUA's) can't read split messages, i.e.,
3810 mails in message/partially format. Answer `n', and the message will be
3811 sent in one piece.
3812
3813 The size limit is controlled by `message-send-mail-partially-limit'.
3814 If you always want Gnus to send messages in one piece, set
3815 `message-send-mail-partially-limit' to nil.
3816 ")))
3817 (mm-with-unibyte-current-buffer
3818 (message "Sending via mail...")
3819 (funcall (or message-send-mail-real-function
3820 message-send-mail-function)))
3821 (message-send-mail-partially)))
3822 (kill-buffer tembuf))
3823 (set-buffer mailbuf)
3824 (push 'mail message-sent-message-via)))
3825
3826 (defun message-send-mail-with-sendmail ()
3827 "Send off the prepared buffer with sendmail."
3828 (let ((errbuf (if message-interactive
3829 (message-generate-new-buffer-clone-locals
3830 " sendmail errors")
3831 0))
3832 resend-to-addresses delimline)
3833 (unwind-protect
3834 (progn
3835 (let ((case-fold-search t))
3836 (save-restriction
3837 (message-narrow-to-headers)
3838 (setq resend-to-addresses (message-fetch-field "resent-to")))
3839 ;; Change header-delimiter to be what sendmail expects.
3840 (goto-char (point-min))
3841 (re-search-forward
3842 (concat "^" (regexp-quote mail-header-separator) "\n"))
3843 (replace-match "\n")
3844 (backward-char 1)
3845 (setq delimline (point-marker))
3846 (run-hooks 'message-send-mail-hook)
3847 ;; Insert an extra newline if we need it to work around
3848 ;; Sun's bug that swallows newlines.
3849 (goto-char (1+ delimline))
3850 (when (eval message-mailer-swallows-blank-line)
3851 (newline))
3852 (when message-interactive
3853 (save-excursion
3854 (set-buffer errbuf)
3855 (erase-buffer))))
3856 (let* ((default-directory "/")
3857 (coding-system-for-write message-send-coding-system)
3858 (cpr (apply
3859 'call-process-region
3860 (append
3861 (list (point-min) (point-max)
3862 (if (boundp 'sendmail-program)
3863 sendmail-program
3864 "/usr/lib/sendmail")
3865 nil errbuf nil "-oi")
3866 ;; Always specify who from,
3867 ;; since some systems have broken sendmails.
3868 ;; But some systems are more broken with -f, so
3869 ;; we'll let users override this.
3870 (if (null message-sendmail-f-is-evil)
3871 (list "-f" (message-sendmail-envelope-from)))
3872 ;; These mean "report errors by mail"
3873 ;; and "deliver in background".
3874 (if (null message-interactive) '("-oem" "-odb"))
3875 ;; Get the addresses from the message
3876 ;; unless this is a resend.
3877 ;; We must not do that for a resend
3878 ;; because we would find the original addresses.
3879 ;; For a resend, include the specific addresses.
3880 (if resend-to-addresses
3881 (list resend-to-addresses)
3882 '("-t"))))))
3883 (unless (or (null cpr) (and (numberp cpr) (zerop cpr)))
3884 (error "Sending...failed with exit value %d" cpr)))
3885 (when message-interactive
3886 (save-excursion
3887 (set-buffer errbuf)
3888 (goto-char (point-min))
3889 (while (re-search-forward "\n\n* *" nil t)
3890 (replace-match "; "))
3891 (if (not (zerop (buffer-size)))
3892 (error "Sending...failed to %s"
3893 (buffer-string))))))
3894 (when (bufferp errbuf)
3895 (kill-buffer errbuf)))))
3896
3897 (defun message-send-mail-with-qmail ()
3898 "Pass the prepared message buffer to qmail-inject.
3899 Refer to the documentation for the variable `message-send-mail-function'
3900 to find out how to use this."
3901 ;; replace the header delimiter with a blank line
3902 (goto-char (point-min))
3903 (re-search-forward
3904 (concat "^" (regexp-quote mail-header-separator) "\n"))
3905 (replace-match "\n")
3906 (run-hooks 'message-send-mail-hook)
3907 ;; send the message
3908 (case
3909 (let ((coding-system-for-write message-send-coding-system))
3910 (apply
3911 'call-process-region (point-min) (point-max)
3912 message-qmail-inject-program nil nil nil
3913 ;; qmail-inject's default behaviour is to look for addresses on the
3914 ;; command line; if there're none, it scans the headers.
3915 ;; yes, it does The Right Thing w.r.t. Resent-To and it's kin.
3916 ;;
3917 ;; in general, ALL of qmail-inject's defaults are perfect for simply
3918 ;; reading a formatted (i. e., at least a To: or Resent-To header)
3919 ;; message from stdin.
3920 ;;
3921 ;; qmail also has the advantage of not having been raped by
3922 ;; various vendors, so we don't have to allow for that, either --
3923 ;; compare this with message-send-mail-with-sendmail and weep
3924 ;; for sendmail's lost innocence.
3925 ;;
3926 ;; all this is way cool coz it lets us keep the arguments entirely
3927 ;; free for -inject-arguments -- a big win for the user and for us
3928 ;; since we don't have to play that double-guessing game and the user
3929 ;; gets full control (no gestapo'ish -f's, for instance). --sj
3930 (if (functionp message-qmail-inject-args)
3931 (funcall message-qmail-inject-args)
3932 message-qmail-inject-args)))
3933 ;; qmail-inject doesn't say anything on it's stdout/stderr,
3934 ;; we have to look at the retval instead
3935 (0 nil)
3936 (100 (error "qmail-inject reported permanent failure"))
3937 (111 (error "qmail-inject reported transient failure"))
3938 ;; should never happen
3939 (t (error "qmail-inject reported unknown failure"))))
3940
3941 (defun message-send-mail-with-mh ()
3942 "Send the prepared message buffer with mh."
3943 (let ((mh-previous-window-config nil)
3944 (name (mh-new-draft-name)))
3945 (setq buffer-file-name name)
3946 ;; MH wants to generate these headers itself.
3947 (when message-mh-deletable-headers
3948 (let ((headers message-mh-deletable-headers))
3949 (while headers
3950 (goto-char (point-min))
3951 (and (re-search-forward
3952 (concat "^" (symbol-name (car headers)) ": *") nil t)
3953 (message-delete-line))
3954 (pop headers))))
3955 (run-hooks 'message-send-mail-hook)
3956 ;; Pass it on to mh.
3957 (mh-send-letter)))
3958
3959 (defun message-smtpmail-send-it ()
3960 "Send the prepared message buffer with `smtpmail-send-it'.
3961 This only differs from `smtpmail-send-it' that this command evaluates
3962 `message-send-mail-hook' just before sending a message. It is useful
3963 if your ISP requires the POP-before-SMTP authentication. See the Gnus
3964 manual for details."
3965 (run-hooks 'message-send-mail-hook)
3966 (smtpmail-send-it))
3967
3968 (defun message-canlock-generate ()
3969 "Return a string that is non-trivial to guess.
3970 Do not use this for anything important, it is cryptographically weak."
3971 (require 'sha1)
3972 (let (sha1-maximum-internal-length)
3973 (sha1 (concat (message-unique-id)
3974 (format "%x%x%x" (random) (random t) (random))
3975 (prin1-to-string (recent-keys))
3976 (prin1-to-string (garbage-collect))))))
3977
3978 (defun message-canlock-password ()
3979 "The password used by message for cancel locks.
3980 This is the value of `canlock-password', if that option is non-nil.
3981 Otherwise, generate and save a value for `canlock-password' first."
3982 (unless canlock-password
3983 (customize-save-variable 'canlock-password (message-canlock-generate))
3984 (setq canlock-password-for-verify canlock-password))
3985 canlock-password)
3986
3987 (defun message-insert-canlock ()
3988 (when message-insert-canlock
3989 (message-canlock-password)
3990 (canlock-insert-header)))
3991
3992 (defun message-send-news (&optional arg)
3993 (let* ((tembuf (message-generate-new-buffer-clone-locals " *message temp*"))
3994 (case-fold-search nil)
3995 (method (if (functionp message-post-method)
3996 (funcall message-post-method arg)
3997 message-post-method))
3998 (newsgroups-field (save-restriction
3999 (message-narrow-to-headers-or-head)
4000 (message-fetch-field "Newsgroups")))
4001 (followup-field (save-restriction
4002 (message-narrow-to-headers-or-head)
4003 (message-fetch-field "Followup-To")))
4004 ;; BUG: We really need to get the charset for each name in the
4005 ;; Newsgroups and Followup-To lines to allow crossposting
4006 ;; between group namess with incompatible character sets.
4007 ;; -- Per Abrahamsen <abraham@dina.kvl.dk> 2001-10-08.
4008 (group-field-charset
4009 (gnus-group-name-charset method newsgroups-field))
4010 (followup-field-charset
4011 (gnus-group-name-charset method (or followup-field "")))
4012 (rfc2047-header-encoding-alist
4013 (append (when group-field-charset
4014 (list (cons "Newsgroups" group-field-charset)))
4015 (when followup-field-charset
4016 (list (cons "Followup-To" followup-field-charset)))
4017 rfc2047-header-encoding-alist))
4018 (messbuf (current-buffer))
4019 (message-syntax-checks
4020 (if (and arg
4021 (listp message-syntax-checks))
4022 (cons '(existing-newsgroups . disabled)
4023 message-syntax-checks)
4024 message-syntax-checks))
4025 (message-this-is-news t)
4026 (message-posting-charset
4027 (gnus-setup-posting-charset newsgroups-field))
4028 result)
4029 (if (not (message-check-news-body-syntax))
4030 nil
4031 (save-restriction
4032 (message-narrow-to-headers)
4033 ;; Insert some headers.
4034 (message-generate-headers message-required-news-headers)
4035 (message-insert-canlock)
4036 ;; Let the user do all of the above.
4037 (run-hooks 'message-header-hook))
4038 ;; Note: This check will be disabled by the ".*" default value for
4039 ;; gnus-group-name-charset-group-alist. -- Pa 2001-10-07.
4040 (when (and group-field-charset
4041 (listp message-syntax-checks))
4042 (setq message-syntax-checks
4043 (cons '(valid-newsgroups . disabled)
4044 message-syntax-checks)))
4045 (message-cleanup-headers)
4046 (if (not (let ((message-post-method method))
4047 (message-check-news-syntax)))
4048 nil
4049 (unwind-protect
4050 (save-excursion
4051 (set-buffer tembuf)
4052 (buffer-disable-undo)
4053 (erase-buffer)
4054 ;; Avoid copying text props (except hard newlines).
4055 (insert
4056 (with-current-buffer messbuf
4057 (mml-buffer-substring-no-properties-except-hard-newlines
4058 (point-min) (point-max))))
4059 (message-encode-message-body)
4060 ;; Remove some headers.
4061 (save-restriction
4062 (message-narrow-to-headers)
4063 ;; We (re)generate the Lines header.
4064 (when (memq 'Lines message-required-mail-headers)
4065 (message-generate-headers '(Lines)))
4066 ;; Remove some headers.
4067 (message-remove-header message-ignored-news-headers t)
4068 (let ((mail-parse-charset message-default-charset))
4069 (mail-encode-encoded-word-buffer)))
4070 (goto-char (point-max))
4071 ;; require one newline at the end.
4072 (or (= (preceding-char) ?\n)
4073 (insert ?\n))
4074 (let ((case-fold-search t))
4075 ;; Remove the delimiter.
4076 (goto-char (point-min))
4077 (re-search-forward
4078 (concat "^" (regexp-quote mail-header-separator) "\n"))
4079 (replace-match "\n")
4080 (backward-char 1))
4081 (run-hooks 'message-send-news-hook)
4082 (gnus-open-server method)
4083 (message "Sending news via %s..." (gnus-server-string method))
4084 (setq result (let ((mail-header-separator ""))
4085 (gnus-request-post method))))
4086 (kill-buffer tembuf))
4087 (set-buffer messbuf)
4088 (if result
4089 (push 'news message-sent-message-via)
4090 (message "Couldn't send message via news: %s"
4091 (nnheader-get-report (car method)))
4092 nil)))))
4093
4094 ;;;
4095 ;;; Header generation & syntax checking.
4096 ;;;
4097
4098 (defun message-check-element (type)
4099 "Return non-nil if this TYPE is not to be checked."
4100 (if (eq message-syntax-checks 'dont-check-for-anything-just-trust-me)
4101 t
4102 (let ((able (assq type message-syntax-checks)))
4103 (and (consp able)
4104 (eq (cdr able) 'disabled)))))
4105
4106 (defun message-check-news-syntax ()
4107 "Check the syntax of the message."
4108 (save-excursion
4109 (save-restriction
4110 (widen)
4111 ;; We narrow to the headers and check them first.
4112 (save-excursion
4113 (save-restriction
4114 (message-narrow-to-headers)
4115 (message-check-news-header-syntax))))))
4116
4117 (defun message-check-news-header-syntax ()
4118 (and
4119 ;; Check Newsgroups header.
4120 (message-check 'newsgroups
4121 (let ((group (message-fetch-field "newsgroups")))
4122 (or
4123 (and group
4124 (not (string-match "\\`[ \t]*\\'" group)))
4125 (ignore
4126 (message
4127 "The newsgroups field is empty or missing. Posting is denied.")))))
4128 ;; Check the Subject header.
4129 (message-check 'subject
4130 (let* ((case-fold-search t)
4131 (subject (message-fetch-field "subject")))
4132 (or
4133 (and subject
4134 (not (string-match "\\`[ \t]*\\'" subject)))
4135 (ignore
4136 (message
4137 "The subject field is empty or missing. Posting is denied.")))))
4138 ;; Check for commands in Subject.
4139 (message-check 'subject-cmsg
4140 (if (string-match "^cmsg " (message-fetch-field "subject"))
4141 (y-or-n-p
4142 "The control code \"cmsg\" is in the subject. Really post? ")
4143 t))
4144 ;; Check long header lines.
4145 (message-check 'long-header-lines
4146 (let ((start (point))
4147 (header nil)
4148 (length 0)
4149 found)
4150 (while (and (not found)
4151 (re-search-forward "^\\([^ \t:]+\\): " nil t))
4152 (if (> (- (point) (match-beginning 0)) 998)
4153 (setq found t
4154 length (- (point) (match-beginning 0)))
4155 (setq header (match-string-no-properties 1)))
4156 (setq start (match-beginning 0))
4157 (forward-line 1))
4158 (if found
4159 (y-or-n-p (format "Your %s header is too long (%d). Really post? "
4160 header length))
4161 t)))
4162 ;; Check for multiple identical headers.
4163 (message-check 'multiple-headers
4164 (let (found)
4165 (while (and (not found)
4166 (re-search-forward "^[^ \t:]+: " nil t))
4167 (save-excursion
4168 (or (re-search-forward
4169 (concat "^"
4170 (regexp-quote
4171 (setq found
4172 (buffer-substring
4173 (match-beginning 0) (- (match-end 0) 2))))
4174 ":")
4175 nil t)
4176 (setq found nil))))
4177 (if found
4178 (y-or-n-p (format "Multiple %s headers. Really post? " found))
4179 t)))
4180 ;; Check for Version and Sendsys.
4181 (message-check 'sendsys
4182 (if (re-search-forward "^Sendsys:\\|^Version:" nil t)
4183 (y-or-n-p
4184 (format "The article contains a %s command. Really post? "
4185 (buffer-substring (match-beginning 0)
4186 (1- (match-end 0)))))
4187 t))
4188 ;; See whether we can shorten Followup-To.
4189 (message-check 'shorten-followup-to
4190 (let ((newsgroups (message-fetch-field "newsgroups"))
4191 (followup-to (message-fetch-field "followup-to"))
4192 to)
4193 (when (and newsgroups
4194 (string-match "," newsgroups)
4195 (not followup-to)
4196 (not
4197 (zerop
4198 (length
4199 (setq to (completing-read
4200 "Followups to (default: no Followup-To header) "
4201 (mapcar #'list
4202 (cons "poster"
4203 (message-tokenize-header
4204 newsgroups)))))))))
4205 (goto-char (point-min))
4206 (insert "Followup-To: " to "\n"))
4207 t))
4208 ;; Check "Shoot me".
4209 (message-check 'shoot
4210 (if (re-search-forward
4211 "Message-ID.*.i-did-not-set--mail-host-address--so-tickle-me" nil t)
4212 (y-or-n-p "You appear to have a misconfigured system. Really post? ")
4213 t))
4214 ;; Check for Approved.
4215 (message-check 'approved
4216 (if (re-search-forward "^Approved:" nil t)
4217 (y-or-n-p "The article contains an Approved header. Really post? ")
4218 t))
4219 ;; Check the Message-ID header.
4220 (message-check 'message-id
4221 (let* ((case-fold-search t)
4222 (message-id (message-fetch-field "message-id" t)))
4223 (or (not message-id)
4224 ;; Is there an @ in the ID?
4225 (and (string-match "@" message-id)
4226 ;; Is there a dot in the ID?
4227 (string-match "@[^.]*\\." message-id)
4228 ;; Does the ID end with a dot?
4229 (not (string-match "\\.>" message-id)))
4230 (y-or-n-p
4231 (format "The Message-ID looks strange: \"%s\". Really post? "
4232 message-id)))))
4233 ;; Check the Newsgroups & Followup-To headers.
4234 (message-check 'existing-newsgroups
4235 (let* ((case-fold-search t)
4236 (newsgroups (message-fetch-field "newsgroups"))
4237 (followup-to (message-fetch-field "followup-to"))
4238 (groups (message-tokenize-header
4239 (if followup-to
4240 (concat newsgroups "," followup-to)
4241 newsgroups)))
4242 (post-method (if (functionp message-post-method)
4243 (funcall message-post-method)
4244 message-post-method))
4245 ;; KLUDGE to handle nnvirtual groups. Doing this right
4246 ;; would probably involve a new nnoo function.
4247 ;; -- Per Abrahamsen <abraham@dina.kvl.dk>, 2001-10-17.
4248 (method (if (and (consp post-method)
4249 (eq (car post-method) 'nnvirtual)
4250 gnus-message-group-art)
4251 (let ((group (car (nnvirtual-find-group-art
4252 (car gnus-message-group-art)
4253 (cdr gnus-message-group-art)))))
4254 (gnus-find-method-for-group group))
4255 post-method))
4256 (known-groups
4257 (mapcar (lambda (n)
4258 (gnus-group-name-decode
4259 (gnus-group-real-name n)
4260 (gnus-group-name-charset method n)))
4261 (gnus-groups-from-server method)))
4262 errors)
4263 (while groups
4264 (when (and (not (equal (car groups) "poster"))
4265 (not (member (car groups) known-groups))
4266 (not (member (car groups) errors)))
4267 (push (car groups) errors))
4268 (pop groups))
4269 (cond
4270 ;; Gnus is not running.
4271 ((or (not (and (boundp 'gnus-active-hashtb)
4272 gnus-active-hashtb))
4273 (not (boundp 'gnus-read-active-file)))
4274 t)
4275 ;; We don't have all the group names.
4276 ((and (or (not gnus-read-active-file)
4277 (eq gnus-read-active-file 'some))
4278 errors)
4279 (y-or-n-p
4280 (format
4281 "Really use %s possibly unknown group%s: %s? "
4282 (if (= (length errors) 1) "this" "these")
4283 (if (= (length errors) 1) "" "s")
4284 (mapconcat 'identity errors ", "))))
4285 ;; There were no errors.
4286 ((not errors)
4287 t)
4288 ;; There are unknown groups.
4289 (t
4290 (y-or-n-p
4291 (format
4292 "Really post to %s unknown group%s: %s? "
4293 (if (= (length errors) 1) "this" "these")
4294 (if (= (length errors) 1) "" "s")
4295 (mapconcat 'identity errors ", ")))))))
4296 ;; Check continuation headers.
4297 (message-check 'continuation-headers
4298 (goto-char (point-min))
4299 (let ((do-posting t))
4300 (while (re-search-forward "^[^ \t\n][^:\n]*$" nil t)
4301 (if (y-or-n-p "Fix continuation lines? ")
4302 (progn
4303 (goto-char (match-beginning 0))
4304 (insert " "))
4305 (unless (y-or-n-p "Send anyway? ")
4306 (setq do-posting nil))))
4307 do-posting))
4308 ;; Check the Newsgroups & Followup-To headers for syntax errors.
4309 (message-check 'valid-newsgroups
4310 (let ((case-fold-search t)
4311 (headers '("Newsgroups" "Followup-To"))
4312 header error)
4313 (while (and headers (not error))
4314 (when (setq header (mail-fetch-field (car headers)))
4315 (if (or
4316 (not
4317 (string-match
4318 "\\`\\([-+_&.a-zA-Z0-9]+\\)?\\(,[-+_&.a-zA-Z0-9]+\\)*\\'"
4319 header))
4320 (memq
4321 nil (mapcar
4322 (lambda (g)
4323 (not (string-match "\\.\\'\\|\\.\\." g)))
4324 (message-tokenize-header header ","))))
4325 (setq error t)))
4326 (unless error
4327 (pop headers)))
4328 (if (not error)
4329 t
4330 (y-or-n-p
4331 (format "The %s header looks odd: \"%s\". Really post? "
4332 (car headers) header)))))
4333 (message-check 'repeated-newsgroups
4334 (let ((case-fold-search t)
4335 (headers '("Newsgroups" "Followup-To"))
4336 header error groups group)
4337 (while (and headers
4338 (not error))
4339 (when (setq header (mail-fetch-field (pop headers)))
4340 (setq groups (message-tokenize-header header ","))
4341 (while (setq group (pop groups))
4342 (when (member group groups)
4343 (setq error group
4344 groups nil)))))
4345 (if (not error)
4346 t
4347 (y-or-n-p
4348 (format "Group %s is repeated in headers. Really post? " error)))))
4349 ;; Check the From header.
4350 (message-check 'from
4351 (let* ((case-fold-search t)
4352 (from (message-fetch-field "from"))
4353 ad)
4354 (cond
4355 ((not from)
4356 (message "There is no From line. Posting is denied.")
4357 nil)
4358 ((or (not (string-match
4359 "@[^\\.]*\\."
4360 (setq ad (nth 1 (mail-extract-address-components
4361 from))))) ;larsi@ifi
4362 (string-match "\\.\\." ad) ;larsi@ifi..uio
4363 (string-match "@\\." ad) ;larsi@.ifi.uio
4364 (string-match "\\.$" ad) ;larsi@ifi.uio.
4365 (not (string-match "^[^@]+@[^@]+$" ad)) ;larsi.ifi.uio
4366 (string-match "(.*).*(.*)" from)) ;(lars) (lars)
4367 (message
4368 "Denied posting -- the From looks strange: \"%s\"." from)
4369 nil)
4370 ((let ((addresses (rfc822-addresses from)))
4371 (while (and addresses
4372 (not (eq (string-to-char (car addresses)) ?\()))
4373 (setq addresses (cdr addresses)))
4374 addresses)
4375 (message
4376 "Denied posting -- bad From address: \"%s\"." from)
4377 nil)
4378 (t t))))
4379 ;; Check the Reply-To header.
4380 (message-check 'reply-to
4381 (let* ((case-fold-search t)
4382 (reply-to (message-fetch-field "reply-to"))
4383 ad)
4384 (cond
4385 ((not reply-to)
4386 t)
4387 ((string-match "," reply-to)
4388 (y-or-n-p
4389 (format "Multiple Reply-To addresses: \"%s\". Really post? "
4390 reply-to)))
4391 ((or (not (string-match
4392 "@[^\\.]*\\."
4393 (setq ad (nth 1 (mail-extract-address-components
4394 reply-to))))) ;larsi@ifi
4395 (string-match "\\.\\." ad) ;larsi@ifi..uio
4396 (string-match "@\\." ad) ;larsi@.ifi.uio
4397 (string-match "\\.$" ad) ;larsi@ifi.uio.
4398 (not (string-match "^[^@]+@[^@]+$" ad)) ;larsi.ifi.uio
4399 (string-match "(.*).*(.*)" reply-to)) ;(lars) (lars)
4400 (y-or-n-p
4401 (format
4402 "The Reply-To looks strange: \"%s\". Really post? "
4403 reply-to)))
4404 (t t))))))
4405
4406 (defun message-check-news-body-syntax ()
4407 (and
4408 ;; Check for long lines.
4409 (message-check 'long-lines
4410 (goto-char (point-min))
4411 (re-search-forward
4412 (concat "^" (regexp-quote mail-header-separator) "$"))
4413 (forward-line 1)
4414 (while (and
4415 (or (looking-at
4416 "<#\\(/\\)?\\(multipart\\|part\\|external\\|mml\\)")
4417 (let ((p (point)))
4418 (end-of-line)
4419 (< (- (point) p) 80)))
4420 (zerop (forward-line 1))))
4421 (or (bolp)
4422 (eobp)
4423 (y-or-n-p
4424 "You have lines longer than 79 characters. Really post? ")))
4425 ;; Check whether the article is empty.
4426 (message-check 'empty
4427 (goto-char (point-min))
4428 (re-search-forward
4429 (concat "^" (regexp-quote mail-header-separator) "$"))
4430 (forward-line 1)
4431 (let ((b (point)))
4432 (goto-char (point-max))
4433 (re-search-backward message-signature-separator nil t)
4434 (beginning-of-line)
4435 (or (re-search-backward "[^ \n\t]" b t)
4436 (if (message-gnksa-enable-p 'empty-article)
4437 (y-or-n-p "Empty article. Really post? ")
4438 (message "Denied posting -- Empty article.")
4439 nil))))
4440 ;; Check for control characters.
4441 (message-check 'control-chars
4442 (if (re-search-forward
4443 (mm-string-as-multibyte "[\000-\007\013\015-\032\034-\037\200-\237]")
4444 nil t)
4445 (y-or-n-p
4446 "The article contains control characters. Really post? ")
4447 t))
4448 ;; Check excessive size.
4449 (message-check 'size
4450 (if (> (buffer-size) 60000)
4451 (y-or-n-p
4452 (format "The article is %d octets long. Really post? "
4453 (buffer-size)))
4454 t))
4455 ;; Check whether any new text has been added.
4456 (message-check 'new-text
4457 (or
4458 (not message-checksum)
4459 (not (eq (message-checksum) message-checksum))
4460 (if (message-gnksa-enable-p 'quoted-text-only)
4461 (y-or-n-p
4462 "It looks like no new text has been added. Really post? ")
4463 (message "Denied posting -- no new text has been added.")
4464 nil)))
4465 ;; Check the length of the signature.
4466 (message-check 'signature
4467 (goto-char (point-max))
4468 (if (> (count-lines (point) (point-max)) 5)
4469 (y-or-n-p
4470 (format
4471 "Your .sig is %d lines; it should be max 4. Really post? "
4472 (1- (count-lines (point) (point-max)))))
4473 t))
4474 ;; Ensure that text follows last quoted portion.
4475 (message-check 'quoting-style
4476 (goto-char (point-max))
4477 (let ((no-problem t))
4478 (when (search-backward-regexp "^>[^\n]*\n" nil t)
4479 (setq no-problem (search-forward-regexp "^[ \t]*[^>\n]" nil t)))
4480 (if no-problem
4481 t
4482 (if (message-gnksa-enable-p 'quoted-text-only)
4483 (y-or-n-p "Your text should follow quoted text. Really post? ")
4484 ;; Ensure that
4485 (goto-char (point-min))
4486 (re-search-forward
4487 (concat "^" (regexp-quote mail-header-separator) "$"))
4488 (if (search-forward-regexp "^[ \t]*[^>\n]" nil t)
4489 (y-or-n-p "Your text should follow quoted text. Really post? ")
4490 (message "Denied posting -- only quoted text.")
4491 nil)))))))
4492
4493 (defun message-checksum ()
4494 "Return a \"checksum\" for the current buffer."
4495 (let ((sum 0))
4496 (save-excursion
4497 (goto-char (point-min))
4498 (re-search-forward
4499 (concat "^" (regexp-quote mail-header-separator) "$"))
4500 (while (not (eobp))
4501 (when (not (looking-at "[ \t\n]"))
4502 (setq sum (logxor (ash sum 1) (if (natnump sum) 0 1)
4503 (char-after))))
4504 (forward-char 1)))
4505 sum))
4506
4507 (defun message-do-fcc ()
4508 "Process Fcc headers in the current buffer."
4509 (let ((case-fold-search t)
4510 (buf (current-buffer))
4511 list file
4512 (mml-externalize-attachments message-fcc-externalize-attachments))
4513 (save-excursion
4514 (save-restriction
4515 (message-narrow-to-headers)
4516 (setq file (message-fetch-field "fcc" t)))
4517 (when file
4518 (set-buffer (get-buffer-create " *message temp*"))
4519 (erase-buffer)
4520 (insert-buffer-substring buf)
4521 (message-encode-message-body)
4522 (save-restriction
4523 (message-narrow-to-headers)
4524 (while (setq file (message-fetch-field "fcc" t))
4525 (push file list)
4526 (message-remove-header "fcc" nil t))
4527 (let ((mail-parse-charset message-default-charset)
4528 (rfc2047-header-encoding-alist
4529 (cons '("Newsgroups" . default)
4530 rfc2047-header-encoding-alist)))
4531 (mail-encode-encoded-word-buffer)))
4532 (goto-char (point-min))
4533 (when (re-search-forward
4534 (concat "^" (regexp-quote mail-header-separator) "$")
4535 nil t)
4536 (replace-match "" t t ))
4537 ;; Process FCC operations.
4538 (while list
4539 (setq file (pop list))
4540 (if (string-match "^[ \t]*|[ \t]*\\(.*\\)[ \t]*$" file)
4541 ;; Pipe the article to the program in question.
4542 (call-process-region (point-min) (point-max) shell-file-name
4543 nil nil nil shell-command-switch
4544 (match-string 1 file))
4545 ;; Save the article.
4546 (setq file (expand-file-name file))
4547 (unless (file-exists-p (file-name-directory file))
4548 (make-directory (file-name-directory file) t))
4549 (if (and message-fcc-handler-function
4550 (not (eq message-fcc-handler-function 'rmail-output)))
4551 (funcall message-fcc-handler-function file)
4552 (if (and (file-readable-p file) (mail-file-babyl-p file))
4553 (rmail-output file 1 nil t)
4554 (let ((mail-use-rfc822 t))
4555 (rmail-output file 1 t t))))))
4556 (kill-buffer (current-buffer))))))
4557
4558 (defun message-output (filename)
4559 "Append this article to Unix/babyl mail file FILENAME."
4560 (if (and (file-readable-p filename)
4561 (mail-file-babyl-p filename))
4562 (gnus-output-to-rmail filename t)
4563 (gnus-output-to-mail filename t)))
4564
4565 (defun message-cleanup-headers ()
4566 "Do various automatic cleanups of the headers."
4567 ;; Remove empty lines in the header.
4568 (save-restriction
4569 (message-narrow-to-headers)
4570 ;; Remove blank lines.
4571 (while (re-search-forward "^[ \t]*\n" nil t)
4572 (replace-match "" t t))
4573
4574 ;; Correct Newsgroups and Followup-To headers: Change sequence of
4575 ;; spaces to comma and eliminate spaces around commas. Eliminate
4576 ;; embedded line breaks.
4577 (goto-char (point-min))
4578 (while (re-search-forward "^\\(Newsgroups\\|Followup-To\\): +" nil t)
4579 (save-restriction
4580 (narrow-to-region
4581 (point)
4582 (if (re-search-forward "^[^ \t]" nil t)
4583 (match-beginning 0)
4584 (forward-line 1)
4585 (point)))
4586 (goto-char (point-min))
4587 (while (re-search-forward "\n[ \t]+" nil t)
4588 (replace-match " " t t)) ;No line breaks (too confusing)
4589 (goto-char (point-min))
4590 (while (re-search-forward "[ \t\n]*,[ \t\n]*\\|[ \t]+" nil t)
4591 (replace-match "," t t))
4592 (goto-char (point-min))
4593 ;; Remove trailing commas.
4594 (when (re-search-forward ",+$" nil t)
4595 (replace-match "" t t))))))
4596
4597 (eval-when-compile (require 'parse-time))
4598 (defun message-make-date (&optional now)
4599 "Make a valid data header.
4600 If NOW, use that time instead."
4601 (require 'parse-time)
4602 (let* ((now (or now (current-time)))
4603 (zone (nth 8 (decode-time now)))
4604 (sign "+"))
4605 (when (< zone 0)
4606 (setq sign "-")
4607 (setq zone (- zone)))
4608 (concat
4609 ;; The day name of the %a spec is locale-specific. Pfff.
4610 (format "%s, " (capitalize (car (rassoc (nth 6 (decode-time now))
4611 parse-time-weekdays))))
4612 (format-time-string "%d" now)
4613 ;; The month name of the %b spec is locale-specific. Pfff.
4614 (format " %s "
4615 (capitalize (car (rassoc (nth 4 (decode-time now))
4616 parse-time-months))))
4617 (format-time-string "%Y %H:%M:%S " now)
4618 ;; We do all of this because XEmacs doesn't have the %z spec.
4619 (format "%s%02d%02d" sign (/ zone 3600) (/ (% zone 3600) 60)))))
4620
4621 (defun message-make-message-id ()
4622 "Make a unique Message-ID."
4623 (concat "<" (message-unique-id)
4624 (let ((psubject (save-excursion (message-fetch-field "subject")))
4625 (psupersedes
4626 (save-excursion (message-fetch-field "supersedes"))))
4627 (if (or
4628 (and message-reply-headers
4629 (mail-header-references message-reply-headers)
4630 (mail-header-subject message-reply-headers)
4631 psubject
4632 (not (string=
4633 (message-strip-subject-re
4634 (mail-header-subject message-reply-headers))
4635 (message-strip-subject-re psubject))))
4636 (and psupersedes
4637 (string-match "_-_@" psupersedes)))
4638 "_-_" ""))
4639 "@" (message-make-fqdn) ">"))
4640
4641 (defvar message-unique-id-char nil)
4642
4643 ;; If you ever change this function, make sure the new version
4644 ;; cannot generate IDs that the old version could.
4645 ;; You might for example insert a "." somewhere (not next to another dot
4646 ;; or string boundary), or modify the "fsf" string.
4647 (defun message-unique-id ()
4648 ;; Don't use microseconds from (current-time), they may be unsupported.
4649 ;; Instead we use this randomly inited counter.
4650 (setq message-unique-id-char
4651 (% (1+ (or message-unique-id-char (logand (random t) (1- (lsh 1 20)))))
4652 ;; (current-time) returns 16-bit ints,
4653 ;; and 2^16*25 just fits into 4 digits i base 36.
4654 (* 25 25)))
4655 (let ((tm (current-time)))
4656 (concat
4657 (if (memq system-type '(ms-dos emx vax-vms))
4658 (let ((user (downcase (user-login-name))))
4659 (while (string-match "[^a-z0-9_]" user)
4660 (aset user (match-beginning 0) ?_))
4661 user)
4662 (message-number-base36 (user-uid) -1))
4663 (message-number-base36 (+ (car tm)
4664 (lsh (% message-unique-id-char 25) 16)) 4)
4665 (message-number-base36 (+ (nth 1 tm)
4666 (lsh (/ message-unique-id-char 25) 16)) 4)
4667 ;; Append a given name, because while the generated ID is unique
4668 ;; to this newsreader, other newsreaders might otherwise generate
4669 ;; the same ID via another algorithm.
4670 ".fsf")))
4671
4672 (defun message-number-base36 (num len)
4673 (if (if (< len 0)
4674 (<= num 0)
4675 (= len 0))
4676 ""
4677 (concat (message-number-base36 (/ num 36) (1- len))
4678 (char-to-string (aref "zyxwvutsrqponmlkjihgfedcba9876543210"
4679 (% num 36))))))
4680
4681 (defun message-make-organization ()
4682 "Make an Organization header."
4683 (let* ((organization
4684 (when message-user-organization
4685 (if (functionp message-user-organization)
4686 (funcall message-user-organization)
4687 message-user-organization))))
4688 (with-temp-buffer
4689 (mm-enable-multibyte)
4690 (cond ((stringp organization)
4691 (insert organization))
4692 ((and (eq t organization)
4693 message-user-organization-file
4694 (file-exists-p message-user-organization-file))
4695 (insert-file-contents message-user-organization-file)))
4696 (goto-char (point-min))
4697 (while (re-search-forward "[\t\n]+" nil t)
4698 (replace-match "" t t))
4699 (unless (zerop (buffer-size))
4700 (buffer-string)))))
4701
4702 (defun message-make-lines ()
4703 "Count the number of lines and return numeric string."
4704 (save-excursion
4705 (save-restriction
4706 (widen)
4707 (message-goto-body)
4708 (int-to-string (count-lines (point) (point-max))))))
4709
4710 (defun message-make-references ()
4711 "Return the References header for this message."
4712 (when message-reply-headers
4713 (let ((message-id (mail-header-message-id message-reply-headers))
4714 (references (mail-header-references message-reply-headers))
4715 new-references)
4716 (if (or references message-id)
4717 (concat (or references "") (and references " ")
4718 (or message-id ""))
4719 nil))))
4720
4721 (defun message-make-in-reply-to ()
4722 "Return the In-Reply-To header for this message."
4723 (when message-reply-headers
4724 (let ((from (mail-header-from message-reply-headers))
4725 (date (mail-header-date message-reply-headers))
4726 (msg-id (mail-header-message-id message-reply-headers)))
4727 (when from
4728 (let ((name (mail-extract-address-components from)))
4729 (concat msg-id (if msg-id " (")
4730 (or (car name)
4731 (nth 1 name))
4732 "'s message of \""
4733 (if (or (not date) (string= date ""))
4734 "(unknown date)" date)
4735 "\"" (if msg-id ")")))))))
4736
4737 (defun message-make-distribution ()
4738 "Make a Distribution header."
4739 (let ((orig-distribution (message-fetch-reply-field "distribution")))
4740 (cond ((functionp message-distribution-function)
4741 (funcall message-distribution-function))
4742 (t orig-distribution))))
4743
4744 (defun message-make-expires ()
4745 "Return an Expires header based on `message-expires'."
4746 (let ((current (current-time))
4747 (future (* 1.0 message-expires 60 60 24)))
4748 ;; Add the future to current.
4749 (setcar current (+ (car current) (round (/ future (expt 2 16)))))
4750 (setcar (cdr current) (+ (nth 1 current) (% (round future) (expt 2 16))))
4751 (message-make-date current)))
4752
4753 (defun message-make-path ()
4754 "Return uucp path."
4755 (let ((login-name (user-login-name)))
4756 (cond ((null message-user-path)
4757 (concat (system-name) "!" login-name))
4758 ((stringp message-user-path)
4759 ;; Support GENERICPATH. Suggested by vixie@decwrl.dec.com.
4760 (concat message-user-path "!" login-name))
4761 (t login-name))))
4762
4763 (defun message-make-from ()
4764 "Make a From header."
4765 (let* ((style message-from-style)
4766 (login (message-make-address))
4767 (fullname
4768 (or (and (boundp 'user-full-name)
4769 user-full-name)
4770 (user-full-name))))
4771 (when (string= fullname "&")
4772 (setq fullname (user-login-name)))
4773 (with-temp-buffer
4774 (mm-enable-multibyte)
4775 (cond
4776 ((or (null style)
4777 (equal fullname ""))
4778 (insert login))
4779 ((or (eq style 'angles)
4780 (and (not (eq style 'parens))
4781 ;; Use angles if no quoting is needed, or if parens would
4782 ;; need quoting too.
4783 (or (not (string-match "[^- !#-'*+/-9=?A-Z^-~]" fullname))
4784 (let ((tmp (concat fullname nil)))
4785 (while (string-match "([^()]*)" tmp)
4786 (aset tmp (match-beginning 0) ?-)
4787 (aset tmp (1- (match-end 0)) ?-))
4788 (string-match "[\\()]" tmp)))))
4789 (insert fullname)
4790 (goto-char (point-min))
4791 ;; Look for a character that cannot appear unquoted
4792 ;; according to RFC 822.
4793 (when (re-search-forward "[^- !#-'*+/-9=?A-Z^-~]" nil 1)
4794 ;; Quote fullname, escaping specials.
4795 (goto-char (point-min))
4796 (insert "\"")
4797 (while (re-search-forward "[\"\\]" nil 1)
4798 (replace-match "\\\\\\&" t))
4799 (insert "\""))
4800 (insert " <" login ">"))
4801 (t ; 'parens or default
4802 (insert login " (")
4803 (let ((fullname-start (point)))
4804 (insert fullname)
4805 (goto-char fullname-start)
4806 ;; RFC 822 says \ and nonmatching parentheses
4807 ;; must be escaped in comments.
4808 ;; Escape every instance of ()\ ...
4809 (while (re-search-forward "[()\\]" nil 1)
4810 (replace-match "\\\\\\&" t))
4811 ;; ... then undo escaping of matching parentheses,
4812 ;; including matching nested parentheses.
4813 (goto-char fullname-start)
4814 (while (re-search-forward
4815 "\\(\\=\\|[^\\]\\(\\\\\\\\\\)*\\)\\\\(\\(\\([^\\]\\|\\\\\\\\\\)*\\)\\\\)"
4816 nil 1)
4817 (replace-match "\\1(\\3)" t)
4818 (goto-char fullname-start)))
4819 (insert ")")))
4820 (buffer-string))))
4821
4822 (defun message-make-sender ()
4823 "Return the \"real\" user address.
4824 This function tries to ignore all user modifications, and
4825 give as trustworthy answer as possible."
4826 (concat (user-login-name) "@" (system-name)))
4827
4828 (defun message-make-address ()
4829 "Make the address of the user."
4830 (or (message-user-mail-address)
4831 (concat (user-login-name) "@" (message-make-domain))))
4832
4833 (defun message-user-mail-address ()
4834 "Return the pertinent part of `user-mail-address'."
4835 (when (and user-mail-address
4836 (string-match "@.*\\." user-mail-address))
4837 (if (string-match " " user-mail-address)
4838 (nth 1 (mail-extract-address-components user-mail-address))
4839 user-mail-address)))
4840
4841 (defun message-sendmail-envelope-from ()
4842 "Return the envelope from."
4843 (cond ((eq message-sendmail-envelope-from 'header)
4844 (nth 1 (mail-extract-address-components
4845 (message-fetch-field "from"))))
4846 ((stringp message-sendmail-envelope-from)
4847 message-sendmail-envelope-from)
4848 (t
4849 (message-make-address))))
4850
4851 (defun message-make-fqdn ()
4852 "Return user's fully qualified domain name."
4853 (let* ((system-name (system-name))
4854 (user-mail (message-user-mail-address))
4855 (user-domain
4856 (if (and user-mail
4857 (string-match "@\\(.*\\)\\'" user-mail))
4858 (match-string 1 user-mail)))
4859 (case-fold-search t))
4860 (cond
4861 ((and message-user-fqdn
4862 (stringp message-user-fqdn)
4863 (string-match message-valid-fqdn-regexp message-user-fqdn)
4864 (not (string-match message-bogus-system-names message-user-fqdn)))
4865 message-user-fqdn)
4866 ;; `message-user-fqdn' seems to be valid
4867 ((and (string-match message-valid-fqdn-regexp system-name)
4868 (not (string-match message-bogus-system-names system-name)))
4869 ;; `system-name' returned the right result.
4870 system-name)
4871 ;; Try `mail-host-address'.
4872 ((and (boundp 'mail-host-address)
4873 (stringp mail-host-address)
4874 (string-match message-valid-fqdn-regexp mail-host-address)
4875 (not (string-match message-bogus-system-names mail-host-address)))
4876 mail-host-address)
4877 ;; We try `user-mail-address' as a backup.
4878 ((and user-domain
4879 (stringp user-domain)
4880 (string-match message-valid-fqdn-regexp user-domain)
4881 (not (string-match message-bogus-system-names user-domain)))
4882 user-domain)
4883 ;; Default to this bogus thing.
4884 (t
4885 (concat system-name
4886 ".i-did-not-set--mail-host-address--so-tickle-me")))))
4887
4888 (defun message-make-host-name ()
4889 "Return the name of the host."
4890 (let ((fqdn (message-make-fqdn)))
4891 (string-match "^[^.]+\\." fqdn)
4892 (substring fqdn 0 (1- (match-end 0)))))
4893
4894 (defun message-make-domain ()
4895 "Return the domain name."
4896 (or mail-host-address
4897 (message-make-fqdn)))
4898
4899 (defun message-to-list-only ()
4900 "Send a message to the list only.
4901 Remove all addresses but the list address from To and Cc headers."
4902 (interactive)
4903 (let ((listaddr (message-make-mail-followup-to t)))
4904 (when listaddr
4905 (save-excursion
4906 (message-remove-header "to")
4907 (message-remove-header "cc")
4908 (message-position-on-field "To" "X-Draft-From")
4909 (insert listaddr)))))
4910
4911 (defun message-make-mail-followup-to (&optional only-show-subscribed)
4912 "Return the Mail-Followup-To header.
4913 If passed the optional argument ONLY-SHOW-SUBSCRIBED only return the
4914 subscribed address (and not the additional To and Cc header contents)."
4915 (let* ((case-fold-search t)
4916 (to (message-fetch-field "To"))
4917 (cc (message-fetch-field "cc"))
4918 (msg-recipients (concat to (and to cc ", ") cc))
4919 (recipients
4920 (mapcar 'mail-strip-quoted-names
4921 (message-tokenize-header msg-recipients)))
4922 (file-regexps
4923 (if message-subscribed-address-file
4924 (let (begin end item re)
4925 (save-excursion
4926 (with-temp-buffer
4927 (insert-file-contents message-subscribed-address-file)
4928 (while (not (eobp))
4929 (setq begin (point))
4930 (forward-line 1)
4931 (setq end (point))
4932 (if (bolp) (setq end (1- end)))
4933 (setq item (regexp-quote (buffer-substring begin end)))
4934 (if re (setq re (concat re "\\|" item))
4935 (setq re (concat "\\`\\(" item))))
4936 (and re (list (concat re "\\)\\'"))))))))
4937 (mft-regexps (apply 'append message-subscribed-regexps
4938 (mapcar 'regexp-quote
4939 message-subscribed-addresses)
4940 file-regexps
4941 (mapcar 'funcall
4942 message-subscribed-address-functions))))
4943 (save-match-data
4944 (let ((subscribed-lists nil)
4945 (list
4946 (loop for recipient in recipients
4947 when (loop for regexp in mft-regexps
4948 when (string-match regexp recipient) return t)
4949 return recipient)))
4950 (when list
4951 (if only-show-subscribed
4952 list
4953 msg-recipients))))))
4954
4955 (defun message-idna-to-ascii-rhs-1 (header)
4956 "Interactively potentially IDNA encode domain names in HEADER."
4957 (let ((field (message-fetch-field header))
4958 rhs ace address)
4959 (when field
4960 (dolist (address (mail-header-parse-addresses field))
4961 (setq address (car address)
4962 rhs (downcase (or (cadr (split-string address "@")) ""))
4963 ace (downcase (idna-to-ascii rhs)))
4964 (when (and (not (equal rhs ace))
4965 (or (not (eq message-use-idna 'ask))
4966 (y-or-n-p (format "Replace %s with %s? " rhs ace))))
4967 (goto-char (point-min))
4968 (while (re-search-forward (concat "^" header ":") nil t)
4969 (message-narrow-to-field)
4970 (while (search-forward (concat "@" rhs) nil t)
4971 (replace-match (concat "@" ace) t t))
4972 (goto-char (point-max))
4973 (widen)))))))
4974
4975 (defun message-idna-to-ascii-rhs ()
4976 "Possibly IDNA encode non-ASCII domain names in From:, To: and Cc: headers.
4977 See `message-idna-encode'."
4978 (interactive)
4979 (when message-use-idna
4980 (save-excursion
4981 (save-restriction
4982 (message-narrow-to-head)
4983 (message-idna-to-ascii-rhs-1 "From")
4984 (message-idna-to-ascii-rhs-1 "To")
4985 (message-idna-to-ascii-rhs-1 "Cc")))))
4986
4987 (defun message-generate-headers (headers)
4988 "Prepare article HEADERS.
4989 Headers already prepared in the buffer are not modified."
4990 (setq headers (append headers message-required-headers))
4991 (save-restriction
4992 (message-narrow-to-headers)
4993 (let* ((Date (message-make-date))
4994 (Message-ID (message-make-message-id))
4995 (Organization (message-make-organization))
4996 (From (message-make-from))
4997 (Path (message-make-path))
4998 (Subject nil)
4999 (Newsgroups nil)
5000 (In-Reply-To (message-make-in-reply-to))
5001 (References (message-make-references))
5002 (To nil)
5003 (Distribution (message-make-distribution))
5004 (Lines (message-make-lines))
5005 (User-Agent message-newsreader)
5006 (Expires (message-make-expires))
5007 (case-fold-search t)
5008 (optionalp nil)
5009 header value elem header-string)
5010 ;; First we remove any old generated headers.
5011 (let ((headers message-deletable-headers))
5012 (unless (buffer-modified-p)
5013 (setq headers (delq 'Message-ID (copy-sequence headers))))
5014 (while headers
5015 (goto-char (point-min))
5016 (and (re-search-forward
5017 (concat "^" (symbol-name (car headers)) ": *") nil t)
5018 (get-text-property (1+ (match-beginning 0)) 'message-deletable)
5019 (message-delete-line))
5020 (pop headers)))
5021 ;; Go through all the required headers and see if they are in the
5022 ;; articles already. If they are not, or are empty, they are
5023 ;; inserted automatically - except for Subject, Newsgroups and
5024 ;; Distribution.
5025 (while headers
5026 (goto-char (point-min))
5027 (setq elem (pop headers))
5028 (if (consp elem)
5029 (if (eq (car elem) 'optional)
5030 (setq header (cdr elem)
5031 optionalp t)
5032 (setq header (car elem)))
5033 (setq header elem))
5034 (setq header-string (if (stringp header)
5035 header
5036 (symbol-name header)))
5037 (when (or (not (re-search-forward
5038 (concat "^"
5039 (regexp-quote (downcase header-string))
5040 ":")
5041 nil t))
5042 (progn
5043 ;; The header was found. We insert a space after the
5044 ;; colon, if there is none.
5045 (if (/= (char-after) ? ) (insert " ") (forward-char 1))
5046 ;; Find out whether the header is empty.
5047 (looking-at "[ \t]*\n[^ \t]")))
5048 ;; So we find out what value we should insert.
5049 (setq value
5050 (cond
5051 ((and (consp elem)
5052 (eq (car elem) 'optional)
5053 (not (member header-string message-inserted-headers)))
5054 ;; This is an optional header. If the cdr of this
5055 ;; is something that is nil, then we do not insert
5056 ;; this header.
5057 (setq header (cdr elem))
5058 (or (and (functionp (cdr elem))
5059 (funcall (cdr elem)))
5060 (and (boundp (cdr elem))
5061 (symbol-value (cdr elem)))))
5062 ((consp elem)
5063 ;; The element is a cons. Either the cdr is a
5064 ;; string to be inserted verbatim, or it is a
5065 ;; function, and we insert the value returned from
5066 ;; this function.
5067 (or (and (stringp (cdr elem))
5068 (cdr elem))
5069 (and (functionp (cdr elem))
5070 (funcall (cdr elem)))))
5071 ((and (boundp header)
5072 (symbol-value header))
5073 ;; The element is a symbol. We insert the value
5074 ;; of this symbol, if any.
5075 (symbol-value header))
5076 ((not (message-check-element header))
5077 ;; We couldn't generate a value for this header,
5078 ;; so we just ask the user.
5079 (read-from-minibuffer
5080 (format "Empty header for %s; enter value: " header)))))
5081 ;; Finally insert the header.
5082 (when (and value
5083 (not (equal value "")))
5084 (save-excursion
5085 (if (bolp)
5086 (progn
5087 ;; This header didn't exist, so we insert it.
5088 (goto-char (point-max))
5089 (let ((formatter
5090 (cdr (assq header message-header-format-alist))))
5091 (if formatter
5092 (funcall formatter header value)
5093 (insert header-string ": " value))
5094 ;; We check whether the value was ended by a
5095 ;; newline. If now, we insert one.
5096 (unless (bolp)
5097 (insert "\n"))
5098 (forward-line -1)))
5099 ;; The value of this header was empty, so we clear
5100 ;; totally and insert the new value.
5101 (delete-region (point) (gnus-point-at-eol))
5102 ;; If the header is optional, and the header was
5103 ;; empty, we con't insert it anyway.
5104 (unless optionalp
5105 (push header-string message-inserted-headers)
5106 (insert value)))
5107 ;; Add the deletable property to the headers that require it.
5108 (and (memq header message-deletable-headers)
5109 (progn (beginning-of-line) (looking-at "[^:]+: "))
5110 (add-text-properties
5111 (point) (match-end 0)
5112 '(message-deletable t face italic) (current-buffer)))))))
5113 ;; Insert new Sender if the From is strange.
5114 (let ((from (message-fetch-field "from"))
5115 (sender (message-fetch-field "sender"))
5116 (secure-sender (message-make-sender)))
5117 (when (and from
5118 (not (message-check-element 'sender))
5119 (not (string=
5120 (downcase
5121 (cadr (mail-extract-address-components from)))
5122 (downcase secure-sender)))
5123 (or (null sender)
5124 (not
5125 (string=
5126 (downcase
5127 (cadr (mail-extract-address-components sender)))
5128 (downcase secure-sender)))))
5129 (goto-char (point-min))
5130 ;; Rename any old Sender headers to Original-Sender.
5131 (when (re-search-forward "^\\(Original-\\)*Sender:" nil t)
5132 (beginning-of-line)
5133 (insert "Original-")
5134 (beginning-of-line))
5135 (when (or (message-news-p)
5136 (string-match "@.+\\.." secure-sender))
5137 (insert "Sender: " secure-sender "\n"))))
5138 ;; Check for IDNA
5139 (message-idna-to-ascii-rhs))))
5140
5141 (defun message-insert-courtesy-copy ()
5142 "Insert a courtesy message in mail copies of combined messages."
5143 (let (newsgroups)
5144 (save-excursion
5145 (save-restriction
5146 (message-narrow-to-headers)
5147 (when (setq newsgroups (message-fetch-field "newsgroups"))
5148 (goto-char (point-max))
5149 (insert "Posted-To: " newsgroups "\n")))
5150 (forward-line 1)
5151 (when message-courtesy-message
5152 (cond
5153 ((string-match "%s" message-courtesy-message)
5154 (insert (format message-courtesy-message newsgroups)))
5155 (t
5156 (insert message-courtesy-message)))))))
5157
5158 ;;;
5159 ;;; Setting up a message buffer
5160 ;;;
5161
5162 (defun message-fill-address (header value)
5163 (save-restriction
5164 (narrow-to-region (point) (point))
5165 (insert (capitalize (symbol-name header))
5166 ": "
5167 (if (consp value) (car value) value)
5168 "\n")
5169 (narrow-to-region (point-min) (1- (point-max)))
5170 (let (quoted last)
5171 (goto-char (point-min))
5172 (while (not (eobp))
5173 (skip-chars-forward "^,\"" (point-max))
5174 (if (or (eq (char-after) ?,)
5175 (eobp))
5176 (when (not quoted)
5177 (if (and (> (current-column) 78)
5178 last)
5179 (progn
5180 (save-excursion
5181 (goto-char last)
5182 (insert "\n\t"))
5183 (setq last (1+ (point))))
5184 (setq last (1+ (point)))))
5185 (setq quoted (not quoted)))
5186 (unless (eobp)
5187 (forward-char 1))))
5188 (goto-char (point-max))
5189 (widen)
5190 (forward-line 1)))
5191
5192 (defun message-split-line ()
5193 "Split current line, moving portion beyond point vertically down.
5194 If the current line has `message-yank-prefix', insert it on the new line."
5195 (interactive "*")
5196 (condition-case nil
5197 (split-line message-yank-prefix) ;; Emacs 22.1+ supports arg.
5198 (error
5199 (split-line))))
5200
5201 (defun message-fill-header (header value)
5202 (let ((begin (point))
5203 (fill-column 78)
5204 (fill-prefix "\t"))
5205 (insert (capitalize (symbol-name header))
5206 ": "
5207 (if (consp value) (car value) value)
5208 "\n")
5209 (save-restriction
5210 (narrow-to-region begin (point))
5211 (fill-region-as-paragraph begin (point))
5212 ;; Tapdance around looong Message-IDs.
5213 (forward-line -1)
5214 (when (looking-at "[ \t]*$")
5215 (message-delete-line))
5216 (goto-char begin)
5217 (re-search-forward ":" nil t)
5218 (when (looking-at "\n[ \t]+")
5219 (replace-match " " t t))
5220 (goto-char (point-max)))))
5221
5222 (defun message-shorten-1 (list cut surplus)
5223 "Cut SURPLUS elements out of LIST, beginning with CUTth one."
5224 (setcdr (nthcdr (- cut 2) list)
5225 (nthcdr (+ (- cut 2) surplus 1) list)))
5226
5227 (defun message-shorten-references (header references)
5228 "Trim REFERENCES to be 21 Message-ID long or less, and fold them.
5229 If folding is disallowed, also check that the REFERENCES are less
5230 than 988 characters long, and if they are not, trim them until they are."
5231 (let ((maxcount 21)
5232 (count 0)
5233 (cut 2)
5234 refs)
5235 (with-temp-buffer
5236 (insert references)
5237 (goto-char (point-min))
5238 ;; Cons a list of valid references.
5239 (while (re-search-forward "<[^>]+>" nil t)
5240 (push (match-string 0) refs))
5241 (setq refs (nreverse refs)
5242 count (length refs)))
5243
5244 ;; If the list has more than MAXCOUNT elements, trim it by
5245 ;; removing the CUTth element and the required number of
5246 ;; elements that follow.
5247 (when (> count maxcount)
5248 (let ((surplus (- count maxcount)))
5249 (message-shorten-1 refs cut surplus)
5250 (decf count surplus)))
5251
5252 ;; If folding is disallowed, make sure the total length (including
5253 ;; the spaces between) will be less than MAXSIZE characters.
5254 ;;
5255 ;; Only disallow folding for News messages. At this point the headers
5256 ;; have not been generated, thus we use message-this-is-news directly.
5257 (when (and message-this-is-news message-cater-to-broken-inn)
5258 (let ((maxsize 988)
5259 (totalsize (+ (apply #'+ (mapcar #'length refs))
5260 (1- count)))
5261 (surplus 0)
5262 (ptr (nthcdr (1- cut) refs)))
5263 ;; Decide how many elements to cut off...
5264 (while (> totalsize maxsize)
5265 (decf totalsize (1+ (length (car ptr))))
5266 (incf surplus)
5267 (setq ptr (cdr ptr)))
5268 ;; ...and do it.
5269 (when (> surplus 0)
5270 (message-shorten-1 refs cut surplus))))
5271
5272 ;; Finally, collect the references back into a string and insert
5273 ;; it into the buffer.
5274 (let ((refstring (mapconcat #'identity refs " ")))
5275 (if (and message-this-is-news message-cater-to-broken-inn)
5276 (insert (capitalize (symbol-name header)) ": "
5277 refstring "\n")
5278 (message-fill-header header refstring)))))
5279
5280 (defun message-position-point ()
5281 "Move point to where the user probably wants to find it."
5282 (message-narrow-to-headers)
5283 (cond
5284 ((re-search-forward "^[^:]+:[ \t]*$" nil t)
5285 (search-backward ":" )
5286 (widen)
5287 (forward-char 1)
5288 (if (eq (char-after) ? )
5289 (forward-char 1)
5290 (insert " ")))
5291 (t
5292 (goto-char (point-max))
5293 (widen)
5294 (forward-line 1)
5295 (unless (looking-at "$")
5296 (forward-line 2)))
5297 (sit-for 0)))
5298
5299 (defcustom message-beginning-of-line t
5300 "Whether \\<message-mode-map>\\[message-beginning-of-line]\
5301 goes to beginning of header values."
5302 :version "22.1"
5303 :group 'message-buffers
5304 :link '(custom-manual "(message)Movement")
5305 :type 'boolean)
5306
5307 (defun message-beginning-of-line (&optional n)
5308 "Move point to beginning of header value or to beginning of line.
5309 The prefix argument N is passed directly to `beginning-of-line'.
5310
5311 This command is identical to `beginning-of-line' if point is
5312 outside the message header or if the option `message-beginning-of-line'
5313 is nil.
5314
5315 If point is in the message header and on a (non-continued) header
5316 line, move point to the beginning of the header value or the beginning of line,
5317 whichever is closer. If point is already at beginning of line, move point to
5318 beginning of header value. Therefore, repeated calls will toggle point
5319 between beginning of field and beginning of line."
5320 (interactive "p")
5321 (let ((zrs 'zmacs-region-stays))
5322 (when (and (interactive-p) (boundp zrs))
5323 (set zrs t)))
5324 (if (and message-beginning-of-line
5325 (message-point-in-header-p))
5326 (let* ((here (point))
5327 (bol (progn (beginning-of-line n) (point)))
5328 (eol (gnus-point-at-eol))
5329 (eoh (re-search-forward ": *" eol t)))
5330 (goto-char
5331 (if (and eoh (or (< eoh here) (= bol here)))
5332 eoh bol)))
5333 (beginning-of-line n)))
5334
5335 (defun message-buffer-name (type &optional to group)
5336 "Return a new (unique) buffer name based on TYPE and TO."
5337 (cond
5338 ;; Generate a new buffer name The Message Way.
5339 ((eq message-generate-new-buffers 'unique)
5340 (generate-new-buffer-name
5341 (concat "*" type
5342 (if to
5343 (concat " to "
5344 (or (car (mail-extract-address-components to))
5345 to) "")
5346 "")
5347 (if (and group (not (string= group ""))) (concat " on " group) "")
5348 "*")))
5349 ;; Check whether `message-generate-new-buffers' is a function,
5350 ;; and if so, call it.
5351 ((functionp message-generate-new-buffers)
5352 (funcall message-generate-new-buffers type to group))
5353 ((eq message-generate-new-buffers 'unsent)
5354 (generate-new-buffer-name
5355 (concat "*unsent " type
5356 (if to
5357 (concat " to "
5358 (or (car (mail-extract-address-components to))
5359 to) "")
5360 "")
5361 (if (and group (not (string= group ""))) (concat " on " group) "")
5362 "*")))
5363 ;; Use standard name.
5364 (t
5365 (format "*%s message*" type))))
5366
5367 (defun message-pop-to-buffer (name)
5368 "Pop to buffer NAME, and warn if it already exists and is modified."
5369 (let ((buffer (get-buffer name)))
5370 (if (and buffer
5371 (buffer-name buffer))
5372 (progn
5373 (set-buffer (pop-to-buffer buffer))
5374 (when (and (buffer-modified-p)
5375 (not (y-or-n-p
5376 "Message already being composed; erase? ")))
5377 (error "Message being composed")))
5378 (set-buffer (pop-to-buffer name)))
5379 (erase-buffer)
5380 (message-mode)))
5381
5382 (defun message-do-send-housekeeping ()
5383 "Kill old message buffers."
5384 ;; We might have sent this buffer already. Delete it from the
5385 ;; list of buffers.
5386 (setq message-buffer-list (delq (current-buffer) message-buffer-list))
5387 (while (and message-max-buffers
5388 message-buffer-list
5389 (>= (length message-buffer-list) message-max-buffers))
5390 ;; Kill the oldest buffer -- unless it has been changed.
5391 (let ((buffer (pop message-buffer-list)))
5392 (when (and (buffer-name buffer)
5393 (not (buffer-modified-p buffer)))
5394 (kill-buffer buffer))))
5395 ;; Rename the buffer.
5396 (if message-send-rename-function
5397 (funcall message-send-rename-function)
5398 ;; Note: mail-abbrevs of XEmacs renames buffer name behind Gnus.
5399 (when (string-match
5400 "\\`\\*\\(sent \\|unsent \\)?\\(.+\\)\\*[^\\*]*\\|\\`mail to "
5401 (buffer-name))
5402 (let ((name (match-string 2 (buffer-name)))
5403 to group)
5404 (if (not (or (null name)
5405 (string-equal name "mail")
5406 (string-equal name "posting")))
5407 (setq name (concat "*sent " name "*"))
5408 (message-narrow-to-headers)
5409 (setq to (message-fetch-field "to"))
5410 (setq group (message-fetch-field "newsgroups"))
5411 (widen)
5412 (setq name
5413 (cond
5414 (to (concat "*sent mail to "
5415 (or (car (mail-extract-address-components to))
5416 to) "*"))
5417 ((and group (not (string= group "")))
5418 (concat "*sent posting on " group "*"))
5419 (t "*sent mail*"))))
5420 (unless (string-equal name (buffer-name))
5421 (rename-buffer name t)))))
5422 ;; Push the current buffer onto the list.
5423 (when message-max-buffers
5424 (setq message-buffer-list
5425 (nconc message-buffer-list (list (current-buffer))))))
5426
5427 (defun message-mail-user-agent ()
5428 (let ((mua (cond
5429 ((not message-mail-user-agent) nil)
5430 ((eq message-mail-user-agent t) mail-user-agent)
5431 (t message-mail-user-agent))))
5432 (if (memq mua '(message-user-agent gnus-user-agent))
5433 nil
5434 mua)))
5435
5436 (defun message-setup (headers &optional replybuffer actions switch-function)
5437 (let ((mua (message-mail-user-agent))
5438 subject to field yank-action)
5439 (if (not (and message-this-is-mail mua))
5440 (message-setup-1 headers replybuffer actions)
5441 (if replybuffer
5442 (setq yank-action (list 'insert-buffer replybuffer)))
5443 (setq headers (copy-sequence headers))
5444 (setq field (assq 'Subject headers))
5445 (when field
5446 (setq subject (cdr field))
5447 (setq headers (delq field headers)))
5448 (setq field (assq 'To headers))
5449 (when field
5450 (setq to (cdr field))
5451 (setq headers (delq field headers)))
5452 (let ((mail-user-agent mua))
5453 (compose-mail to subject
5454 (mapcar (lambda (item)
5455 (cons
5456 (format "%s" (car item))
5457 (cdr item)))
5458 headers)
5459 nil switch-function yank-action actions)))))
5460
5461 (defun message-headers-to-generate (headers included-headers excluded-headers)
5462 "Return a list that includes all headers from HEADERS.
5463 If INCLUDED-HEADERS is a list, just include those headers. If if is
5464 t, include all headers. In any case, headers from EXCLUDED-HEADERS
5465 are not included."
5466 (let ((result nil)
5467 header-name)
5468 (dolist (header headers)
5469 (setq header-name (cond
5470 ((and (consp header)
5471 (eq (car header) 'optional))
5472 ;; On the form (optional . Header)
5473 (cdr header))
5474 ((consp header)
5475 ;; On the form (Header . function)
5476 (car header))
5477 (t
5478 ;; Just a Header.
5479 header)))
5480 (when (and (not (memq header-name excluded-headers))
5481 (or (eq included-headers t)
5482 (memq header-name included-headers)))
5483 (push header result)))
5484 (nreverse result)))
5485
5486 (defun message-setup-1 (headers &optional replybuffer actions)
5487 (dolist (action actions)
5488 (condition-case nil
5489 (add-to-list 'message-send-actions
5490 `(apply ',(car action) ',(cdr action)))))
5491 (setq message-reply-buffer replybuffer)
5492 (goto-char (point-min))
5493 ;; Insert all the headers.
5494 (mail-header-format
5495 (let ((h headers)
5496 (alist message-header-format-alist))
5497 (while h
5498 (unless (assq (caar h) message-header-format-alist)
5499 (push (list (caar h)) alist))
5500 (pop h))
5501 alist)
5502 headers)
5503 (delete-region (point) (progn (forward-line -1) (point)))
5504 (when message-default-headers
5505 (insert message-default-headers)
5506 (or (bolp) (insert ?\n)))
5507 (put-text-property
5508 (point)
5509 (progn
5510 (insert mail-header-separator "\n")
5511 (1- (point)))
5512 'read-only nil)
5513 (forward-line -1)
5514 (when (message-news-p)
5515 (when message-default-news-headers
5516 (insert message-default-news-headers)
5517 (or (bolp) (insert ?\n)))
5518 (when message-generate-headers-first
5519 (message-generate-headers
5520 (message-headers-to-generate
5521 (append message-required-news-headers
5522 message-required-headers)
5523 message-generate-headers-first
5524 '(Lines Subject)))))
5525 (when (message-mail-p)
5526 (when message-default-mail-headers
5527 (insert message-default-mail-headers)
5528 (or (bolp) (insert ?\n)))
5529 (save-restriction
5530 (message-narrow-to-headers)
5531 (if message-alternative-emails
5532 (message-use-alternative-email-as-from)))
5533 (when message-generate-headers-first
5534 (message-generate-headers
5535 (message-headers-to-generate
5536 (append message-required-mail-headers
5537 message-required-headers)
5538 message-generate-headers-first
5539 '(Lines Subject)))))
5540 (run-hooks 'message-signature-setup-hook)
5541 (message-insert-signature)
5542 (save-restriction
5543 (message-narrow-to-headers)
5544 (run-hooks 'message-header-setup-hook))
5545 (set-buffer-modified-p nil)
5546 (setq buffer-undo-list nil)
5547 (run-hooks 'message-setup-hook)
5548 (message-position-point)
5549 (undo-boundary))
5550
5551 (defun message-set-auto-save-file-name ()
5552 "Associate the message buffer with a file in the drafts directory."
5553 (when message-auto-save-directory
5554 (unless (file-directory-p
5555 (directory-file-name message-auto-save-directory))
5556 (make-directory message-auto-save-directory t))
5557 (if (gnus-alive-p)
5558 (setq message-draft-article
5559 (nndraft-request-associate-buffer "drafts"))
5560 (setq buffer-file-name (expand-file-name
5561 (if (memq system-type
5562 '(ms-dos ms-windows windows-nt
5563 cygwin cygwin32 win32 w32
5564 mswindows))
5565 "message"
5566 "*message*")
5567 message-auto-save-directory))
5568 (setq buffer-auto-save-file-name (make-auto-save-file-name)))
5569 (clear-visited-file-modtime)
5570 (setq buffer-file-coding-system message-draft-coding-system)))
5571
5572 (defun message-disassociate-draft ()
5573 "Disassociate the message buffer from the drafts directory."
5574 (when message-draft-article
5575 (nndraft-request-expire-articles
5576 (list message-draft-article) "drafts" nil t)))
5577
5578 (defun message-insert-headers ()
5579 "Generate the headers for the article."
5580 (interactive)
5581 (save-excursion
5582 (save-restriction
5583 (message-narrow-to-headers)
5584 (when (message-news-p)
5585 (message-generate-headers
5586 (delq 'Lines
5587 (delq 'Subject
5588 (copy-sequence message-required-news-headers)))))
5589 (when (message-mail-p)
5590 (message-generate-headers
5591 (delq 'Lines
5592 (delq 'Subject
5593 (copy-sequence message-required-mail-headers))))))))
5594
5595 \f
5596
5597 ;;;
5598 ;;; Commands for interfacing with message
5599 ;;;
5600
5601 ;;;###autoload
5602 (defun message-mail (&optional to subject
5603 other-headers continue switch-function
5604 yank-action send-actions)
5605 "Start editing a mail message to be sent.
5606 OTHER-HEADERS is an alist of header/value pairs."
5607 (interactive)
5608 (let ((message-this-is-mail t) replybuffer)
5609 (unless (message-mail-user-agent)
5610 (message-pop-to-buffer (message-buffer-name "mail" to)))
5611 ;; FIXME: message-mail should do something if YANK-ACTION is not
5612 ;; insert-buffer.
5613 (and (consp yank-action) (eq (car yank-action) 'insert-buffer)
5614 (setq replybuffer (nth 1 yank-action)))
5615 (message-setup
5616 (nconc
5617 `((To . ,(or to "")) (Subject . ,(or subject "")))
5618 (when other-headers other-headers))
5619 replybuffer send-actions)
5620 ;; FIXME: Should return nil if failure.
5621 t))
5622
5623 ;;;###autoload
5624 (defun message-news (&optional newsgroups subject)
5625 "Start editing a news article to be sent."
5626 (interactive)
5627 (let ((message-this-is-news t))
5628 (message-pop-to-buffer (message-buffer-name "posting" nil newsgroups))
5629 (message-setup `((Newsgroups . ,(or newsgroups ""))
5630 (Subject . ,(or subject ""))))))
5631
5632 (defun message-get-reply-headers (wide &optional to-address address-headers)
5633 (let (follow-to mct never-mct to cc author mft recipients)
5634 ;; Find all relevant headers we need.
5635 (save-restriction
5636 (message-narrow-to-headers-or-head)
5637 ;; Gmane renames "To". Look at "Original-To", too, if it is present in
5638 ;; message-header-synonyms.
5639 (setq to (or (message-fetch-field "to")
5640 (and (loop for synonym in message-header-synonyms
5641 when (memq 'Original-To synonym)
5642 return t)
5643 (message-fetch-field "original-to")))
5644 cc (message-fetch-field "cc")
5645 mct (message-fetch-field "mail-copies-to")
5646 author (or (message-fetch-field "mail-reply-to")
5647 (message-fetch-field "reply-to")
5648 (message-fetch-field "from")
5649 "")
5650 mft (and message-use-mail-followup-to
5651 (message-fetch-field "mail-followup-to"))))
5652
5653 ;; Handle special values of Mail-Copies-To.
5654 (when mct
5655 (cond ((or (equal (downcase mct) "never")
5656 (equal (downcase mct) "nobody"))
5657 (setq never-mct t)
5658 (setq mct nil))
5659 ((or (equal (downcase mct) "always")
5660 (equal (downcase mct) "poster"))
5661 (setq mct author))))
5662
5663 (save-match-data
5664 ;; Build (textual) list of new recipient addresses.
5665 (cond
5666 ((not wide)
5667 (setq recipients (concat ", " author)))
5668 (address-headers
5669 (dolist (header address-headers)
5670 (let ((value (message-fetch-field header)))
5671 (when value
5672 (setq recipients (concat recipients ", " value))))))
5673 ((and mft
5674 (string-match "[^ \t,]" mft)
5675 (or (not (eq message-use-mail-followup-to 'ask))
5676 (message-y-or-n-p "Obey Mail-Followup-To? " t "\
5677 You should normally obey the Mail-Followup-To: header. In this
5678 article, it has the value of
5679
5680 " mft "
5681
5682 which directs your response to " (if (string-match "," mft)
5683 "the specified addresses"
5684 "that address only") ".
5685
5686 Most commonly, Mail-Followup-To is used by a mailing list poster to
5687 express that responses should be sent to just the list, and not the
5688 poster as well.
5689
5690 If a message is posted to several mailing lists, Mail-Followup-To may
5691 also be used to direct the following discussion to one list only,
5692 because discussions that are spread over several lists tend to be
5693 fragmented and very difficult to follow.
5694
5695 Also, some source/announcement lists are not intended for discussion;
5696 responses here are directed to other addresses.
5697
5698 You may customize the variable `message-use-mail-followup-to', if you
5699 want to get rid of this query permanently.")))
5700 (setq recipients (concat ", " mft)))
5701 (to-address
5702 (setq recipients (concat ", " to-address))
5703 ;; If the author explicitly asked for a copy, we don't deny it to them.
5704 (if mct (setq recipients (concat recipients ", " mct))))
5705 (t
5706 (setq recipients (if never-mct "" (concat ", " author)))
5707 (if to (setq recipients (concat recipients ", " to)))
5708 (if cc (setq recipients (concat recipients ", " cc)))
5709 (if mct (setq recipients (concat recipients ", " mct)))))
5710 (if (>= (length recipients) 2)
5711 ;; Strip the leading ", ".
5712 (setq recipients (substring recipients 2)))
5713 ;; Squeeze whitespace.
5714 (while (string-match "[ \t][ \t]+" recipients)
5715 (setq recipients (replace-match " " t t recipients)))
5716 ;; Remove addresses that match `rmail-dont-reply-to-names'.
5717 (let ((rmail-dont-reply-to-names message-dont-reply-to-names))
5718 (setq recipients (rmail-dont-reply-to recipients)))
5719 ;; Perhaps "Mail-Copies-To: never" removed the only address?
5720 (if (string-equal recipients "")
5721 (setq recipients author))
5722 ;; Convert string to a list of (("foo@bar" . "Name <Foo@BAR>") ...).
5723 (setq recipients
5724 (mapcar
5725 (lambda (addr)
5726 (cons (downcase (mail-strip-quoted-names addr)) addr))
5727 (message-tokenize-header recipients)))
5728 ;; Remove first duplicates. (Why not all duplicates? Is this a bug?)
5729 (let ((s recipients))
5730 (while s
5731 (setq recipients (delq (assoc (car (pop s)) s) recipients))))
5732
5733 ;; Remove hierarchical lists that are contained within each other,
5734 ;; if message-hierarchical-addresses is defined.
5735 (when message-hierarchical-addresses
5736 (let ((plain-addrs (mapcar 'car recipients))
5737 subaddrs recip)
5738 (while plain-addrs
5739 (setq subaddrs (assoc (car plain-addrs)
5740 message-hierarchical-addresses)
5741 plain-addrs (cdr plain-addrs))
5742 (when subaddrs
5743 (setq subaddrs (cdr subaddrs))
5744 (while subaddrs
5745 (setq recip (assoc (car subaddrs) recipients)
5746 subaddrs (cdr subaddrs))
5747 (if recip
5748 (setq recipients (delq recip recipients))))))))
5749
5750 ;; Build the header alist. Allow the user to be asked whether
5751 ;; or not to reply to all recipients in a wide reply.
5752 (setq follow-to (list (cons 'To (cdr (pop recipients)))))
5753 (when (and recipients
5754 (or (not message-wide-reply-confirm-recipients)
5755 (y-or-n-p "Reply to all recipients? ")))
5756 (setq recipients (mapconcat
5757 (lambda (addr) (cdr addr)) recipients ", "))
5758 (if (string-match "^ +" recipients)
5759 (setq recipients (substring recipients (match-end 0))))
5760 (push (cons 'Cc recipients) follow-to)))
5761 follow-to))
5762
5763 ;;;###autoload
5764 (defun message-reply (&optional to-address wide)
5765 "Start editing a reply to the article in the current buffer."
5766 (interactive)
5767 (require 'gnus-sum) ; for gnus-list-identifiers
5768 (let ((cur (current-buffer))
5769 from subject date reply-to to cc
5770 references message-id follow-to
5771 (inhibit-point-motion-hooks t)
5772 (message-this-is-mail t)
5773 gnus-warning)
5774 (save-restriction
5775 (message-narrow-to-head-1)
5776 ;; Allow customizations to have their say.
5777 (if (not wide)
5778 ;; This is a regular reply.
5779 (when (functionp message-reply-to-function)
5780 (save-excursion
5781 (setq follow-to (funcall message-reply-to-function))))
5782 ;; This is a followup.
5783 (when (functionp message-wide-reply-to-function)
5784 (save-excursion
5785 (setq follow-to
5786 (funcall message-wide-reply-to-function)))))
5787 (setq message-id (message-fetch-field "message-id" t)
5788 references (message-fetch-field "references")
5789 date (message-fetch-field "date")
5790 from (message-fetch-field "from")
5791 subject (or (message-fetch-field "subject") "none"))
5792 (when gnus-list-identifiers
5793 (setq subject (message-strip-list-identifiers subject)))
5794 (setq subject (concat "Re: " (message-strip-subject-re subject)))
5795 (when message-subject-trailing-was-query
5796 (setq subject (message-strip-subject-trailing-was subject)))
5797
5798 (when (and (setq gnus-warning (message-fetch-field "gnus-warning"))
5799 (string-match "<[^>]+>" gnus-warning))
5800 (setq message-id (match-string 0 gnus-warning)))
5801
5802 (unless follow-to
5803 (setq follow-to (message-get-reply-headers wide to-address))))
5804
5805 (unless (message-mail-user-agent)
5806 (message-pop-to-buffer
5807 (message-buffer-name
5808 (if wide "wide reply" "reply") from
5809 (if wide to-address nil))))
5810
5811 (setq message-reply-headers
5812 (vector 0 subject from date message-id references 0 0 ""))
5813
5814 (message-setup
5815 `((Subject . ,subject)
5816 ,@follow-to)
5817 cur)))
5818
5819 ;;;###autoload
5820 (defun message-wide-reply (&optional to-address)
5821 "Make a \"wide\" reply to the message in the current buffer."
5822 (interactive)
5823 (message-reply to-address t))
5824
5825 ;;;###autoload
5826 (defun message-followup (&optional to-newsgroups)
5827 "Follow up to the message in the current buffer.
5828 If TO-NEWSGROUPS, use that as the new Newsgroups line."
5829 (interactive)
5830 (require 'gnus-sum) ; for gnus-list-identifiers
5831 (let ((cur (current-buffer))
5832 from subject date reply-to mrt mct
5833 references message-id follow-to
5834 (inhibit-point-motion-hooks t)
5835 (message-this-is-news t)
5836 followup-to distribution newsgroups gnus-warning posted-to)
5837 (save-restriction
5838 (narrow-to-region
5839 (goto-char (point-min))
5840 (if (search-forward "\n\n" nil t)
5841 (1- (point))
5842 (point-max)))
5843 (when (functionp message-followup-to-function)
5844 (setq follow-to
5845 (funcall message-followup-to-function)))
5846 (setq from (message-fetch-field "from")
5847 date (message-fetch-field "date")
5848 subject (or (message-fetch-field "subject") "none")
5849 references (message-fetch-field "references")
5850 message-id (message-fetch-field "message-id" t)
5851 followup-to (message-fetch-field "followup-to")
5852 newsgroups (message-fetch-field "newsgroups")
5853 posted-to (message-fetch-field "posted-to")
5854 reply-to (message-fetch-field "reply-to")
5855 mrt (message-fetch-field "mail-reply-to")
5856 distribution (message-fetch-field "distribution")
5857 mct (message-fetch-field "mail-copies-to"))
5858 (when (and (setq gnus-warning (message-fetch-field "gnus-warning"))
5859 (string-match "<[^>]+>" gnus-warning))
5860 (setq message-id (match-string 0 gnus-warning)))
5861 ;; Remove bogus distribution.
5862 (when (and (stringp distribution)
5863 (let ((case-fold-search t))
5864 (string-match "world" distribution)))
5865 (setq distribution nil))
5866 (if gnus-list-identifiers
5867 (setq subject (message-strip-list-identifiers subject)))
5868 (setq subject (concat "Re: " (message-strip-subject-re subject)))
5869 (when message-subject-trailing-was-query
5870 (setq subject (message-strip-subject-trailing-was subject)))
5871 (widen))
5872
5873 (message-pop-to-buffer (message-buffer-name "followup" from newsgroups))
5874
5875 (setq message-reply-headers
5876 (vector 0 subject from date message-id references 0 0 ""))
5877
5878 (message-setup
5879 `((Subject . ,subject)
5880 ,@(cond
5881 (to-newsgroups
5882 (list (cons 'Newsgroups to-newsgroups)))
5883 (follow-to follow-to)
5884 ((and followup-to message-use-followup-to)
5885 (list
5886 (cond
5887 ((equal (downcase followup-to) "poster")
5888 (if (or (eq message-use-followup-to 'use)
5889 (message-y-or-n-p "Obey Followup-To: poster? " t "\
5890 You should normally obey the Followup-To: header.
5891
5892 `Followup-To: poster' sends your response via e-mail instead of news.
5893
5894 A typical situation where `Followup-To: poster' is used is when the poster
5895 does not read the newsgroup, so he wouldn't see any replies sent to it.
5896
5897 You may customize the variable `message-use-followup-to', if you
5898 want to get rid of this query permanently."))
5899 (progn
5900 (setq message-this-is-news nil)
5901 (cons 'To (or mrt reply-to from "")))
5902 (cons 'Newsgroups newsgroups)))
5903 (t
5904 (if (or (equal followup-to newsgroups)
5905 (not (eq message-use-followup-to 'ask))
5906 (message-y-or-n-p
5907 (concat "Obey Followup-To: " followup-to "? ") t "\
5908 You should normally obey the Followup-To: header.
5909
5910 `Followup-To: " followup-to "'
5911 directs your response to " (if (string-match "," followup-to)
5912 "the specified newsgroups"
5913 "that newsgroup only") ".
5914
5915 If a message is posted to several newsgroups, Followup-To is often
5916 used to direct the following discussion to one newsgroup only,
5917 because discussions that are spread over several newsgroup tend to
5918 be fragmented and very difficult to follow.
5919
5920 Also, some source/announcement newsgroups are not intended for discussion;
5921 responses here are directed to other newsgroups.
5922
5923 You may customize the variable `message-use-followup-to', if you
5924 want to get rid of this query permanently."))
5925 (cons 'Newsgroups followup-to)
5926 (cons 'Newsgroups newsgroups))))))
5927 (posted-to
5928 `((Newsgroups . ,posted-to)))
5929 (t
5930 `((Newsgroups . ,newsgroups))))
5931 ,@(and distribution (list (cons 'Distribution distribution)))
5932 ,@(when (and mct
5933 (not (or (equal (downcase mct) "never")
5934 (equal (downcase mct) "nobody"))))
5935 (list (cons 'Cc (if (or (equal (downcase mct) "always")
5936 (equal (downcase mct) "poster"))
5937 (or mrt reply-to from "")
5938 mct)))))
5939
5940 cur)))
5941
5942 (defun message-is-yours-p ()
5943 "Non-nil means current article is yours.
5944 If you have added 'cancel-messages to `message-shoot-gnksa-feet', all articles
5945 are yours except those that have Cancel-Lock header not belonging to you.
5946 Instead of shooting GNKSA feet, you should modify `message-alternative-emails'
5947 regexp to match all of yours addresses."
5948 ;; Canlock-logic as suggested by Per Abrahamsen
5949 ;; <abraham@dina.kvl.dk>
5950 ;;
5951 ;; IF article has cancel-lock THEN
5952 ;; IF we can verify it THEN
5953 ;; issue cancel
5954 ;; ELSE
5955 ;; error: cancellock: article is not yours
5956 ;; ELSE
5957 ;; Use old rules, comparing sender...
5958 (save-excursion
5959 (save-restriction
5960 (message-narrow-to-head-1)
5961 (if (message-fetch-field "Cancel-Lock")
5962 (if (null (canlock-verify))
5963 t
5964 (error "Failed to verify Cancel-lock: This article is not yours"))
5965 (let (sender from)
5966 (or
5967 (message-gnksa-enable-p 'cancel-messages)
5968 (and (setq sender (message-fetch-field "sender"))
5969 (string-equal (downcase sender)
5970 (downcase (message-make-sender))))
5971 ;; Email address in From field equals to our address
5972 (and (setq from (message-fetch-field "from"))
5973 (string-equal
5974 (downcase (cadr (mail-extract-address-components from)))
5975 (downcase (cadr (mail-extract-address-components
5976 (message-make-from))))))
5977 ;; Email address in From field matches
5978 ;; 'message-alternative-emails' regexp
5979 (and from
5980 message-alternative-emails
5981 (string-match
5982 message-alternative-emails
5983 (cadr (mail-extract-address-components from))))))))))
5984
5985 ;;;###autoload
5986 (defun message-cancel-news (&optional arg)
5987 "Cancel an article you posted.
5988 If ARG, allow editing of the cancellation message."
5989 (interactive "P")
5990 (unless (message-news-p)
5991 (error "This is not a news article; canceling is impossible"))
5992 (let (from newsgroups message-id distribution buf)
5993 (save-excursion
5994 ;; Get header info from original article.
5995 (save-restriction
5996 (message-narrow-to-head-1)
5997 (setq from (message-fetch-field "from")
5998 newsgroups (message-fetch-field "newsgroups")
5999 message-id (message-fetch-field "message-id" t)
6000 distribution (message-fetch-field "distribution")))
6001 ;; Make sure that this article was written by the user.
6002 (unless (message-is-yours-p)
6003 (error "This article is not yours"))
6004 (when (yes-or-no-p "Do you really want to cancel this article? ")
6005 ;; Make control message.
6006 (if arg
6007 (message-news)
6008 (setq buf (set-buffer (get-buffer-create " *message cancel*"))))
6009 (erase-buffer)
6010 (insert "Newsgroups: " newsgroups "\n"
6011 "From: " from "\n"
6012 "Subject: cmsg cancel " message-id "\n"
6013 "Control: cancel " message-id "\n"
6014 (if distribution
6015 (concat "Distribution: " distribution "\n")
6016 "")
6017 mail-header-separator "\n"
6018 message-cancel-message)
6019 (run-hooks 'message-cancel-hook)
6020 (unless arg
6021 (message "Canceling your article...")
6022 (if (let ((message-syntax-checks
6023 'dont-check-for-anything-just-trust-me))
6024 (funcall message-send-news-function))
6025 (message "Canceling your article...done"))
6026 (kill-buffer buf))))))
6027
6028 ;;;###autoload
6029 (defun message-supersede ()
6030 "Start composing a message to supersede the current message.
6031 This is done simply by taking the old article and adding a Supersedes
6032 header line with the old Message-ID."
6033 (interactive)
6034 (let ((cur (current-buffer)))
6035 ;; Check whether the user owns the article that is to be superseded.
6036 (unless (message-is-yours-p)
6037 (error "This article is not yours"))
6038 ;; Get a normal message buffer.
6039 (message-pop-to-buffer (message-buffer-name "supersede"))
6040 (insert-buffer-substring cur)
6041 (mime-to-mml)
6042 (message-narrow-to-head-1)
6043 ;; Remove unwanted headers.
6044 (when message-ignored-supersedes-headers
6045 (message-remove-header message-ignored-supersedes-headers t))
6046 (goto-char (point-min))
6047 (if (not (re-search-forward "^Message-ID: " nil t))
6048 (error "No Message-ID in this article")
6049 (replace-match "Supersedes: " t t))
6050 (goto-char (point-max))
6051 (insert mail-header-separator)
6052 (widen)
6053 (forward-line 1)))
6054
6055 ;;;###autoload
6056 (defun message-recover ()
6057 "Reread contents of current buffer from its last auto-save file."
6058 (interactive)
6059 (let ((file-name (make-auto-save-file-name)))
6060 (cond ((save-window-excursion
6061 (if (not (eq system-type 'vax-vms))
6062 (with-output-to-temp-buffer "*Directory*"
6063 (with-current-buffer standard-output
6064 (fundamental-mode)) ; for Emacs 20.4+
6065 (buffer-disable-undo standard-output)
6066 (let ((default-directory "/"))
6067 (call-process
6068 "ls" nil standard-output nil "-l" file-name))))
6069 (yes-or-no-p (format "Recover auto save file %s? " file-name)))
6070 (let ((buffer-read-only nil))
6071 (erase-buffer)
6072 (insert-file-contents file-name nil)))
6073 (t (error "message-recover cancelled")))))
6074
6075 ;;; Washing Subject:
6076
6077 (defun message-wash-subject (subject)
6078 "Remove junk like \"Re:\", \"(fwd)\", etc. added to subject string SUBJECT.
6079 Previous forwarders, replyers, etc. may add it."
6080 (with-temp-buffer
6081 (insert subject)
6082 (goto-char (point-min))
6083 ;; strip Re/Fwd stuff off the beginning
6084 (while (re-search-forward
6085 "\\([Rr][Ee]:\\|[Ff][Ww][Dd]\\(\\[[0-9]*\\]\\)?:\\|[Ff][Ww]:\\)" nil t)
6086 (replace-match ""))
6087
6088 ;; and gnus-style forwards [foo@bar.com] subject
6089 (goto-char (point-min))
6090 (while (re-search-forward "\\[[^ \t]*\\(@\\|\\.\\)[^ \t]*\\]" nil t)
6091 (replace-match ""))
6092
6093 ;; and off the end
6094 (goto-char (point-max))
6095 (while (re-search-backward "([Ff][Ww][Dd])" nil t)
6096 (replace-match ""))
6097
6098 ;; and finally, any whitespace that was left-over
6099 (goto-char (point-min))
6100 (while (re-search-forward "^[ \t]+" nil t)
6101 (replace-match ""))
6102 (goto-char (point-max))
6103 (while (re-search-backward "[ \t]+$" nil t)
6104 (replace-match ""))
6105
6106 (buffer-string)))
6107
6108 ;;; Forwarding messages.
6109
6110 (defvar message-forward-decoded-p nil
6111 "Non-nil means the original message is decoded.")
6112
6113 (defun message-forward-subject-name-subject (subject)
6114 "Generate a SUBJECT for a forwarded message.
6115 The form is: [Source] Subject, where if the original message was mail,
6116 Source is the name of the sender, and if the original message was
6117 news, Source is the list of newsgroups is was posted to."
6118 (let* ((group (message-fetch-field "newsgroups"))
6119 (from (message-fetch-field "from"))
6120 (prefix
6121 (if group
6122 (gnus-group-decoded-name group)
6123 (or (and from (car (gnus-extract-address-components from)))
6124 "(nowhere)"))))
6125 (concat "["
6126 (if message-forward-decoded-p
6127 prefix
6128 (mail-decode-encoded-word-string prefix))
6129 "] " subject)))
6130
6131 (defun message-forward-subject-author-subject (subject)
6132 "Generate a SUBJECT for a forwarded message.
6133 The form is: [Source] Subject, where if the original message was mail,
6134 Source is the sender, and if the original message was news, Source is
6135 the list of newsgroups is was posted to."
6136 (let* ((group (message-fetch-field "newsgroups"))
6137 (prefix
6138 (if group
6139 (gnus-group-decoded-name group)
6140 (or (message-fetch-field "from")
6141 "(nowhere)"))))
6142 (concat "["
6143 (if message-forward-decoded-p
6144 prefix
6145 (mail-decode-encoded-word-string prefix))
6146 "] " subject)))
6147
6148 (defun message-forward-subject-fwd (subject)
6149 "Generate a SUBJECT for a forwarded message.
6150 The form is: Fwd: Subject, where Subject is the original subject of
6151 the message."
6152 (if (string-match "^Fwd: " subject)
6153 subject
6154 (concat "Fwd: " subject)))
6155
6156 (defun message-make-forward-subject ()
6157 "Return a Subject header suitable for the message in the current buffer."
6158 (save-excursion
6159 (save-restriction
6160 (message-narrow-to-head-1)
6161 (let ((funcs message-make-forward-subject-function)
6162 (subject (message-fetch-field "Subject")))
6163 (setq subject
6164 (if subject
6165 (if message-forward-decoded-p
6166 subject
6167 (mail-decode-encoded-word-string subject))
6168 ""))
6169 (if message-wash-forwarded-subjects
6170 (setq subject (message-wash-subject subject)))
6171 ;; Make sure funcs is a list.
6172 (and funcs
6173 (not (listp funcs))
6174 (setq funcs (list funcs)))
6175 ;; Apply funcs in order, passing subject generated by previous
6176 ;; func to the next one.
6177 (while funcs
6178 (when (functionp (car funcs))
6179 (setq subject (funcall (car funcs) subject)))
6180 (setq funcs (cdr funcs)))
6181 subject))))
6182
6183 (eval-when-compile
6184 (defvar gnus-article-decoded-p))
6185
6186
6187 ;;;###autoload
6188 (defun message-forward (&optional news digest)
6189 "Forward the current message via mail.
6190 Optional NEWS will use news to forward instead of mail.
6191 Optional DIGEST will use digest to forward."
6192 (interactive "P")
6193 (let* ((cur (current-buffer))
6194 (message-forward-decoded-p
6195 (if (local-variable-p 'gnus-article-decoded-p (current-buffer))
6196 gnus-article-decoded-p ;; In an article buffer.
6197 message-forward-decoded-p))
6198 (subject (message-make-forward-subject)))
6199 (if news
6200 (message-news nil subject)
6201 (message-mail nil subject))
6202 (message-forward-make-body cur digest)))
6203
6204 (defun message-forward-make-body-plain (forward-buffer)
6205 (insert
6206 "\n-------------------- Start of forwarded message --------------------\n")
6207 (let ((b (point)) e)
6208 (insert
6209 (with-temp-buffer
6210 (mm-disable-multibyte)
6211 (insert
6212 (with-current-buffer forward-buffer
6213 (mm-with-unibyte-current-buffer (buffer-string))))
6214 (mm-enable-multibyte)
6215 (mime-to-mml)
6216 (goto-char (point-min))
6217 (when (looking-at "From ")
6218 (replace-match "X-From-Line: "))
6219 (buffer-string)))
6220 (setq e (point))
6221 (insert
6222 "\n-------------------- End of forwarded message --------------------\n")
6223 (when message-forward-ignored-headers
6224 (save-restriction
6225 (narrow-to-region b e)
6226 (goto-char b)
6227 (narrow-to-region (point)
6228 (or (search-forward "\n\n" nil t) (point)))
6229 (message-remove-header message-forward-ignored-headers t)))))
6230
6231 (defun message-forward-make-body-mime (forward-buffer)
6232 (insert "\n\n<#part type=message/rfc822 disposition=inline raw=t>\n")
6233 (let ((b (point)) e)
6234 (save-restriction
6235 (narrow-to-region (point) (point))
6236 (mml-insert-buffer forward-buffer)
6237 (goto-char (point-min))
6238 (when (looking-at "From ")
6239 (replace-match "X-From-Line: "))
6240 (goto-char (point-max)))
6241 (setq e (point))
6242 (insert "<#/part>\n")))
6243
6244 (defun message-forward-make-body-mml (forward-buffer)
6245 (insert "\n\n<#mml type=message/rfc822 disposition=inline>\n")
6246 (let ((b (point)) e)
6247 (if (not message-forward-decoded-p)
6248 (insert
6249 (with-temp-buffer
6250 (mm-disable-multibyte)
6251 (insert
6252 (with-current-buffer forward-buffer
6253 (mm-with-unibyte-current-buffer (buffer-string))))
6254 (mm-enable-multibyte)
6255 (mime-to-mml)
6256 (goto-char (point-min))
6257 (when (looking-at "From ")
6258 (replace-match "X-From-Line: "))
6259 (buffer-string)))
6260 (save-restriction
6261 (narrow-to-region (point) (point))
6262 (mml-insert-buffer forward-buffer)
6263 (goto-char (point-min))
6264 (when (looking-at "From ")
6265 (replace-match "X-From-Line: "))
6266 (goto-char (point-max))))
6267 (setq e (point))
6268 (insert "<#/mml>\n")
6269 (when (and (not message-forward-decoded-p)
6270 message-forward-ignored-headers)
6271 (save-restriction
6272 (narrow-to-region b e)
6273 (goto-char b)
6274 (narrow-to-region (point)
6275 (or (search-forward "\n\n" nil t) (point)))
6276 (message-remove-header message-forward-ignored-headers t)))))
6277
6278 (defun message-forward-make-body-digest-plain (forward-buffer)
6279 (insert
6280 "\n-------------------- Start of forwarded message --------------------\n")
6281 (let ((b (point)) e)
6282 (mml-insert-buffer forward-buffer)
6283 (setq e (point))
6284 (insert
6285 "\n-------------------- End of forwarded message --------------------\n")))
6286
6287 (defun message-forward-make-body-digest-mime (forward-buffer)
6288 (insert "\n<#multipart type=digest>\n")
6289 (let ((b (point)) e)
6290 (insert-buffer-substring forward-buffer)
6291 (setq e (point))
6292 (insert "<#/multipart>\n")
6293 (save-restriction
6294 (narrow-to-region b e)
6295 (goto-char b)
6296 (narrow-to-region (point)
6297 (or (search-forward "\n\n" nil t) (point)))
6298 (delete-region (point-min) (point-max)))))
6299
6300 (defun message-forward-make-body-digest (forward-buffer)
6301 (if message-forward-as-mime
6302 (message-forward-make-body-digest-mime forward-buffer)
6303 (message-forward-make-body-digest-plain forward-buffer)))
6304
6305 ;;;###autoload
6306 (defun message-forward-make-body (forward-buffer &optional digest)
6307 ;; Put point where we want it before inserting the forwarded
6308 ;; message.
6309 (if message-forward-before-signature
6310 (message-goto-body)
6311 (goto-char (point-max)))
6312 (if digest
6313 (message-forward-make-body-digest forward-buffer)
6314 (if message-forward-as-mime
6315 (if (and message-forward-show-mml
6316 (not (and (eq message-forward-show-mml 'best)
6317 (with-current-buffer forward-buffer
6318 (goto-char (point-min))
6319 (re-search-forward
6320 "Content-Type: *multipart/\\(signed\\|encrypted\\)"
6321 nil t)))))
6322 (message-forward-make-body-mml forward-buffer)
6323 (message-forward-make-body-mime forward-buffer))
6324 (message-forward-make-body-plain forward-buffer)))
6325 (message-position-point))
6326
6327 ;;;###autoload
6328 (defun message-forward-rmail-make-body (forward-buffer)
6329 (save-window-excursion
6330 (set-buffer forward-buffer)
6331 ;; Rmail doesn't have rmail-msg-restore-non-pruned-header in Emacs
6332 ;; 20. FIXIT, or we drop support for rmail in Emacs 20.
6333 (if (rmail-msg-is-pruned)
6334 (rmail-msg-restore-non-pruned-header)))
6335 (message-forward-make-body forward-buffer))
6336
6337 (eval-when-compile (defvar rmail-enable-mime-composing))
6338
6339 ;; Fixme: Should have defcustom.
6340 ;;;###autoload
6341 (defun message-insinuate-rmail ()
6342 "Let RMAIL use message to forward."
6343 (interactive)
6344 (setq rmail-enable-mime-composing t)
6345 (setq rmail-insert-mime-forwarded-message-function
6346 'message-forward-rmail-make-body))
6347
6348 ;;;###autoload
6349 (defun message-resend (address)
6350 "Resend the current article to ADDRESS."
6351 (interactive
6352 (list (message-read-from-minibuffer "Resend message to: ")))
6353 (message "Resending message to %s..." address)
6354 (save-excursion
6355 (let ((cur (current-buffer))
6356 beg)
6357 ;; We first set up a normal mail buffer.
6358 (unless (message-mail-user-agent)
6359 (set-buffer (get-buffer-create " *message resend*"))
6360 (erase-buffer))
6361 (let ((message-this-is-mail t)
6362 message-setup-hook)
6363 (message-setup `((To . ,address))))
6364 ;; Insert our usual headers.
6365 (message-generate-headers '(From Date To Message-ID))
6366 (message-narrow-to-headers)
6367 ;; Remove X-Draft-From header etc.
6368 (message-remove-header message-ignored-mail-headers t)
6369 ;; Rename them all to "Resent-*".
6370 (goto-char (point-min))
6371 (while (re-search-forward "^[A-Za-z]" nil t)
6372 (forward-char -1)
6373 (insert "Resent-"))
6374 (widen)
6375 (forward-line)
6376 (delete-region (point) (point-max))
6377 (setq beg (point))
6378 ;; Insert the message to be resent.
6379 (insert-buffer-substring cur)
6380 (goto-char (point-min))
6381 (search-forward "\n\n")
6382 (forward-char -1)
6383 (save-restriction
6384 (narrow-to-region beg (point))
6385 (message-remove-header message-ignored-resent-headers t)
6386 (goto-char (point-max)))
6387 (insert mail-header-separator)
6388 ;; Rename all old ("Also-")Resent headers.
6389 (while (re-search-backward "^\\(Also-\\)*Resent-" beg t)
6390 (beginning-of-line)
6391 (insert "Also-"))
6392 ;; Quote any "From " lines at the beginning.
6393 (goto-char beg)
6394 (when (looking-at "From ")
6395 (replace-match "X-From-Line: "))
6396 ;; Send it.
6397 (let ((message-inhibit-body-encoding t)
6398 message-required-mail-headers
6399 rfc2047-encode-encoded-words)
6400 (message-send-mail))
6401 (kill-buffer (current-buffer)))
6402 (message "Resending message to %s...done" address)))
6403
6404 ;;;###autoload
6405 (defun message-bounce ()
6406 "Re-mail the current message.
6407 This only makes sense if the current message is a bounce message that
6408 contains some mail you have written which has been bounced back to
6409 you."
6410 (interactive)
6411 (let ((handles (mm-dissect-buffer t))
6412 boundary)
6413 (message-pop-to-buffer (message-buffer-name "bounce"))
6414 (if (stringp (car handles))
6415 ;; This is a MIME bounce.
6416 (mm-insert-part (car (last handles)))
6417 ;; This is a non-MIME bounce, so we try to remove things
6418 ;; manually.
6419 (mm-insert-part handles)
6420 (undo-boundary)
6421 (goto-char (point-min))
6422 (re-search-forward "\n\n+" nil t)
6423 (setq boundary (point))
6424 ;; We remove everything before the bounced mail.
6425 (if (or (re-search-forward message-unsent-separator nil t)
6426 (progn
6427 (search-forward "\n\n" nil 'move)
6428 (re-search-backward "^Return-Path:.*\n" boundary t)))
6429 (progn
6430 (forward-line 1)
6431 (delete-region (point-min)
6432 (if (re-search-forward "^[^ \n\t]+:" nil t)
6433 (match-beginning 0)
6434 (point))))
6435 (goto-char boundary)
6436 (when (re-search-backward "^.?From .*\n" nil t)
6437 (delete-region (match-beginning 0) (match-end 0)))))
6438 (mm-enable-multibyte)
6439 (save-restriction
6440 (message-narrow-to-head-1)
6441 (message-remove-header message-ignored-bounced-headers t)
6442 (goto-char (point-max))
6443 (insert mail-header-separator))
6444 (message-position-point)))
6445
6446 ;;;
6447 ;;; Interactive entry points for new message buffers.
6448 ;;;
6449
6450 ;;;###autoload
6451 (defun message-mail-other-window (&optional to subject)
6452 "Like `message-mail' command, but display mail buffer in another window."
6453 (interactive)
6454 (unless (message-mail-user-agent)
6455 (let ((pop-up-windows t)
6456 (special-display-buffer-names nil)
6457 (special-display-regexps nil)
6458 (same-window-buffer-names nil)
6459 (same-window-regexps nil))
6460 (message-pop-to-buffer (message-buffer-name "mail" to))))
6461 (let ((message-this-is-mail t))
6462 (message-setup `((To . ,(or to "")) (Subject . ,(or subject "")))
6463 nil nil 'switch-to-buffer-other-window)))
6464
6465 ;;;###autoload
6466 (defun message-mail-other-frame (&optional to subject)
6467 "Like `message-mail' command, but display mail buffer in another frame."
6468 (interactive)
6469 (unless (message-mail-user-agent)
6470 (let ((pop-up-frames t)
6471 (special-display-buffer-names nil)
6472 (special-display-regexps nil)
6473 (same-window-buffer-names nil)
6474 (same-window-regexps nil))
6475 (message-pop-to-buffer (message-buffer-name "mail" to))))
6476 (let ((message-this-is-mail t))
6477 (message-setup `((To . ,(or to "")) (Subject . ,(or subject "")))
6478 nil nil 'switch-to-buffer-other-frame)))
6479
6480 ;;;###autoload
6481 (defun message-news-other-window (&optional newsgroups subject)
6482 "Start editing a news article to be sent."
6483 (interactive)
6484 (let ((pop-up-windows t)
6485 (special-display-buffer-names nil)
6486 (special-display-regexps nil)
6487 (same-window-buffer-names nil)
6488 (same-window-regexps nil))
6489 (message-pop-to-buffer (message-buffer-name "posting" nil newsgroups)))
6490 (let ((message-this-is-news t))
6491 (message-setup `((Newsgroups . ,(or newsgroups ""))
6492 (Subject . ,(or subject ""))))))
6493
6494 ;;;###autoload
6495 (defun message-news-other-frame (&optional newsgroups subject)
6496 "Start editing a news article to be sent."
6497 (interactive)
6498 (let ((pop-up-frames t)
6499 (special-display-buffer-names nil)
6500 (special-display-regexps nil)
6501 (same-window-buffer-names nil)
6502 (same-window-regexps nil))
6503 (message-pop-to-buffer (message-buffer-name "posting" nil newsgroups)))
6504 (let ((message-this-is-news t))
6505 (message-setup `((Newsgroups . ,(or newsgroups ""))
6506 (Subject . ,(or subject ""))))))
6507
6508 ;;; underline.el
6509
6510 ;; This code should be moved to underline.el (from which it is stolen).
6511
6512 ;;;###autoload
6513 (defun bold-region (start end)
6514 "Bold all nonblank characters in the region.
6515 Works by overstriking characters.
6516 Called from program, takes two arguments START and END
6517 which specify the range to operate on."
6518 (interactive "r")
6519 (save-excursion
6520 (let ((end1 (make-marker)))
6521 (move-marker end1 (max start end))
6522 (goto-char (min start end))
6523 (while (< (point) end1)
6524 (or (looking-at "[_\^@- ]")
6525 (insert (char-after) "\b"))
6526 (forward-char 1)))))
6527
6528 ;;;###autoload
6529 (defun unbold-region (start end)
6530 "Remove all boldness (overstruck characters) in the region.
6531 Called from program, takes two arguments START and END
6532 which specify the range to operate on."
6533 (interactive "r")
6534 (save-excursion
6535 (let ((end1 (make-marker)))
6536 (move-marker end1 (max start end))
6537 (goto-char (min start end))
6538 (while (re-search-forward "\b" end1 t)
6539 (if (eq (char-after) (char-after (- (point) 2)))
6540 (delete-char -2))))))
6541
6542 (defun message-exchange-point-and-mark ()
6543 "Exchange point and mark, but don't activate region if it was inactive."
6544 (unless (prog1
6545 (message-mark-active-p)
6546 (exchange-point-and-mark))
6547 (setq mark-active nil)))
6548
6549 (defalias 'message-make-overlay 'make-overlay)
6550 (defalias 'message-delete-overlay 'delete-overlay)
6551 (defalias 'message-overlay-put 'overlay-put)
6552 (defun message-kill-all-overlays ()
6553 (if (featurep 'xemacs)
6554 (map-extents (lambda (extent ignore) (delete-extent extent)))
6555 (mapcar #'delete-overlay (overlays-in (point-min) (point-max)))))
6556
6557 ;; Support for toolbar
6558 (eval-when-compile
6559 (defvar tool-bar-map)
6560 (defvar tool-bar-mode))
6561
6562 (defun message-tool-bar-local-item-from-menu (command icon in-map &optional from-map &rest props)
6563 ;; We need to make tool bar entries in local keymaps with
6564 ;; `tool-bar-local-item-from-menu' in Emacs > 21.3
6565 (if (fboundp 'tool-bar-local-item-from-menu)
6566 ;; This is for Emacs 21.3
6567 (tool-bar-local-item-from-menu command icon in-map from-map props)
6568 (tool-bar-add-item-from-menu command icon from-map props)))
6569
6570 (defun message-tool-bar-map ()
6571 (or message-tool-bar-map
6572 (setq message-tool-bar-map
6573 (and
6574 (condition-case nil (require 'tool-bar) (error nil))
6575 (fboundp 'tool-bar-add-item-from-menu)
6576 tool-bar-mode
6577 (let ((tool-bar-map (copy-keymap tool-bar-map))
6578 (load-path (mm-image-load-path)))
6579 ;; Zap some items which aren't so relevant and take
6580 ;; up space.
6581 (dolist (key '(print-buffer kill-buffer save-buffer
6582 write-file dired open-file))
6583 (define-key tool-bar-map (vector key) nil))
6584 (message-tool-bar-local-item-from-menu
6585 'message-send-and-exit "mail_send" tool-bar-map message-mode-map)
6586 (message-tool-bar-local-item-from-menu
6587 'message-kill-buffer "close" tool-bar-map message-mode-map)
6588 (message-tool-bar-local-item-from-menu
6589 'message-dont-send "cancel" tool-bar-map message-mode-map)
6590 (message-tool-bar-local-item-from-menu
6591 'mml-attach-file "attach" tool-bar-map mml-mode-map)
6592 (message-tool-bar-local-item-from-menu
6593 'ispell-message "spell" tool-bar-map message-mode-map)
6594 (message-tool-bar-local-item-from-menu
6595 'mml-preview "preview"
6596 tool-bar-map mml-mode-map)
6597 (message-tool-bar-local-item-from-menu
6598 'message-insert-importance-high "important"
6599 tool-bar-map message-mode-map)
6600 (message-tool-bar-local-item-from-menu
6601 'message-insert-importance-low "unimportant"
6602 tool-bar-map message-mode-map)
6603 (message-tool-bar-local-item-from-menu
6604 'message-insert-disposition-notification-to "receipt"
6605 tool-bar-map message-mode-map)
6606 tool-bar-map)))))
6607
6608 ;;; Group name completion.
6609
6610 (defcustom message-newgroups-header-regexp
6611 "^\\(Newsgroups\\|Followup-To\\|Posted-To\\|Gcc\\):"
6612 "Regexp that match headers that lists groups."
6613 :group 'message
6614 :type 'regexp)
6615
6616 (defcustom message-completion-alist
6617 (list (cons message-newgroups-header-regexp 'message-expand-group)
6618 '("^\\(Resent-\\)?\\(To\\|B?Cc\\):" . message-expand-name)
6619 '("^\\(Reply-To\\|From\\|Mail-Followup-To\\|Mail-Copies-To\\):"
6620 . message-expand-name)
6621 '("^\\(Disposition-Notification-To\\|Return-Receipt-To\\):"
6622 . message-expand-name))
6623 "Alist of (RE . FUN). Use FUN for completion on header lines matching RE."
6624 :version "22.1"
6625 :group 'message
6626 :type '(alist :key-type regexp :value-type function))
6627
6628 (defcustom message-tab-body-function nil
6629 "*Function to execute when `message-tab' (TAB) is executed in the body.
6630 If nil, the function bound in `text-mode-map' or `global-map' is executed."
6631 :version "22.1"
6632 :group 'message
6633 :link '(custom-manual "(message)Various Commands")
6634 :type '(choice (const nil)
6635 function))
6636
6637 (defun message-tab ()
6638 "Complete names according to `message-completion-alist'.
6639 Execute function specified by `message-tab-body-function' when not in
6640 those headers."
6641 (interactive)
6642 (let ((alist message-completion-alist))
6643 (while (and alist
6644 (let ((mail-abbrev-mode-regexp (caar alist)))
6645 (not (mail-abbrev-in-expansion-header-p))))
6646 (setq alist (cdr alist)))
6647 (funcall (or (cdar alist) message-tab-body-function
6648 (lookup-key text-mode-map "\t")
6649 (lookup-key global-map "\t")
6650 'indent-relative))))
6651
6652 (defun message-expand-group ()
6653 "Expand the group name under point."
6654 (let* ((b (save-excursion
6655 (save-restriction
6656 (narrow-to-region
6657 (save-excursion
6658 (beginning-of-line)
6659 (skip-chars-forward "^:")
6660 (1+ (point)))
6661 (point))
6662 (skip-chars-backward "^, \t\n") (point))))
6663 (completion-ignore-case t)
6664 (string (buffer-substring b (progn (skip-chars-forward "^,\t\n ")
6665 (point))))
6666 (hashtb (and (boundp 'gnus-active-hashtb) gnus-active-hashtb))
6667 (completions (all-completions string hashtb))
6668 comp)
6669 (delete-region b (point))
6670 (cond
6671 ((= (length completions) 1)
6672 (if (string= (car completions) string)
6673 (progn
6674 (insert string)
6675 (message "Only matching group"))
6676 (insert (car completions))))
6677 ((and (setq comp (try-completion string hashtb))
6678 (not (string= comp string)))
6679 (insert comp))
6680 (t
6681 (insert string)
6682 (if (not comp)
6683 (message "No matching groups")
6684 (save-selected-window
6685 (pop-to-buffer "*Completions*")
6686 (buffer-disable-undo)
6687 (let ((buffer-read-only nil))
6688 (erase-buffer)
6689 (let ((standard-output (current-buffer)))
6690 (display-completion-list (sort completions 'string<)))
6691 (goto-char (point-min))
6692 (delete-region (point) (progn (forward-line 3) (point))))))))))
6693
6694 (defun message-expand-name ()
6695 (if (fboundp 'bbdb-complete-name)
6696 (bbdb-complete-name)
6697 (expand-abbrev)))
6698
6699 ;;; Help stuff.
6700
6701 (defun message-talkative-question (ask question show &rest text)
6702 "Call FUNCTION with argument QUESTION; optionally display TEXT... args.
6703 If SHOW is non-nil, the arguments TEXT... are displayed in a temp buffer.
6704 The following arguments may contain lists of values."
6705 (if (and show
6706 (setq text (message-flatten-list text)))
6707 (save-window-excursion
6708 (save-excursion
6709 (with-output-to-temp-buffer " *MESSAGE information message*"
6710 (set-buffer " *MESSAGE information message*")
6711 (fundamental-mode) ; for Emacs 20.4+
6712 (mapcar 'princ text)
6713 (goto-char (point-min))))
6714 (funcall ask question))
6715 (funcall ask question)))
6716
6717 (defun message-flatten-list (list)
6718 "Return a new, flat list that contains all elements of LIST.
6719
6720 \(message-flatten-list '(1 (2 3 (4 5 (6))) 7))
6721 => (1 2 3 4 5 6 7)"
6722 (cond ((consp list)
6723 (apply 'append (mapcar 'message-flatten-list list)))
6724 (list
6725 (list list))))
6726
6727 (defun message-generate-new-buffer-clone-locals (name &optional varstr)
6728 "Create and return a buffer with name based on NAME using `generate-new-buffer'.
6729 Then clone the local variables and values from the old buffer to the
6730 new one, cloning only the locals having a substring matching the
6731 regexp VARSTR."
6732 (let ((oldbuf (current-buffer)))
6733 (save-excursion
6734 (set-buffer (generate-new-buffer name))
6735 (message-clone-locals oldbuf varstr)
6736 (current-buffer))))
6737
6738 (defun message-clone-locals (buffer &optional varstr)
6739 "Clone the local variables from BUFFER to the current buffer."
6740 (let ((locals (save-excursion
6741 (set-buffer buffer)
6742 (buffer-local-variables)))
6743 (regexp "^gnus\\|^nn\\|^message\\|^sendmail\\|^smtp\\|^user-mail-address"))
6744 (mapcar
6745 (lambda (local)
6746 (when (and (consp local)
6747 (car local)
6748 (string-match regexp (symbol-name (car local)))
6749 (or (null varstr)
6750 (string-match varstr (symbol-name (car local)))))
6751 (ignore-errors
6752 (set (make-local-variable (car local))
6753 (cdr local)))))
6754 locals)))
6755
6756 ;;;
6757 ;;; MIME functions
6758 ;;;
6759
6760 (defvar message-inhibit-body-encoding nil)
6761
6762 (defun message-encode-message-body ()
6763 (unless message-inhibit-body-encoding
6764 (let ((mail-parse-charset (or mail-parse-charset
6765 message-default-charset))
6766 (case-fold-search t)
6767 lines content-type-p)
6768 (message-goto-body)
6769 (save-restriction
6770 (narrow-to-region (point) (point-max))
6771 (let ((new (mml-generate-mime)))
6772 (when new
6773 (delete-region (point-min) (point-max))
6774 (insert new)
6775 (goto-char (point-min))
6776 (if (eq (aref new 0) ?\n)
6777 (delete-char 1)
6778 (search-forward "\n\n")
6779 (setq lines (buffer-substring (point-min) (1- (point))))
6780 (delete-region (point-min) (point))))))
6781 (save-restriction
6782 (message-narrow-to-headers-or-head)
6783 (message-remove-header "Mime-Version")
6784 (goto-char (point-max))
6785 (insert "MIME-Version: 1.0\n")
6786 (when lines
6787 (insert lines))
6788 (setq content-type-p
6789 (or mml-boundary
6790 (re-search-backward "^Content-Type:" nil t))))
6791 (save-restriction
6792 (message-narrow-to-headers-or-head)
6793 (message-remove-first-header "Content-Type")
6794 (message-remove-first-header "Content-Transfer-Encoding"))
6795 ;; We always make sure that the message has a Content-Type
6796 ;; header. This is because some broken MTAs and MUAs get
6797 ;; awfully confused when confronted with a message with a
6798 ;; MIME-Version header and without a Content-Type header. For
6799 ;; instance, Solaris' /usr/bin/mail.
6800 (unless content-type-p
6801 (goto-char (point-min))
6802 ;; For unknown reason, MIME-Version doesn't exist.
6803 (when (re-search-forward "^MIME-Version:" nil t)
6804 (forward-line 1)
6805 (insert "Content-Type: text/plain; charset=us-ascii\n"))))))
6806
6807 (defun message-read-from-minibuffer (prompt &optional initial-contents)
6808 "Read from the minibuffer while providing abbrev expansion."
6809 (if (fboundp 'mail-abbrevs-setup)
6810 (let ((mail-abbrev-mode-regexp "")
6811 (minibuffer-setup-hook 'mail-abbrevs-setup)
6812 (minibuffer-local-map message-minibuffer-local-map))
6813 (read-from-minibuffer prompt initial-contents))
6814 (let ((minibuffer-setup-hook 'mail-abbrev-minibuffer-setup-hook)
6815 (minibuffer-local-map message-minibuffer-local-map))
6816 (read-string prompt initial-contents))))
6817
6818 (defun message-use-alternative-email-as-from ()
6819 (require 'mail-utils)
6820 (let* ((fields '("To" "Cc"))
6821 (emails
6822 (split-string
6823 (mail-strip-quoted-names
6824 (mapconcat 'message-fetch-reply-field fields ","))
6825 "[ \f\t\n\r\v,]+"))
6826 email)
6827 (while emails
6828 (if (string-match message-alternative-emails (car emails))
6829 (setq email (car emails)
6830 emails nil))
6831 (pop emails))
6832 (unless (or (not email) (equal email user-mail-address))
6833 (goto-char (point-max))
6834 (insert "From: " email "\n"))))
6835
6836 (defun message-options-get (symbol)
6837 (cdr (assq symbol message-options)))
6838
6839 (defun message-options-set (symbol value)
6840 (let ((the-cons (assq symbol message-options)))
6841 (if the-cons
6842 (if value
6843 (setcdr the-cons value)
6844 (setq message-options (delq the-cons message-options)))
6845 (and value
6846 (push (cons symbol value) message-options))))
6847 value)
6848
6849 (defun message-options-set-recipient ()
6850 (save-restriction
6851 (message-narrow-to-headers-or-head)
6852 (message-options-set 'message-sender
6853 (mail-strip-quoted-names
6854 (message-fetch-field "from")))
6855 (message-options-set 'message-recipients
6856 (mail-strip-quoted-names
6857 (let ((to (message-fetch-field "to"))
6858 (cc (message-fetch-field "cc"))
6859 (bcc (message-fetch-field "bcc")))
6860 (concat
6861 (or to "")
6862 (if (and to cc) ", ")
6863 (or cc "")
6864 (if (and (or to cc) bcc) ", ")
6865 (or bcc "")))))))
6866
6867 (defun message-hide-headers ()
6868 "Hide headers based on the `message-hidden-headers' variable."
6869 (let ((regexps (if (stringp message-hidden-headers)
6870 (list message-hidden-headers)
6871 message-hidden-headers))
6872 (inhibit-point-motion-hooks t)
6873 (after-change-functions nil))
6874 (when regexps
6875 (save-excursion
6876 (save-restriction
6877 (message-narrow-to-headers)
6878 (goto-char (point-min))
6879 (while (not (eobp))
6880 (if (not (message-hide-header-p regexps))
6881 (message-next-header)
6882 (let ((begin (point)))
6883 (message-next-header)
6884 (add-text-properties
6885 begin (point)
6886 '(invisible t message-hidden t))))))))))
6887
6888 (defun message-hide-header-p (regexps)
6889 (let ((result nil)
6890 (reverse nil))
6891 (when (eq (car regexps) 'not)
6892 (setq reverse t)
6893 (pop regexps))
6894 (dolist (regexp regexps)
6895 (setq result (or result (looking-at regexp))))
6896 (if reverse
6897 (not result)
6898 result)))
6899
6900 (when (featurep 'xemacs)
6901 (require 'messagexmas)
6902 (message-xmas-redefine))
6903
6904 (provide 'message)
6905
6906 (run-hooks 'message-load-hook)
6907
6908 ;; Local Variables:
6909 ;; coding: iso-8859-1
6910 ;; End:
6911
6912 ;; arch-tag: 94b32cac-4504-4b6c-8181-030ebf380ee0
6913 ;;; message.el ends here