* better handling of mailing lists which are not in the shortcuts lists

This commit is contained in:
djcb
2012-12-22 11:48:02 +02:00
parent a287074f7b
commit 1e6b7792d6
2 changed files with 11 additions and 5 deletions

View File

@ -27,8 +27,7 @@
(defvar mu4e~mailing-lists
'(
("bbdb-info.lists.sourceforge.net" . "BBDB")
'( ("bbdb-info.lists.sourceforge.net" . "BBDB")
("boost-announce.lists.boost.org" . "BoostA")
("boost-interest.lists.boost.org" . "BoostI")
("conkeror.mozdev.org" . "Conkeror")
@ -66,6 +65,7 @@
("notmuch.notmuchmail.org" . "Notmuch")
("orbit-list.gnome.org" . "ORBit")
("pulseaudio-discuss.lists.freedesktop.org" . "PulseA")
("sqlite-announce.sqlite.org" . "SQliteAnn")
("sqlite-dev.sqlite.org" . "SQLiteDev")
("sup-talk.rubyforge.org" . "Sup")
("sylpheed-claws-users.lists.sourceforge.net" . "Sylpheed")
@ -73,6 +73,7 @@
("unicode.sarasvati.unicode.org" . "Unicode")
("xapian-discuss.lists.xapian.org" . "Xapian")
("xdg.lists.freedesktop.org" . "XDG")
("wl-en.ml.gentei.org" . "WL")
("zsh-users.zsh.org" . "ZshUsr"))
"AList of mailing lists id -> shortname")