Change Gnus group buffer line format
This commit is contained in:
parent
6416e444df
commit
515d8ee715
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ messages.
|
||||||
(define-key gnus-summary-mode-map (kbd "M-d") 'oni-gnus-delete-forward)
|
(define-key gnus-summary-mode-map (kbd "M-d") 'oni-gnus-delete-forward)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Change the Gnus group buffer line format.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq gnus-group-line-format "%P%(%20G%): %-10s %S%p%B %5y %5T\n")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* ryuslash.org
|
* ryuslash.org
|
||||||
|
|
||||||
Set my main email address as the primary select method for Gnus.
|
Set my main email address as the primary select method for Gnus.
|
||||||
|
|
Loading…
Reference in a new issue