-fix up contact list mode: should display while loading, and when you add an alias, should move everything else to the right
+alias authors in thread-view-mode
add a flag to sup-import to force the creation of a new source (see http://rubyforge.org/forum/forum.php?thread_id=10973&forum_id=10340)
fix bug: when returning from a shelling out, ncurses is crazy
batch deletion
move sup-import argument handling to getopt
be able to mark individual messages as spam in thread-view-mode
+x fix up contact list mode: should display while loading, and when you add an alias, should move everything else to the right
x fix bug: envelope-to thing still not working
x fix snippet repetitions with small snippets
x fix next and previous in thread-view-mode with <unreceived messages>
@people.delete oldentry.first if oldentry
@people[aalias] = person
end
- def drop_contact person; @people.delete person; end
+ def drop_contact person; @people.find { |a, p| @people.delete a if p == person }; end
def delete t; @people.delete t; end
def resolve aalias; @people[aalias]; end
a = BufferManager.ask(:alias, "alias for #{p.longname}: ", @user_contacts[p]) or return
if a.empty?
ContactManager.drop_contact p
+ @user_contacts.delete p
else
ContactManager.set_contact p, a
@user_contacts[p] = a
- update_text_for_line curpos
end
+ regen_text # in case columns need to be shifted
end
def load_in_background