Author: adsb
Date: 2009-03-04 11:03:46 +0000 (Wed, 04 Mar 2009)
New Revision: 1834

Modified:
   trunk/debian/changelog
   trunk/scripts/nmudiff.sh
Log:
* nmudiff:
  + Rework the arguments passed to mutt in order to avoid problems
    attaching the diff with recent versions of mutt.  Thanks, Adeodato
    Simó. (Closes: #518127)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2009-03-02 19:38:14 UTC (rev 1833)
+++ trunk/debian/changelog      2009-03-04 11:03:46 UTC (rev 1834)
@@ -14,6 +14,10 @@
     + Document --no-conf.
     + Fix an uninitialised variable warning when --no-conf is used. Thanks.
       Cristian Greco. (Closes: #515047)
+  * nmudiff:
+    + Rework the arguments passed to mutt in order to avoid problems
+      attaching the diff with recent versions of mutt.  Thanks, Adeodato
+      Simó. (Closes: #518127)
   * rc-alert: Modify the description of the "I" flag to reference the
     squeeze-ignore tag rather than etch-ignore.
 

Modified: trunk/scripts/nmudiff.sh
===================================================================
--- trunk/scripts/nmudiff.sh    2009-03-02 19:38:14 UTC (rev 1833)
+++ trunk/scripts/nmudiff.sh    2009-03-04 11:03:46 UTC (rev 1834)
@@ -367,8 +367,8 @@
 EOF
 
     mutt -s "$SOURCE: diff for NMU version $VERSION" -i "$TMPNAM" \
-       -a ../${SOURCE}-${VERSION_NO_EPOCH}-nmu.diff \
        -e "my_hdr X-NMUDIFF-Version: ###VERSION###" \
+       -a ../${SOURCE}-${VERSION_NO_EPOCH}-nmu.diff -- \
        $BCC_ADDRESS_MUTT $TO_ADDRESSES_MUTT
 
 fi



-- 
To unsubscribe, send mail to [email protected].

Reply via email to