diff options
author | jao <jao@gnu.org> | 2021-05-10 02:38:13 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-05-10 02:38:13 +0100 |
commit | e9b61120d0223f8642d447e532aa0ba7c1e9a265 (patch) | |
tree | 58237e38cf0e2d1a2aea5bcb45a8f103b2984557 | |
parent | 6a2e0a4a303471eecc876029fedd03984a800b0d (diff) | |
download | elibs-e9b61120d0223f8642d447e532aa0ba7c1e9a265.tar.gz elibs-e9b61120d0223f8642d447e532aa0ba7c1e9a265.tar.bz2 |
whitespace
-rw-r--r-- | eww.org | 3 | ||||
-rw-r--r-- | gnus.org | 8 |
2 files changed, 6 insertions, 5 deletions
@@ -78,7 +78,6 @@ (goto-char (prop-match-beginning p)))) #+end_src * Close page and reopen - #+begin_src emacs-lisp (defvar jao-eww--closed-urls ()) @@ -103,7 +102,6 @@ (interactive) (jao-eww-reopen t)) #+end_src - * Visiting links in a page #+begin_src emacs-lisp @@ -170,7 +168,6 @@ #+end_src * Sessions - #+begin_src emacs-lisp (use-package jao-eww-session :custom ((jao-eww-session-duplicate-tabs 'ask) @@ -225,7 +225,7 @@ ("nnimap:bigml" "W" jao-themes-dimm) ("nnimap:jao" "J" jao-themes-dimm) ("nnimap:feeds" "F" jao-themes-dimm) - ("^gmane" "N" default))) + ("^gmane" "N" jao-themes-f00))) (defun jao-gnus--unread-counts () (seq-reduce (lambda (r g) @@ -389,6 +389,8 @@ (regexp-opt '("books" "think" "local" "drivel" "lists" "emacs" "lobsters")))) + (setq gnus-permanently-visible-groups "^nnselect") + (setq gnus-parameters `(("^nnimap:jao/.*" (jao-gnus--trash-group "nnimap:jao/trash") @@ -401,6 +403,8 @@ (expiry-wait . 1) (jao-gnus--trash-group nil) (expiry-target . delete)) + ("^nnselect:.*-today" + (nnselect-rescan . t)) ("^nnimap:jao/inbox" (gcc-self . t)) ("^nnimap:bigml/.*" @@ -420,7 +424,7 @@ (gcc-self . nil) (auto-expire . t) (total-expire . t) - (expiry-wait . 365) + (expiry-wait . 7) (expiry-target . delete)) ("^nnimap:feeds/podcasts" (auto-expire . nil) |