*** empty log message ***
[bpt/emacs.git] / man / message.texi
CommitLineData
6bf7aab6
DL
1\input texinfo @c -*-texinfo-*-
2
0c356565 3@setfilename ../message
9d3d5390 4@settitle Message 5.9.0 Manual
6bf7aab6
DL
5@synindex fn cp
6@synindex vr cp
7@synindex pg cp
9d3d5390 8@dircategory Editors
6bf7aab6
DL
9@direntry
10* Message: (message). Mail and news composition mode that goes with Gnus.
11@end direntry
12@iftex
13@finalout
14@end iftex
15@setchapternewpage odd
16
9d3d5390 17@ifnottex
6bf7aab6
DL
18
19This file documents Message, the Emacs message composition mode.
20
9d3d5390 21Copyright (C) 1996,97,98,99,2000 Free Software Foundation, Inc.
6bf7aab6 22
9d3d5390
DL
23Permission is granted to copy, distribute and/or modify this document
24under the terms of the GNU Free Documentation License, Version 1.1 or
25any later version published by the Free Software Foundation; with the
26Invariant Sections being none, with the Front-Cover texts being ``A GNU
27Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
28license is included in the section entitled ``GNU Free Documentation
29License''.
6bf7aab6 30
9d3d5390
DL
31(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
32this GNU Manual, like GNU software. Copies published by the Free
33Software Foundation raise funds for GNU development.''
34@end ifnottex
6bf7aab6
DL
35
36@tex
37
38@titlepage
9d3d5390 39@title Message 5.9.0 Manual
6bf7aab6
DL
40
41@author by Lars Magne Ingebrigtsen
42@page
43
44@vskip 0pt plus 1filll
9d3d5390
DL
45Copyright @copyright{} 1996,97,98,99,2000 Free Software Foundation, Inc.
46
47Permission is granted to copy, distribute and/or modify this document
48under the terms of the GNU Free Documentation License, Version 1.1 or
49any later version published by the Free Software Foundation; with the
50Invariant Sections being none, with the Front-Cover texts being ``A GNU
51Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
52license is included in the section entitled ``GNU Free Documentation
53License''.
54
55(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
56this GNU Manual, like GNU software. Copies published by the Free
57Software Foundation raise funds for GNU development.''
6bf7aab6
DL
58@end titlepage
59@page
60
61@end tex
62
63@node Top
64@top Message
65
66All message composition from Gnus (both mail and news) takes place in
67Message mode buffers.
68
69@menu
70* Interface:: Setting up message buffers.
71* Commands:: Commands you can execute in message mode buffers.
72* Variables:: Customizing the message buffers.
73* Compatibility:: Making Message backwards compatible.
74* Appendices:: More technical things.
75* Index:: Variable, function and concept index.
76* Key Index:: List of Message mode keys.
77@end menu
78
9d3d5390
DL
79This manual corresponds to Message 5.9.0. Message is distributed with
80the Gnus distribution bearing the same version number as this manual.
6bf7aab6
DL
81
82
83@node Interface
84@chapter Interface
85
86When a program (or a person) wants to respond to a message -- reply,
87follow up, forward, cancel -- the program (or person) should just put
88point in the buffer where the message is and call the required command.
89@code{Message} will then pop up a new @code{message} mode buffer with
90appropriate headers filled out, and the user can edit the message before
91sending it.
92
93@menu
94* New Mail Message:: Editing a brand new mail message.
95* New News Message:: Editing a brand new news message.
96* Reply:: Replying via mail.
97* Wide Reply:: Responding to all people via mail.
98* Followup:: Following up via news.
99* Canceling News:: Canceling a news article.
100* Superseding:: Superseding a message.
101* Forwarding:: Forwarding a message via news or mail.
102* Resending:: Resending a mail message.
103* Bouncing:: Bouncing a mail message.
104@end menu
105
106
107@node New Mail Message
108@section New Mail Message
109
110@findex message-mail
9d3d5390 111The @code{message-mail} command pops up a new message buffer.
6bf7aab6
DL
112
113Two optional parameters are accepted: The first will be used as the
114@code{To} header and the second as the @code{Subject} header. If these
115are @code{nil}, those two headers will be empty.
116
117
118@node New News Message
119@section New News Message
120
121@findex message-news
9d3d5390 122The @code{message-news} command pops up a new message buffer.
6bf7aab6
DL
123
124This function accepts two optional parameters. The first will be used
125as the @code{Newsgroups} header and the second as the @code{Subject}
126header. If these are @code{nil}, those two headers will be empty.
127
128
129@node Reply
130@section Reply
131
132@findex message-reply
133The @code{message-reply} function pops up a message buffer that's a
134reply to the message in the current buffer.
135
136@vindex message-reply-to-function
137Message uses the normal methods to determine where replies are to go
138(@pxref{Responses}), but you can change the behavior to suit your needs
139by fiddling with the @code{message-reply-to-function} variable.
140
141If you want the replies to go to the @code{Sender} instead of the
142@code{From}, you could do something like this:
143
144@lisp
145(setq message-reply-to-function
146 (lambda ()
147 (cond ((equal (mail-fetch-field "from") "somebody")
9d3d5390
DL
148 (list (cons 'To (mail-fetch-field "sender"))))
149 (t
6bf7aab6
DL
150 nil))))
151@end lisp
152
153This function will be called narrowed to the head of the article that is
154being replied to.
155
156As you can see, this function should return a string if it has an
157opinion as to what the To header should be. If it does not, it should
158just return @code{nil}, and the normal methods for determining the To
159header will be used.
160
161This function can also return a list. In that case, each list element
162should be a cons, where the car should be the name of an header
163(eg. @code{Cc}) and the cdr should be the header value
164(eg. @samp{larsi@@ifi.uio.no}). All these headers will be inserted into
9d3d5390 165the head of the outgoing mail.
6bf7aab6
DL
166
167
168@node Wide Reply
169@section Wide Reply
170
171@findex message-wide-reply
172The @code{message-wide-reply} pops up a message buffer that's a wide
173reply to the message in the current buffer. A @dfn{wide reply} is a
174reply that goes out to all people listed in the @code{To}, @code{From}
175(or @code{Reply-to}) and @code{Cc} headers.
176
177@vindex message-wide-reply-to-function
178Message uses the normal methods to determine where wide replies are to go,
179but you can change the behavior to suit your needs by fiddling with the
180@code{message-wide-reply-to-function}. It is used in the same way as
9d3d5390 181@code{message-reply-to-function} (@pxref{Reply}).
6bf7aab6 182
9d3d5390
DL
183@findex message-dont-reply-to-names
184Addresses that match the @code{message-dont-reply-to-names} regular
6bf7aab6
DL
185expression will be removed from the @code{Cc} header.
186
187
188@node Followup
189@section Followup
190
191@findex message-followup
192The @code{message-followup} command pops up a message buffer that's a
193followup to the message in the current buffer.
194
195@vindex message-followup-to-function
196Message uses the normal methods to determine where followups are to go,
197but you can change the behavior to suit your needs by fiddling with the
198@code{message-followup-to-function}. It is used in the same way as
199@code{message-reply-to-function} (@pxref{Reply}).
200
201@vindex message-use-followup-to
202The @code{message-use-followup-to} variable says what to do about
203@code{Followup-To} headers. If it is @code{use}, always use the value.
204If it is @code{ask} (which is the default), ask whether to use the
205value. If it is @code{t}, use the value unless it is @samp{poster}. If
206it is @code{nil}, don't use the value.
207
208
209@node Canceling News
210@section Canceling News
211
212@findex message-cancel-news
213The @code{message-cancel-news} command cancels the article in the
214current buffer.
215
216
217@node Superseding
218@section Superseding
219
220@findex message-supersede
221The @code{message-supersede} command pops up a message buffer that will
222supersede the message in the current buffer.
223
224@vindex message-ignored-supersedes-headers
225Headers matching the @code{message-ignored-supersedes-headers} are
226removed before popping up the new message buffer. The default is@*
227@samp{^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|@*
228^Received:\\|^X-From-Line:\\|Return-Path:\\|^Supersedes:}.
229
230
231
232@node Forwarding
233@section Forwarding
234
235@findex message-forward
236The @code{message-forward} command pops up a message buffer to forward
237the message in the current buffer. If given a prefix, forward using
238news.
239
240@table @code
9d3d5390
DL
241@item message-forward-ignored-headers
242@vindex message-forward-ignored-headers
243All headers that match this regexp will be deleted when forwarding a message.
6bf7aab6
DL
244
245@item message-make-forward-subject-function
246@vindex message-make-forward-subject-function
247A list of functions that are called to generate a subject header for
248forwarded messages. The subject generated by the previous function is
249passed into each successive function.
250
251The provided functions are:
252
253@table @code
254@item message-forward-subject-author-subject
255@findex message-forward-subject-author-subject
256Source of article (author or newsgroup), in brackets followed by the
257subject.
258
259@item message-forward-subject-fwd
260Subject of article with @samp{Fwd:} prepended to it.
261@end table
262
263@item message-wash-forwarded-subjects
264@vindex message-wash-forwarded-subjects
265If this variable is @code{t}, the subjects of forwarded messages have
9d3d5390 266the evidence of previous forwards (such as @samp{Fwd:}, @samp{Re:},
6bf7aab6
DL
267@samp{(fwd)}) removed before the new subject is
268constructed. The default value is @code{nil}.
269
9d3d5390
DL
270@item message-forward-as-mime
271@vindex message-forward-as-mime
272If this variable is @code{t} (the default), forwarded messages are
273included as inline MIME RFC822 parts. If it's @code{nil}, forwarded
274messages will just be copied inline to the new message, like previous,
275non MIME-savvy versions of gnus would do.
6bf7aab6
DL
276@end table
277
278
279@node Resending
280@section Resending
281
282@findex message-resend
283The @code{message-resend} command will prompt the user for an address
284and resend the message in the current buffer to that address.
285
286@vindex message-ignored-resent-headers
287Headers that match the @code{message-ignored-resent-headers} regexp will
288be removed before sending the message. The default is
9d3d5390 289@samp{^Return-receipt}.
6bf7aab6
DL
290
291
292@node Bouncing
293@section Bouncing
294
295@findex message-bounce
296The @code{message-bounce} command will, if the current buffer contains a
297bounced mail message, pop up a message buffer stripped of the bounce
298information. A @dfn{bounced message} is typically a mail you've sent
299out that has been returned by some @code{mailer-daemon} as
9d3d5390 300undeliverable.
6bf7aab6
DL
301
302@vindex message-ignored-bounced-headers
303Headers that match the @code{message-ignored-bounced-headers} regexp
304will be removed before popping up the buffer. The default is
305@samp{^\\(Received\\|Return-Path\\):}.
306
307
308@node Commands
309@chapter Commands
310
311@menu
312* Header Commands:: Commands for moving to headers.
313* Movement:: Moving around in message buffers.
314* Insertion:: Inserting things into message buffers.
9d3d5390 315* MIME:: @sc{mime} considerations.
6bf7aab6
DL
316* Various Commands:: Various things.
317* Sending:: Actually sending the message.
318* Mail Aliases:: How to use mail aliases.
319@end menu
320
321
322@node Header Commands
323@section Header Commands
324
325All these commands move to the header in question. If it doesn't exist,
326it will be inserted.
327
328@table @kbd
329
330@item C-c ?
331@kindex C-c ?
332@findex message-goto-to
333Describe the message mode.
334
335@item C-c C-f C-t
9d3d5390 336@kindex C-c C-f C-t
6bf7aab6
DL
337@findex message-goto-to
338Go to the @code{To} header (@code{message-goto-to}).
339
340@item C-c C-f C-b
9d3d5390 341@kindex C-c C-f C-b
6bf7aab6
DL
342@findex message-goto-bcc
343Go to the @code{Bcc} header (@code{message-goto-bcc}).
344
345@item C-c C-f C-f
9d3d5390 346@kindex C-c C-f C-f
6bf7aab6
DL
347@findex message-goto-fcc
348Go to the @code{Fcc} header (@code{message-goto-fcc}).
349
350@item C-c C-f C-c
9d3d5390 351@kindex C-c C-f C-c
6bf7aab6
DL
352@findex message-goto-cc
353Go to the @code{Cc} header (@code{message-goto-cc}).
354
355@item C-c C-f C-s
9d3d5390 356@kindex C-c C-f C-s
6bf7aab6
DL
357@findex message-goto-subject
358Go to the @code{Subject} header (@code{message-goto-subject}).
359
360@item C-c C-f C-r
9d3d5390 361@kindex C-c C-f C-r
6bf7aab6
DL
362@findex message-goto-reply-to
363Go to the @code{Reply-To} header (@code{message-goto-reply-to}).
364
365@item C-c C-f C-n
9d3d5390 366@kindex C-c C-f C-n
6bf7aab6
DL
367@findex message-goto-newsgroups
368Go to the @code{Newsgroups} header (@code{message-goto-newsgroups}).
369
370@item C-c C-f C-d
9d3d5390 371@kindex C-c C-f C-d
6bf7aab6
DL
372@findex message-goto-distribution
373Go to the @code{Distribution} header (@code{message-goto-distribution}).
374
375@item C-c C-f C-o
9d3d5390 376@kindex C-c C-f C-o
6bf7aab6
DL
377@findex message-goto-followup-to
378Go to the @code{Followup-To} header (@code{message-goto-followup-to}).
379
380@item C-c C-f C-k
9d3d5390 381@kindex C-c C-f C-k
6bf7aab6
DL
382@findex message-goto-keywords
383Go to the @code{Keywords} header (@code{message-goto-keywords}).
384
385@item C-c C-f C-u
9d3d5390 386@kindex C-c C-f C-u
6bf7aab6
DL
387@findex message-goto-summary
388Go to the @code{Summary} header (@code{message-goto-summary}).
389
390@end table
391
392
393@node Movement
394@section Movement
395
396@table @kbd
397@item C-c C-b
9d3d5390 398@kindex C-c C-b
6bf7aab6
DL
399@findex message-goto-body
400Move to the beginning of the body of the message
9d3d5390 401(@code{message-goto-body}).
6bf7aab6
DL
402
403@item C-c C-i
9d3d5390 404@kindex C-c C-i
6bf7aab6
DL
405@findex message-goto-signature
406Move to the signature of the message (@code{message-goto-signature}).
407
408@end table
409
410
411@node Insertion
412@section Insertion
413
414@table @kbd
415
416@item C-c C-y
9d3d5390 417@kindex C-c C-y
6bf7aab6
DL
418@findex message-yank-original
419Yank the message that's being replied to into the message buffer
9d3d5390
DL
420(@code{message-yank-original}).
421
422@item C-c M-C-y
423@kindex C-c M-C-y
424@findex message-yank-buffer
425Prompt for a buffer name and yank the contents of that buffer into the
426message buffer (@code{message-yank-buffer}).
6bf7aab6
DL
427
428@item C-c C-q
9d3d5390 429@kindex C-c C-q
6bf7aab6
DL
430@findex message-fill-yanked-message
431Fill the yanked message (@code{message-fill-yanked-message}). Warning:
432Can severely mess up the yanked text if its quoting conventions are
433strange. You'll quickly get a feel for when it's safe, though. Anyway,
434just remember that @kbd{C-x u} (@code{undo}) is available and you'll be
435all right.
436
6bf7aab6 437@item C-c C-w
9d3d5390 438@kindex C-c C-w
6bf7aab6
DL
439@findex message-insert-signature
440Insert a signature at the end of the buffer
9d3d5390
DL
441(@code{message-insert-signature}).
442
443@item C-c M-h
444@kindex C-c M-h
445@findex message-insert-headers
446Insert the message headers (@code{message-insert-headers}).
6bf7aab6
DL
447
448@end table
449
450@table @code
451@item message-ignored-cited-headers
452@vindex message-ignored-cited-headers
453All headers that match this regexp will be removed from yanked
454messages. The default is @samp{.}, which means that all headers will be
455removed.
456
457@item message-citation-line-function
458@vindex message-citation-line-function
459Function called to insert the citation line. The default is
460@code{message-insert-citation-line}, which will lead to citation lines
461that look like:
462
463@example
464Hallvard B Furuseth <h.b.furuseth@@usit.uio.no> writes:
465@end example
466
467Point will be at the beginning of the body of the message when this
468function is called.
469
470@item message-yank-prefix
471@vindex message-yank-prefix
472@cindex yanking
473@cindex quoting
474When you are replying to or following up an article, you normally want
475to quote the person you are answering. Inserting quoted text is done by
476@dfn{yanking}, and each quoted line you yank will have
477@code{message-yank-prefix} prepended to it. The default is @samp{> }.
6bf7aab6
DL
478
479@item message-indentation-spaces
480@vindex message-indentation-spaces
481Number of spaces to indent yanked messages.
482
483@item message-cite-function
484@vindex message-cite-function
485@findex message-cite-original
486@findex sc-cite-original
487@findex message-cite-original-without-signature
488@cindex Supercite
489Function for citing an original message. The default is
490@code{message-cite-original}, which simply inserts the original message
491and prepends @samp{> } to each line.
492@code{message-cite-original-without-signature} does the same, but elides
493the signature. You can also set it to @code{sc-cite-original} to use
494Supercite.
495
496@item message-indent-citation-function
497@vindex message-indent-citation-function
498Function for modifying a citation just inserted in the mail buffer.
499This can also be a list of functions. Each function can find the
500citation between @code{(point)} and @code{(mark t)}. And each function
501should leave point and mark around the citation text as modified.
502
503@item message-signature
504@vindex message-signature
505String to be inserted at the end of the message buffer. If @code{t}
506(which is the default), the @code{message-signature-file} file will be
507inserted instead. If a function, the result from the function will be
508used instead. If a form, the result from the form will be used instead.
509If this variable is @code{nil}, no signature will be inserted at all.
510
511@item message-signature-file
512@vindex message-signature-file
513File containing the signature to be inserted at the end of the buffer.
514The default is @samp{~/.signature}.
515
516@end table
517
518Note that RFC1036bis says that a signature should be preceded by the three
519characters @samp{-- } on a line by themselves. This is to make it
520easier for the recipient to automatically recognize and process the
521signature. So don't remove those characters, even though you might feel
522that they ruin your beautiful design, like, totally.
523
524Also note that no signature should be more than four lines long.
525Including ASCII graphics is an efficient way to get everybody to believe
526that you are silly and have nothing important to say.
527
528
9d3d5390
DL
529@node MIME
530@section MIME
531@cindex MML
532@cindex MIME
533@cindex multipart
534@cindex attachment
535
536Message is a @sc{mime}-compliant posting agent. The user generally
537doesn't have to do anything to make the @sc{mime} happen---Message will
538automatically add the @code{Content-Type} and
539@code{Content-Transfer-Encoding} headers.
540
541The most typical thing users want to use the multipart things in
542@sc{mime} for is to add ``attachments'' to mail they send out. This can
543be done with the @code{C-c C-a} command, which will prompt for a file
544name and a @sc{mime} type.
545
546You can also create arbitrarily complex multiparts using the MML
547language (@pxref{Composing, , Composing, emacs-mime, The Emacs MIME
548Manual}).
549
6bf7aab6
DL
550
551@node Various Commands
552@section Various Commands
553
554@table @kbd
555
556@item C-c C-r
9d3d5390 557@kindex C-c C-r
6bf7aab6
DL
558@findex message-caesar-buffer-body
559Caesar rotate (aka. rot13) the current message
560(@code{message-caesar-buffer-body}). If narrowing is in effect, just
561rotate the visible portion of the buffer. A numerical prefix says how
562many places to rotate the text. The default is 13.
563
564@item C-c C-e
565@kindex C-c C-e
566@findex message-elide-region
567Elide the text between point and mark (@code{message-elide-region}).
9d3d5390
DL
568The text is killed and replaced with the contents of the variable
569@code{message-elide-ellipsis}. The default value is to use an ellipsis
570(@samp{[...]}).
6bf7aab6
DL
571
572@item C-c C-z
573@kindex C-c C-x
574@findex message-kill-to-signature
575Kill all the text up to the signature, or if that's missing, up to the
576end of the message (@code{message-kill-to-signature}).
577
578@item C-c C-v
579@kindex C-c C-v
580@findex message-delete-not-region
581Delete all text in the body of the message that is outside the region
582(@code{message-delete-not-region}).
583
584@item M-RET
585@kindex M-RET
586@kindex message-newline-and-reformat
587Insert four newlines, and then reformat if inside quoted text.
588
589Here's an example:
590
591@example
592> This is some quoted text. And here's more quoted text.
593@end example
594
595If point is before @samp{And} and you press @kbd{M-RET}, you'll get:
596
597@example
598> This is some quoted text.
599
600*
601
602> And here's more quoted text.
603@end example
604
9d3d5390 605@samp{*} says where point will be placed.
6bf7aab6
DL
606
607@item C-c C-t
9d3d5390 608@kindex C-c C-t
6bf7aab6
DL
609@findex message-insert-to
610Insert a @code{To} header that contains the @code{Reply-To} or
611@code{From} header of the message you're following up
9d3d5390 612(@code{message-insert-to}).
6bf7aab6
DL
613
614@item C-c C-n
9d3d5390 615@kindex C-c C-n
6bf7aab6
DL
616@findex message-insert-newsgroups
617Insert a @code{Newsgroups} header that reflects the @code{Followup-To}
618or @code{Newsgroups} header of the article you're replying to
619(@code{message-insert-newsgroups}).
620
621@item C-c M-r
622@kindex C-c M-r
623@findex message-rename-buffer
624Rename the buffer (@code{message-rename-buffer}). If given a prefix,
625prompt for a new buffer name.
626
627@end table
628
629
630@node Sending
631@section Sending
632
633@table @kbd
634@item C-c C-c
9d3d5390 635@kindex C-c C-c
6bf7aab6
DL
636@findex message-send-and-exit
637Send the message and bury the current buffer
9d3d5390 638(@code{message-send-and-exit}).
6bf7aab6
DL
639
640@item C-c C-s
9d3d5390 641@kindex C-c C-s
6bf7aab6 642@findex message-send
9d3d5390 643Send the message (@code{message-send}).
6bf7aab6
DL
644
645@item C-c C-d
646@kindex C-c C-d
647@findex message-dont-send
648Bury the message buffer and exit (@code{message-dont-send}).
649
650@item C-c C-k
651@kindex C-c C-k
652@findex message-kill-buffer
653Kill the message buffer and exit (@code{message-kill-buffer}).
654
655@end table
656
657
658
659@node Mail Aliases
660@section Mail Aliases
661@cindex mail aliases
662@cindex aliases
663
664@vindex message-mail-alias-type
665The @code{message-mail-alias-type} variable controls what type of mail
666alias expansion to use. Currently only one form is supported---Message
667uses @code{mailabbrev} to handle mail aliases. If this variable is
668@code{nil}, no mail alias expansion will be performed.
669
670@code{mailabbrev} works by parsing the @file{/etc/mailrc} and
671@file{~/.mailrc} files. These files look like:
672
673@example
674alias lmi "Lars Magne Ingebrigtsen <larsi@@ifi.uio.no>"
675alias ding "ding@@ifi.uio.no (ding mailing list)"
676@end example
677
678After adding lines like this to your @file{~/.mailrc} file, you should
679be able to just write @samp{lmi} in the @code{To} or @code{Cc} (and so
680on) headers and press @kbd{SPC} to expand the alias.
681
682No expansion will be performed upon sending of the message---all
683expansions have to be done explicitly.
684
685
686
687@node Variables
688@chapter Variables
689
690@menu
691* Message Headers:: General message header stuff.
692* Mail Headers:: Customizing mail headers.
693* Mail Variables:: Other mail variables.
694* News Headers:: Customizing news headers.
695* News Variables:: Other news variables.
696* Various Message Variables:: Other message variables.
697* Sending Variables:: Variables for sending.
698* Message Buffers:: How Message names its buffers.
699* Message Actions:: Actions to be performed when exiting.
700@end menu
701
702
703@node Message Headers
704@section Message Headers
705
706Message is quite aggressive on the message generation front. It has to
707be -- it's a combined news and mail agent. To be able to send combined
708messages, it has to generate all headers itself (instead of letting the
709mail/news system do it) to ensure that mail and news copies of messages
710look sufficiently similar.
711
712@table @code
713
714@item message-generate-headers-first
715@vindex message-generate-headers-first
716If non-@code{nil}, generate all headers before starting to compose the
9d3d5390 717message.
6bf7aab6
DL
718
719@item message-from-style
720@vindex message-from-style
721Specifies how @code{From} headers should look. There are four valid
722values:
723
724@table @code
725@item nil
726Just the address -- @samp{king@@grassland.com}.
727
728@item parens
729@samp{king@@grassland.com (Elvis Parsley)}.
730
731@item angles
732@samp{Elvis Parsley <king@@grassland.com>}.
733
734@item default
735Look like @code{angles} if that doesn't require quoting, and
736@code{parens} if it does. If even @code{parens} requires quoting, use
737@code{angles} anyway.
738
739@end table
740
741@item message-deletable-headers
742@vindex message-deletable-headers
743Headers in this list that were previously generated by Message will be
744deleted before posting. Let's say you post an article. Then you decide
745to post it again to some other group, you naughty boy, so you jump back
746to the @code{*post-buf*} buffer, edit the @code{Newsgroups} line, and
747ship it off again. By default, this variable makes sure that the old
748generated @code{Message-ID} is deleted, and a new one generated. If
749this isn't done, the entire empire would probably crumble, anarchy would
750prevail, and cats would start walking on two legs and rule the world.
9d3d5390 751Allegedly.
6bf7aab6
DL
752
753@item message-default-headers
754@vindex message-default-headers
755This string is inserted at the end of the headers in all message
756buffers.
757
758@item message-subject-re-regexp
759@vindex message-subject-re-regexp
760Responses to messages have subjects that start with @samp{Re: }. This
761is @emph{not} an abbreviation of the English word ``response'', but in
762Latin, and means ``in response to''. Some illiterate nincompoops have
763failed to grasp this fact, and have ``internationalized'' their software
764to use abonimations like @samp{Aw: } (``antwort'') or @samp{Sv: }
765(``svar'') instead, which is meaningless and evil. However, you may
766have to deal with users that use these evil tools, in which case you may
767set this variable to a regexp that matches these prefixes. Myself, I
768just throw away non-compliant mail.
769
770@end table
771
772
773@node Mail Headers
774@section Mail Headers
775
776@table @code
777@item message-required-mail-headers
778@vindex message-required-mail-headers
779@xref{News Headers}, for the syntax of this variable. It is
780@code{(From Date Subject (optional . In-Reply-To) Message-ID Lines
781(optional . X-Mailer))} by default.
782
783@item message-ignored-mail-headers
784@vindex message-ignored-mail-headers
785Regexp of headers to be removed before mailing. The default is
786@samp{^[GF]cc:\\|^Resent-Fcc:}.
787
788@item message-default-mail-headers
789@vindex message-default-mail-headers
790This string is inserted at the end of the headers in all message
791buffers that are initialized as mail.
792
793@end table
794
795
796@node Mail Variables
9d3d5390 797@section Mail Variables
6bf7aab6
DL
798
799@table @code
800@item message-send-mail-function
801@vindex message-send-mail-function
802Function used to send the current buffer as mail. The default is
803@code{message-send-mail-with-sendmail}. If you prefer using MH
804instead, set this variable to @code{message-send-mail-with-mh}.
805
806@item message-mh-deletable-headers
807@vindex message-mh-deletable-headers
808Most versions of MH doesn't like being fed messages that contain the
809headers in this variable. If this variable is non-@code{nil} (which is
810the default), these headers will be removed before mailing when sending
811messages via MH. Set it to @code{nil} if your MH can handle these
812headers.
813
814@end table
815
816
817@node News Headers
818@section News Headers
819
820@vindex message-required-news-headers
821@code{message-required-news-headers} a list of header symbols. These
822headers will either be automatically generated, or, if that's
823impossible, they will be prompted for. The following symbols are valid:
824
825@table @code
826
827@item From
828@cindex From
829@findex user-full-name
830@findex user-mail-address
831This required header will be filled out with the result of the
832@code{message-make-from} function, which depends on the
833@code{message-from-style}, @code{user-full-name},
834@code{user-mail-address} variables.
835
836@item Subject
837@cindex Subject
9d3d5390 838This required header will be prompted for if not present already.
6bf7aab6
DL
839
840@item Newsgroups
841@cindex Newsgroups
842This required header says which newsgroups the article is to be posted
843to. If it isn't present already, it will be prompted for.
844
845@item Organization
846@cindex organization
847This optional header will be filled out depending on the
848@code{message-user-organization} variable.
849@code{message-user-organization-file} will be used if this variable is
850@code{t}. This variable can also be a string (in which case this string
851will be used), or it can be a function (which will be called with no
852parameters and should return a string to be used).
853
854@item Lines
855@cindex Lines
856This optional header will be computed by Message.
857
858@item Message-ID
859@cindex Message-ID
860@vindex mail-host-address
861@findex system-name
862@cindex Sun
863This required header will be generated by Message. A unique ID will be
9d3d5390
DL
864created based on the date, time, user name and system name. Message
865will use @code{system-name} to determine the name of the system. If
866this isn't a fully qualified domain name (FQDN), Message will use
867@code{mail-host-address} as the FQDN of the machine.
6bf7aab6
DL
868
869@item X-Newsreader
870@cindex X-Newsreader
871This optional header will be filled out according to the
872@code{message-newsreader} local variable.
873
874@item X-Mailer
875This optional header will be filled out according to the
876@code{message-mailer} local variable, unless there already is an
877@code{X-Newsreader} header present.
878
879@item In-Reply-To
880This optional header is filled out using the @code{Date} and @code{From}
881header of the article being replied to.
882
883@item Expires
884@cindex Expires
885This extremely optional header will be inserted according to the
886@code{message-expires} variable. It is highly deprecated and shouldn't
887be used unless you know what you're doing.
888
889@item Distribution
890@cindex Distribution
891This optional header is filled out according to the
892@code{message-distribution-function} variable. It is a deprecated and
893much misunderstood header.
894
895@item Path
896@cindex path
897This extremely optional header should probably never be used.
898However, some @emph{very} old servers require that this header is
899present. @code{message-user-path} further controls how this
900@code{Path} header is to look. If it is @code{nil}, use the server name
901as the leaf node. If it is a string, use the string. If it is neither
902a string nor @code{nil}, use the user name only. However, it is highly
903unlikely that you should need to fiddle with this variable at all.
904@end table
905
906@findex yow
907@cindex Mime-Version
908In addition, you can enter conses into this list. The car of this cons
909should be a symbol. This symbol's name is the name of the header, and
910the cdr can either be a string to be entered verbatim as the value of
911this header, or it can be a function to be called. This function should
912return a string to be inserted. For instance, if you want to insert
913@code{Mime-Version: 1.0}, you should enter @code{(Mime-Version . "1.0")}
914into the list. If you want to insert a funny quote, you could enter
915something like @code{(X-Yow . yow)} into the list. The function
916@code{yow} will then be called without any arguments.
917
918If the list contains a cons where the car of the cons is
919@code{optional}, the cdr of this cons will only be inserted if it is
920non-@code{nil}.
921
922Other variables for customizing outgoing news articles:
923
924@table @code
925
926@item message-syntax-checks
927@vindex message-syntax-checks
928Controls what syntax checks should not be performed on outgoing posts.
929To disable checking of long signatures, for instance, add
930
931@lisp
932(signature . disabled)
933@end lisp
934
935to this list.
936
937Valid checks are:
938
939@table @code
9d3d5390 940@item subject-cmsg
6bf7aab6
DL
941Check the subject for commands.
942@item sender
943@cindex Sender
9d3d5390
DL
944Insert a new @code{Sender} header if the @code{From} header looks odd.
945@item multiple-headers
6bf7aab6 946Check for the existence of multiple equal headers.
9d3d5390 947@item sendsys
6bf7aab6
DL
948@cindex sendsys
949Check for the existence of version and sendsys commands.
950@item message-id
951Check whether the @code{Message-ID} looks ok.
952@item from
953Check whether the @code{From} header seems nice.
9d3d5390 954@item long-lines
6bf7aab6
DL
955@cindex long lines
956Check for too long lines.
957@item control-chars
958Check for invalid characters.
959@item size
960Check for excessive size.
961@item new-text
962Check whether there is any new text in the messages.
963@item signature
964Check the length of the signature.
965@item approved
966@cindex approved
967Check whether the article has an @code{Approved} header, which is
968something only moderators should include.
969@item empty
970Check whether the article is empty.
9d3d5390
DL
971@item invisible-text
972Check whether there is any invisible text in the buffer.
6bf7aab6
DL
973@item empty-headers
974Check whether any of the headers are empty.
975@item existing-newsgroups
9d3d5390 976Check whether the newsgroups mentioned in the @code{Newsgroups} and
6bf7aab6
DL
977@code{Followup-To} headers exist.
978@item valid-newsgroups
979Check whether the @code{Newsgroups} and @code{Followup-to} headers
980are valid syntactically.
981@item repeated-newsgroups
982Check whether the @code{Newsgroups} and @code{Followup-to} headers
983contains repeated group names.
984@item shorten-followup-to
985Check whether to add a @code{Followup-to} header to shorten the number
986of groups to post to.
987@end table
988
989All these conditions are checked by default.
990
991@item message-ignored-news-headers
992@vindex message-ignored-news-headers
993Regexp of headers to be removed before posting. The default is@*
994@samp{^NNTP-Posting-Host:\\|^Xref:\\|^[BGF]cc:\\|^Resent-Fcc:}.
995
996@item message-default-news-headers
997@vindex message-default-news-headers
998This string is inserted at the end of the headers in all message
999buffers that are initialized as news.
1000
1001@end table
1002
1003
1004@node News Variables
1005@section News Variables
1006
1007@table @code
1008@item message-send-news-function
1009@vindex message-send-news-function
1010Function used to send the current buffer as news. The default is
9d3d5390 1011@code{message-send-news}.
6bf7aab6
DL
1012
1013@item message-post-method
1014@vindex message-post-method
1015Gnusish @dfn{select method} (see the Gnus manual for details) used for
1016posting a prepared news message.
1017
1018@end table
1019
1020
1021@node Various Message Variables
1022@section Various Message Variables
1023
1024@table @code
9d3d5390
DL
1025@item message-default-charset
1026@vindex message-default-charset
1027@cindex charset
1028Symbol naming a @sc{mime} charset. Non-ASCII characters in messages are
1029assumed to be encoded using this charset. The default is @code{nil},
1030which means ask the user. (This variable is used only on non-@sc{mule}
1031Emacsen.
1032@xref{Charset Translation, , Charset Translation, emacs-mime,
1033 Emacs MIME Manual}, for details on the @sc{mule}-to-@sc{mime}
1034translation process.
1035
6bf7aab6
DL
1036@item message-signature-separator
1037@vindex message-signature-separator
1038Regexp matching the signature separator. It is @samp{^-- *$} by
9d3d5390 1039default.
6bf7aab6
DL
1040
1041@item mail-header-separator
1042@vindex mail-header-separator
1043String used to separate the headers from the body. It is @samp{--text
1044follows this line--} by default.
1045
1046@item message-directory
1047@vindex message-directory
9d3d5390 1048Directory used by many mailey things. The default is @file{~/Mail/}.
6bf7aab6
DL
1049
1050@item message-signature-setup-hook
1051@vindex message-signature-setup-hook
1052Hook run when initializing the message buffer. It is run after the
9d3d5390 1053headers have been inserted but before the signature has been inserted.
6bf7aab6
DL
1054
1055@item message-setup-hook
1056@vindex message-setup-hook
1057Hook run as the last thing when the message buffer has been initialized,
1058but before yanked text is inserted.
1059
1060@item message-header-setup-hook
1061@vindex message-header-setup-hook
9d3d5390 1062Hook called narrowed to the headers after initializing the headers.
6bf7aab6
DL
1063
1064For instance, if you're running Gnus and wish to insert a
1065@samp{Mail-Copies-To} header in all your news articles and all messages
1066you send to mailing lists, you could do something like the following:
1067
1068@lisp
1069(defun my-message-header-setup-hook ()
1070 (let ((group (or gnus-newsgroup-name "")))
1071 (when (or (message-fetch-field "newsgroups")
1072 (gnus-group-find-parameter group 'to-address)
1073 (gnus-group-find-parameter group 'to-list))
1074 (insert "Mail-Copies-To: never\n"))))
1075
1076(add-hook 'message-header-setup-hook
1077 'my-message-header-setup-hook)
1078@end lisp
1079
1080@item message-send-hook
1081@vindex message-send-hook
1082Hook run before sending messages.
1083
1084If you want to add certain headers before sending, you can use the
1085@code{message-add-header} function in this hook. For instance:
1086@findex message-add-header
1087
1088@lisp
1089(add-hook 'message-send-hook 'my-message-add-content)
1090(defun my-message-add-content ()
1091 (message-add-header
9d3d5390
DL
1092 "X-In-No-Sense: Nonsense"
1093 "X-Whatever: no"))
6bf7aab6
DL
1094@end lisp
1095
1096This function won't add the header if the header is already present.
1097
1098@item message-send-mail-hook
1099@vindex message-send-mail-hook
1100Hook run before sending mail messages.
1101
1102@item message-send-news-hook
1103@vindex message-send-news-hook
1104Hook run before sending news messages.
1105
1106@item message-sent-hook
1107@vindex message-sent-hook
1108Hook run after sending messages.
1109
1110@item message-mode-syntax-table
1111@vindex message-mode-syntax-table
1112Syntax table used in message mode buffers.
1113
1114@item message-send-method-alist
1115@vindex message-send-method-alist
1116
1117Alist of ways to send outgoing messages. Each element has the form
1118
1119@lisp
1120(TYPE PREDICATE FUNCTION)
1121@end lisp
1122
1123@table @var
1124@item type
1125A symbol that names the method.
1126
1127@item predicate
1128A function called without any parameters to determine whether the
1129message is a message of type @var{type}.
1130
1131@item function
1132A function to be called if @var{predicate} returns non-@code{nil}.
1133@var{function} is called with one parameter -- the prefix.
1134@end table
1135
1136@lisp
1137((news message-news-p message-send-via-news)
1138 (mail message-mail-p message-send-via-mail))
1139@end lisp
1140
1141
1142
1143@end table
1144
1145
1146
1147@node Sending Variables
1148@section Sending Variables
1149
1150@table @code
1151
9d3d5390
DL
1152@item message-fcc-handler-function
1153@vindex message-fcc-handler-function
6bf7aab6 1154A function called to save outgoing articles. This function will be
9d3d5390 1155called with the name of the file to store the article in. The default
6bf7aab6
DL
1156function is @code{message-output} which saves in Unix mailbox format.
1157
1158@item message-courtesy-message
1159@vindex message-courtesy-message
1160When sending combined messages, this string is inserted at the start of
1161the mailed copy. If the string contains the format spec @samp{%s}, the
1162newsgroups the article has been posted to will be inserted there. If
1163this variable is @code{nil}, no such courtesy message will be added.
1164The default value is @samp{"The following message is a courtesy copy of
9d3d5390 1165an article\nthat has been posted to %s as well.\n\n"}.
6bf7aab6
DL
1166
1167@end table
1168
1169
1170@node Message Buffers
1171@section Message Buffers
1172
1173Message will generate new buffers with unique buffer names when you
1174request a message buffer. When you send the message, the buffer isn't
1175normally killed off. Its name is changed and a certain number of old
1176message buffers are kept alive.
1177
1178@table @code
1179@item message-generate-new-buffers
1180@vindex message-generate-new-buffers
1181If non-@code{nil}, generate new buffers. The default is @code{t}. If
1182this is a function, call that function with three parameters: The type,
1183the to address and the group name. (Any of these may be @code{nil}.)
1184The function should return the new buffer name.
1185
1186@item message-max-buffers
1187@vindex message-max-buffers
1188This variable says how many old message buffers to keep. If there are
1189more message buffers than this, the oldest buffer will be killed. The
1190default is 10. If this variable is @code{nil}, no old message buffers
1191will ever be killed.
1192
1193@item message-send-rename-function
1194@vindex message-send-rename-function
1195After sending a message, the buffer is renamed from, for instance,
1196@samp{*reply to Lars*} to @samp{*sent reply to Lars*}. If you don't
1197like this, set this variable to a function that renames the buffer in a
1198manner you like. If you don't want to rename the buffer at all, you can
1199say:
1200
1201@lisp
1202(setq message-send-rename-function 'ignore)
1203@end lisp
1204
1205@item message-kill-buffer-on-exit
1206@findex message-kill-buffer-on-exit
1207If non-@code{nil}, kill the buffer immediately on exit.
1208
1209@end table
1210
1211
1212@node Message Actions
1213@section Message Actions
1214
1215When Message is being used from a news/mail reader, the reader is likely
1216to want to perform some task after the message has been sent. Perhaps
1217return to the previous window configuration or mark an article as
9d3d5390 1218replied.
6bf7aab6
DL
1219
1220@vindex message-kill-actions
1221@vindex message-postpone-actions
1222@vindex message-exit-actions
1223@vindex message-send-actions
1224The user may exit from the message buffer in various ways. The most
1225common is @kbd{C-c C-c}, which sends the message and exits. Other
1226possibilities are @kbd{C-c C-s} which just sends the message, @kbd{C-c
1227C-d} which postpones the message editing and buries the message buffer,
1228and @kbd{C-c C-k} which kills the message buffer. Each of these actions
1229have lists associated with them that contains actions to be executed:
1230@code{message-send-actions}, @code{message-exit-actions},
9d3d5390 1231@code{message-postpone-actions}, and @code{message-kill-actions}.
6bf7aab6
DL
1232
1233Message provides a function to interface with these lists:
1234@code{message-add-action}. The first parameter is the action to be
1235added, and the rest of the arguments are which lists to add this action
1236to. Here's an example from Gnus:
1237
1238@lisp
1239 (message-add-action
1240 `(set-window-configuration ,(current-window-configuration))
1241 'exit 'postpone 'kill)
1242@end lisp
1243
1244This restores the Gnus window configuration when the message buffer is
1245killed, postponed or exited.
1246
1247An @dfn{action} can be either: a normal function, or a list where the
1248@code{car} is a function and the @code{cdr} is the list of arguments, or
1249a form to be @code{eval}ed.
1250
1251
1252@node Compatibility
1253@chapter Compatibility
1254@cindex compatibility
1255
1256Message uses virtually only its own variables---older @code{mail-}
1257variables aren't consulted. To force Message to take those variables
1258into account, you can put the following in your @code{.emacs} file:
1259
1260@lisp
1261(require 'messcompat)
1262@end lisp
1263
1264This will initialize many Message variables from the values in the
1265corresponding mail variables.
1266
1267
1268@node Appendices
1269@chapter Appendices
1270
1271@menu
1272* Responses:: Standard rules for determining where responses go.
1273@end menu
1274
1275
1276@node Responses
1277@section Responses
1278
1279To determine where a message is to go, the following algorithm is used
1280by default.
1281
1282@table @dfn
1283@item reply
1284A @dfn{reply} is when you want to respond @emph{just} to the person who
1285sent the message via mail. There will only be one recipient. To
1286determine who the recipient will be, the following headers are
1287consulted, in turn:
1288
1289@table @code
1290@item Reply-To
1291
1292@item From
1293@end table
1294
1295
1296@item wide reply
1297A @dfn{wide reply} is a mail response that includes @emph{all} entities
1298mentioned in the message you are responded to. All mailboxes from the
1299following headers will be concatenated to form the outgoing
1300@code{To}/@code{Cc} headers:
1301
1302@table @code
1303@item From
1304(unless there's a @code{Reply-To}, in which case that is used instead).
1305
1306@item Cc
1307
1308@item To
1309@end table
1310
1311If a @code{Mail-Copies-To} header is present, it will also be included
1312in the list of mailboxes. If this header is @samp{never}, that means
1313that the @code{From} (or @code{Reply-To}) mailbox will be suppressed.
1314
1315
1316@item followup
1317A @dfn{followup} is a response sent via news. The following headers
1318(listed in order of precedence) determine where the response is to be
1319sent:
1320
1321@table @code
1322
1323@item Followup-To
1324
1325@item Newsgroups
1326
1327@end table
1328
1329If a @code{Mail-Copies-To} header is present, it will be used as the
1330basis of the new @code{Cc} header, except if this header is
1331@samp{never}.
1332
1333@end table
1334
1335
1336
1337@node Index
1338@chapter Index
1339@printindex cp
1340
1341@node Key Index
1342@chapter Key Index
1343@printindex ky
1344
1345@summarycontents
1346@contents
1347@bye
1348
1349@c End: