diff --git a/global.org b/global.org index 4dd18f5..321ad22 100644 --- a/global.org +++ b/global.org @@ -1008,6 +1008,11 @@ (wilder/save-filter-addresses) (wilder/update-fiter-addresses-regex)) + (defun wilder/add-candidate-to-filter (candidate) + (wilder/add-address-to-filter (car (split-string candidate "\t")))) + + (helm-add-action-to-source "Filter away" #'wilder/add-candidate-to-filter helm-source-mu-contacts) + #+end_src This snippet improves handling of links that span several lines.