No description
Find a file
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
sql Further work on detecting message removal when folder first selected: #3805 2011-07-15 13:39:02 -07:00
src Further work on detecting message removal when folder first selected: #3805 2011-07-15 13:39:02 -07:00
vapi Use GMime to display the text/plain portion of email messages: #3710 2011-07-06 15:46:24 -07:00
.gitignore Moved to waf for build system: #3690 2011-06-27 14:55:22 -07:00
AUTHORS Added COPYING, AUTHORS, and MAINTAINERS files: #3697. 2011-06-06 15:23:04 -07:00
configure.in Moved to waf for build system: #3690 2011-06-27 14:55:22 -07:00
console Moved to waf for build system: #3690 2011-06-27 14:55:22 -07:00
COPYING Added COPYING, AUTHORS, and MAINTAINERS files: #3697. 2011-06-06 15:23:04 -07:00
geary Moved to waf for build system: #3690 2011-06-27 14:55:22 -07:00
MAINTAINERS Added COPYING, AUTHORS, and MAINTAINERS files: #3697. 2011-06-06 15:23:04 -07:00
waf Moved to waf for build system: #3690 2011-06-27 14:55:22 -07:00
wscript Further work on detecting message removal when folder first selected: #3805 2011-07-15 13:39:02 -07:00