comparison man/message.texi @ 68521:04c2548593f7

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-33 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 8-13) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 01 Feb 2006 10:02:36 +0000
parents 28264c86d408
children 11b616eddda4 7432ca837c8d
comparison
equal deleted inserted replaced
68520:6a7173abcf59 68521:04c2548593f7
7 @synindex pg cp 7 @synindex pg cp
8 @copying 8 @copying
9 This file documents Message, the Emacs message composition mode. 9 This file documents Message, the Emacs message composition mode.
10 10
11 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 11 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
12 2005 Free Software Foundation, Inc. 12 2005, 2006 Free Software Foundation, Inc.
13 13
14 @quotation 14 @quotation
15 Permission is granted to copy, distribute and/or modify this document 15 Permission is granted to copy, distribute and/or modify this document
16 under the terms of the GNU Free Documentation License, Version 1.2 or 16 under the terms of the GNU Free Documentation License, Version 1.2 or
17 any later version published by the Free Software Foundation; with no 17 any later version published by the Free Software Foundation; with no
1384 trailing old subject. In this case, 1384 trailing old subject. In this case,
1385 @code{message-subject-trailing-was-regexp} is used. 1385 @code{message-subject-trailing-was-regexp} is used.
1386 1386
1387 @item message-alternative-emails 1387 @item message-alternative-emails
1388 @vindex message-alternative-emails 1388 @vindex message-alternative-emails
1389 A regexp to match the alternative email addresses. The first matched 1389 Regexp matching alternative email addresses. The first address in the
1390 address (not primary one) is used in the @code{From} field. 1390 To, Cc or From headers of the original article matching this variable is
1391 used as the From field of outgoing messages, replacing the default From
1392 value.
1393
1394 For example, if you have two secondary email addresses john@@home.net
1395 and john.doe@@work.com and want to use them in the From field when
1396 composing a reply to a message addressed to one of them, you could set
1397 this variable like this:
1398
1399 @lisp
1400 (setq message-alternative-emails
1401 (regexp-opt '("john@@home.net" "john.doe@@work.com")))
1402 @end lisp
1403
1404 This variable has precedence over posting styles and anything that runs
1405 off @code{message-setup-hook}.
1391 1406
1392 @item message-allow-no-recipients 1407 @item message-allow-no-recipients
1393 @vindex message-allow-no-recipients 1408 @vindex message-allow-no-recipients
1394 Specifies what to do when there are no recipients other than 1409 Specifies what to do when there are no recipients other than
1395 @code{Gcc} or @code{Fcc}. If it is @code{always}, the posting is 1410 @code{Gcc} or @code{Fcc}. If it is @code{always}, the posting is