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