diff options
Diffstat (limited to 'config/viewer.go')
-rw-r--r-- | config/viewer.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/viewer.go b/config/viewer.go index d5e32ac8..c359f43b 100644 --- a/config/viewer.go +++ b/config/viewer.go @@ -15,7 +15,6 @@ type ViewerConfig struct { ParseHttpLinks bool `ini:"parse-http-links"` HeaderLayout [][]string `ini:"-"` KeyPassthrough bool `ini:"-"` - CloseOnReply bool `ini:"close-on-reply"` } func defaultViewerConfig() *ViewerConfig { @@ -30,7 +29,6 @@ func defaultViewerConfig() *ViewerConfig { {"Subject"}, }, ParseHttpLinks: true, - CloseOnReply: false, } } |