]> git.cworth.org Git - sup/commit
moved evertying to devel
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 28 Nov 2006 22:10:56 +0000 (22:10 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 28 Nov 2006 22:10:56 +0000 (22:10 +0000)
commit43df7bd75d887a04b9d1433a534b7fa77188663d
tree85908c08d4a4816779a08ee3ae6463f391794bc5
moved evertying to devel

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@36 5c8cc53c-5e98-4d25-b20a-d8db53a31250
62 files changed:
History.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Manifest.txt [new file with mode: 0644]
README.txt [new file with mode: 0644]
Rakefile [new file with mode: 0644]
bin/sup [new file with mode: 0644]
bin/sup-import [new file with mode: 0644]
devel/count-loc.sh [new file with mode: 0644]
devel/load-index.rb [new file with mode: 0644]
devel/profile.rb [new file with mode: 0644]
doc/FAQ.txt [new file with mode: 0644]
doc/Philosophy.txt [new file with mode: 0644]
doc/TODO [new file with mode: 0644]
lib/sup.rb [new file with mode: 0644]
lib/sup/account.rb [new file with mode: 0644]
lib/sup/buffer.rb [new file with mode: 0644]
lib/sup/colormap.rb [new file with mode: 0644]
lib/sup/contact.rb [new file with mode: 0644]
lib/sup/draft.rb [new file with mode: 0644]
lib/sup/index.rb [new file with mode: 0644]
lib/sup/keymap.rb [new file with mode: 0644]
lib/sup/label.rb [new file with mode: 0644]
lib/sup/logger.rb [new file with mode: 0644]
lib/sup/mbox.rb [new file with mode: 0644]
lib/sup/mbox/loader.rb [new file with mode: 0644]
lib/sup/message.rb [new file with mode: 0644]
lib/sup/mode.rb [new file with mode: 0644]
lib/sup/modes/buffer-list-mode.rb [new file with mode: 0644]
lib/sup/modes/compose-mode.rb [new file with mode: 0644]
lib/sup/modes/contact-list-mode.rb [new file with mode: 0644]
lib/sup/modes/edit-message-mode.rb [new file with mode: 0644]
lib/sup/modes/forward-mode.rb [new file with mode: 0644]
lib/sup/modes/help-mode.rb [new file with mode: 0644]
lib/sup/modes/inbox-mode.rb [new file with mode: 0644]
lib/sup/modes/label-list-mode.rb [new file with mode: 0644]
lib/sup/modes/label-search-results-mode.rb [new file with mode: 0644]
lib/sup/modes/line-cursor-mode.rb [new file with mode: 0644]
lib/sup/modes/log-mode.rb [new file with mode: 0644]
lib/sup/modes/person-search-results-mode.rb [new file with mode: 0644]
lib/sup/modes/poll-mode.rb [new file with mode: 0644]
lib/sup/modes/reply-mode.rb [new file with mode: 0644]
lib/sup/modes/resume-mode.rb [new file with mode: 0644]
lib/sup/modes/scroll-mode.rb [new file with mode: 0644]
lib/sup/modes/search-results-mode.rb [new file with mode: 0644]
lib/sup/modes/text-mode.rb [new file with mode: 0644]
lib/sup/modes/thread-index-mode.rb [new file with mode: 0644]
lib/sup/modes/thread-view-mode.rb [new file with mode: 0644]
lib/sup/person.rb [new file with mode: 0644]
lib/sup/poll.rb [new file with mode: 0644]
lib/sup/sent.rb [new file with mode: 0644]
lib/sup/tagger.rb [new file with mode: 0644]
lib/sup/textfield.rb [new file with mode: 0644]
lib/sup/thread.rb [new file with mode: 0644]
lib/sup/update.rb [new file with mode: 0644]
lib/sup/util.rb [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/ss1.png [new file with mode: 0644]
www/ss2.png [new file with mode: 0644]
www/ss3.png [new file with mode: 0644]
www/ss4.png [new file with mode: 0644]
www/ss5.png [new file with mode: 0644]
www/ss6.png [new file with mode: 0644]