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

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

[elpa] master 7583989: [gnorb] Improve customization type for gnorb-gnus


From: Eric Abrahamsen
Subject: [elpa] master 7583989: [gnorb] Improve customization type for gnorb-gnus-sent-groups
Date: Fri, 12 Jun 2020 12:51:47 -0400 (EDT)

branch: master
commit 7583989e2b0afe3b0a3a028106578474fba438b7
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    [gnorb] Improve customization type for gnorb-gnus-sent-groups
    
    * packages/gnorb/gnorb-gnus.el (gnorb-gnus-sent-groups): This wasn't
    very helpful.
---
 packages/gnorb/gnorb-gnus.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/packages/gnorb/gnorb-gnus.el b/packages/gnorb/gnorb-gnus.el
index 33b4f89..9d12e6a 100644
--- a/packages/gnorb/gnorb-gnus.el
+++ b/packages/gnorb/gnorb-gnus.el
@@ -177,7 +177,6 @@ attachments."
 
 (defcustom gnorb-gnus-sent-groups nil
   "A list of strings indicating sent mail groups.
-
 In some cases, Gnorb can't detect where your sent messages are
 stored (ie if you're using IMAP sent mail folders instead of
 local archiving. If you want Gnorb to be able to find sent
@@ -187,7 +186,7 @@ server+group combinations, ie \"nnimap+Server:[Gmail]/Sent
 Mail\", or something similar. This only has to be done once for
 each message."
   :group 'gnorb-gnus
-  :type 'list)
+  :type '(repeat (string :tag "Group name")))
 
 (defvar gnorb-gnus-capture-attachments nil
   "Holding place for attachment names during the capture



reply via email to

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