]> diplodocus.org Git - nmh/blobdiff - etc/mhn.defaults.sh
Implement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and POP3 [3].
[nmh] / etc / mhn.defaults.sh
index 7b894498ea0b8af9691a3f0aa79aa13a6511ef4b..d9d35b00f496117395c41a69750b593c42033c8b 100755 (executable)
@@ -46,6 +46,7 @@ expand | sed -e 's/^   //' -e 's/  *$//'" >> $TMP
 fi
 
 echo "mhstore-store-text: %m%P.txt" >> $TMP
+echo "mhstore-store-text/html: %m%P.html" >> $TMP
 echo "mhstore-store-text/richtext: %m%P.rt" >> $TMP
 echo "mhstore-store-video/mpeg: %m%P.mpg" >> $TMP
 echo "mhstore-store-application/PostScript: %m%P.ps" >> $TMP
@@ -316,7 +317,7 @@ fi
 # access-type.
 case "`uname`" in
   FreeBSD)
-       echo "nmh-access-url: fetch -a -o -" >> $TMP
+       echo "nmh-access-url: fetch -o -" >> $TMP
        ;;
   *)
        PGM=`$SEARCHPROG "$SEARCHPATH" curl`