modest
16 years ago* explicitly set make the choose-font dialog modal; not sure why this
Dirk-Jan C. Binnema [Thu, 3 Apr 2008 15:41:48 +0000 (15:41 +0000)]
* explicitly set make the choose-font dialog modal; not sure why this
would be needed, but if we don't do it, the applications menu can still
be accessed, which is NotGood(tm).

Fixes: NB#83606

pmo-trunk-r4366

16 years ago * Fixes NB#83634, do not show auth dialog for accounts that have been previously...
Sergio Villar Senin [Thu, 3 Apr 2008 11:39:55 +0000 (11:39 +0000)]
* Fixes NB#83634, do not show auth dialog for accounts that have been previously deleted
* Let the account store notify account removals before disconnecting the account, there is no need to do that after the disconnection

pmo-trunk-r4365

16 years ago * Fixes NB#82632, show the proper error note when the username is dimmed in the...
Sergio Villar Senin [Wed, 2 Apr 2008 17:50:24 +0000 (17:50 +0000)]
* Fixes NB#82632, show the proper error note when the username is dimmed in the password dialog
* Set the username as dimmed properly using the connection policy and do not do it in the send&receive method

pmo-trunk-r4364

16 years ago * Fixes NB#83555 do not let the user to delete an account twice
Sergio Villar Senin [Wed, 2 Apr 2008 16:36:50 +0000 (16:36 +0000)]
    * Fixes NB#83555 do not let the user to delete an account twice
* Added some useful extra checks

pmo-trunk-r4363

16 years ago * Fixes NB#83513, modest no longer hungs when deleting mails while the connection...
Sergio Villar Senin [Wed, 2 Apr 2008 14:38:04 +0000 (14:38 +0000)]
* Fixes NB#83513, modest no longer hungs when deleting mails while the connection goes down
* Replaced the sync version of remove_msgs by the async one
* Fixed the D-Bus delete method that was incorrectly implemented

pmo-trunk-r4362

