diff options
author | Case Duckworth | 2021-01-05 17:16:32 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-05 17:16:32 -0600 |
commit | c994f9976048ec7f97896e5a1df3f152bfdf35dd (patch) | |
tree | 95f1e76ff29493e0dec5dbd4b0d32e73c79fe77e | |
parent | Update README (diff) | |
download | emacs-c994f9976048ec7f97896e5a1df3f152bfdf35dd.tar.gz emacs-c994f9976048ec7f97896e5a1df3f152bfdf35dd.zip |
Whitespace
-rw-r--r-- | config.org | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/config.org b/config.org index 4a9a9af..d383067 100644 --- a/config.org +++ b/config.org | |||
@@ -1630,20 +1630,17 @@ I’m only enabling this at home for now, since it requires building stuff. | |||
1630 | (cuss mu4e-confirm-quit nil) | 1630 | (cuss mu4e-confirm-quit nil) |
1631 | 1631 | ||
1632 | (cuss mu4e-bookmarks | 1632 | (cuss mu4e-bookmarks |
1633 | '(( | 1633 | '((:name "Unread" |
1634 | :name "Unread" | 1634 | :query |
1635 | :query | 1635 | "flag:unread AND NOT flag:trashed AND NOT maildir:/Spam" |
1636 | "flag:unread AND NOT flag:trashed AND NOT maildir:/Spam" | 1636 | :key ?u) |
1637 | :key ?u) | 1637 | (:name "Today" |
1638 | ( | 1638 | :query "date:today..now and not and not flag:trashed maildir:/Spam" |
1639 | :name "Today" | 1639 | :key ?t) |
1640 | :query "date:today..now and not maildir:/Spam" | 1640 | (:name "This week" |
1641 | :key ?t) | 1641 | :query "date:7d..now and not maildir:/Spam and not flag:trashed" |
1642 | ( | 1642 | :hide-unread t |
1643 | :name "This week" | 1643 | :key ?w))) |
1644 | :query "date:7d..now and not maildir:/Spam" | ||
1645 | :hide-unread t | ||
1646 | :key ?w))) | ||
1647 | 1644 | ||
1648 | (cuss mu4e-headers-fields | 1645 | (cuss mu4e-headers-fields |
1649 | '((:human-date . 12) | 1646 | '((:human-date . 12) |