]> git.cworth.org Git - sup/commit
- created a PersonManager that keeps track of the names of all email addresses
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 28 Dec 2006 23:10:58 +0000 (23:10 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 28 Dec 2006 23:10:58 +0000 (23:10 +0000)
commit8220732408d9c0d77f1d6cb9c9986362c3bfa7f9
tree0edfd8a3e97c785c073e94809dee0d71df696ba5
parentf8c0cdfa14c06f885d40c1865efc288736d2c686
- created a PersonManager that keeps track of the names of all email addresses
  ever seen. this will probably need to be intelligently trimmed, but will be
  used for fast loading of messages from slow sources.

- moved initialization and shutdown to Redwood::start and ::finish in sup.rb.

- poll#initialize no longer automatically starts a thread. you must call
  #start_thread. (because sup-import now calls Redwood::start which initializes
  all managers, including pollmanager, and it certainly doesn't make sense to
  have anything threaded during import)

- misc. comment improvements

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@113 5c8cc53c-5e98-4d25-b20a-d8db53a31250
bin/sup
bin/sup-import
lib/sup.rb
lib/sup/label.rb
lib/sup/person.rb
lib/sup/poll.rb
lib/sup/util.rb