diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/style.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/style.go b/config/style.go index 417f42b6..2b1ef41a 100644 --- a/config/style.go +++ b/config/style.go @@ -40,6 +40,8 @@ const ( STYLE_MSGLIST_RESULT STYLE_MSGLIST_ANSWERED STYLE_MSGLIST_THREAD_FOLDED + STYLE_MSGLIST_GUTTER + STYLE_MSGLIST_PILL STYLE_DIRLIST_DEFAULT STYLE_DIRLIST_UNREAD @@ -81,6 +83,8 @@ var StyleNames = map[string]StyleObject{ "msglist_marked": STYLE_MSGLIST_MARKED, "msglist_result": STYLE_MSGLIST_RESULT, "msglist_answered": STYLE_MSGLIST_ANSWERED, + "msglist_gutter": STYLE_MSGLIST_GUTTER, + "msglist_pill": STYLE_MSGLIST_PILL, "msglist_thread_folded": STYLE_MSGLIST_THREAD_FOLDED, |