summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--eww.org3
-rw-r--r--gnus.org8
2 files changed, 6 insertions, 5 deletions
diff --git a/eww.org b/eww.org
index 7bac07d..6e917e7 100644
--- a/eww.org
+++ b/eww.org
@@ -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)
diff --git a/gnus.org b/gnus.org
index 319b2e8..e3619c8 100644
--- a/gnus.org
+++ b/gnus.org
@@ -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)