modest
14 years agoFixes NB#130151, remove glib deprecated symbols. There was one missing
Sergio Villar Senin [Tue, 28 Jul 2009 11:28:52 +0000 (13:28 +0200)]
Fixes NB#130151, remove glib deprecated symbols. There was one missing

14 years agoFixes NB#130164, crash in ui dimming rules when the account has no dimming state...
Sergio Villar Senin [Tue, 28 Jul 2009 10:42:25 +0000 (12:42 +0200)]
Fixes NB#130164, crash in ui dimming rules when the account has no dimming state available

14 years agoFixes NB#130154, remove deprecated gtk+ symbols
Javier Jardon [Mon, 27 Jul 2009 17:04:33 +0000 (19:04 +0200)]
Fixes NB#130154, remove deprecated gtk+ symbols

14 years agoFixes NB#130151, remove deprecated glib symbols
Javier Jardon [Mon, 27 Jul 2009 16:39:37 +0000 (18:39 +0200)]
Fixes NB#130151, remove deprecated glib symbols

14 years agoFixes NB#116469, resolved contacts are unnecessary highlighted
Sergio Villar Senin [Mon, 27 Jul 2009 16:22:12 +0000 (18:22 +0200)]
Fixes NB#116469, resolved contacts are unnecessary highlighted

14 years agoAvoid using an already freed string for content id
Jose Dapena Paz [Mon, 27 Jul 2009 15:47:50 +0000 (17:47 +0200)]
Avoid using an already freed string for content id

* src/modest-tny-msg.c (add_attachments): get a copy of old content id
  intead of a plain reference, as this may be freed before we use it
  for the new attachment.

14 years agoadding S3 tagged bugs NB#128962 and NB#129121 to rc25 changelogs
Sudheer Kumar Chiluveri [Mon, 27 Jul 2009 15:51:18 +0000 (18:51 +0300)]
adding S3 tagged bugs NB#128962 and NB#129121 to rc25 changelogs

14 years agoFixes NB#128529, fixes a memory leak in the Notification data
Sergio Villar Senin [Mon, 27 Jul 2009 14:17:21 +0000 (16:17 +0200)]
Fixes NB#128529, fixes a memory leak in the Notification data

14 years agoFixes NB#129516, use the proper icon for "download external images" button
Sergio Villar Senin [Mon, 27 Jul 2009 09:10:36 +0000 (11:10 +0200)]
Fixes NB#129516, use the proper icon for "download external images" button

14 years agoPartially fixes NB#123740. Export the modest_mail_operation_get_account call in order...
Sergio Villar Senin [Mon, 27 Jul 2009 09:03:08 +0000 (11:03 +0200)]
Partially fixes NB#123740. Export the modest_mail_operation_get_account call in order to allow plugins to get the account of a particular mail operation

14 years agoversion and bug fix info update for week 31, 2009 first release 3.0.17-rc25
Sudheer Kumar Chiluveri [Sun, 26 Jul 2009 19:37:17 +0000 (22:37 +0300)]
version and bug fix info update for week 31, 2009 first release

14 years agoRevert "On creating forward, don't include purged parts (fixes NB#124831)."
Jose Dapena Paz [Fri, 24 Jul 2009 17:24:22 +0000 (19:24 +0200)]
Revert "On creating forward, don't include purged parts (fixes NB#124831)."

This fixes NB#129320, which was far more problematic (crashes, hangs,
bad formatted mails, etc).

This reverts commit 0f713f7c9267bb57e8f25627718744520bc8a311.

14 years agoFix for a crash in view_msg_cb if row_reference was NULL.
Jose Dapena Paz [Fri, 24 Jul 2009 14:39:53 +0000 (16:39 +0200)]
Fix for a crash in view_msg_cb if row_reference was NULL.

