1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
<html lang="en">
<head>
<title>Signature - The MH-E Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The MH-E Manual">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Editing-Drafts.html#Editing-Drafts" title="Editing Drafts">
<link rel="prev" href="Inserting-Messages.html#Inserting-Messages" title="Inserting Messages">
<link rel="next" href="Picture.html#Picture" title="Picture">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This is version 8.0.3 of `The MH-E
Manual', last updated 2006-11-12.
Copyright (C) 1995, 2001, 2002, 2003, 2005, 2006 Free
Software Foundation, Inc.
The MH-E manual is free documentation; you can redistribute it
and/or modify it under the terms of either:
a. the GNU Free Documentation License, Version 1.2 or any later
version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.
b. the GNU General Public License as published by the Free
Software Foundation; either version 2, or (at your option)
any later version.
The MH-E manual is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License or GNU Free Documentation License for more
details.
The GNU General Public License and the GNU Free Documentation
License appear as appendices to this document. You may also
request copies by writing to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Signature"></a>
Next: <a rel="next" accesskey="n" href="Picture.html#Picture">Picture</a>,
Previous: <a rel="previous" accesskey="p" href="Inserting-Messages.html#Inserting-Messages">Inserting Messages</a>,
Up: <a rel="up" accesskey="u" href="Editing-Drafts.html#Editing-Drafts">Editing Drafts</a>
<hr>
</div>
<h3 class="section">9.4 Inserting Your Signature</h3>
<p><a name="index-signature-1342"></a><a name="index-mh_002dinsert_002dsignature-1343"></a><a name="index-C_002dc-C_002ds-1344"></a>
You can insert your signature at the current cursor location with the
command <kbd>C-c C-s</kbd> (<code>mh-insert-signature</code>).
<p><a name="index-files_002c-_0040file_007b_002esignature_007d-1345"></a><a name="index-g_t_0040file_007b_002esignature_007d-1346"></a><a name="index-vCard-1347"></a><a name="index-mh_002dsignature_002dfile_002dname-1348"></a>
By default, the text of your signature is taken from the file
<samp><span class="file">~/.signature</span></samp>. You can read from other sources by changing the
option <code>mh-signature-file-name</code>. This file may contain a
<dfn>vCard</dfn> in which case an attachment is added with the vCard.
<p><a name="index-mh_002dsignature_002dseparator_002dp-1349"></a><a name="index-mh_002dsignature_002dfile_002dname-1350"></a><a name="index-mh_002dsignature_002dseparator-1351"></a><a name="index-mh_002dsignature_002dseparator_002dregexp-1352"></a>
The option <code>mh-signature-file-name</code> may also be a symbol, in
which case that function is called. You may not want a signature
separator to be added for you; instead you may want to insert one
yourself. Options that you may find useful to do this include
<code>mh-signature-separator</code> (when inserting a signature separator)
and <code>mh-signature-separator-regexp</code> (for finding said separator).
The function <code>mh-signature-separator-p</code>, which reports <code>t</code>
if the buffer contains a separator, may be useful as well.
<p><a name="index-signature-separator-1353"></a><a name="index-mh_002dsignature_002dseparator_002dflag-1354"></a>
A signature separator (<code>"-- "</code>) will be added if the signature
block does not contain one and <code>mh-signature-separator-flag</code> is
on. It is not recommended that you change this option since various
mail user agents, including MH-E, use the separator to present the
signature differently, and to suppress the signature when replying or
yanking a letter into a draft.
<p><a name="index-mh_002dinsert_002dsignature_002dhook-1355"></a><a name="index-mh_002dsignature_002dfile_002dname-1356"></a>
The hook <code>mh-insert-signature-hook</code> is run after the signature is
inserted. Hook functions may access the actual name of the file or the
function used to insert the signature with
<code>mh-signature-file-name</code>.
<p>The signature can also be inserted using Identities.
See <a href="Identities.html#Identities">Identities</a>.
</body></html>
|