emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 3f7baba 3/3: [gnus-mock] Set gnus-verbose to max by defaul


From: Eric Abrahamsen
Subject: [elpa] master 3f7baba 3/3: [gnus-mock] Set gnus-verbose to max by default, bump to 0.4.0
Date: Tue, 4 Dec 2018 14:13:59 -0500 (EST)

branch: master
commit 3f7babaed42b1ef9a4f036c5e5378dd9645bd484
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    [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 "address@hidden"
       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 <address@hidden>
 ;; Maintainer: Eric Abrahamsen <address@hidden>
 ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]