diff options
| author | Simon Marshall | 1997-05-14 07:26:32 +0000 |
|---|---|---|
| committer | Simon Marshall | 1997-05-14 07:26:32 +0000 |
| commit | 1abf89b818fefc8e23655b05a500e894b260a0cd (patch) | |
| tree | 3527493780dbb4e06d05cb1f015d71516dcdf2df | |
| parent | 542d7fd2bae1668015db7d35e761f5d013c47ada (diff) | |
| download | emacs-1abf89b818fefc8e23655b05a500e894b260a0cd.tar.gz emacs-1abf89b818fefc8e23655b05a500e894b260a0cd.zip | |
entry for expand-mail-aliases
| -rw-r--r-- | lisp/mail/sendmail.el | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e60156977a2..2a516596a84 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -445,6 +445,9 @@ If within the headers, this makes the new lines into continuation lines." | |||
| 445 | (define-key mail-mode-map [menu-bar mail signature] | 445 | (define-key mail-mode-map [menu-bar mail signature] |
| 446 | '("Insert Signature" . mail-signature)) | 446 | '("Insert Signature" . mail-signature)) |
| 447 | 447 | ||
| 448 | (define-key mail-mode-map [menu-bar mail mail-sep] | ||
| 449 | '("--")) | ||
| 450 | |||
| 448 | (define-key mail-mode-map [menu-bar mail cancel] | 451 | (define-key mail-mode-map [menu-bar mail cancel] |
| 449 | '("Cancel" . mail-dont-send)) | 452 | '("Cancel" . mail-dont-send)) |
| 450 | 453 | ||
| @@ -457,14 +460,17 @@ If within the headers, this makes the new lines into continuation lines." | |||
| 457 | (define-key mail-mode-map [menu-bar headers] | 460 | (define-key mail-mode-map [menu-bar headers] |
| 458 | (cons "Headers" (make-sparse-keymap "Move to Header"))) | 461 | (cons "Headers" (make-sparse-keymap "Move to Header"))) |
| 459 | 462 | ||
| 460 | (define-key mail-mode-map [menu-bar headers reply-to] | 463 | (define-key mail-mode-map [menu-bar headers text] |
| 461 | '("Reply-To" . mail-reply-to)) | 464 | '("Text" . mail-text)) |
| 465 | |||
| 466 | (define-key mail-mode-map [menu-bar headers expand-aliases] | ||
| 467 | '("Expand Aliases" . expand-mail-aliases)) | ||
| 462 | 468 | ||
| 463 | (define-key mail-mode-map [menu-bar headers sent-via] | 469 | (define-key mail-mode-map [menu-bar headers sent-via] |
| 464 | '("Sent Via" . mail-sent-via)) | 470 | '("Sent Via" . mail-sent-via)) |
| 465 | 471 | ||
| 466 | (define-key mail-mode-map [menu-bar headers text] | 472 | (define-key mail-mode-map [menu-bar headers reply-to] |
| 467 | '("Text" . mail-text)) | 473 | '("Reply-To" . mail-reply-to)) |
| 468 | 474 | ||
| 469 | (define-key mail-mode-map [menu-bar headers bcc] | 475 | (define-key mail-mode-map [menu-bar headers bcc] |
| 470 | '("Bcc" . mail-bcc)) | 476 | '("Bcc" . mail-bcc)) |