diff options
| author | Kenichi Handa | 2010-12-24 13:38:22 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-12-24 13:38:22 +0900 |
| commit | 186f7f0b7f48751df956707de5476e63ca4c1dbe (patch) | |
| tree | d6d4a58a62dba7bcad84319902189080fb6452d0 /etc | |
| parent | e1a235757a06328c5262c19e37e89428b32571ae (diff) | |
| download | emacs-186f7f0b7f48751df956707de5476e63ca4c1dbe.tar.gz emacs-186f7f0b7f48751df956707de5476e63ca4c1dbe.zip | |
Enable display mode of MIME message in rmail.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
| @@ -72,6 +72,27 @@ Bazaar recognizes the headers "Author", "Date" and "Fixes". | |||
| 72 | Git, Mercurial, and Monotone recognize "Author" and "Date". | 72 | Git, Mercurial, and Monotone recognize "Author" and "Date". |
| 73 | Any unknown header is left as is in the message, so it is not lost. | 73 | Any unknown header is left as is in the message, so it is not lost. |
| 74 | 74 | ||
| 75 | ** Rmail | ||
| 76 | |||
| 77 | ** The default value of `rmail-enable-mime' is now t. Rmail decodes | ||
| 78 | MIME contents automatically. You can customize the variable | ||
| 79 | `rmail-enable-mime' back to `nil' to disable this automatic MIME | ||
| 80 | decoding. | ||
| 81 | |||
| 82 | ** The command `rmail-mime' change the displaying of a MIME message | ||
| 83 | between decoded presentation form and raw data if `rmail-enable-mime' | ||
| 84 | is non-nil. And, with prefix argument, it change only the displaying | ||
| 85 | of the MIME entity at point. | ||
| 86 | |||
| 87 | ** The new command TAB (rmail-mime-next-item) moves point to the next | ||
| 88 | item of MIME message. | ||
| 89 | |||
| 90 | ** The new command backtab (rmail-mime-previous-item) moves point to | ||
| 91 | the previous item of MIME message. | ||
| 92 | |||
| 93 | ** The new command RET (rmail-mime-toggle-hidden) hide or show the | ||
| 94 | body of the MIME entity at point. | ||
| 95 | |||
| 75 | ** Obsolete packages | 96 | ** Obsolete packages |
| 76 | 97 | ||
| 77 | +++ | 98 | +++ |