diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/muttrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index eea4ba6..818c4c1 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -71,9 +71,11 @@ set include=yes # Index set index_format="%@emoji@%4C %X %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s" -index-format-hook emoji "~F" "β¨" + +# Needs ttf-dejavu-emojiless from AUR +index-format-hook emoji "~F" "π₯" index-format-hook emoji "~X 1-10" "π" -index-format-hook emoji "~G" "π" +index-format-hook emoji "~G" "π" index-format-hook emoji "~f nyu.edu" "σΎ¦ " index-format-hook emoji "~A" " " |