--- a/gm-notify.py 2010-06-06 15:58:07.644349945 +0200 +++ b/gm-notify.py 2010-06-06 15:56:44.692572623 +0200 @@ -197,6 +197,8 @@ # Open mail client if self.client.get_bool("/apps/gm-notify/openclient"): command = self.client.get_string("/desktop/gnome/url-handlers/mailto/command").split(" ")[0] + if command.find("mutt") != -1: + command += " -f =%s" % indicator.label if self.client.get_bool("/desktop/gnome/url-handlers/mailto/needs_terminal"): termCmd = self.client.get_string("/desktop/gnome/applications/terminal/exec") if termCmd: