User talk:Jminta/Steel: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: === jminta random notes === The current impl is weak on manipulability. We need things like *folder parent pointers *msg folder pointers *add/delete/copy/move msg methods Need to test cur...)
 
(thread pointers)
Line 5: Line 5:
*add/delete/copy/move msg methods
*add/delete/copy/move msg methods
Need to test current impl on news-accounts
Need to test current impl on news-accounts
== thread pointers ==
In something like the GMail style conversation view and a general theme I want to move towards we need to have easy thread pointers for messages.  I should be able to grab a message and find out it's parent thread and child threads even if they are in different folders.  Note the use case in [[Talk:Thunderbird:Search:Use_Cases]] where a low level archive folder doesn't know that the Inbox contains a message that is part of the threading.
Oh, and subtle issue, can you remove the .DS_Store file from the extension. :)
  components/.DS_Store

Revision as of 13:37, 4 April 2008

jminta random notes

The current impl is weak on manipulability. We need things like

  • folder parent pointers
  • msg folder pointers
  • add/delete/copy/move msg methods

Need to test current impl on news-accounts

thread pointers

In something like the GMail style conversation view and a general theme I want to move towards we need to have easy thread pointers for messages. I should be able to grab a message and find out it's parent thread and child threads even if they are in different folders. Note the use case in Talk:Thunderbird:Search:Use_Cases where a low level archive folder doesn't know that the Inbox contains a message that is part of the threading.

Oh, and subtle issue, can you remove the .DS_Store file from the extension. :)

 components/.DS_Store