Fixing column display

This commit is contained in:
defnax 2020-05-09 23:42:54 +02:00
parent 38af9244a6
commit c297311b61
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ public:
COLUMN_THREAD_DATE = 0x06,
COLUMN_THREAD_TAGS = 0x07,
COLUMN_THREAD_MSGID = 0x08,
COLUMN_THREAD_NB_COLUMNS = 0x0a,
COLUMN_THREAD_NB_COLUMNS = 0x09,
COLUMN_THREAD_CONTENT = 0x09
};