Coder Social home page Coder Social logo

mailnag-messagingmenu-plugin's People

Contributors

igor-cali avatar pulb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

niravaga sahwar

mailnag-messagingmenu-plugin's Issues

Ubuntu 15.04: No mails shown in messages indicator

mailnag-unity-plugin 1.1-0~ubuntu15.04.1

Since upgrading to 15.04 I don't see any new mails in the messages indicator. The icon stays white and no mails are in the list. Mailnag is working, because I receive libnotify notifications.

Plugin Not showing in mailnag

I'm running xfce4 on archlinux. Poppup notifications work just fine, but I can't get the messaging menu to show up as a plugin after running the setup.py. I know arch isn't an officially supported distro, but I would appreciate any help/guidance you could give me. Thank you!

Edit: Additionally, under the xfce4 indicator plugin, when I receive a notification from mailnag, this doesn't register as a "known" indicator.

[patch] mailnag-messagingmenu-plugin does not show account in the indicator-messages list

Dear Patrick Ulbrich!

I have just updated my Ubuntu 12.04 LTS to 16.04 LTS.
In 12.04 I used Popper as e-mail checker. It is fully not supported on 16.04 LTS because of new notification API.
Your mailnag checker was recommended as a good (and working) alternative.

So I installed mailnag and mailnag-messagingmenu-plugin from your PPA on 16.04. They look great, thank you!

I configured two e-mail accounts.
But mailnag-messagingmenu-plugin does not show account in the indicator-messages list. It is known issue with mailnag.
I remember popper configuration window (see this article).
It has many customizations for indicator.

I added account_name to the indicator-messages. For now it shows e-mail in the form:
"%s: %s - %s" % (m.account_name, sender, m.subject).

Patch is below:

--- /usr/lib/python2.7/dist-packages/Mailnag/plugins/messagingmenuplugin.py	2017-04-18 12:05:50.846449978 +0300
+++ /tmp/messagingmenuplugin.py	2017-04-18 13:29:20.027346327 +0300
@@ -194,7 +194,7 @@
 				name, addr = m.sender
 				sender = name if len(name) > 0 else addr
 				icon = Gio.ThemedIcon.new(MAIL_ICON)
-				label = "%s: %s  -  %s" % (m.account_name, sender, m.subject)
+				label = "%s  -  %s" % (sender, m.subject)
 				if m.datetime > 0:
 					time = m.datetime * 1000L * 1000L
 					self._app.append_source_with_time(m.id, icon, label, time)

But I have problem with messages list width. It is very narrow.
How I can make it wider? Popper's list was wider.
Which documentation do you recommend?

With best regards,
Norbert.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.