summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-18 21:33:59 +0000
committerjao <jao@gnu.org>2022-03-18 21:33:59 +0000
commit6c9c256d2817ba4d92b6e96ff4536c27ddd2e032 (patch)
tree6b176e5e94a6a3b57c586f873078c315d6329f64 /gnus.org
parent56c3ee88fb13d9aa2d60e84892039131a42531bc (diff)
downloadelibs-6c9c256d2817ba4d92b6e96ff4536c27ddd2e032.tar.gz
elibs-6c9c256d2817ba4d92b6e96ff4536c27ddd2e032.tar.bz2
nits
Diffstat (limited to 'gnus.org')
-rw-r--r--gnus.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnus.org b/gnus.org
index 2fd5d99..5d5df3e 100644
--- a/gnus.org
+++ b/gnus.org
@@ -459,7 +459,7 @@
#+end_src
*** Summary line
#+begin_src emacs-lisp
- (setq gnus-not-empty-thread-mark ?·) ; ↓)
+ (setq gnus-not-empty-thread-mark ?↓) ; ↓) ?·
(setq jao-gnus--summary-line-fmt
(concat "%%U %%*%%R %%uj "
"[ %%~(max-right 23)~(pad-right 23)uf "
@@ -496,7 +496,8 @@
(concat (regexp-opt '("ElDiaro.es "
"ElDiario.es - ElDiario.es: "
"The Guardian: "
- "Aeon | a world of ideas: "))
+ "Aeon | a world of ideas: "
+ ": <author>"))
"\\|unofficial mirror of [^:]+: "))
(defun gnus-user-format-function-f (headers)