sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit b88e31fc09fdaef84f6e6be8deea182a9690e61b
parent 27cdb4d483044b897e0f4fb09d1de028a94b9e11
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Tue, 29 Oct 2013 09:22:48 +0100

security: link to wiki page on view-attachments

Diffstat:
M doc/FAQ.txt | 6 +++++-
M doc/Hooks.txt | 4 ++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/doc/FAQ.txt b/doc/FAQ.txt
@@ -112,4 +112,8 @@ P: When I run Sup remotely and view an HTML attachment, an existing
    file, which it can't find (since it's on the remote machine). How do
    I view HTML attachments in this environment?
 S: Put this in your ~/.mailcap on the machine you run Sup on:
-      text/html; /usr/bin/firefox -a sup '%s'; description=HTML Text; test=test -n "$DISPLAY";  nametemplate=%s.html
+      text/html; /usr/bin/firefox -a sup %s; description=HTML Text; test=test -n "$DISPLAY";  nametemplate=%s.html
+
+   Please read
+   https://github.com/sup-heliotrope/sup/wiki/Viewing-Attachments for
+   some security concerns on opening attachments.
diff --git a/doc/Hooks.txt b/doc/Hooks.txt
@@ -48,6 +48,10 @@ before-poll:
 
 
 mime-decode:
+  ## Please read:
+  https://github.com/sup-heliotrope/sup/wiki/Viewing-Attachments for
+  some security concerns on opening attachments.
+
   ## turn text/html attachments into plain text, unless they are part
   ## of a multipart/alternative pair
   require 'shellwords'