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

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

[elpa] externals/gnorb c4aa1d5 441/449: [gnorb] Improve customization ty


From: Stefan Monnier
Subject: [elpa] externals/gnorb c4aa1d5 441/449: [gnorb] Improve customization type for gnorb-gnus-sent-groups
Date: Fri, 27 Nov 2020 23:16:28 -0500 (EST)

branch: externals/gnorb
commit c4aa1d51a0d99034653944d195a0ce6d74bb5ce1
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

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

diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index 33b4f89..9d12e6a 100644
--- a/gnorb-gnus.el
+++ b/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]