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