16 years ago* src/maemo/modest-msg-edit-window.c:
Jose Dapena Paz [Wed, 2 Apr 2008 09:24:30 +0000 (09:24 +0000)]
* src/maemo/modest-msg-edit-window.c:
* On attaching files and images, check if we could create
  the stream properly, or show a proper banner else
  (fixes NB#83215).

pmo-trunk-r4361

16 years ago * Fixes NB#83448, show an information banner instead of an information dialog when...
Sergio Villar Senin [Wed, 2 Apr 2008 08:31:51 +0000 (08:31 +0000)]
* Fixes NB#83448, show an information banner instead of an information dialog when saving settings

pmo-trunk-r4360

16 years ago * Fixes NB#83439, auto-show the account setup wizard when trying to open a draft...
Sergio Villar Senin [Tue, 1 Apr 2008 10:54:13 +0000 (10:54 +0000)]
* Fixes NB#83439, auto-show the account setup wizard when trying to open a draft message without having any account setup

pmo-trunk-r4359

16 years ago * Replaced g_return_if_fails by if's because they're not errors, they're just valid...
Sergio Villar Senin [Tue, 1 Apr 2008 09:48:13 +0000 (09:48 +0000)]
* Replaced g_return_if_fails by if's because they're not errors, they're just valid values that we want to ignore

pmo-trunk-r4358

16 years ago * Fixes NB#83407, evaluate the dimming rules when opening mails from search or D-Bus
Sergio Villar Senin [Tue, 1 Apr 2008 07:54:52 +0000 (07:54 +0000)]
* Fixes NB#83407, evaluate the dimming rules when opening mails from search or D-Bus

pmo-trunk-r4357

16 years ago * Fixes NB#82400, cancel retrieve operations in the main window when this last one...
Sergio Villar Senin [Mon, 31 Mar 2008 11:56:42 +0000 (11:56 +0000)]
* Fixes NB#82400, cancel retrieve operations in the main window when this last one is closed to prevent hangs when restarting the application

pmo-trunk-r4356

16 years ago* src/widgets/modest-folder-view.c:
Jose Dapena Paz [Mon, 31 Mar 2008 11:48:38 +0000 (11:48 +0000)]
* src/widgets/modest-folder-view.c:
        * Disable signal handler for moving folder to parent node on
          pressing backspace (fixes NB#81790).

pmo-trunk-r4355

16 years agoAdding copyright notes
Philip Van Hoof [Mon, 31 Mar 2008 10:35:55 +0000 (10:35 +0000)]
Adding copyright notes

pmo-trunk-r4354

16 years agoBugfix for 80400, introduction of connection policies
Philip Van Hoof [Mon, 31 Mar 2008 10:32:37 +0000 (10:32 +0000)]
Bugfix for 80400, introduction of connection policies

pmo-trunk-r4353

16 years agoAdded the week 14 bug fixes.
Vivek Sekar [Fri, 28 Mar 2008 12:47:14 +0000 (12:47 +0000)]
Added the week 14 bug fixes.

pmo-trunk-r4351

16 years ago* Patch that specifies the symbols to link on startup of modest in launcher.
Jose Dapena Paz [Thu, 27 Mar 2008 17:05:16 +0000 (17:05 +0000)]
* Patch that specifies the symbols to link on startup of modest in launcher.
  Big speed up and reduction of memory consumption. Patch by Moiseichuk Leonid
  (thanks!). Fixes NB#83233.

pmo-trunk-r4350

16 years ago * Fixes a crash in searches when searching in a single folder, and there are more...
Sergio Villar Senin [Wed, 26 Mar 2008 18:37:56 +0000 (18:37 +0000)]
* Fixes a crash in searches when searching in a single folder, and there are more than one account defined. Thx Dape for the report

pmo-trunk-r4349

16 years agoAdded the bug 80868, to the week 13 release
Vivek Sekar [Wed, 26 Mar 2008 15:03:01 +0000 (15:03 +0000)]
Added the bug 80868, to the week 13 release

pmo-trunk-r4348

16 years agoThis patch addapts modest to the new API for TnyHeader in tinymail
Jose Dapena Paz [Wed, 26 Mar 2008 14:50:31 +0000 (14:50 +0000)]
This patch addapts modest to the new API for TnyHeader in tinymail
(offering dup methods instead of get methods for obtaining strings).
* src/gnome/modest-msg-edit-window.c,
  src/gnome/modest-msg-view-window.c,
  src/widgets/modest-details-dialog.c,
  src/widgets/modest-attachment-view.c,
  src/widgets/modest-header-view.c,
  src/widgets/modest-mail-header-view.c,
  src/modest-tny-msg.c,
  src/modest-ui-actions.c,
  src/dbus_api/modest-dbus-callback.c,
  src/modest-tny-folder.c,
  src/modest-email-clipboard.c,
  src/maemo/modest-msg-edit-window.c,
  src/maemo/modest-platform.c,
  src/maemo/modest-msg-view-window.c,
  src/modest-formatter.c,
  src/modest-search.c,
  src/modest-tny-send-queue.c:
        * Use dup instead of get for TnyHeader strings.

Other changes:
* src/gnome/modest-account-settings-dialog.c:
        * Proper shadow for some tabs.
        * Use save password attribute properly.

pmo-trunk-r4347

16 years ago * Fixes NB#81144, do not show the work "whitespace" as an invalid character
Sergio Villar Senin [Tue, 25 Mar 2008 12:56:56 +0000 (12:56 +0000)]
 * Fixes NB#81144, do not show the work "whitespace" as an invalid character

pmo-trunk-r4345

16 years ago * Fixes NB#80734, check the dimming rules of the accelerators properly
Sergio Villar Senin [Tue, 25 Mar 2008 12:41:55 +0000 (12:41 +0000)]
* Fixes NB#80734, check the dimming rules of the accelerators properly

pmo-trunk-r4344

16 years agoAdded a missing bug into the changelog for week 13.
Vivek Sekar [Tue, 25 Mar 2008 11:05:02 +0000 (11:05 +0000)]
Added a missing bug into the changelog for week 13.

pmo-trunk-r4343

16 years agoAdded the week 13 bug fixes.
Vivek Sekar [Tue, 25 Mar 2008 10:46:26 +0000 (10:46 +0000)]
Added the week 13 bug fixes.

pmo-trunk-r4341

16 years ago * Fixes NB#82971, do not crash if we don't find a SendInfo structure when a send...
Sergio Villar Senin [Tue, 25 Mar 2008 10:43:10 +0000 (10:43 +0000)]
* Fixes NB#82971, do not crash if we don't find a SendInfo structure when a send error happens

pmo-trunk-r4340

16 years ago * Added a new parametter to modest_platform_show_information_banner that...
Sergio Villar Senin [Mon, 24 Mar 2008 18:03:11 +0000 (18:03 +0000)]
    * Added a new parametter to modest_platform_show_information_banner that allows the banner to block
        * Fixes NB#81756, show the proper error note when the SMTP password is missing

pmo-trunk-r4339

16 years ago * Fixes NB#82707, do not enable to delete a message while it's being retrieved
Sergio Villar Senin [Mon, 24 Mar 2008 12:20:06 +0000 (12:20 +0000)]
* Fixes NB#82707, do not enable to delete a message while it's being retrieved

pmo-trunk-r4338

16 years ago * Fixed two invalid unrefs
Sergio Villar Senin [Mon, 24 Mar 2008 11:35:22 +0000 (11:35 +0000)]
* Fixed two invalid unrefs

pmo-trunk-r4337

16 years agoBugfix for 82296
Philip Van Hoof [Fri, 21 Mar 2008 12:57:53 +0000 (12:57 +0000)]
Bugfix for 82296

pmo-trunk-r4336

16 years agoBugfix for 82760
Philip Van Hoof [Fri, 21 Mar 2008 12:31:26 +0000 (12:31 +0000)]
Bugfix for 82760

pmo-trunk-r4335

16 years agoRemoving a few unneeded variables
Philip Van Hoof [Fri, 21 Mar 2008 12:29:13 +0000 (12:29 +0000)]
Removing a few unneeded variables

pmo-trunk-r4334

16 years agoPulsing a dialog to make it more user responsive, final bugfix for 82810
Philip Van Hoof [Fri, 21 Mar 2008 12:23:05 +0000 (12:23 +0000)]
Pulsing a dialog to make it more user responsive, final bugfix for 82810

pmo-trunk-r4333

16 years agoAppended the week 12 bug fixes part of the 3rd release
Vivek Sekar [Wed, 19 Mar 2008 11:18:30 +0000 (11:18 +0000)]
Appended the week 12 bug fixes part of the 3rd release

pmo-trunk-r4332

16 years agoAdded the cumulative week 12 bug fixes.
Vivek Sekar [Wed, 19 Mar 2008 09:38:47 +0000 (09:38 +0000)]
Added the cumulative week 12 bug fixes.

pmo-trunk-r4330

16 years ago* src/widgets/modest-progress-bar.c:
Jose Dapena Paz [Tue, 18 Mar 2008 18:11:17 +0000 (18:11 +0000)]
* src/widgets/modest-progress-bar.c:
        * When we remove an operation we're showing, and it's not the
          last operation we're observing, then we replace the text of
          it with the text of the new mail operation and set pulsating
          mode. This should avoid many cases of blank progress bar
          (fixes NB#82749).

pmo-trunk-r4329

16 years ago * Fixes NB#82696, auto update is working again
Sergio Villar Senin [Tue, 18 Mar 2008 17:51:49 +0000 (17:51 +0000)]
* Fixes NB#82696, auto update is working again
* The queue-empty signal is now emitted only when the queue is really empty
* Pre-create the mail operations before trying to connect to execute a send&receive in order to allow Modest to keep running if there are several accounts to refresh

pmo-trunk-r4328

16 years ago* src/modest-utils.c:
Jose Dapena Paz [Tue, 18 Mar 2008 16:54:26 +0000 (16:54 +0000)]
* src/modest-utils.c:
* The title of the checking authentications window is now an
  empty string to prevent showing untraslated strings
  (fixes NB#82740).

pmo-trunk-r4327

16 years agoAdded bug fixes for week 12-2 release.
Vivek Sekar [Tue, 18 Mar 2008 12:28:05 +0000 (12:28 +0000)]
Added bug fixes for week 12-2 release.

pmo-trunk-r4325

16 years ago* src/modest-mail-operation.c:
Jose Dapena Paz [Tue, 18 Mar 2008 10:37:34 +0000 (10:37 +0000)]
* src/modest-mail-operation.c:
        * Fixed a bad unreferencing of the list of folders used in
          recurse_folders_async_cb, as tinymail should keep the
          reference to it properly.
        * Now we properly add the list of folders passed in
          recurse_folders_async_cb to the list of processed folders
          even with poke all, and put te recurse code for poke all.
          This fixed last update proper refresh (fixes NB#82639).

pmo-trunk-r4324

16 years agoWork to fix NB#82451.
Jose Dapena Paz [Tue, 18 Mar 2008 09:22:21 +0000 (09:22 +0000)]
Work to fix NB#82451.
* src/maemo/modest-account-settings-dialog.c:
        * Properly use the save password flag to only avoid showing the
          settings saved banner if the dialog was not requested by a
          wrong password event.
* src/modest-tny-account-store.c:
        * Properly set the settings dialog as being called for saving
          a password on wrong password event.

pmo-trunk-r4323

16 years ago * Fixes NB#60606 show proper error in memory full conditions
Sergio Villar Senin [Tue, 18 Mar 2008 08:44:07 +0000 (08:44 +0000)]
* Fixes NB#60606 show proper error in memory full conditions
* Fixes an invalid g_object_unref

pmo-trunk-r4322

16 years ago* src/maemo/modest-account-settings-dialog.c,
Jose Dapena Paz [Mon, 17 Mar 2008 13:31:11 +0000 (13:31 +0000)]
* src/maemo/modest-account-settings-dialog.c,
  src/maemo/easysetup/modest-easysetup-wizard-dialog.c:
        * Now we dim the incoming auth checkbox if we're already using
          ssl/tls (fixes NB#81707).

pmo-trunk-r4321

16 years agoAdded the week 12 bug fixes.
Vivek Sekar [Mon, 17 Mar 2008 12:16:13 +0000 (12:16 +0000)]
Added the week 12 bug fixes.

pmo-trunk-r4320

16 years ago* configure.ac:
Jose Dapena Paz [Mon, 17 Mar 2008 10:37:20 +0000 (10:37 +0000)]
* configure.ac:
* Add detection of new gtk method
  gtk_tree_view_column_get_cell_data_hint.
* src/widgets/modest-header-view-render.c:
* Added conditional build for cell data hint features.

pmo-trunk-r4319

16 years agoAgain commit for gtk cell renderer hinting support.
Jose Dapena Paz [Mon, 17 Mar 2008 10:16:35 +0000 (10:16 +0000)]
Again commit for gtk cell renderer hinting support.
* src/widgets/modest-header-view-render.c:
        * Add support for cell data func hints in gtk. This way, we
          don't need to calculate all the data func for "selectable"
          and "visible" queries (using fix for NB#78800).

pmo-trunk-r4318

16 years ago* src/maemo/modest-msg-edit-window.c:
Alberto Garcia [Fri, 14 Mar 2008 17:49:03 +0000 (17:49 +0000)]
* src/maemo/modest-msg-edit-window.c:
(modest_msg_edit_window_insert_image): Close the GnomeVFS handle after
using it.
(modest_msg_edit_window_attach_file_one): Create the TnyStream using
create_stream_for_uri() instead of calling Tinymail directly.
(create_stream_for_uri): If the URI is a Bluetooth one, read the whole
file in a TnyCamelMemStream and don't use the TnyVfsStream.
Fixes NB#79266

pmo-trunk-r4317

16 years agoFix for bug NB#81584.
Jose Dapena Paz [Fri, 14 Mar 2008 17:06:16 +0000 (17:06 +0000)]
Fix for bug NB#81584.
* src/modest-text-utils.[ch]:
        * Added a method to process a recipient list and make it have
          lines with length lower than 1000 characters.
* src/widgets/modest-recpt-view.c:
        * Strip lines of recipients added, to have a length lower than
          1000 characters.

pmo-trunk-r4316

16 years ago * Fixes NB#82571, AOL's inbox message list is now properly updated at Modest startup
Sergio Villar Senin [Fri, 14 Mar 2008 16:55:52 +0000 (16:55 +0000)]
* Fixes NB#82571, AOL's inbox message list is now properly updated at Modest startup

pmo-trunk-r4315

16 years agoAdded bug fixes for week 12.
Vivek Sekar [Fri, 14 Mar 2008 15:55:23 +0000 (15:55 +0000)]
Added bug fixes for week 12.

pmo-trunk-r4313

16 years ago * Fixes NB#81095, cancel the retrieval operations before disconnecting the account...
Sergio Villar Senin [Fri, 14 Mar 2008 12:34:55 +0000 (12:34 +0000)]
* Fixes NB#81095, cancel the retrieval operations before disconnecting the account to remove it
* Do not show error messages when the message retrieval is canceled

pmo-trunk-r4312

16 years ago * Fixes NB#82177 modest no longer hangs when canceling a search
Sergio Villar Senin [Fri, 14 Mar 2008 10:49:26 +0000 (10:49 +0000)]
* Fixes NB#82177 modest no longer hangs when canceling a search
* Rewritten the search methods, now are fully async
* Fixed a leak that was causing leaks in all the searched messages
* Do not search into attachments

pmo-trunk-r4311

16 years ago* src/widgets/modest-header-view-render.c:
Jose Dapena Paz [Fri, 14 Mar 2008 10:39:36 +0000 (10:39 +0000)]
* src/widgets/modest-header-view-render.c:
* Reverted change to use the new cell renderer hint api. Safer
  applying this next week.

pmo-trunk-r4310

16 years ago* src/widgets/modest-header-view-render.c:
Jose Dapena Paz [Fri, 14 Mar 2008 09:52:09 +0000 (09:52 +0000)]
* src/widgets/modest-header-view-render.c:
* Add support for cell data func hints in gtk. This way, we
  don't need to calculate all the data func for "selectable"
  and "visible" queries (using fix for NB#78800).

pmo-trunk-r4309

16 years ago* src/modest-tny-msg.c
Alberto Garcia [Fri, 14 Mar 2008 09:34:23 +0000 (09:34 +0000)]
* src/modest-tny-msg.c
(modest_tny_msg_find_body_part_from_mime_part):
Check for NULL values of Content-Type, avoids a Gtk Warning

pmo-trunk-r4308

16 years ago* src/modest-tny-msg.c:
Jose Dapena Paz [Thu, 13 Mar 2008 15:36:07 +0000 (15:36 +0000)]
* src/modest-tny-msg.c:
* Don't ignore signed multiparts (and then, now we can see
  multipart/signed messages).

pmo-trunk-r4307

16 years ago* src/maemo/modest-main-window-ui.h
Alberto Garcia [Thu, 13 Mar 2008 11:52:05 +0000 (11:52 +0000)]
* src/maemo/modest-main-window-ui.h
Replace some messages with their logical strings
Fixes NB#80972

pmo-trunk-r4306

16 years ago * Fixes NB#82487, added logical id for the auth detection dialog
Sergio Villar Senin [Thu, 13 Mar 2008 10:22:14 +0000 (10:22 +0000)]
* Fixes NB#82487, added logical id for the auth detection dialog

pmo-trunk-r4305

16 years ago * Fixes NB#82486, use the proper logical id while checking auth methods
Sergio Villar Senin [Thu, 13 Mar 2008 09:54:18 +0000 (09:54 +0000)]
* Fixes NB#82486, use the proper logical id while checking auth methods

pmo-trunk-r4304

16 years ago * Fixes NB#82493, show proper translation string for secure auth methods
Sergio Villar Senin [Thu, 13 Mar 2008 09:36:14 +0000 (09:36 +0000)]
* Fixes NB#82493, show proper translation string for secure auth methods

pmo-trunk-r4303

16 years ago* src/maemo/modest-msg-edit-window.c
Alberto Garcia [Wed, 12 Mar 2008 14:31:17 +0000 (14:31 +0000)]
* src/maemo/modest-msg-edit-window.c
(modest_msg_edit_window_remove_attachments): Fix problem
showing the plural form of emev_nc_delete_attachment
Fixes NB#81015

pmo-trunk-r4302

16 years ago* src/modest-mail-operation.c
Alberto Garcia [Wed, 12 Mar 2008 14:04:34 +0000 (14:04 +0000)]
* src/modest-mail-operation.c
(modest_mail_operation_get_msgs_full): Fix memory leak
Fixes NB#80198

pmo-trunk-r4301

16 years ago* src/modest-ui-actions.c:
Jose Dapena Paz [Wed, 12 Mar 2008 12:17:52 +0000 (12:17 +0000)]
* src/modest-ui-actions.c:
* Modified the error strings for smtp send failure, as suggested
  in NB#81989.

pmo-trunk-r4300

16 years agoWork to fix bug NB#81989:
Jose Dapena Paz [Wed, 12 Mar 2008 11:57:23 +0000 (11:57 +0000)]
Work to fix bug NB#81989:
* src/modest-ui-actions.[ch]:
        * Now send receive operations get an interactive parameter. This
          is used to know if the action was scheduled pressing any UI
          send receive action.
        * If a send queue operation has errors, and last operation done
          on it was an interactive send receive, we show the errors. If
          not, errors do not show feedback.
* src/dbus_api/modest-dbus-callback.c:
        * Set as non interactive send receive operations requested from
          dbus.
* src/maemo/modest-main-window.c:
        * Set as interactive send receive mail operations requested from
          toolbar button.
* src/modest-mail-operation.[ch]:
        * Set "send mail" operations as non interactive to disable
          error feedback.
        * Propagate and set properly the interactive values for send
          receive operations.
* src/modest-tny-send-queue.[ch]:
        * Add an internal attribute to set if last request to send queue
          was an interactive send receive.
* src/modest-tny-account-store.c:
        * Send receive scheduled by a connection status change is a
          non interactive send receive.

pmo-trunk-r4299

16 years ago* src/maemo/modest-msg-view-window.c:
Jose Dapena Paz [Wed, 12 Mar 2008 09:33:19 +0000 (09:33 +0000)]
* src/maemo/modest-msg-view-window.c:
* Now we manage to hide properly the IM keyboard (without losing
  focus on find toolbar). Fixes NB#82358.

pmo-trunk-r4298

16 years ago* src/maemo/easysetup/modest-easysetup-wizard-dialog.c:
Jose Dapena Paz [Wed, 12 Mar 2008 08:27:18 +0000 (08:27 +0000)]
* src/maemo/easysetup/modest-easysetup-wizard-dialog.c:
* Update reference to account settings dialog include new path.

pmo-trunk-r4297

16 years ago* src/gnome/modest-account-view-window.c:
Jose Dapena Paz [Wed, 12 Mar 2008 08:15:45 +0000 (08:15 +0000)]
* src/gnome/modest-account-view-window.c:
        * Check wether any connection is active, and cancel them if
          user wants to when we try to set the account.
* src/gnome/modest-msg-edit-window.c:
        * Added support for handling attachments (attachments view and
          attach button).
        * Added management of drafts and outbox messages. Keeps properly
          the current message uid.
        * Better layout of the recipients buttons.
        * Now body editor shows a box around.
        * Added support for dimming rules (fixes menus) and translations
          in menus.
* src/gnome/modest-platform.c:
        * Add stub implementation for double_connect_and_perform.
* src/gnome/Makefile.am:
        * Added gnome implementation for gnome account settings dialog.
* src/gnome/modest-account-settings-dialog.c:
        * Added. New gnome implementation for account settings dialog.
          With this we can begin to edit properly an account.
* src/gnome/modest-msg-edit-window-ui-dimming.h:
        * Dimming rules for gnome editor. Should be very similar to
          maemo counterpart.
* src/gnome/ui/modest-msg-edit-window-ui.xml:
        * Restructure the menu of the editor to get more or less the
          same features the maemo client has.
* Moved src/maemo/modest-account-settings-dialog.h to src/widgets. Also
  added .c in maemo.
* src/modest-tny-account-store.c:
        * Remove specific maemo implementation in account store. All the
          code should be common now.

pmo-trunk-r4296

16 years ago* Remove non-common code to prepare moving the include to common
Jose Dapena Paz [Wed, 12 Mar 2008 08:08:36 +0000 (08:08 +0000)]
* Remove non-common code to prepare moving the include to common
  widgets.

pmo-trunk-r4295

16 years agoWork to fix bug NB#81294
Jose Dapena Paz [Tue, 11 Mar 2008 13:23:25 +0000 (13:23 +0000)]
Work to fix bug NB#81294
* src/maemo/modest-account-view-window.c:
        * Now we also disconnect the account if account is not connected
         but also it's not in disconnected status (handles broken
         states).
* src/modest-tny-account.c:
        * Sets the password setting dialogs again to force getting
          feedback if connection attempt fails.

pmo-trunk-r4294

16 years ago* src/modest-mail-operation.c:
Jose Dapena Paz [Mon, 10 Mar 2008 12:20:11 +0000 (12:20 +0000)]
* src/modest-mail-operation.c:
* If we haven't got cached messages, then we are in an open
  operation instead of a receive operation on moving messages
  (fixes NB#81891).

pmo-trunk-r4293

16 years ago* src/maemo/modest-msg-edit-window.c:
Jose Dapena Paz [Mon, 10 Mar 2008 12:03:25 +0000 (12:03 +0000)]
* src/maemo/modest-msg-edit-window.c:
        * Now we have ways to get "next cid" instead of last cid
          available for attachments and images. Before, we were using
          this confusingly, and we caused some bugs because of reusing
          the first content id for a new image (fixes NB#82197).

pmo-trunk-r4292

16 years ago * Fixes NB#80782, INBOX folder is now localized
Sergio Villar Senin [Mon, 10 Mar 2008 10:19:21 +0000 (10:19 +0000)]
* Fixes NB#80782, INBOX folder is now localized

pmo-trunk-r4291

16 years agoAdded week 11 bug fixes and info to NEWS file.
Vivek Sekar [Fri, 7 Mar 2008 12:28:21 +0000 (12:28 +0000)]
Added week 11 bug fixes and info to NEWS file.

pmo-trunk-r4287

16 years agoNew version of the remove WIMAX patch
Sergio Villar Senin [Fri, 7 Mar 2008 10:30:00 +0000 (10:30 +0000)]
New version of the remove WIMAX patch

pmo-trunk-r4286

16 years ago * Most likely fixes the crash when s&r in the background
Sergio Villar Senin [Fri, 7 Mar 2008 08:57:54 +0000 (08:57 +0000)]
* Most likely fixes the crash when s&r in the background
* Fixes a bug in the send queue error handler (freeing a const char *)

pmo-trunk-r4285

16 years ago* src/maemo/modest-msg-view-window.c
Alberto Garcia [Thu, 6 Mar 2008 18:57:35 +0000 (18:57 +0000)]
* src/maemo/modest-msg-view-window.c
(message_reader_performer):
Call modest_window_mgr_register_header() before retrieving a new message
(view_msg_cb):
Call modest_window_mgr_unregister_header() after retrieving the message
Fixes NB#81606

pmo-trunk-r4284

16 years ago* src/modest-formatter.c
Alberto Garcia [Thu, 6 Mar 2008 11:45:41 +0000 (11:45 +0000)]
* src/modest-formatter.c
(construct_from_text)
Fix a memory leak building the TnyStream

* src/modest-tny-msg.c
(add_body_part)
(add_html_body_part):
Fix a memory leak building the TnyStream

pmo-trunk-r4283

16 years agoAdded comment explaining r4281
Alberto Garcia [Thu, 6 Mar 2008 10:36:58 +0000 (10:36 +0000)]
Added comment explaining r4281

pmo-trunk-r4282

16 years ago* src/maemo/modest-connection-specific-smtp-edit-window.c
Alberto Garcia [Thu, 6 Mar 2008 10:30:53 +0000 (10:30 +0000)]
* src/maemo/modest-connection-specific-smtp-edit-window.c
(modest_connection_specific_smtp_edit_window_init):
Make the dialog wider so the title fits entirely
Fixes NB#80947

pmo-trunk-r4281

16 years ago * Fixes NB#81911, show an error dialog when the rename action fails
Sergio Villar Senin [Thu, 6 Mar 2008 09:29:13 +0000 (09:29 +0000)]
* Fixes NB#81911, show an error dialog when the rename action fails
* Select the first inbox if the rename fails, in order not to lose the focus

pmo-trunk-r4279

16 years ago* src/maemo/modest-msg-view-window.c:
Jose Dapena Paz [Wed, 5 Mar 2008 12:34:56 +0000 (12:34 +0000)]
* src/maemo/modest-msg-view-window.c:
* Now we properly update the model signal handler pointers
  so that we can disconnect them on finalize (fixes NB#81522).

pmo-trunk-r4278

16 years ago * Fixed NB#80996, resized the rename folder dialog to allow pt_BR strings to fit...
Sergio Villar Senin [Tue, 4 Mar 2008 19:08:06 +0000 (19:08 +0000)]
* Fixed NB#80996, resized the rename folder dialog to allow pt_BR strings to fit in the window
* The entry is now properly resized and fills the dialog if the original folder name is too short

pmo-trunk-r4277

16 years ago* src/widgets/modest-mail-header-view.c
Alberto Garcia [Tue, 4 Mar 2008 18:46:13 +0000 (18:46 +0000)]
* src/widgets/modest-mail-header-view.c
(modest_mail_header_view_set_header_default):
Use "Date:" instead of "Received:" for the date
Fixes NB#81762

pmo-trunk-r4276

16 years ago I forgot to move this code inside the if
Sergio Villar Senin [Tue, 4 Mar 2008 18:27:54 +0000 (18:27 +0000)]
 I forgot to move this code inside the if

pmo-trunk-r4275

16 years ago * Fixes NB#81719, modest is no longer crashing when the send queue notifies errors...
Sergio Villar Senin [Tue, 4 Mar 2008 17:53:49 +0000 (17:53 +0000)]
* Fixes NB#81719, modest is no longer crashing when the send queue notifies errors not related to headers

pmo-trunk-r4274

16 years ago* src/maemo/modest-msg-view-window.c
Alberto Garcia [Tue, 4 Mar 2008 17:38:44 +0000 (17:38 +0000)]
* src/maemo/modest-msg-view-window.c
(modest_msg_view_window_save_attachments):
Escape file names when saving multiple files
Fixes NB#81715

pmo-trunk-r4273

16 years ago * Fixes NB#81719, modest_tny_account_get_server_account could return NULL, so now...
Sergio Villar Senin [Tue, 4 Mar 2008 17:27:05 +0000 (17:27 +0000)]
* Fixes NB#81719, modest_tny_account_get_server_account could return NULL, so now we check that
* This fix does not fix the root cause of the bug because it was previously fixed by some other commits (the bug could not be reproduced with the current HEAD)

pmo-trunk-r4272

16 years ago * Fixes NB#80734, viewer opened with dimmed toolbar
Sergio Villar Senin [Tue, 4 Mar 2008 12:46:28 +0000 (12:46 +0000)]
* Fixes NB#80734, viewer opened with dimmed toolbar
* Now row references to the model are gotten *before* calling tinymail because the model could dissapear. This could cause weird behaviours, because the user could switch between folders while the message is being opened

pmo-trunk-r4271

16 years agoAdded comment explaining r4269
Alberto Garcia [Tue, 4 Mar 2008 09:54:01 +0000 (09:54 +0000)]
Added comment explaining r4269

pmo-trunk-r4270

16 years ago* src/modest-ui-actions.c
Alberto Garcia [Tue, 4 Mar 2008 09:51:28 +0000 (09:51 +0000)]
* src/modest-ui-actions.c
(modest_ui_actions_on_password_requested):
Don't make the "Login cancelled" banner disappear with
its parent dialog.
Fixes NB#81698

pmo-trunk-r4269

16 years ago * Fixes NB#81525, added proper error messages when device memory is full in some...
Sergio Villar Senin [Mon, 3 Mar 2008 18:53:02 +0000 (18:53 +0000)]
* Fixes NB#81525, added proper error messages when device memory is full in some conditions

pmo-trunk-r4268

16 years ago * Fixes NB#81652, only add the Wimax support to the devices that actually have it
Sergio Villar Senin [Mon, 3 Mar 2008 16:18:10 +0000 (16:18 +0000)]
* Fixes NB#81652, only add the Wimax support to the devices that actually have it

pmo-trunk-r4265

16 years agoBugfix for 81611
Philip Van Hoof [Mon, 3 Mar 2008 10:49:03 +0000 (10:49 +0000)]
Bugfix for 81611

pmo-trunk-r4264

16 years agoBugfix for 81611
Philip Van Hoof [Mon, 3 Mar 2008 10:44:52 +0000 (10:44 +0000)]
Bugfix for 81611

pmo-trunk-r4263

16 years ago* src/modest-tny-account-store.c:
Jose Dapena Paz [Mon, 3 Mar 2008 09:05:17 +0000 (09:05 +0000)]
* src/modest-tny-account-store.c:
* Now we show the username/password error information banner
  without parent, to show it on top of the password dialog
  (fixes NB#80991).

pmo-trunk-r4262

16 years ago* update the localization string ('subject not modified')
Dirk-Jan C. Binnema [Mon, 3 Mar 2008 08:24:09 +0000 (08:24 +0000)]
* update the localization string ('subject not modified')
* update english po file
=> fixes NB#81595

pmo-trunk-r4261

16 years ago* src/maemo/modest-signature-editor-dialog.c:
Jose Dapena Paz [Mon, 3 Mar 2008 07:39:26 +0000 (07:39 +0000)]
* src/maemo/modest-signature-editor-dialog.c:
* Set a fixed width for signature dialog (fixes NB#80914).

pmo-trunk-r4260

16 years ago * Deleted unused code
Sergio Villar Senin [Fri, 29 Feb 2008 17:08:59 +0000 (17:08 +0000)]
* Deleted unused code
* Added some documentation
* Added optimizations when refreshing accounts, do not recurse folders if we don't want to poke status
* Issue send&receive only after a succesful connect
* Added a poke_status parametter to do_send_receive
* Do not update the "Last updated" when refreshing folders, only when send&receive
* Fixes  NB#80728, username no longer gets dimmed when an invalid username is given

pmo-trunk-r4259

16 years ago* src/widgets/modest-dnd.c
Alberto Garcia [Fri, 29 Feb 2008 15:50:14 +0000 (15:50 +0000)]
* src/widgets/modest-dnd.c
(modest_dnd_selection_data_set_paths):
Don't crash if selected_rows is an empty list
Fixes NB#81573

pmo-trunk-r4258

16 years ago* src/modest-account-mgr-helpers.c:
Jose Dapena Paz [Fri, 29 Feb 2008 14:05:58 +0000 (14:05 +0000)]
* src/modest-account-mgr-helpers.c:
        * When we set new server configuration, we forget that we
          had succeeded to connect with a username (fixes NB#80728).
* src/modest-mail-operation.c:
        * When we succeed to refresh or retrieve an account, then we
          set that the username has succeeded

pmo-trunk-r4257

16 years agoAdded bug fixes for week 10.
Vivek Sekar [Fri, 29 Feb 2008 12:53:13 +0000 (12:53 +0000)]
Added bug fixes for week 10.

pmo-trunk-r4255

16 years ago* Deleted the *svg from Makefile
Sergio Villar Senin [Fri, 29 Feb 2008 09:50:29 +0000 (09:50 +0000)]
* Deleted the *svg from Makefile

pmo-trunk-r4254