descriptionDisplay mu4e email flags with icons.
ownernumbchild@gmail.com
last changeSun, 30 Apr 2023 04:41:27 +0000 (30 12:41 +0800)
content tags
add:
README.org
* Intro

Display mu4e email flags with icons.

This package is a work after discussion on [[https://github.com/djcb/mu/issues/1795][mu4e GitHub issue]].

* Screenshot

[[file:all-the-icons.png]]

If you toggle option ~mu4e-marker-icons-use-unicode~. Then it will use unicode
icons, looks like this (This is totally from [[http://xenodium.com/mu4e-icons/][Álvaro Ramírez]], thanks!):

[[file:unicode-icons.png]]

* Installation

This package is already available on MELPA.

#+begin_src emacs-lisp
(use-package mu4e-marker-icons
  :ensure t
  :init (mu4e-marker-icons-mode 1))
#+end_src

* FAQ

** Q: got Chinese characters when using mu4e-marker-icons

The icon displaying issues is caused by all-the-icons, it might related to your font supporting or
system environments etc. Please search old issues in all-the-icons GitHub Issues page.
shortlog
2023-04-30 stardivinerrename screenshot image filenamemain
2023-04-23 stardivinerswitch icons back support from "all-the-icons" to ...
2023-01-07 stardivinerReplace reply icon
2022-07-14 stardivinerFix wrong property text, https://github.com/djcb/mu...
2022-06-28 stardivinerRemove deleted github link in README.
2022-06-22 stardivinerAdd new markers in mu4e 1.8
2022-06-11 stardivinerSetting duplicated email marker with mu4e-headers-threa...
2022-02-25 stardivinerChanged unicode icons
2022-02-10 stardivinerUpload library homepage
2021-01-24 stardivinerAdd unicode icons support
2021-01-21 stardivinerUpdate README about use-package installation and FAQ...
2021-01-20 stardivinerThis package is already available on MELPA now
2021-01-19 stardivinerRemove unnecessary enquote in function docstring
2021-01-19 stardivinerRemove time-stamp
2021-01-19 stardivinerPrefer ;; Version over ;; Package-Version
2021-01-09 stardivinerWrite README and add a screenshot
...
heads
11 months ago main