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

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

[elpa] externals/ebdb 5f00a46 10/12: Tweak default formatter settings


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 5f00a46 10/12: Tweak default formatter settings
Date: Tue, 12 Jun 2018 22:06:12 -0400 (EDT)

branch: externals/ebdb
commit 5f00a46a5cf32c8d7b23cfc2f9dba293b407760c
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Tweak default formatter settings
    
    * ebdb-com.el (ebdb-default-multiline-formatter): Forgot to include
      the :combine and :collapse slots.
      (ebdb-default-oneline-formatter): Only show the primary mail by
      default.
---
 ebdb-com.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index fb09b06..7d4f43c 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -486,7 +486,9 @@ and 'role, and the special shortcuts 'mail-primary,
   (make-instance 'ebdb-formatter-ebdb-multiline
                 :object-name "multiline formatter"
                 :include ebdb-default-multiline-include
-                :exclude ebdb-default-multiline-exclude)
+                :exclude ebdb-default-multiline-exclude
+                :combine ebdb-default-multiline-combine
+                :collapse ebdb-default-multiline-collapse)
   "The default multiline formatter for *EBDB* buffers."
   :type 'ebdb-formatter-ebdb-multiline
   :group 'ebdb-record-display)
@@ -494,7 +496,7 @@ and 'role, and the special shortcuts 'mail-primary,
 (defcustom ebdb-default-oneline-formatter
   (make-instance 'ebdb-formatter-ebdb-oneline
                 :object-name "oneline formatter"
-                :include '(ebdb-field-mail))
+                :include '(mail-primary))
   "The default oneline formatter of *EBDB* buffers."
   :type 'ebdb-formatter-ebdb-oneline
   :group 'ebdb-record-display)



reply via email to

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