muttrc: use tags easily
This commit is contained in:
parent
756a55474c
commit
3c33195fc7
4
.muttrc
4
.muttrc
@ -94,7 +94,7 @@ unignore Saved-In:
|
||||
set beep_new
|
||||
set menu_scroll
|
||||
set smart_wrap = yes
|
||||
set markers = no # don't put '+' at the beginning of wrapped lines
|
||||
set nomarkers # don't put '+' at the beginning of wrapped lines
|
||||
set pager_index_lines = 7 # how large is the index window?
|
||||
set sort = 'threads'
|
||||
set sort_aux=date-received
|
||||
@ -141,6 +141,7 @@ color index blue default "~D"
|
||||
|
||||
# Flagged messages in red
|
||||
color index brightred default "~F"
|
||||
color index magenta default "~T"
|
||||
|
||||
|
||||
# =====================================================================
|
||||
@ -167,6 +168,7 @@ color quoted3 cyan default
|
||||
color sidebar_new yellow default
|
||||
color sidebar_flagged brightred default
|
||||
|
||||
bind index ' ' tag-entry
|
||||
macro index,pager \eL '<change-folder>=.Lost/<enter>'
|
||||
#macro index,pager \eV '<change-folder>=.Epita.SRS.virli/<enter>'
|
||||
bind index,pager \CP sidebar-scroll-up
|
||||
|
Loading…
Reference in New Issue
Block a user