diff options
author | JSDurand <mmemmew@gmail.com> | 2021-03-03 11:09:26 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-03-03 11:09:26 +0800 |
commit | 5aa696fb024b74c027f61708150565dc1da59624 (patch) | |
tree | d29e667f0a8f8ea136fcd93f8800cd170c9c8040 /gnus-conf.el | |
parent | 82ee45737d2af92ac583d6319d5589d3f0b61c9e (diff) |
Adjust summary line format.
* gnus-conf.el (gnus-summary-line-format):
Don't show line numbers, and highlight some parts of the summary line
when the mouse is over it.
Diffstat (limited to 'gnus-conf.el')
-rw-r--r-- | gnus-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnus-conf.el b/gnus-conf.el index d36386d..9f8084e 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -155,7 +155,7 @@ (setq gnus-suppress-duplicates t) (setq gnus-summary-goto-unread 'never) (setq gnus-summary-to-prefix "To: ") -(setq gnus-summary-line-format "%U%R%z %-16,16&user-date; %4L:%-30,30f %B%s\n") +(setq gnus-summary-line-format "%U%R%z %-16,16&user-date; %*%(%-30,30a %B%s%)\n") (setq gnus-summary-mode-line-format "%p") (setq gnus-summary-make-false-root 'adopt) (setq gnus-sum-thread-tree-false-root "─┬> ") |