diff options
| author | Richard M. Stallman | 2001-02-19 02:26:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-19 02:26:38 +0000 |
| commit | 2e2cdb68cdfd13dc8a3c1ce4e80d192cd1dd4e6d (patch) | |
| tree | 0b06d1745a0f7ce0a1c147aac71f7dd42db8d233 /man/sending.texi | |
| parent | 91cf190988beb54c28478d5bc9e30bbf91bdf2dd (diff) | |
| download | emacs-2e2cdb68cdfd13dc8a3c1ce4e80d192cd1dd4e6d.tar.gz emacs-2e2cdb68cdfd13dc8a3c1ce4e80d192cd1dd4e6d.zip | |
Delete Footnote mode info.
Comment out EUDC info.
Merge fortune-to-signature info with spook in one node,
called Mail Amusements.
Other small changes.
Diffstat (limited to 'man/sending.texi')
| -rw-r--r-- | man/sending.texi | 75 |
1 files changed, 30 insertions, 45 deletions
diff --git a/man/sending.texi b/man/sending.texi index 343624bacce..a3c665dcbed 100644 --- a/man/sending.texi +++ b/man/sending.texi | |||
| @@ -57,6 +57,9 @@ Buffer}). Then you can use @kbd{C-x m} or its variants described above | |||
| 57 | to make a new @samp{*mail*} buffer. Once you've done that, you can work | 57 | to make a new @samp{*mail*} buffer. Once you've done that, you can work |
| 58 | with each mail buffer independently. | 58 | with each mail buffer independently. |
| 59 | 59 | ||
| 60 | @ignore | ||
| 61 | @c Commented out because it is not user-oriented; | ||
| 62 | @c it doesn't say how to do some job. -- rms. | ||
| 60 | @cindex directory servers | 63 | @cindex directory servers |
| 61 | @cindex LDAP | 64 | @cindex LDAP |
| 62 | @cindex PH/QI | 65 | @cindex PH/QI |
| @@ -65,15 +68,14 @@ There is an interface to directory servers using various protocols such | |||
| 65 | as LDAP or the CCSO white pages directory system (PH/QI), described in a | 68 | as LDAP or the CCSO white pages directory system (PH/QI), described in a |
| 66 | separate manual. It may be useful for looking up names and addresses. | 69 | separate manual. It may be useful for looking up names and addresses. |
| 67 | @xref{Top,,EUDC, eudc, EUDC Manual}. | 70 | @xref{Top,,EUDC, eudc, EUDC Manual}. |
| 71 | @end ignore | ||
| 68 | 72 | ||
| 69 | @menu | 73 | @menu |
| 70 | * Format: Mail Format. Format of the mail being composed. | 74 | * Format: Mail Format. Format of the mail being composed. |
| 71 | * Headers: Mail Headers. Details of permitted mail header fields. | 75 | * Headers: Mail Headers. Details of permitted mail header fields. |
| 72 | * Aliases: Mail Aliases. Abbreviating and grouping mail addresses. | 76 | * Aliases: Mail Aliases. Abbreviating and grouping mail addresses. |
| 73 | * Mode: Mail Mode. Special commands for editing mail being composed. | 77 | * Mode: Mail Mode. Special commands for editing mail being composed. |
| 74 | * Spook: Distracting NSA. How to distract the NSA's attention. | 78 | * Amuse: Mail Amusements. Distracting the NSA; adding fortune messages. |
| 75 | * Fortune:: `Fortune' items in signatures. | ||
| 76 | * Footnotes: Mail Footnotes. Making footnotes in messages. | ||
| 77 | * Methods: Mail Methods. Using alternative mail-composition methods. | 79 | * Methods: Mail Methods. Using alternative mail-composition methods. |
| 78 | @end menu | 80 | @end menu |
| 79 | 81 | ||
| @@ -154,7 +156,7 @@ Copies sent this way are called @dfn{blind carbon copies}. | |||
| 154 | To send a blind carbon copy of every outgoing message to yourself, set | 156 | To send a blind carbon copy of every outgoing message to yourself, set |
| 155 | the variable @code{mail-self-blind} to @code{t}. To send a blind carbon | 157 | the variable @code{mail-self-blind} to @code{t}. To send a blind carbon |
| 156 | copy of every message to some other @var{address}, set the variable | 158 | copy of every message to some other @var{address}, set the variable |
| 157 | @code{mail-default-headers} to @samp{"Bcc: @var{address}\n"}. | 159 | @code{mail-default-headers} to @code{"Bcc: @var{address}\n"}. |
| 158 | 160 | ||
| 159 | @item FCC | 161 | @item FCC |
| 160 | This field contains the name of one file and directs Emacs to append a | 162 | This field contains the name of one file and directs Emacs to append a |
| @@ -240,9 +242,12 @@ Allow the system to insert the @samp{From} field. | |||
| 240 | @end table | 242 | @end table |
| 241 | 243 | ||
| 242 | @vindex mail-default-headers | 244 | @vindex mail-default-headers |
| 243 | You can force Emacs to insert specific headers into the outgoing | 245 | You can direct Emacs to insert certain default headers into the |
| 244 | message by customizing the variable @code{mail-default-headers}. Its | 246 | outgoing message by setting the variable @code{mail-default-headers} |
| 245 | value as a string is inserted before you edit the message. | 247 | to a string. Then @code{C-x m} inserts this string into the message |
| 248 | headers. If the default header fields are not appropriate for a | ||
| 249 | particular message, edit them as appropriate before sending the | ||
| 250 | message. | ||
| 246 | 251 | ||
| 247 | @node Mail Aliases | 252 | @node Mail Aliases |
| 248 | @section Mail Aliases | 253 | @section Mail Aliases |
| @@ -613,8 +618,8 @@ as soon as the @samp{*mail*} buffer is created. Then the | |||
| 613 | @code{mail-setup} function puts in the default contents of the buffer. | 618 | @code{mail-setup} function puts in the default contents of the buffer. |
| 614 | After these default contents are inserted, @code{mail-setup-hook} runs. | 619 | After these default contents are inserted, @code{mail-setup-hook} runs. |
| 615 | 620 | ||
| 616 | @node Distracting NSA | 621 | @node Mail Amusements |
| 617 | @section Distracting the NSA | 622 | @section Mail Amusements |
| 618 | 623 | ||
| 619 | @findex spook | 624 | @findex spook |
| 620 | @cindex NSA | 625 | @cindex NSA |
| @@ -634,50 +639,30 @@ that they will have to give up reading it all. | |||
| 634 | entering an outgoing message: | 639 | entering an outgoing message: |
| 635 | 640 | ||
| 636 | @example | 641 | @example |
| 637 | (setq mail-signature '(spook)) | 642 | (add-hook 'mail-setup-hook 'spook) |
| 638 | @end example | 643 | @end example |
| 639 | 644 | ||
| 640 | Whether or not this confuses the NSA, it at least amuses people. | 645 | Whether or not this confuses the NSA, it at least amuses people. |
| 641 | 646 | ||
| 642 | @node Fortune | ||
| 643 | @section Putting @code{fortune} Items in Signatures | ||
| 644 | |||
| 645 | @pindex fortune | ||
| 646 | @findex fortune-to-signature | 647 | @findex fortune-to-signature |
| 647 | @findex fortune-from-region | ||
| 648 | @cindex signatures, mail/news | ||
| 649 | @cindex fortune cookies | 648 | @cindex fortune cookies |
| 650 | You can use the @code{fortune} program to create signatures for mail or | 649 | You can use the @code{fortune} program to put a ``fortune cookie'' |
| 651 | network news messages. (@code{fortune} prints a random---with luck, | 650 | message into outpoing mail. To do this, add |
| 652 | interesting---adage, originally inspired by `fortune cookie' messages.) | 651 | @code{fortune-to-signature} to @code{mail-setup-hook}: |
| 653 | To generate signatures, add @code{fortune-to-signature} to | 652 | |
| 654 | @code{mail-setup-hook} and/or @code{message-setup-hook} as appropriate. | 653 | @example |
| 655 | You can automatically cut regions to a Fortune file with @kbd{M-x | 654 | (add-hook 'mail-setup-hook 'fortune-to-signature) |
| 656 | fortune-from-region} and compile your own Fortune database. | 655 | @end example |
| 657 | |||
| 658 | @node Mail Footnotes | ||
| 659 | @section Making Footnotes | ||
| 660 | @cindex footnotes | ||
| 661 | |||
| 662 | @findex footnote-mode | ||
| 663 | @kbd{M-x footnote-mode} toggles a minor mode for making footnotes in | ||
| 664 | mail or network news messages. It is intended for use specifically with | ||
| 665 | Message mode but is not specific to that. It provides commands and | ||
| 666 | keybindings to insert footnotes, go to a given note, delete a note and | ||
| 667 | renumber notes. See the group @code{footnote} for customization and the | ||
| 668 | mode's documentation for keybindings. To set up Footnote mode for all | ||
| 669 | messages, add @code{footnote-mode} to @code{mail-mode-hook} and/or | ||
| 670 | @code{message-mode-hook} as appropriate. | ||
| 671 | 656 | ||
| 672 | @node Mail Methods | 657 | @node Mail Methods |
| 673 | @section Mail-Composition Methods | 658 | @section Mail-Composition Methods |
| 674 | @cindex mail-composition methods | 659 | @cindex mail-composition methods |
| 675 | 660 | ||
| 676 | This chapter describes the usual Emacs mode for editing and sending | ||
| 677 | mail---Mail mode. Emacs has alternative facilities for editing and | ||
| 678 | sending mail, including | ||
| 679 | @cindex MH mail interface | 661 | @cindex MH mail interface |
| 680 | @cindex Message mode for sending mail | 662 | @cindex Message mode for sending mail |
| 663 | In this chapter we have described the usual Emacs mode for editing | ||
| 664 | and sending mail---Mail mode. Emacs has alternative facilities for | ||
| 665 | editing and sending mail, including | ||
| 681 | MH-E and Message mode, not documented in this manual. | 666 | MH-E and Message mode, not documented in this manual. |
| 682 | @xref{,MH-E,,mh-e, The Emacs Interface to MH}. @xref{,Message,,message, | 667 | @xref{,MH-E,,mh-e, The Emacs Interface to MH}. @xref{,Message,,message, |
| 683 | Message Manual}. You can choose any of them as your preferred method. | 668 | Message Manual}. You can choose any of them as your preferred method. |
| @@ -688,11 +673,11 @@ and facilities that send mail. | |||
| 688 | @vindex mail-user-agent | 673 | @vindex mail-user-agent |
| 689 | To specify your mail-composition method, customize the variable | 674 | To specify your mail-composition method, customize the variable |
| 690 | @code{mail-user-agent}. Currently legitimate values include | 675 | @code{mail-user-agent}. Currently legitimate values include |
| 691 | @code{sendmail-user-agent}, @code{mh-e-user-agent}, | 676 | @code{sendmail-user-agent} (Mail mode), @code{mh-e-user-agent}, |
| 692 | @code{message-user-agent} and @code{gnus-user-agent}. | 677 | @code{message-user-agent} and @code{gnus-user-agent}. |
| 693 | 678 | ||
| 694 | If you select a different mail-composition method, the information in | 679 | If you select a different mail-composition method, the information |
| 695 | this chapter about the @samp{*mail*} buffer and Mail mode does not | 680 | in this chapter about the @samp{*mail*} buffer and Mail mode does not |
| 696 | necessarily apply; other methods may use completely different commands | 681 | apply; the other methods use a different format of text in a different |
| 697 | with a different format in a differently named buffer. | 682 | buffer, and their commands are different as well. |
| 698 | 683 | ||