diff options
| author | Eli Zaretskii | 2005-01-15 14:37:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-01-15 14:37:32 +0000 |
| commit | ad8f7f494f69b7705953475ba9cb68797a9172da (patch) | |
| tree | 3ebf27eac18c75be14b4a23cdf515165e085fc11 | |
| parent | 38be61d50045ef6979a768639bc59e0c4e1e6160 (diff) | |
| download | emacs-ad8f7f494f69b7705953475ba9cb68797a9172da.tar.gz emacs-ad8f7f494f69b7705953475ba9cb68797a9172da.zip | |
Document support for GNU mailutils.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -2121,6 +2121,14 @@ displays a buffer menu. This option turns the buffer menu off. | |||
| 2121 | --- | 2121 | --- |
| 2122 | ** Rmail now displays 5-digit message ids in its summary buffer. | 2122 | ** Rmail now displays 5-digit message ids in its summary buffer. |
| 2123 | 2123 | ||
| 2124 | +++ | ||
| 2125 | ** Support for `movemail' from GNU mailutils was added to Rmail. | ||
| 2126 | This version of `movemail' allows to read mail from a wide range of | ||
| 2127 | mailbox formats, including remote POP3 and IMAP4 mailboxes with or | ||
| 2128 | without TLS encryption. If GNU mailutils is installed on the system | ||
| 2129 | and its version of `movemail' can be found in exec-path, it will be | ||
| 2130 | used instead of the native one. | ||
| 2131 | |||
| 2124 | --- | 2132 | --- |
| 2125 | ** On MS Windows, the "system caret" now follows the cursor. | 2133 | ** On MS Windows, the "system caret" now follows the cursor. |
| 2126 | This enables Emacs to work better with programs that need to track | 2134 | This enables Emacs to work better with programs that need to track |