summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
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)