|
|
|
@ -1008,6 +1008,11 @@ |
|
|
|
(wilder/save-filter-addresses) |
|
|
|
(wilder/save-filter-addresses) |
|
|
|
(wilder/update-fiter-addresses-regex)) |
|
|
|
(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 |
|
|
|
#+end_src |
|
|
|
This snippet improves handling of links that span several lines. |
|
|
|
This snippet improves handling of links that span several lines. |
|
|
|
|