]> git.cworth.org Git - sup/commit
Remove the now useless PersonManager
authorNicolas Pouillard <nicolas.pouillard@gmail.com>
Mon, 16 Mar 2009 18:38:17 +0000 (19:38 +0100)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 25 Mar 2009 15:03:22 +0000 (08:03 -0700)
commit2a586f0c01566ca7f911c166ea3581f6f31f2ab0
tree373f38ce08dd19825356d2c36f8c8e855802d9af
parentdcc0f38b07a6071445be41f556ef8c22719e2416
Remove the now useless PersonManager

Replace PersonManager.person_for by Person.from_address
and PersonManager.people_for by Person.from_address_list
lib/sup.rb
lib/sup/buffer.rb
lib/sup/contact.rb
lib/sup/index.rb
lib/sup/message.rb
lib/sup/modes/edit-message-mode.rb
lib/sup/modes/reply-mode.rb
lib/sup/modes/thread-view-mode.rb
lib/sup/person.rb