on rajoute l'auteur au titre du mail

darcs-hash:20020211190847-a279a-c576bf93316ef2c0fa446308a59c8c5d79c7608f.gz
This commit is contained in:
stransky 2002-02-11 20:08:47 +01:00
parent f7f19f621b
commit 31e5d2de63

View file

@ -47,7 +47,7 @@ SAUVEGARDE () {
echo "commentaires : " >> /tmp/commentaires.txt
$EDITOR /tmp/commentaires.txt
echo . >> /tmp/commentaires.txt
cat /tmp/commentaires.txt | mutt -nx -a /root/moderes/$newsgroup'.'$numero.nws -s "moderation de $newsgroup.$numero" moderateurs
cat /tmp/commentaires.txt | mutt -nx -a /root/moderes/$newsgroup'.'$numero.nws -s "moderation de $newsgroup.$numero par $moderateur" moderateurs
rm -f /tmp/commentaires.txt
;;