589
edits
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
I could either add a method to nsIMsgFolderNotificationService that tells it to suppress notifications for a particular server, or add a notifyItemEvent notification to notify listeners to ignore notifications for a server. The former seems more direct. | I could either add a method to nsIMsgFolderNotificationService that tells it to suppress notifications for a particular server, or add a notifyItemEvent notification to notify listeners to ignore notifications for a server. The former seems more direct. | ||
We'll want to be able to give progress info - this should be done by summing up the sizes of all the messages in all the folders, and then giving progress as a percentage of the total size we've migrated so far. | |||
edits