Move the muttrc to contrib, and add it to the Makefile.am so it is
distributed.

Remove the vimrc sample, it's not relevant.


# HG changeset patch
# User Kevin McCarthy <ke...@8t8.us>
# Date 1478734907 28800
#      Wed Nov 09 15:41:47 2016 -0800
# Node ID cd0918ebda17a496378823ea7fd1d2675c270e89
# Parent  6d7f9d97d0c00656d4f546a35c3774e7a46f7ccd
Compress: relocate sample files.

Move the muttrc to contrib, and add it to the Makefile.am so it is
distributed.

Remove the vimrc sample, it's not relevant.

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,15 +1,15 @@
 # $Id$
 
 subdir = contrib
 
 SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \
 	sample.mailcap sample.muttrc sample.muttrc-sidebar sample.muttrc-tlr \
-	sample.vimrc-sidebar colors.default colors.linux smime.rc \
+	sample.muttrc-compress sample.vimrc-sidebar colors.default colors.linux smime.rc \
 	ca-bundle.crt smime_keys_test.pl mutt_xtitle
 
 EXTRA_DIST = language.txt language50.txt  \
 	patch.slang-1.2.2.keypad.1	\
 	$(SAMPLES) \
 	iconv/README \
 	iconv/make.sh
 
diff --git a/doc/muttrc.compress b/contrib/sample.muttrc-compress
rename from doc/muttrc.compress
rename to contrib/sample.muttrc-compress
diff --git a/doc/vimrc.compress b/doc/vimrc.compress
deleted file mode 100644
--- a/doc/vimrc.compress
+++ /dev/null
@@ -1,6 +0,0 @@
-" Vim syntax file for the Mutt compress feature.
-
-syntax keyword muttrcCommand    append-hook
-syntax keyword muttrcCommand    close-hook
-syntax keyword muttrcCommand    open-hook
-

Reply via email to