Fix memory leak in create_msg_thread()
[modest] / src / modest-mail-operation.c
2007-12-12 Alberto GarciaFix memory leak in create_msg_thread()
2007-12-12 Felipe Erias Moran... Fixes NB#78203
2007-12-11 Sergio Villar Senin * Fixed an error in the documentation
2007-12-05 Sergio Villar Senin * Fixes NB#77589, modest asks the user if they want...
2007-12-05 Felipe Erias Moran... Partially fixes NB#77528
2007-12-04 Sergio Villar Senin * Partially fixes NB#78203, expunge messages in POP...
2007-12-04 Alberto GarciaCheck for NULL in tny_header_get_message_id()
2007-12-03 Alberto GarciaUse msg id instead of msg url to compare e-mail in...
2007-12-03 Jose Dapena PazThis patch includes a lot of work to refactor and reorg...
2007-11-30 Dirk-Jan C. Binnema* add some parameter checks to public functions
2007-11-28 Felipe Erias Moran... Fixes NB#77388
2007-11-28 Felipe Erias Moran... Fixes NB#77038
2007-11-26 Sergio Villar Senin * Modest is properly finalized after sending an email
2007-11-23 Alberto GarciaFixed crash in send_mail handlers
2007-11-23 Sergio Villar Senin * Removed unused code
2007-11-23 Sergio Villar Senin * Fixes NB#74075, app hanging/crashing while creating...
2007-11-22 Alberto GarciaReplaced obsolete logical string
2007-11-22 Jose Dapena Paz* src/modest-mail-operation.c:
2007-11-22 Jose Dapena Paz* src/modest-mail-operation.c:
2007-11-20 Dirk-Jan C. Binnema* add retval check (coverity)
2007-11-20 Alberto Garcia* Call tny_header_set_flag() with just one flag in...
2007-11-20 Sergio Villar Senin * Clean up some code
2007-11-19 Alberto GarciaRemove GLIB CRITICAL
2007-11-19 Sergio Villar Senin * Gathered the argument checking code to one single...
2007-11-14 Alberto Garcia* Dim the delete icon and menu entry from the msg-view...
2007-11-14 Sergio Villar Senin * Refactored the code o modest_mail_operation_get_msg...
2007-11-12 Alberto GarciaCheck if a GError is NULL before copying it
2007-11-12 Sergio Villar Senin * Optimization, do not refresh the INBOX after a s...
2007-11-12 Alberto GarciaUse tny_folder_add_msg_async() to save a message to...
2007-11-09 Sergio Villar Senin * Migrated the do_send_receive to use connect_and_perf...
2007-11-07 Dirk-Jan C. Binnema* update to the new modest_tny_folder_has_subfolder_wit...
2007-11-05 Sergio Villar Senin * Always notify the queue that the operation finished...
2007-11-05 Dirk-Jan C. Binnema* fix some potential NULL-dereferences
2007-10-31 Alberto Garciatny_header_{set,unset}_flags() renamed to tny_header_...
2007-10-29 Dirk-Jan C. Binnema* check for invalid folders in many places
2007-10-23 Dirk-Jan C. Binnema* use _CS to get translation from right domain, fixes...
2007-10-22 Sergio Villar Senin * Fixes NB#65926, do not show Junk numbers (actually...
2007-10-09 Sergio Villar Senin * Added a destroyer to the error handler of the mail...
2007-10-09 Sergio Villar Senin * Replaced GtkWindow by ModestWindow in some places
2007-10-04 Sergio Villar Senin * Fixes NB#62423, the first INBOX folder is not select...
2007-10-04 Sergio Villar Senin * Added a callback for the save_to_drafts operation
2007-10-03 Sergio Villar Senin * Fixes NB#65999 note that the translation is still...
2007-10-02 Sergio Villar Senin * Moved the op_type to the mail operations, it should...
2007-10-02 Sergio Villar Senin * Added operation-started and operation-finished to...
2007-09-28 Jose Dapena PazThis commit implements a new handling of image attachme...
2007-09-27 Sergio Villar Senin * The "account-changed" signal is now properly managed...
2007-09-26 Sergio Villar Senin * Some aesthetic changes
2007-09-21 Sergio Villar Senin * Added two missing unref's
2007-09-18 Sergio Villar Senin * Fixed an invalid g_object_ref without g_object_unref
2007-09-17 Jose Dapena Paz* src/widgets/modest-header-view-render.c:
2007-09-17 Sergio Villar Senin * Added a check in a g_object_ref, now it could happen...
2007-09-11 Sergio Villar Senin * Removed a connect_and_wait from the mail_operations...
2007-09-11 Philip Van HoofReverted tny_folder_sync to tny_folder_sync_async to...
2007-09-07 Sergio Villar Senin * Changed the update_account_thread it now refreshes...
2007-09-06 Jose Dapena Paz* src/modest-mail-operation.c:
2007-09-05 Jose Dapena Paz* src/modest-mail-operation.c:
2007-09-03 Javier Fernandez... * Review dimming rules to detect when modest is sedning...
2007-09-03 Sergio Villar Senin * Fixed a leak with folders when refreshing
2007-08-30 Javier Fernandez... * Commented out modest_folder_view_set_folder_selected...
2007-08-30 Sergio Villar Senin * Moving back to the old version of has_subfolder_with...
2007-08-29 Sergio Villar Senin * Partially fixes NB#67060, now this bug is reassigned...
2007-08-28 Javier Fernandez... * Define a new mail-operation to remove several messages.
2007-08-28 Sergio Villar Senin * Partially fixes NB#63588, it works but we still...
2007-08-24 Sergio Villar Senin * Renamed a function
2007-08-23 Javier Fernandez... * Check subfolders name on move-to operations.
2007-08-23 Sergio Villar Senin * Fixes NB#66132
2007-08-14 Philip Van HoofBugfix for 63283
2007-08-14 Javier Fernandez... * Fixed a bug related with filter_row function and
2007-08-14 Javier Fernandez... * Emission of progress-changed signal is not alowed...
2007-08-13 Philip Van HoofJavier: if I remove this one, tny_folder_copy_async...
2007-08-08 Javier Fernandez... * Implement optimizations on DimmingRules management.
2007-08-07 Philip Van HoofFixing API changes
2007-08-06 Javier Fernandez... * fix some issues on progress-bar to show more pulses on
2007-08-06 Philip Van Hoof2007-08-06 Philip Van Hoof <pvanhoof@gnome.org>
2007-08-03 Javier Fernandez... * Added some coments/mark in all gdk_threads_enter
2007-08-03 Peter CsaszarRemove of an false warning.
2007-08-03 Peter CsaszarAn ref/unref problem resolved, but there might be anoth...
2007-08-03 Peter Csaszarfixed crash:modest-mail-operation.c:on_refresh_folder...
2007-08-02 Javier Fernandez... * Move tny_folder_sync after remove operation and define it
2007-08-02 Jose Dapena Paz* src/widgets/modest-attachment-view.c:
2007-08-01 Jose Dapena Paz* src/maemo/modest-msg-edit-window.c:
2007-07-31 Jose Dapena Paz* src/modest-ui-actions.c:
2007-07-31 Philip Van Hoof2007-07-31 Philip Van Hoof <pvanhoof@gnome.org>
2007-07-30 Javier Fernandez... * Outbox messsages are opened in edit window.
2007-07-26 Sergio Villar Senin * Fixes NB#64270, now it's not possible to move a...
2007-07-26 Jose Dapena Paz* src/modest-mail-operation.c:
2007-07-26 Murray Cumming2007-07-26 Murray Cumming <murrayc@murrayc.com>
2007-07-25 Dirk-Jan C. Binnema* inliner. save the bcc field as wel. Fixes major bug...
2007-07-23 Murray Cumming2007-07-23 Murray Cumming <murrayc@murrayc.com>
2007-07-23 Sergio Villar Senin * ModestAccountMgr: the account manager is...
2007-07-23 Murray Cumming2007-07-23 Murray Cumming <murrayc@murrayc.com>
2007-07-17 Jose Dapena Paz* src/modest-mail-operation.c:
2007-07-13 Murray Cumming2007-07-13 Murray Cumming <murrayc@murrayc.com>
2007-07-13 Sergio Villar Senin * Added the operation cancel_all_operations to the...
2007-07-13 Sergio Villar Senin * Wrap all the signal emissions with gdk_threads_...
2007-07-12 Sergio Villar Senin * Added support to get_folders call in the local folde...
2007-07-12 Murray Cumming2007-07-12 Murray Cumming <murrayc@murrayc.com>
2007-07-12 Armin Burgmeier2007-07-12 Armin Burgmeier <armin@openismus.com>
2007-07-12 Sergio Villar Senin * Removed some comments
2007-07-11 Sergio Villar Senin * Fixed some reference leaks
next