-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mutt/neomutt: reorganise conf to separete non compatible bits
- Loading branch information
Showing
5 changed files
with
35 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Index color | ||
|
||
# http://www.neomutt.org/feature/index-color/ | ||
# color index_author default color234 '.*' | ||
# color index_flags default red '~F' | ||
# color index_collapsed default brightblue | ||
# color index_date green default | ||
# color index_label default brightgreen | ||
# color index_number red default | ||
# color index_size cyan default | ||
color index_author default color234 '.*' | ||
color index_flags default red '~F' | ||
color index_collapsed default brightblue | ||
color index_date green default | ||
color index_label default brightgreen | ||
color index_number red default | ||
color index_size cyan default | ||
|
||
# vim: set ft=muttrc: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters