customized mu4e headers view
This commit is contained in:
parent
c69dfb6f73
commit
4931b81db2
10
conf.org
10
conf.org
|
@ -1786,6 +1786,16 @@ set as a text property for further sorting"
|
||||||
|
|
||||||
user-full-name "Nate Dwarshuis")
|
user-full-name "Nate Dwarshuis")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** headers view
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq mu4e-headers-fields '((:human-date . 11)
|
||||||
|
(:flags . 5)
|
||||||
|
(:from . 22)
|
||||||
|
(:thread-subject))
|
||||||
|
mu4e-headers-date-format "%F"
|
||||||
|
mu4e-headers-time-format "%R"
|
||||||
|
mu4e-use-fancy-chars nil)
|
||||||
|
#+END_SRC
|
||||||
** contexts
|
** contexts
|
||||||
I have current have three contexts, personal and two work accounts. The first is a gmail account and the second/third are office365 accounts.
|
I have current have three contexts, personal and two work accounts. The first is a gmail account and the second/third are office365 accounts.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue