summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install8
1 files changed, 8 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..d65675c06f64
--- /dev/null
+++ b/install
@@ -0,0 +1,8 @@
+post_install() {
+ cat <<EOF
+
+==> For GPG support, add the following to your muttrc:
+==> source /etc/Muttrc.gpg.dist
+
+EOF
+}