for next release
----------------
-bugfix: STILL new messages, drafts sometimes not showing up in inbox
make 'a' archive in thread-view-mode
message attachments
warnings: top-posting, attachments
done
----
+x bugfix: STILL new messages, drafts sometimes not showing up in inbox
x bugfix: killed threads
x bugfix: resuming a draft asks before discard
x 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)
ids = get_ids
ids.each do |id|
if id >= cur_offset
- self.cur_offset = id
+ self.cur_offset = id + 1
yield [id, [:draft, :inbox]]
end
end