Per chi ritiene thunderbird pesante come occupazione della ram vi consiglio di provare sylpheed un ottimo client e-mail open source , leggerissimo ed altamente configurabile.
queste le principali caratteristiche di questa nuova versione:
- The bug that 'Set display item of summary...' button in the common preferences dialog always show send folder setting was fixed.
- The previous focus is kept when separation of view is changed.
- The status label is automatically resized now when there is not enough width.
- The bug that virtual folders were not sorted properly was fixed.
- The crash when trying to use ascii-armored PGP encryption was fixed.
- The most of compiler warnings were removed.
Il sito di riferimento del progetto lo trovate qui: http://sylpheed.sraoss.jp/en/
per scaricare il programma aprite un terminale, scrivete:
wget http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-2.4.7.tar.bz2
come al solito spostate il pacchetto dentro opt.
sudo mv sylpheed* /opt
scompattate l' archivio.
cd /opt
sudo tar jxvf sylpheed*
date i permessi alla cartella /opt/sylpheed-2.4.7
sudo chmod -R a+rwx sylpheed-2.4.7
sudo chown -R $USER:$USER sylpheed-2.4.7
entrate dento la cartella sylpheed-2.4.7 compilate.
cd sylpheed-2.4.7
sudo ./configure
sudo make
sudo make install
sul mio sistema debian lenny il configure non ha richiesto l'installazione di ulteriori librerie, verificate se sulla vostra macchina bisogna installare librerie accessorie.
per lanciare il software scrivete da terminale sylpheed
per disinstallare il programma basta spostarvi nella cartella del programma è digitare:
cd sylpheed-2.4.7
sudo make uninstall
sudo make distclean
Nessun commento:
Posta un commento