Customize date format in mu4e mail list

This commit is contained in:
Antoine Martin 2022-04-26 15:57:03 +02:00
parent 888f02eb50
commit 80544c8728

View file

@ -54,6 +54,7 @@
- [[#add-git-apply-path-to-mu4e-actions][Add git-apply-path to mu4e actions]] - [[#add-git-apply-path-to-mu4e-actions][Add git-apply-path to mu4e actions]]
- [[#enable-auto-updates][Enable auto updates]] - [[#enable-auto-updates][Enable auto updates]]
- [[#ask-which-address-to-send-with-when-composing-a-new-mail][Ask which address to send with when composing a new mail]] - [[#ask-which-address-to-send-with-when-composing-a-new-mail][Ask which address to send with when composing a new mail]]
- [[#date-format-in-email-view][Date format in email view]]
* Misc * Misc
@ -686,3 +687,11 @@ will have to be adapted soon.
#+begin_src emacs-lisp :noweb-ref after-mu4e :tangle no #+begin_src emacs-lisp :noweb-ref after-mu4e :tangle no
(setq mu4e-compose-context-policy 'ask) (setq mu4e-compose-context-policy 'ask)
#+end_src #+end_src
** Date format in email view
Use "french" date format in header view:
#+begin_src emacs-lisp :noweb-ref after-mu4e :tangle no
(setq mu4e-headers-date-format "%d/%m/%y")
#+end_src