GNOME Bugzilla – Bug 651227
Should filter out delivery report from pending messages
Last modified: 2011-06-01 08:23:25 UTC
Since http://git.gnome.org/browse/gnome-shell/commit/?id=2244b6ff1b2233485a55c1a9de611da071df29c8 we ignore incoming messages which are delivery reports, which is cool. But we should filter out them from pending messages as well.
Created attachment 188737 [details] [review] skip delivery reports in pending messages (#651227) We already ignore them in _messageReceived but have to ignore them as well when displaying pending messages.
Or http://cgit.collabora.com/git/user/cassidy/gnome-shell/log/?h=filter-delivery-report-651227 if you are more a Git person.
Review of attachment 188737 [details] [review]: My functional programming! Why isn't this the composition of "map" and "filter"! Oh well, it's probably cleaner this way. LGTM.
Merged to master; thanks. commit 7b65735cc9f9158089614000438491694eb5ec25 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Fri May 27 10:52:08 2011 +0200 skip delivery reports in pending messages (#651227) We already ignore them in _messageReceived but have to ignore them as well when displaying pending messages. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.