]> git.cworth.org Git - sup/commit
bugfix: :sent label not being applied to sent messages
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Sun, 6 Sep 2009 13:45:25 +0000 (09:45 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Sun, 6 Sep 2009 13:45:25 +0000 (09:45 -0400)
commit4efc8adaf8c63ff054c71149de6c12fe8194ff03
treecadaec479d9bf7257673fb51783547921367dc8a
parent46f8e5116f38c8248fdc8553db18f8d2132a1f46
bugfix: :sent label not being applied to sent messages

At least, for mbox sent sources. Modify the mbox source so that it calls
self.labels for the message labels instead of directly using @labels. This
allows the SentLoader subclass to apply the sent label by defining #labels.
lib/sup/mbox/loader.rb