From 673a6ef63dcf0ef189b74ec6078806907c2d4d69 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 25 Feb 2022 17:11:56 +0000 Subject: clean-ups --- email.org | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'email.org') diff --git a/email.org b/email.org index cc28b73..6aa1c11 100644 --- a/email.org +++ b/email.org @@ -335,14 +335,7 @@ (let ((dir (expand-file-name base "~/var/mail"))) (seq-difference (directory-files dir) (append '("." "..") excl)))) - (defun jao-mailbox-folders (&rest excl) - (seq-mapcat (lambda (base) - (mapcar `(lambda (d) (format "%s/%s" ,base d)) - (apply #'jao-list-mailboxes base excl))) - '("jao" "bigml" "feeds"))) - - (defvar jao-mailbox-folders (jao-mailbox-folders "trash" "spam")) - (defvar jao-mailbox-folders-rx (regexp-opt jao-mailbox-folders)) + #+end_src * consult narrowing #+begin_src emacs-lisp -- cgit v1.2.3