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

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

[elpa] externals/ebdb 3128dd1 3/3: Fix dumb typo in whole-domain ignorin


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 3128dd1 3/3: Fix dumb typo in whole-domain ignoring
Date: Thu, 6 Feb 2020 11:37:29 -0500 (EST)

branch: externals/ebdb
commit 3128dd10795cee88d08b98ce2bf34dec96c88fd2
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Fix dumb typo in whole-domain ignoring
    
    * ebdb-mua.el (ebdb-update-records): Wasn't actually taking the whole 
domain.
---
 ebdb-mua.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb-mua.el b/ebdb-mua.el
index ae06442..e3e9c88 100644
--- a/ebdb-mua.el
+++ b/ebdb-mua.el
@@ -832,8 +832,8 @@ Usually this function is called by the wrapper 
`ebdb-mua-auto-update'."
                 (when (cadr address)
                   (cl-pushnew (downcase
                                (concat "@"
-                                       (split-string
-                                        (cadr address) "@" t)))
+                                       (nth 1 (split-string
+                                               (cadr address) "@" t))))
                               ebdb-permanently-ignored-mails :test #'equal)
                   (unless ebdb-permanent-ignores-file
                     (message "Mail will be ignored for this session only")



reply via email to

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