summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2018-06-15 10:24:43 +0200
committerRobert Pluim <rpluim@gmail.com>2018-06-15 10:25:14 +0200
commitc79a6275b2f3bc529f9e7e9a65dc56fbd30364d9 (patch)
tree19b14087a60545a1a9abe13ea816d222e57b4dc9 /etc
parent63f1dc4f7c33cc7cc738dbfae3d8192ae448b2f6 (diff)
downloademacs-c79a6275b2f3bc529f9e7e9a65dc56fbd30364d9.tar.gz
Update etc/NEWS for mail-source-movemail-program change
* etc/NEWS: Describe change in how we search for mail-source-movemail-program.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 938644215f4..92331108e95 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -46,6 +46,16 @@ often cause crashes. Set it to nil if you really need those fonts.
* Changes in Specialized Modes and Packages in Emacs 26.2
+** Gnus
+
+---
+*** Mailutils movemail will now be used if found at runtime.
+The default value of mail-source-movemail-program is now "movemail".
+This ensures that the movemail program from GNU Mailutils will be used
+if found in 'exec-path', even if it was not found at build time. To
+use a different program, customize mail-source-movemail-program to the
+absolute file name of the desired executable.
+
** Shell mode
---