geary/src
Jim Nelson 0533bc9700 Further work on detecting message removal when folder first selected: #3805
Needed to rethink storage strategies as I researched this and realized that a true scarce database -- where the database is sparsely populated both in columns and rows -- is not feasible due to IMAP's UID rules.  The strategy now means that the database rows are contiguous from the highest (newest) message to the oldest *requested by the user*.  This is a better situation than having to download the UID for the entire folder.
2011-07-15 13:39:02 -07:00
..
client Further work on detecting message removal when folder first selected: #3805 2011-07-15 13:39:02 -07:00
common Further work on detecting message removal when folder first selected: #3805 2011-07-15 13:39:02 -07:00
console Implemented IMAP-specific folder and message properties tables: #3805 2011-07-15 12:54:10 -07:00
engine Further work on detecting message removal when folder first selected: #3805 2011-07-15 13:39:02 -07:00
wscript Further work on detecting message removal when folder first selected: #3805 2011-07-15 13:39:02 -07:00