Calculate in a different way the number of messages shown.
[modest] / src / modest-mail-operation-queue.c
2009-09-14 Sergio Villar SeninFixes NB#138110, sometimes manual send&receive does...
2009-05-31 Jose Dapena PazChanged g_log levels in all app. Idea is reducing the...
2009-03-31 Jose Dapena PazAvoid freeing a string before using it in
2009-03-17 Sergio Villar SeninFixes leak 18/26
2009-03-17 Sergio Villar SeninFixes leak 17/26
2009-03-17 Sergio Villar SeninFixes leak 16/26
2009-02-19 Sergio Villar SeninFixed an invalid unref when there is a mail operation...
2009-02-12 Sergio Villar SeninFixes several reference leaks that were preventing...
2008-12-19 Jose Dapena PazThis is a manual merge of branch drop split view intro...
2008-10-30 Sergio Villar Senin * Fixes NB#91102, reversed a list as the comment suggested
2008-05-26 Jose Dapena PazFix for bug NB#83343
2008-04-18 Sergio Villar Senin * Fixes NB#84492, remove the messages in the outbox...
2008-03-18 Sergio Villar Senin * Fixes NB#82696, auto update is working again
2008-02-27 Alberto Garcia* src/modest-mail-operation-queue.c:
2008-02-27 Alberto Garcia* src/modest-mail-operation.c:
2008-01-08 Dirk-Jan C. Binnema* enable getting debug information over dbus; for now
2008-01-08 Dirk-Jan C. Binnema* add debugging code to the send-queue and the operatio...
2007-12-14 Felipe Erias Moran... Corrected ref and unref of mail operations.
2007-12-14 Felipe Erias Moran... Fixes NB#78602
2007-11-06 Sergio Villar Senin * Added "queue-empty" signal to the mail operation...
2007-10-02 Sergio Villar Senin * Added operation-started and operation-finished to...
2007-07-13 Sergio Villar Senin * Added the operation cancel_all_operations to the...
2007-07-04 Sergio Villar Senin * Added a method to unregister a header in the window...
2007-06-13 Philip Van HoofInitialization speedup
2007-06-11 Dirk-Jan C. Binnema* fix crasher when cancelling all operations ('operatio...
2007-06-11 Dirk-Jan C. Binnema* in some cases, cancel_all would core, apparently...
2007-06-03 Armin Burgmeier2007-06-03 Armin Burgmeier <armin@openismus.com>
2007-06-03 Armin Burgmeier2007-06-03 Armin Burgmeier <armin@openismus.com>
2007-05-30 Sergio Villar Senin * Removed an invalid g_object_unref in a mail operation
2007-05-30 Javier Fernandez... * Add the MsgView Window dimming rules file.
2007-05-30 Sergio Villar Senin * Added a sanity check in error handling code
2007-05-29 Sergio Villar Senin * Fixes NB#57522
2007-05-24 Sergio Villar Senin * Added per-message size limit to send&receive
2007-05-22 Sergio Villar Senin * Fixes: NB#57465
2007-05-21 Murray Cumming2007-05-21 Murray Cumming <murrayc@murrayc.com>
2007-05-21 Sergio Villar Senin * Fixed drag&drop for folders
2007-05-14 Sergio Villar Senin * Added asynchronous account update
2007-05-03 Javier Fernandez... * Review ModestProgressBarWidge, adding a GtkAlignment and
2007-04-27 Dirk-Jan C. Binnema* don't use gobjects that might be dead
2007-04-26 Sergio Villar Senin * Removed some unused errors
2007-04-11 Sergio Villar Senin * Added code to handle fullscreen mode for the whole...
2007-04-02 Sergio Villar Senin* Added Progress Object
2007-01-22 Dirk-Jan C. Binnema* modest-mail-operation-queue:
2006-12-15 Sergio Villar Senin* Added some unit tests for ModestTextUtils
2006-12-07 Sergio Villar Senin* Added ModestMailOperationQueue