* src/hildon2/modest-msg-view-window.c (view_msg_cb): fix a crash that
  happened when we used view_msg_cb and there was no row_reference as
  parameter (fixes NB#129121).

14 years agoFinalize plugin factory after protocol registry, and not the opposite.
Jose Dapena Paz [Fri, 24 Jul 2009 12:18:05 +0000 (14:18 +0200)]
Finalize plugin factory after protocol registry, and not the opposite.

* src/modest-singletons.c (modest_singletons_finalize): unref the plugin
  factory before the protocol registry (fixes NB#128962).

14 years agoOn setting the update interval, if no accounts set, remove alarmd handler.
Jose Dapena Paz [Fri, 24 Jul 2009 11:44:04 +0000 (13:44 +0200)]
On setting the update interval, if no accounts set, remove alarmd handler.

* src/hildon2/modest-platform.c (modest_platform_set_update_interval):
  if there are no accounts available, then we set update interval to 0
  (remove alarmd cookies then).

14 years agoAdd modest_tny_account_store_* to export.map
Jose Dapena Paz [Wed, 22 Jul 2009 11:03:54 +0000 (13:03 +0200)]
Add modest_tny_account_store_* to export.map

14 years agoAdd access to account store in plugins.
Jose Dapena Paz [Wed, 22 Jul 2009 10:26:46 +0000 (12:26 +0200)]
Add access to account store in plugins.

14 years agoRemove undisclosed recipients only for creating new messages, not in simplifying
Jose Dapena Paz [Mon, 20 Jul 2009 11:07:35 +0000 (13:07 +0200)]
Remove undisclosed recipients only for creating new messages, not in simplifying

14 years agoSimplify recipients also in Cc: field.
Jose Dapena Paz [Mon, 20 Jul 2009 10:52:03 +0000 (12:52 +0200)]
Simplify recipients also in Cc: field.

14 years agoOn simplifying the recipients, also remove "undisclosed-recipients"
Jose Dapena Paz [Mon, 20 Jul 2009 10:51:42 +0000 (12:51 +0200)]
On simplifying the recipients, also remove "undisclosed-recipients"

14 years agoAnother non checked return value in modest_attachments_view_set_message (fix 10 ...
Jose Dapena Paz [Mon, 20 Jul 2009 10:15:27 +0000 (12:15 +0200)]
Another non checked return value in modest_attachments_view_set_message (fix 10 (last) for NB#126941)

14 years agoIn get_composite_icons, take into account NULL pointer parameters (fix 9 for NB#126941)
Jose Dapena Paz [Mon, 20 Jul 2009 10:12:55 +0000 (12:12 +0200)]
In get_composite_icons, take into account NULL pointer parameters (fix 9 for NB#126941)

14 years agoAnother check for instance != NULL before unref (fix 8 for NB#126941)
Jose Dapena Paz [Mon, 20 Jul 2009 10:08:53 +0000 (12:08 +0200)]
Another check for instance != NULL before unref (fix 8 for NB#126941)

14 years agoCheck null value of account before unref in on_open_message_performer (fix 7 for...
Jose Dapena Paz [Mon, 20 Jul 2009 10:07:31 +0000 (12:07 +0200)]
Check null value of account before unref in on_open_message_performer (fix 7 for NB#126941)

14 years agoAnother fix in reply_forward_helper (always_NULL variable passed) (fix 6 for NB#126941)
Jose Dapena Paz [Mon, 20 Jul 2009 10:06:34 +0000 (12:06 +0200)]
Another fix in reply_forward_helper (always_NULL variable passed) (fix 6 for NB#126941)

14 years agoExtra check in reply_forward (fix 5 for NB#126941)
Jose Dapena Paz [Mon, 20 Jul 2009 10:02:58 +0000 (12:02 +0200)]
Extra check in reply_forward (fix 5 for NB#126941)

14 years agoIn message_reader, ignore folder parameter if header provided (fix 4 for NB#126941)
Jose Dapena Paz [Mon, 20 Jul 2009 10:00:09 +0000 (12:00 +0200)]
In message_reader, ignore folder parameter if header provided (fix 4 for NB#126941)

14 years agoFix some iterator conditions in modest tny folder (fix 3 for NB#126941)
Jose Dapena Paz [Mon, 20 Jul 2009 09:46:49 +0000 (11:46 +0200)]
Fix some iterator conditions in modest tny folder (fix 3 for NB#126941)

14 years agoCheck some error conditions in modest_tny_folder_find_folder_from_uri (fix 2 for...
Jose Dapena Paz [Mon, 20 Jul 2009 08:54:32 +0000 (10:54 +0200)]
Check some error conditions in modest_tny_folder_find_folder_from_uri (fix 2 for NB#126941)

14 years agoCheck tny_stream_read return value for -1 (fix 1 for NB#126941)
Jose Dapena Paz [Mon, 20 Jul 2009 08:43:59 +0000 (10:43 +0200)]
Check tny_stream_read return value for -1 (fix 1 for NB#126941)

* src/modest-formatter.c (extract_text): check return value for
  tny_stream_read. If -1, finish processing.

14 years agoversion and bug fix info update for week 30, 2009 second release 3.0.17-rc24
Sudheer Kumar Chiluveri [Mon, 20 Jul 2009 06:20:13 +0000 (09:20 +0300)]
version and bug fix info update for week 30, 2009 second release

14 years agoRemove addresses already in To: on creatin ReplyToAll Cc: (fixes NB#125907)
Jose Dapena Paz [Wed, 15 Jul 2009 15:51:00 +0000 (17:51 +0200)]
Remove addresses already in To: on creatin ReplyToAll Cc: (fixes NB#125907)

14 years agoFixes NB#127780, addressbook dialogs are unnecessarily system modal
Sergio Villar Senin [Tue, 14 Jul 2009 17:12:10 +0000 (19:12 +0200)]
Fixes NB#127780, addressbook dialogs are unnecessarily system modal

14 years agoversion and bug fix info update for week 30,2009 first release 3.0.17-rc23
Sudheer Kumar Chiluveri [Wed, 15 Jul 2009 12:44:14 +0000 (15:44 +0300)]
version and bug fix info update for week 30,2009 first release

14 years agoFixes NB#125074, show "memory card full" error when saving attachments to a disk...
Sergio Villar Senin [Wed, 15 Jul 2009 11:32:55 +0000 (13:32 +0200)]
Fixes NB#125074, show "memory card full" error when saving attachments to a disk full MMC

14 years agoFixes NB#125071, show the proper error note when trying to move msgs to MMC
Sergio Villar Senin [Wed, 15 Jul 2009 09:43:58 +0000 (11:43 +0200)]
Fixes NB#125071, show the proper error note when trying to move msgs to MMC
in memory full conditions

14 years agoFixes NB#126882, removed the progress bar in easysetupwizard. Replaced by progress...
Sergio Villar Senin [Tue, 14 Jul 2009 19:34:19 +0000 (21:34 +0200)]
Fixes NB#126882, removed the progress bar in easysetupwizard. Replaced by progress hint

14 years agoImplemented new save_remote_draft virtual.
Jose Dapena Paz [Tue, 14 Jul 2009 16:35:15 +0000 (18:35 +0200)]
Implemented new save_remote_draft virtual.

* src/modest-account-protocol.[ch]: Now we have a virtual method
  save_remote_draft that children can implement. This will be
  called just after message has been saved in local folder.
* src/modest-mail-operation.c: call save_remote_drafts if available just
  after saving local draft. Mail operation will last enough to also save
  the remote draft.

14 years agoFor remote drafts folder, append "(remote)" in folder view (disabled until logical...
Jose Dapena Paz [Wed, 1 Jul 2009 15:21:32 +0000 (17:21 +0200)]
For remote drafts folder, append "(remote)" in folder view (disabled until logical id is defined).

14 years agoReplaced modest_folder_window_finalize by dispose
Sergio Villar Senin [Mon, 13 Jul 2009 07:37:48 +0000 (09:37 +0200)]
Replaced modest_folder_window_finalize by dispose
Replaced modest_hildon2_window_finalize by dispose

ModestFolderView and TnyGtkFolderListStore are now correctly freed again

14 years agoRevert "Moved all the signal handlers to a GSList managed by the ModestSignalMgr"
Sergio Villar Senin [Fri, 10 Jul 2009 17:07:19 +0000 (19:07 +0200)]
Revert "Moved all the signal handlers to a GSList managed by the ModestSignalMgr"

This reverts commit a5ff3fc2f46a52d474c7a4776a29d1fda8cfb0e1.

Revert "On disposing folder view, remove all accounts from store."

This reverts commit ae1699e3bf3cbeda4e702d17af32290f554603c9.

14 years agoFixes NB#127102, open account DBus method is silently ignored if the current viewed...
Sergio Villar Senin [Mon, 13 Jul 2009 10:55:29 +0000 (12:55 +0200)]
Fixes NB#127102, open account DBus method is silently ignored if the current viewed window is not the accounts window

14 years agoFixes NB#125952, modality issue when trying to open a new editor after the "lose...
Sergio Villar Senin [Mon, 13 Jul 2009 09:03:33 +0000 (11:03 +0200)]
Fixes NB#125952, modality issue when trying to open a new editor after the "lose changes" modal dialog in the easysetup wizard is shown as a result of opening and closing the providers picker dialog

14 years agoFixed a compilation warning
Sergio Villar Senin [Mon, 13 Jul 2009 08:47:42 +0000 (10:47 +0200)]
Fixed a compilation warning

14 years agoFixes NB#127684, fixed a crash in the move to dimming rules
Sergio Villar Senin [Mon, 13 Jul 2009 08:39:26 +0000 (10:39 +0200)]
Fixes NB#127684, fixed a crash in the move to dimming rules

14 years agoAdd explicit dependency on libhildonfm2-dev, to fix MER build.
Jose Dapena Paz [Fri, 10 Jul 2009 15:10:16 +0000 (17:10 +0200)]
Add explicit dependency on libhildonfm2-dev, to fix MER build.

14 years agoupdating version and bug fix info for week 28 second release 3.0.17-rc22
Sudheer Kumar Chiluveri [Fri, 3 Jul 2009 15:29:32 +0000 (18:29 +0300)]
updating version and bug fix info for week 28 second release

14 years agoFixes NB#126508, properly initialize osso_rpc_t unions to prevent invalid frees
Sergio Villar Senin [Fri, 3 Jul 2009 10:48:48 +0000 (12:48 +0200)]
Fixes NB#126508, properly initialize osso_rpc_t unions to prevent invalid frees

14 years agoFixes NB#126375, default message size limit lowered to 100Kb
Sergio Villar Senin [Fri, 3 Jul 2009 10:25:31 +0000 (12:25 +0200)]
Fixes NB#126375, default message size limit lowered to 100Kb

14 years agoUse the proper call to retrieve the transport account
Sergio Villar Senin [Thu, 2 Jul 2009 15:16:42 +0000 (17:16 +0200)]
Use the proper call to retrieve the transport account

14 years agoFixed a typo in documentation
Sergio Villar Senin [Thu, 2 Jul 2009 10:23:31 +0000 (12:23 +0200)]
Fixed a typo in documentation

14 years agoAdded the FORBID_OUTGOING_XFERS tag to forbid folder and message transfers
Sergio Villar Senin [Thu, 2 Jul 2009 10:14:39 +0000 (12:14 +0200)]
Added the FORBID_OUTGOING_XFERS tag to forbid folder and message transfers

14 years agoReplaced the protocol tag for incoming xfers
Sergio Villar Senin [Wed, 1 Jul 2009 09:49:53 +0000 (11:49 +0200)]
Replaced the protocol tag for incoming xfers

14 years agoFixes NB#125835, wakeup send queue headers before flushing the accounts
Sergio Villar Senin [Wed, 1 Jul 2009 15:22:11 +0000 (17:22 +0200)]
Fixes NB#125835, wakeup send queue headers before flushing the accounts

14 years agoFixes NB#125952, "lose changes confirmation dialog" is now modal do easysetup wizard...
Sergio Villar Senin [Wed, 1 Jul 2009 11:10:24 +0000 (13:10 +0200)]
Fixes NB#125952, "lose changes confirmation dialog" is now modal do easysetup wizard. This prevents modality issues when the dialog is waiting for user input

14 years agoversion and bug fix info update for week 27, 2009 second release 3.0.17-rc21
Sudheer Kumar Chiluveri [Wed, 1 Jul 2009 09:23:59 +0000 (12:23 +0300)]
version and bug fix info update for week 27, 2009 second release

14 years agoFixes NB#125835, added modest_utils_flush_send_queue API.
Sergio Villar Senin [Tue, 30 Jun 2009 16:45:31 +0000 (18:45 +0200)]
Fixes NB#125835, added modest_utils_flush_send_queue API.

Allows plugins to request flushes of their send queues

14 years agoFixes NB#124317, modest can now open messages from notifications, stored in folders...
Sergio Villar Senin [Tue, 30 Jun 2009 15:22:36 +0000 (17:22 +0200)]
Fixes NB#124317, modest can now open messages from notifications, stored in folders different from INBOX

14 years agoReplaced some logical id's. Use singular/plural forms
Sergio Villar Senin [Tue, 30 Jun 2009 15:18:04 +0000 (17:18 +0200)]
Replaced some logical id's. Use singular/plural forms

14 years agoAdd support for abook without osso_abook_contact_chooser_set_visible_func API
Jose Dapena Paz [Tue, 30 Jun 2009 08:32:26 +0000 (10:32 +0200)]
Add support for abook without osso_abook_contact_chooser_set_visible_func API

14 years agoIn account settings, use same sizegroups for account name and user details.
Jose Dapena Paz [Mon, 29 Jun 2009 22:11:45 +0000 (00:11 +0200)]
In account settings, use same sizegroups for account name and user details.

14 years agoOn wizard, if username has @, don't add provider address in email address. Fixes...
Jose Dapena Paz [Mon, 29 Jun 2009 14:03:02 +0000 (16:03 +0200)]
On wizard, if username has @, don't add provider address in email address. Fixes NB#124936.

14 years agoFixes 125051, crash in ModestDatetimeFormatter after changing the system date
Sergio Villar Senin [Mon, 29 Jun 2009 14:06:29 +0000 (16:06 +0200)]
Fixes 125051, crash in ModestDatetimeFormatter after changing the system date

14 years agochanging license text to BSD/MIT style in modest-wp-text-view.c file
Sudheer Kumar Chiluveri [Mon, 29 Jun 2009 10:06:57 +0000 (13:06 +0300)]
changing license text to BSD/MIT style in modest-wp-text-view.c file

14 years agoFixes NB#124605, show the proper error when the connection goes down while retrieving...
Sergio Villar Senin [Mon, 29 Jun 2009 09:09:12 +0000 (11:09 +0200)]
Fixes NB#124605, show the proper error when the connection goes down while retrieving a message

14 years agoFixes NB#124628, 20 newest messages are not retrieved when the account has been setup
Sergio Villar Senin [Thu, 25 Jun 2009 18:08:31 +0000 (20:08 +0200)]
Fixes NB#124628, 20 newest messages are not retrieved when the account has been setup
Fixes NB#124639, only headers are downloaded when issuing a Send&Receive

14 years agoversion and bug fix update for week 27, 2009 first release 3.0.17-rc20
Sudheer Kumar Chiluveri [Sun, 28 Jun 2009 17:42:52 +0000 (20:42 +0300)]
version and bug fix update for week 27, 2009 first release

14 years agoOn loading gtkhtml view, if limit of chars is hit, show banner (fixes NB#122233)
Jose Dapena Paz [Thu, 25 Jun 2009 19:08:44 +0000 (21:08 +0200)]
On loading gtkhtml view, if limit of chars is hit, show banner (fixes NB#122233)

14 years agoEmit signal limit_error also in msg view.
Jose Dapena Paz [Thu, 25 Jun 2009 19:08:32 +0000 (21:08 +0200)]
Emit signal limit_error also in msg view.

14 years agoEmit limit_error on loading the document on gtkhtml mime part view if limit hit
Jose Dapena Paz [Thu, 25 Jun 2009 19:07:35 +0000 (21:07 +0200)]
Emit limit_error on loading the document on gtkhtml mime part view if limit hit

14 years agoMethod to check if limit has been hit in ModestTnyStreamGtkhtml
Jose Dapena Paz [Thu, 25 Jun 2009 19:23:12 +0000 (21:23 +0200)]
Method to check if limit has been hit in ModestTnyStreamGtkhtml

14 years agoAdded method to know if we have hit the limits in the text to html stream.
Jose Dapena Paz [Thu, 25 Jun 2009 18:46:08 +0000 (20:46 +0200)]
Added method to know if we have hit the limits in the text to html stream.

14 years agoOn creating forward, don't include purged parts (fixes NB#124831).
Jose Dapena Paz [Thu, 25 Jun 2009 18:08:20 +0000 (20:08 +0200)]
On creating forward, don't include purged parts (fixes NB#124831).

14 years agoFixes NB#124324, remove the original instance of "Fw:" in any of its forms ("FW:...
Sergio Villar Senin [Thu, 25 Jun 2009 11:23:33 +0000 (13:23 +0200)]
Fixes NB#124324, remove the original instance of "Fw:" in any of its forms ("FW:", "Fw:"...)

14 years agoFixes NB#124742, duplicate entries inserted in addressbook when same address is in...
Sergio Villar Senin [Thu, 25 Jun 2009 10:02:17 +0000 (12:02 +0200)]
Fixes NB#124742, duplicate entries inserted in addressbook when same address is in To, Cc, Bcc...

Updated check_names() calls to the new API
Updated Diablo version to the new addressbook API

14 years agoChanged modest_address_book_check_names() API
Sergio Villar Senin [Thu, 25 Jun 2009 09:46:40 +0000 (11:46 +0200)]
Changed modest_address_book_check_names() API
Do not commit contacts in check_names() but return them

14 years agoAdded modest_address_book_add_address_list()
Sergio Villar Senin [Thu, 25 Jun 2009 09:31:24 +0000 (11:31 +0200)]
Added modest_address_book_add_address_list()
Implemented the modest_address_book_add_address_list() method

14 years agoInstall backup scripts properly in debian package.
Jose Dapena Paz [Thu, 25 Jun 2009 10:31:32 +0000 (12:31 +0200)]
Install backup scripts properly in debian package.

14 years agoUse setlocale() to get the current locale instead of getenv("LC_MESSAGES")
Sergio Villar Senin [Wed, 24 Jun 2009 17:50:07 +0000 (19:50 +0200)]
Use setlocale() to get the current locale instead of getenv("LC_MESSAGES")

14 years agoFixes NB#124313, remove new email notifications when the account is removed
Sergio Villar Senin [Wed, 24 Jun 2009 16:09:07 +0000 (18:09 +0200)]
Fixes NB#124313, remove new email notifications when the account is removed

14 years agoLimit reply size with number of lines, not only number of chars.
Jose Dapena Paz [Wed, 24 Jun 2009 13:38:25 +0000 (15:38 +0200)]
Limit reply size with number of lines, not only number of chars.

14 years agoFixes NB#116869, adding extra padding at the top of the main views
Sergio Villar Senin [Wed, 24 Jun 2009 10:21:33 +0000 (12:21 +0200)]
Fixes NB#116869, adding extra padding at the top of the main views

14 years agoRemoved extra vertical space between elements of the security view widget
Sergio Villar Senin [Wed, 24 Jun 2009 09:34:31 +0000 (11:34 +0200)]
Removed extra vertical space between elements of the security view widget

14 years agoFixes NB#124410, use singular form for Move message in message view window
Sergio Villar Senin [Wed, 24 Jun 2009 09:02:50 +0000 (11:02 +0200)]
Fixes NB#124410, use singular form for Move message in message view window

14 years agoFixes NB#124248, new folders dialog shows all the accounts
Sergio Villar Senin [Tue, 23 Jun 2009 15:40:22 +0000 (17:40 +0200)]
Fixes NB#124248, new folders dialog shows all the accounts

14 years agoDo not restore settings when creating a folder view because we always set
Sergio Villar Senin [Tue, 23 Jun 2009 15:30:57 +0000 (17:30 +0200)]
Do not restore settings when creating a folder view because we always set
the visible account later anyway

14 years agoversion and bug fix info update for week 26, 2009 second release 3.0.17-rc19
Sudheer Kumar Chiluveri [Tue, 23 Jun 2009 15:02:21 +0000 (18:02 +0300)]
version and bug fix info update for week 26, 2009 second release

14 years agoFixes NB#124155, done button in "select contacts" for name dialog does not close...
Sergio Villar Senin [Tue, 23 Jun 2009 10:31:20 +0000 (12:31 +0200)]
Fixes NB#124155, done button in "select contacts" for name dialog does not close the dialog

14 years agoFixes NB#122748, "modest" appears sometimes as window title
Sergio Villar Senin [Tue, 23 Jun 2009 09:56:54 +0000 (11:56 +0200)]
Fixes NB#122748, "modest" appears sometimes as window title

14 years agoEntries in security options get now the proper size
Sergio Villar Senin [Tue, 23 Jun 2009 09:11:17 +0000 (11:11 +0200)]
Entries in security options get now the proper size
Set auto size for horizontal separators

14 years agoDefault account settings dialog entries are now finger sized
Sergio Villar Senin [Tue, 23 Jun 2009 08:59:15 +0000 (10:59 +0200)]
Default account settings dialog entries are now finger sized

14 years agoFixes NB#123994, entries in account setup wizard are the wrong size
Sergio Villar Senin [Tue, 23 Jun 2009 08:38:16 +0000 (10:38 +0200)]
Fixes NB#123994, entries in account setup wizard are the wrong size

14 years agoFixes NB#123895, contents of rfc822 parts without content type are not shown
Sergio Villar Senin [Mon, 22 Jun 2009 14:34:02 +0000 (16:34 +0200)]
Fixes NB#123895, contents of rfc822 parts without content type are not shown

14 years agoFixes NB#123812, duplicate contacts created when inserting the same email address...
Sergio Villar Senin [Mon, 22 Jun 2009 14:19:36 +0000 (16:19 +0200)]
Fixes NB#123812, duplicate contacts created when inserting the same email address many times

14 years agoMerge branch 'master' of https://git.maemo.org/projects/modest 3.0.17-rc18
Sudheer Kumar Chiluveri [Mon, 22 Jun 2009 09:20:08 +0000 (12:20 +0300)]
Merge branch 'master' of https://git.maemo.org/projects/modest

14 years agoversion and bug fix info update for week 26, 2009 first release
Sudheer Kumar Chiluveri [Mon, 22 Jun 2009 09:18:25 +0000 (12:18 +0300)]
version and bug fix info update for week 26, 2009 first release

14 years agoFixes NB#121603, always assume that DBus send/receive requests are not user driven...
Sergio Villar Senin [Mon, 22 Jun 2009 09:13:05 +0000 (11:13 +0200)]
Fixes NB#121603, always assume that DBus send/receive requests are not user driven (as they are not requests from UI)

14 years agoOn disposing folder view, remove all accounts from store.
Jose Dapena Paz [Thu, 18 Jun 2009 17:20:42 +0000 (19:20 +0200)]
On disposing folder view, remove all accounts from store.

14 years agoSeveral GNOME build fixes
Sergio Villar Senín [Fri, 19 Jun 2009 11:54:41 +0000 (13:54 +0200)]
Several GNOME build fixes

14 years agoFixes NB#123143, add "edit account" to folders window menu
Sergio Villar Senin [Fri, 19 Jun 2009 08:30:10 +0000 (10:30 +0200)]
Fixes NB#123143, add "edit account" to folders window menu

Fixes a bug when deleting accounts. Now all the windows but the accounts window are closed