[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fortune et thunderbird



Le Mardi 14 Septembre 2004 22:00, Arnaud a écrit :
> Salut la liste,
>
> Voilà, je voudrais mettre en place fortune avec thunderbird.
> J'ai trouvé le code en bash pour pouvoir changer le fichier de ma
> signature:
>     #!/bin/sh
>     SIGFIFO=$HOME/Mails/signature_yahoo.txt
>     rm -f $SIGFIFO
>     mkfifo $SIGFIFO
>     while true;
>     do (
>     #printf "-- \nVisitez mon site: www.yoda81.fr.st\nJ'attends
> <http://www.yoda81.fr.st%5CnJ%27attends> vos commentaires sur le livre
> d'or\nGPG key: 0xA3A37CC8\n--------\n"     >>$SIGFIFO
>     fortune films >> $SIGFIFO
>
>     );
>     sleep 1;
>     done
>
> Mais ça marche pas sur thunderbird!
Euh, je sais pas avec  thunderbird mais avec kmail j'ai juste 
 /usr/games/fortunes
dans signature

-- 
@+, Claude

La science classique procède principalement d'une méthode analogique, 
consistant à transporter dans la nature les relations qui dominent le 
travail humain.
 -+- Simone Weil (1909-1943) -+-

-- 
@+, Claude



Reply to: