Skip to content
Snippets Groups Projects
Commit e9581470 authored by rswindell's avatar rswindell
Browse files

Added BodyCommand key to allow the ability to disable parsing body text for

commands (and avoid MIME issues).
parent 6e580978
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,10 @@
; Global settings ;
;;;;;;;;;;;;;;;;;;;
; Allow commands in subject?
; Allow commands in message subject?
SubjectCommand = true
; Allow commands in message body? (always true if SubjectCommand=false)
BodyCommand = false
; Disabled?
disabled = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment