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