aboutsummaryrefslogtreecommitdiffstats
path: root/config/compose.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/compose.go')
-rw-r--r--config/compose.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/compose.go b/config/compose.go
index 80d93204..14a3087b 100644
--- a/config/compose.go
+++ b/config/compose.go
@@ -15,6 +15,7 @@ type ComposeConfig struct {
ReplyToSelf bool `ini:"reply-to-self"`
NoAttachmentWarning *regexp.Regexp `ini:"-"`
FilePickerCmd string `ini:"file-picker-cmd"`
+ FormatFlowed bool `ini:"format-flowed"`
}
func defaultComposeConfig() *ComposeConfig {