Mudanças entre as edições de "Thunderbird"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(3 revisões intermediárias por 2 usuários não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
− | thunderbird | + | '''Mozilla Thunderbird+enigmail''' |
+ | $ wget -c http://sunsite.rediris.es/pub/mozilla.org/thunderbird/releases/2.0.0.9/linux-i686/pt-BR/thunderbird-2.0.0.9.tar.gz | ||
+ | $ tar zxvf thunderbird-2.0.0.9.tar.gz | ||
+ | # mv thunderbird /usr/share | ||
+ | # ln -s /usr/share/thunderbird/thunderbird /usr/bin | ||
+ | $ wget --no-check-certificate https://addons.mozilla.org/en-US/thunderbird/downloads/file/20480/enigmail-0.95.5-tb+sm.xpi | ||
− | + | Abra o Thunderbird e vá em Ferramentas > Complementos > Instalar > localize o arquivo .xpi > instale e reinicie o aplicativo. | |
− | |||
− | |||
− | |||
− | |||
− | + | pronto! | |
+ | |||
+ | |||
+ | cat thunderbird.desktop | ||
+ | [Desktop Entry] | ||
+ | Encoding=UTF-8 | ||
+ | Name=Thunderbird Cliente de e-mail | ||
+ | Name[pt_BR]=Thunderbird Cliente de e-mail | ||
+ | GenericName=Cliente de e-mail | ||
+ | GenericName[pt_BR]=Cliente de e-mail | ||
+ | Comment[pt_BR]=Cliente de e-mail | ||
+ | Exec=thunderbird | ||
+ | StartupNotify=true | ||
+ | Terminal=false | ||
+ | Type=Application | ||
+ | Icon=thunderbird50.xpm | ||
+ | X-GNOME-Bugzilla-Bugzilla=GNOME | ||
+ | X-GNOME-Bugzilla-Product=Thunderbird | ||
+ | X-GNOME-Bugzilla-Component=General | ||
+ | Categories=Application;Network;GNOME;GTK;Email; | ||
+ | MimeType=text/html;text/xml;application/xhtml+xml; | ||
− | + | # cp thunderbird.desktop /usr/share/applications/ | |
+ | # cp /usr/share/thunderbird/icons/mozicon50.xpm /usr/share/icons/thunderbird50.xpm | ||
+ | |||
+ | * Como baixar todos seus e-mails do Gmail pelo Thunderbird! | ||
+ | https://amigaovirtual.wordpress.com/2015/02/03/como-baixar-todos-seus-e-mails-do-gmail-pelo-thunderbird/ | ||
+ | |||
+ | |||
+ | [[Categoria:gnuzinho]] | ||
+ | [[Categoria:desktop]] |
Edição atual tal como às 15h10min de 17 de fevereiro de 2022
Mozilla Thunderbird+enigmail
$ wget -c http://sunsite.rediris.es/pub/mozilla.org/thunderbird/releases/2.0.0.9/linux-i686/pt-BR/thunderbird-2.0.0.9.tar.gz $ tar zxvf thunderbird-2.0.0.9.tar.gz # mv thunderbird /usr/share # ln -s /usr/share/thunderbird/thunderbird /usr/bin $ wget --no-check-certificate https://addons.mozilla.org/en-US/thunderbird/downloads/file/20480/enigmail-0.95.5-tb+sm.xpi
Abra o Thunderbird e vá em Ferramentas > Complementos > Instalar > localize o arquivo .xpi > instale e reinicie o aplicativo.
pronto!
cat thunderbird.desktop
[Desktop Entry] Encoding=UTF-8 Name=Thunderbird Cliente de e-mail Name[pt_BR]=Thunderbird Cliente de e-mail GenericName=Cliente de e-mail GenericName[pt_BR]=Cliente de e-mail Comment[pt_BR]=Cliente de e-mail Exec=thunderbird StartupNotify=true Terminal=false Type=Application Icon=thunderbird50.xpm X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=Thunderbird X-GNOME-Bugzilla-Component=General Categories=Application;Network;GNOME;GTK;Email; MimeType=text/html;text/xml;application/xhtml+xml;
# cp thunderbird.desktop /usr/share/applications/ # cp /usr/share/thunderbird/icons/mozicon50.xpm /usr/share/icons/thunderbird50.xpm
- Como baixar todos seus e-mails do Gmail pelo Thunderbird!