X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=muttbug.sh.in;h=23d587bffc6a7b74772768b60a10ff550fb48efd;hp=df654318de86b75232374bc39e1eaaef87098216;hb=643be053e447a35cccc37550ac0087bb5bb5c5ad;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/muttbug.sh.in b/muttbug.sh.in index df65431..23d587b 100644 --- a/muttbug.sh.in +++ b/muttbug.sh.in @@ -5,7 +5,7 @@ # # -# $Id: muttbug.sh.in,v 3.6 2003/09/20 06:24:10 roessler Exp $ +# $Id: muttbug.sh.in,v 3.7 2005/01/09 15:35:51 roessler Exp $ # # @@ -272,7 +272,7 @@ if test "$CORE" && test -f "$CORE" ; then fi if test "$personal" = "yes" ; then - CANDIDATES=".muttrc-${MUTTVERSION} .muttrc .mutt/muttrc-${MUTTVERSION} .mutt/muttrc" + CANDIDATES=".muttngrc-${MUTTVERSION} .muttngrc .muttng/muttngrc-${MUTTVERSION} .muttng/muttngrc" MATCHED="none" for f in $CANDIDATES; do if test -f "${HOME}/$f" ; then @@ -282,7 +282,7 @@ if test "$personal" = "yes" ; then done if test "$MATCHED" = "none" ; then - echo "Warning: Can't find your personal .muttrc." >&2 + echo "Warning: Can't find your personal .muttngrc." >&2 else include_file $MATCHED fi @@ -290,7 +290,7 @@ fi if test "$global" = "yes" ; then - CANDIDATES="Muttrc-${MUTTVERSION} Muttrc" + CANDIDATES="Muttngrc-${MUTTVERSION} Muttngrc" DIRECTORIES="$sysconfdir $pkgdatadir" MATCHED="none" for d in $DIRECTORIES ; do @@ -304,7 +304,7 @@ if test "$global" = "yes" ; then done if test "$MATCHED" = "none" ; then - echo "Warning: Can't find global Muttrc." >&2 + echo "Warning: Can't find global Muttngrc." >&2 else include_file $MATCHED fi