[gnus git] branch master updated: m0-7-288-g8f248b2 =1= * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail reading.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8f248b21e733d5b77a20135e31902eda2a0c92f0 (commit)
from 5a59513036de6551e2b4a82b93a2e659ee71edb5 (commit)
- Log -----------------------------------------------------------------
commit 8f248b21e733d5b77a20135e31902eda2a0c92f0
Author: Steinar Bang <[email protected]>
Date: Sat Jan 18 10:44:59 2014 -0800
* gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
reading.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 89ef581..100921b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-18 Steinar Bang <[email protected]>
+
+ * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
+ reading.
+
2014-01-09 Ken Olum <[email protected]> (tiny change)
* message.el (message-bury): Call bury-buffer with no argument
diff --git a/lisp/gnus-setup.el b/lisp/gnus-setup.el
index c8560e3..7ef8dc5 100644
--- a/lisp/gnus-setup.el
+++ b/lisp/gnus-setup.el
@@ -59,7 +59,7 @@
"Set this if you want to use MH-E for mail reading.")
(defvar gnus-use-rmail nil
"Set this if you want to use RMAIL for mail reading.")
-(defvar gnus-use-sendmail t
+(defvar gnus-use-sendmail nil
"Set this if you want to use SENDMAIL for mail reading.")
(defvar gnus-use-vm nil
"Set this if you want to use the VM package for mail reading.")
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-setup.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project