Fix memory leak in create_msg_thread()
[modest] / src /
2007-12-12 Alberto GarciaFix memory leak in create_msg_thread()
2007-12-12 Felipe Erias Moran... Fixes NB#78203
2007-12-12 Sergio Villar Senin * Fixes NB#64997, Modest is now able to send an email...
2007-12-11 Sergio Villar Senin * Fixed an error in the documentation
2007-12-11 Felipe Erias Moran... Add checks for some callbacks that are used with connec...
2007-12-11 Sergio Villar Senin * Fixes NB#78470, the account name is now properly...
2007-12-11 Felipe Erias Moran... Fixes NB#77454
2007-12-10 Dirk-Jan C. Binnema* some email programs (e.g. outlook in html mode) put...
2007-12-10 Alberto GarciaFix shortcut for Send in the message editor
2007-12-10 Jose Dapena Paz* src/maemo/modest-msg-edit-window.c:
2007-12-10 Dirk-Jan C. Binnema* use the correctly sized icons for various things;
2007-12-10 Alberto GarciaShow a generic error (instead of the one from Tinymail...
2007-12-10 Jose Dapena Paz* src/widgets/modest-attachments-view.c:
2007-12-10 Alberto GarciaFix compilation problem
2007-12-10 Dirk-Jan C. Binnema* some param checks (should prevent a crash )
2007-12-07 Dirk-Jan C. Binnemaremove needless g_warning
2007-12-07 Dirk-Jan C. Binnema* show the specific icons for the edit-window and the...
2007-12-07 Dirk-Jan C. Binnema* it makes sense not to allow '&' and '#' in new folder...
2007-12-05 Sergio Villar Senin * Removed some weird const
2007-12-05 Alberto GarciaNew function modest_platform_information_banner_with_ti...
2007-12-05 Jose Dapena Paz* src/maemo/modest-platform.c:
2007-12-05 Jose Dapena Paz* src/modest-ui-actions.c:
2007-12-05 Felipe Erias Moran... Fixes a GLIB WARNING by providing empty implementations...
2007-12-05 Sergio Villar Senin * Fixes NB#78338, the summary.mmap files are deleted...
2007-12-05 Jose Dapena Paz* src/modest-ui-actions.c:
2007-12-05 Felipe Erias Moran... Fixes NB#78266
2007-12-05 Sergio Villar Senin * Fixes NB#77589, modest asks the user if they want...
2007-12-05 Alberto Garcia* Revert changes made in r3868. We have a better soluti...
2007-12-05 Dirk-Jan C. Binnema* only output message/header registering/opening debug...
2007-12-05 Felipe Erias Moran... Partially fixes NB#77528
2007-12-05 Jose Dapena Paz* src/maemo/modest-msg-edit-window.c:
2007-12-05 Alberto GarciaDelay call to gtk_widget_show(self->combo_account_country)
2007-12-04 Jose Dapena Paz* src/widgets/modest-header-view-render.c,
2007-12-04 Jose Dapena Paz* src/maemo/modest-connection-specific-smtp-edit-window.c:
2007-12-04 Alberto GarciaCall gtk_combo_box_set_model() *after* loading countrie...
2007-12-04 Sergio Villar Senin * Partially fixes NB#78203, expunge messages in POP...
2007-12-04 Sergio Villar Senin * Do not check if the account is connected in the...
2007-12-04 Jose Dapena Paz* src/widgets/modest-mozembed-mime-part-view.c renamed as
2007-12-04 Dirk-Jan C. Binnema* don't use ANONYMOUS@ for non-login SMTP accounts...
2007-12-04 Alberto GarciaCheck for NULL in tny_header_get_message_id()
2007-12-04 Felipe Erias Moran... Fixes NB#66958
2007-12-03 Alberto GarciaUse msg id instead of msg url to compare e-mail in...
2007-12-03 Jose Dapena Paz* src/widget/Makefile.am, src/maemo/Makefile.am:
2007-12-03 Dirk-Jan C. Binnema* modest-detect-tap-and-hold:
2007-12-03 Sergio Villar Senin * The notifications are now opened again after clickin...
2007-12-03 Jose Dapena Paz* src/maemo/modest-connection-specific-smtp-window.c:
2007-12-03 Jose Dapena Paz* src/maemo/modest-account-settings-dialog.c:
2007-12-03 Sergio Villar Senin * Added an extra error check
2007-12-03 Jose Dapena Paz* src/modest-account-mgr-helpers.c:
2007-12-03 Jose Dapena Paz* src/maemo/modest-connection-specific-smtp-edit-window.c:
2007-12-03 Dirk-Jan C. Binnema* set the X-Mailer header for outgoing mail. Fixes...
2007-12-03 Jose Dapena PazThis patch includes a lot of work to refactor and reorg...
2007-12-01 Dirk-Jan C. Binnema* added Gmail/IMAP to our provider list, add (c), cleanup
2007-11-30 Dirk-Jan C. Binnema* don't try to open file:-uri's, and don't add them...
2007-11-30 Dirk-Jan C. Binnema* add some parameter checks to public functions
2007-11-29 Sergio Villar Senin * Needed initialization
2007-11-29 Sergio Villar Senin * Add connection error handling to message opening
2007-11-28 Alberto GarciaAfter a server has been modified in the in the connecti...
2007-11-28 Felipe Erias Moran... Fixes NB#77388
2007-11-28 Alberto GarciaDon't set the username if it's empty in update_tny_acco...
2007-11-28 Alberto GarciaChange resize-mode of ModestAttachmentsView so all...
2007-11-28 Felipe Erias Moran... Fixes NB#77038
2007-11-28 Alberto GarciaUpdate all accounts after they have been modified,
2007-11-28 Alberto GarciaFix regular expression used to check domain names.
2007-11-27 Dirk-Jan C. Binnema* add some parameter checks to public functions
2007-11-27 Sergio Villar Senin * Removed some comments
2007-11-27 Sergio Villar Senin * Fixes NB#77103, the message is not sent if the user...
2007-11-27 Dirk-Jan C. Binnema* remove some g_asserts, add warnings instead
2007-11-27 Sergio Villar Senin * The password request dialog was appearing bellow...
2007-11-26 Dirk-Jan C. Binnema* unbreak dape's gnome-desktop port
2007-11-26 Dirk-Jan C. Binnema* fix some of the fallout of the last commit
2007-11-26 Dirk-Jan C. Binnema* modest-outside-scratchbox patch 3:
2007-11-26 Dirk-Jan C. Binnema* modest-outside-scratchbox patch 2:
2007-11-26 Dirk-Jan C. Binnema* modest-outside-sbox patch 1:
2007-11-26 Alberto GarciaWhen creating each page in the account setup wizard...
2007-11-26 Sergio Villar Senin * Fixes NB#76991, the send/receive refreshes the curre...
2007-11-26 Felipe Erias Moran... Fixes NB#63571
2007-11-26 Jose Dapena Paz* src/widgets/modest-gtkhtml-msg-view.c:
2007-11-26 Jose Dapena Paz* src/modest-init.c:
2007-11-26 Sergio Villar Senin * Fixes NB#76897, modest is shown in the language...
2007-11-26 Jose Dapena PazThese changes are for reenabling build of gnome port.
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-23 Jose Dapena Paz* src/modest-ui-dimming-rules.c:
2007-11-23 Jose Dapena Paz* src/maemo/modest-msg-view-window-ui.xml:
2007-11-23 Sergio Villar Senin * The toolbar buttons are expanded correctly in the...
2007-11-22 Sergio Villar Senin * Fixed an small leak
2007-11-22 Alberto GarciaReplaced obsolete logical string
2007-11-22 Felipe Erias Moran... Fixes NB#76638
2007-11-22 Jose Dapena Paz* src/maemo/modest-msg-edit-window.c:
2007-11-22 Felipe Erias Moran... Fix progress bar in the view message window:
2007-11-22 Jose Dapena Paz* src/modest-mail-operation.c:
2007-11-22 Jose Dapena Paz* src/modest-mail-operation.c:
2007-11-21 Felipe Erias Moran... Fixes #76572
2007-11-21 Dirk-Jan C. Binnema* add support for Outlook-style inline-attachments.
2007-11-21 Sergio Villar Senin * Fixes NB#61910 IMAP/POP TCP connections no longer...
2007-11-21 Alberto GarciaCreate the Outbox folder with a ui-locker
2007-11-21 Jose Dapena Paz* src/widgets/modest-header-view-render.c:
next