aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gnus.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-02-16 01:02:45 -0800
committerGravatar Tom Willemse2022-02-16 01:02:45 -0800
commitd513eb84c4994d58cfa04d2ca16e95611b2c544c (patch)
treec0f901012b12309e125dfd47258329edbe00770e /oni-gnus.el
parentf78a8b1a4ec40639c22cdc7cf8800154327ce89d (diff)
downloademacs-config-d513eb84c4994d58cfa04d2ca16e95611b2c544c.tar.gz
emacs-config-d513eb84c4994d58cfa04d2ca16e95611b2c544c.zip
[oni-gnus] Increase the space for a mail's size
I seem to get large emails occasionally.
Diffstat (limited to 'oni-gnus.el')
-rw-r--r--oni-gnus.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-gnus.el b/oni-gnus.el
index 9c45931..c64220e 100644
--- a/oni-gnus.el
+++ b/oni-gnus.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1123.002704
+;; Version: 2022.0216.010059
;; Package-Requires: (oni-data-dir)
;; This program is free software; you can redistribute it and/or modify
@@ -78,7 +78,7 @@ Do this N times."
(define-key gnus-summary-mode-map (kbd "M-d") #'oni-gnus-delete-forward)
(setq gnus-group-line-format "%P%(%20G%): %-10s %S%p%B %5y %5T\n")
-(setq gnus-summary-line-format "%U%R%z %&user-date;%20= %I%(%[%4L: %-23,23f%]%) %s\n")
+(setq gnus-summary-line-format "%U%R%z %&user-date;%20= %I%(%[%5L: %-23,23f%]%) %s\n")
(setq gnus-treat-from-gravatar t)