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