diff options
| author | Glenn Morris | 2010-12-13 20:42:59 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-12-13 20:42:59 -0800 |
| commit | 53aff12a2f57ca0830b425a6097d93bb8da637ca (patch) | |
| tree | 30827aa7ecfd0eb9a142d02838a111d2e46f23ae /doc | |
| parent | aae4b48c36b85f4af4fceaeb9091cf567065649e (diff) | |
| download | emacs-53aff12a2f57ca0830b425a6097d93bb8da637ca.tar.gz emacs-53aff12a2f57ca0830b425a6097d93bb8da637ca.zip | |
Make build-mail-aliases an interactive command.
* lisp/mail/mailalias.el (build-mail-aliases): Make it interactive.
* lisp/mail/sendmail.el (build-mail-aliases): Update autoload.
* doc/misc/faq.texi (Expanding aliases when sending mail):
Now build-mail-aliases is interactive.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 11 | ||||
| -rw-r--r-- | doc/misc/faq.texi | 10 |
2 files changed, 13 insertions, 8 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c26b3872c03..1ddabaaa707 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,12 +1,17 @@ | |||
| 1 | 2010-12-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * faq.texi (Expanding aliases when sending mail): | ||
| 4 | Now build-mail-aliases is interactive. | ||
| 5 | |||
| 1 | 2010-12-13 Andrew Cohen <cohen@andy.bu.edu> | 6 | 2010-12-13 Andrew Cohen <cohen@andy.bu.edu> |
| 2 | 7 | ||
| 3 | * gnus.texi: First pass at adding (rough) nnir documentation. | 8 | * gnus.texi: First pass at adding (rough) nnir documentation. |
| 4 | 9 | ||
| 5 | 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 10 | 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | 11 | ||
| 7 | * gnus.texi (Filtering New Groups): Mention | 12 | * gnus.texi (Filtering New Groups): |
| 8 | gnus-auto-subscribed-categories. | 13 | Mention gnus-auto-subscribed-categories. |
| 9 | (The First Time): Removed, since default-subscribed-newsgroups has been | 14 | (The First Time): Remove, since default-subscribed-newsgroups has been |
| 10 | removed. | 15 | removed. |
| 11 | 16 | ||
| 12 | 2010-12-13 Glenn Morris <rgm@gnu.org> | 17 | 2010-12-13 Glenn Morris <rgm@gnu.org> |
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index ee5f72ac300..afcd6098af1 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi | |||
| @@ -4299,12 +4299,12 @@ file. | |||
| 4299 | Normally, Emacs expands aliases when you send the message. | 4299 | Normally, Emacs expands aliases when you send the message. |
| 4300 | To expand them before this, use @kbd{M-x expand-mail-aliases}. | 4300 | To expand them before this, use @kbd{M-x expand-mail-aliases}. |
| 4301 | 4301 | ||
| 4302 | @c FIXME there should be an interactive rebuild command for this. | ||
| 4303 | @item | 4302 | @item |
| 4304 | Emacs normally only reads the @file{.mailrc} file once per session, | 4303 | Emacs normally only reads the @file{.mailrc} file once per session, when |
| 4305 | when you start to compose your first mail message. If you edit | 4304 | you start to compose your first mail message. If you edit the file |
| 4306 | @file{.mailrc}, you can type @kbd{M-: (build-mail-aliases) @key{RET}} to | 4305 | after this, you can use @kbd{M-x build-mail-aliases} to make Emacs |
| 4307 | make Emacs reread @file{~/.mailrc}. | 4306 | reread it. Prior to Emacs 24.1, this is not an interactive command, so |
| 4307 | you must instead type @kbd{M-: (build-mail-aliases) @key{RET}}. | ||
| 4308 | 4308 | ||
| 4309 | @item | 4309 | @item |
| 4310 | If you like, you can expand mail aliases as abbrevs, as soon as you | 4310 | If you like, you can expand mail aliases as abbrevs, as soon as you |