add 'nothreads' option, fixes #4
This commit is contained in:
@@ -25,6 +25,7 @@ const (
|
||||
optionNoSender = "nosender"
|
||||
optionNoSubject = "nosubject"
|
||||
optionNoHTML = "nohtml"
|
||||
optionNoThreads = "nothreads"
|
||||
)
|
||||
|
||||
var migrations = []string{}
|
||||
|
||||
Reference in New Issue
Block a user