20

I use Thunderbird instead of Evolution for my mail client, so I'd prefer if I could replace Evolution with Thunderbird in the messaging component of the Indicator applet. Does anyone know how to do this?

Jorge Castro
  • 71,754
jumpnett
  • 5,975

5 Answers5

28

You want the Mozilla Notification Extensions, aka messagingmenu-extension.

enter image description here

But it will not delete the evolution entry, to do that you need to remove /usr/share/indicators/messages/applications/evolution

The upstream source for the addon is available on Launchpad if you care to inspect it.

Related:

lfaraone
  • 4,697
  • Looks like what I want. I'll have to test it out though. – jumpnett Jul 29 '10 at 21:08
  • Awesome thanks!!! Saw this and was uber excited!!! – zkriesse Jul 13 '11 at 15:17
  • 3
    Note that removing /usr/share/indicators/messages/applications/evolution is wrong, and it will be installed again the next time there is an upgrade. The correct way is to blacklist it by doing something like:

    'mkdir -p ~/.config/indicators/messages/applications-blacklist && echo "/usr/share/applications/evolution.desktop" > ~/.config/indicators/messages/applications-blacklist/evolution'

    – Chris Coulson Sep 14 '11 at 08:55
  • First link is broken: "This add-on has been removed by its author." – Dave Jarvis Jul 30 '14 at 23:30
4

If you want to install the plugin for all users, it's better to use the upstream's PPA:

sudo add-apt-repository ppa:ruben-verweij/thunderbird-indicator
sudo apt-get update && sudo apt-get install xul-ext-indicator
papukaija
  • 2,425
1

You could also use the generic email notifier 'Popper'. It works with all kinds of POP or IMAP accounts and can launch all email clients (Evolution, Thunderbird, whatever you want). You will find it here: https://launchpad.net/popper Articles and reviews are available at: http://www.omgubuntu.co.uk/ Just search for 'popper'.

Ralf Hersel
  • 2,793
1

My add-on was made to replace to evolution, but If you want remove the evolution indicator and maintain the evolution, only you need deinstall evolution-indicator package (sudo apt-get remove evolution-indicator)

If you want the evolution-indicator back, reinstall evolution-indicator (sudo apt-get install evolution-indicator). You need restart your session after uninstall or reinstall the package

Jorge Castro
  • 71,754
0

I understand that this is the simplest way to do it: An add-on for thunderbird that works excellent: http://danjared.wordpress.com/proyectos/ubuntu-thunderbird/ the site is in Spanish but use a simple translate and you'll be able to understand. I do have one question: If I eliminate the panel indicator for Evolution mail client, how can I bring it back. I don't plan on removing Evolution, I just want it out of the panel.