about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/local/pager.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/local/pager.nim b/src/local/pager.nim
index f1e1cd7d..cfdf269f 100644
--- a/src/local/pager.nim
+++ b/src/local/pager.nim
@@ -2760,7 +2760,8 @@ proc connected(pager: Pager; container: Container; response: Response) =
       flags: {cmfConnect, cmfHTML, cmfFound},
       ostream: istream
     ), response)
-  elif shortContentType.equalsIgnoreCase("text/plain"):
+  elif shortContentType.equalsIgnoreCase("text/plain") or
+      cfSave in container.flags:
     pager.connected2(container, MailcapResult(
       flags: {cmfConnect, cmfFound},
       ostream: istream