branch: master commit 3f7babaed42b1ef9a4f036c5e5378dd9645bd484 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
[gnus-mock] Set gnus-verbose to max by default, bump to 0.4.0 * packages/gnus-mock/data/.gnus.el (gnus-verbose): Useful default. --- packages/gnus-mock/data/.gnus.el | 2 ++ packages/gnus-mock/gnus-mock.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/gnus-mock/data/.gnus.el b/packages/gnus-mock/data/.gnus.el index 0687612..3fe0a87 100644 --- a/packages/gnus-mock/data/.gnus.el +++ b/packages/gnus-mock/data/.gnus.el @@ -15,6 +15,8 @@ (setq user-mail-address "mocktur...@gnus.org" user-full-name "Mock Turtle") +(setq gnus-verbose 10) + ;; `sendmail-program' has already been set to fakesendmail.py in the ;; init file. (setq message-send-mail-function #'message-send-mail-with-sendmail) diff --git a/packages/gnus-mock/gnus-mock.el b/packages/gnus-mock/gnus-mock.el index 74a85a3..968bed2 100644 --- a/packages/gnus-mock/gnus-mock.el +++ b/packages/gnus-mock/gnus-mock.el @@ -5,7 +5,7 @@ ;; Author: Eric Abrahamsen <e...@ericabrahamsen.net> ;; Maintainer: Eric Abrahamsen <e...@ericabrahamsen.net> ;; Package-Type: multi -;; Version: 0.3.0 +;; Version: 0.4.0 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by