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

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

[elpa] externals/nano-modeline 3ba77d6 1/3: Fix for mu4e


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline 3ba77d6 1/3: Fix for mu4e
Date: Mon, 22 Nov 2021 13:57:40 -0500 (EST)

branch: externals/nano-modeline
commit 3ba77d6f640cef6b7b43843c00d29ee5483e05ff
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Fix for mu4e
---
 nano-modeline.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 57c9508..a842ce0 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -60,7 +60,7 @@
   :group 'convenience)
 
 (defgroup nano-modeline nil
-  "N Λ N O modeline"
+  "N Λ N O Modeline"
   :group 'nano)
 
 (defgroup nano-modeline-active nil
@@ -400,7 +400,7 @@ Modeline is composed as:
 (defun nano-modeline-mu4e-server-props ()
   "Encapsulates the call to the variable mu4e-/~server-props
 depending on the version of mu4e."
-  (if (string> mu4e-mu-version "1.6.5")
+  (if (string> mu4e-mu-version "1.6.8")
       mu4e--server-props
     mu4e~server-props))
 
@@ -797,7 +797,7 @@ depending on the version of mu4e."
 ;;;###autoload
 (define-minor-mode nano-modeline-mode
   "Toggle nano-modeline minor mode"
-  :group 'nano
+  :group 'nano-modeline
   :global t
   :init-value nil
 



reply via email to

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