modest
17 years ago* the constructor now returns ModestTnyAccountStore instances,
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:10:43 +0000 (12:10 +0000)]
* the constructor now returns ModestTnyAccountStore instances,
  not GObjects

pmo-trunk-r381

17 years ago* support the gtk2/ code, and make the platform configure-time selectable,
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:09:25 +0000 (12:09 +0000)]
* support the gtk2/ code, and make the platform configure-time selectable,
  with --with-platform=gtk or --with-platform=gtk2.
  The current UI code is the first one, and the default.

pmo-trunk-r380

17 years ago* deal (optionally) with the gtk2 ui code
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:08:01 +0000 (12:08 +0000)]
* deal (optionally) with the gtk2 ui code
* startings of cmdline handling

pmo-trunk-r379

17 years ago* added modest-widget-factory, which provides a way to get the widgets
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:06:14 +0000 (12:06 +0000)]
* added modest-widget-factory, which provides a way to get the widgets
  (folder, header, preview) and maintain the dependencies between them,
  in a frontend-independent way

pmo-trunk-r378

17 years ago* added beginnings of new experimental non-glade gtk+ UI
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:04:14 +0000 (12:04 +0000)]
* added beginnings of new experimental non-glade gtk+ UI

pmo-trunk-r377

17 years ago* use the tinymail iterator API correctly
Dirk-Jan C. Binnema [Wed, 12 Jul 2006 12:40:10 +0000 (12:40 +0000)]
* use the tinymail iterator API correctly
* use 770-optimized header display

pmo-trunk-r376

17 years ago* cosmetic
Dirk-Jan C. Binnema [Wed, 12 Jul 2006 07:44:11 +0000 (07:44 +0000)]
* cosmetic

pmo-trunk-r375

17 years ago* cosmetics
Dirk-Jan C. Binnema [Wed, 12 Jul 2006 06:18:44 +0000 (06:18 +0000)]
* cosmetics

pmo-trunk-r374

17 years ago* update to new iterator API in tinymail
Dirk-Jan C. Binnema [Wed, 12 Jul 2006 06:17:03 +0000 (06:17 +0000)]
* update to new iterator API in tinymail
* code cleanup / refactoring
* added _nth_ method, to get the nth mime-part

pmo-trunk-r373

17 years ago* cosmetics
Dirk-Jan C. Binnema [Wed, 12 Jul 2006 06:13:40 +0000 (06:13 +0000)]
* cosmetics

pmo-trunk-r372

17 years ago* cosmetic
Dirk-Jan C. Binnema [Wed, 12 Jul 2006 06:11:09 +0000 (06:11 +0000)]
* cosmetic

pmo-trunk-r371

17 years ago* coding style fixes
Dirk-Jan C. Binnema [Wed, 12 Jul 2006 06:09:36 +0000 (06:09 +0000)]
* coding style fixes

pmo-trunk-r370

17 years ago* update to the new iterator-API that tinymail now requires
Dirk-Jan C. Binnema [Wed, 12 Jul 2006 06:07:14 +0000 (06:07 +0000)]
* update to the new iterator-API that tinymail now requires

* refactored the code quite a bit:
  - simplified the handling of attachments
  - added the 'attachment clicked' signal
  - remove attachment-inline support for now
  - remove '_redraw' (it should not be needed)

pmo-trunk-r369

17 years ago* cosmetic
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:55:09 +0000 (16:55 +0000)]
* cosmetic

pmo-trunk-r368

17 years ago* add 'enabled' key
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:54:35 +0000 (16:54 +0000)]
* add 'enabled' key

pmo-trunk-r367

17 years ago* update for the changes in the APIs, as well as for *some* compile
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:53:18 +0000 (16:53 +0000)]
* update for the changes in the APIs, as well as for *some* compile
  warnings

pmo-trunk-r366

17 years ago* fix compile warning by moving enum up
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:51:44 +0000 (16:51 +0000)]
* fix compile warning by moving enum up

pmo-trunk-r365

17 years ago* listen to updates in the account store, and refresh
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:43:48 +0000 (16:43 +0000)]
* listen to updates in the account store, and refresh

pmo-trunk-r364

17 years ago* added some marshaller specs
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:39:39 +0000 (16:39 +0000)]
* added some marshaller specs

pmo-trunk-r363

17 years ago* handle empty stream gracefully (even if gtkhtml doesn't)
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:38:55 +0000 (16:38 +0000)]
* handle empty stream gracefully (even if gtkhtml doesn't)

pmo-trunk-r362

17 years ago* update for API changes. It compiles, but there might be conflicts,
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:34:19 +0000 (16:34 +0000)]
* update for API changes. It compiles, but there might be conflicts,
  which will be dealt with shortly.

pmo-trunk-r361

17 years ago* cleaned up, refactored code. there's a lot less now
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:31:18 +0000 (16:31 +0000)]
* cleaned up, refactored code. there's a lot less now
* update to use latest Tinymail (iterator stuff etc.)
* do the signal propagation

pmo-trunk-r360

17 years ago* many changes:
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:25:30 +0000 (16:25 +0000)]
* many changes:
  - merge separate account_ and server_account functions into one
  - fixed signals when changes take place in the backend (modest conf)
  - removed internal cache of account names, but always use modest-conf
  - cleaned up 'check_change'
  - implemented enabling/disabling of accounts, and signals understand this,
    as well as the 'search' function
  - simplified a lot of code, refactoring, cosmetics

pmo-trunk-r359

17 years ago* added modest_conf_key_escape and modest_conf_key_unescape, to
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 16:13:32 +0000 (16:13 +0000)]
* added modest_conf_key_escape and modest_conf_key_unescape, to
  escape strings to valid gconf key names.

pmo-trunk-r358

17 years ago- renamed into modest-conf.c
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 07:23:14 +0000 (07:23 +0000)]
- renamed into modest-conf.c

pmo-trunk-r357

17 years ago* modest-conf-gconf.c => modest-conf.c
Dirk-Jan C. Binnema [Tue, 11 Jul 2006 07:22:38 +0000 (07:22 +0000)]
* modest-conf-gconf.c => modest-conf.c
* fixed signal handling, so:
  - also non-strings values will work
  - differentiate between NULL and having value unset
* small code cleanups (cosmetic)
* the new event stuff still needs to be added elsewhere in modest

pmo-trunk-r356

17 years ago* added licensing boiler plate to source files
Nils Faerber [Mon, 10 Jul 2006 18:10:47 +0000 (18:10 +0000)]
* added licensing boiler plate to source files

pmo-trunk-r355

17 years ago* added licensing boilerplate to source files
Nils Faerber [Mon, 10 Jul 2006 18:07:46 +0000 (18:07 +0000)]
* added licensing boilerplate to source files

pmo-trunk-r354

17 years ago* added licensing boilerplate to source files
Nils Faerber [Mon, 10 Jul 2006 18:02:59 +0000 (18:02 +0000)]
* added licensing boilerplate to source files

pmo-trunk-r353

17 years ago* lots of cleanups, removed destructive settings / test install settings
Dirk-Jan C. Binnema [Mon, 10 Jul 2006 07:13:26 +0000 (07:13 +0000)]
* lots of cleanups, removed destructive settings / test install settings
  (they can now be done using gconftool)
* made the return codes well-defined
* added license header

pmo-trunk-r352

17 years ago* renamed gtk-glade => gtk
Dirk-Jan C. Binnema [Wed, 5 Jul 2006 09:39:50 +0000 (09:39 +0000)]
* renamed gtk-glade => gtk

pmo-trunk-r351

17 years ago* remove old stuff
Dirk-Jan C. Binnema [Wed, 5 Jul 2006 09:16:55 +0000 (09:16 +0000)]
* remove old stuff

pmo-trunk-r349

17 years ago* remove the dead gtk-dir
Dirk-Jan C. Binnema [Wed, 5 Jul 2006 09:15:43 +0000 (09:15 +0000)]
* remove the dead gtk-dir

pmo-trunk-r348

17 years ago* Change deprecated HildonApp/HildonAppView to HildonProgram/HildonWindow.
Florian Boor [Tue, 27 Jun 2006 10:36:21 +0000 (10:36 +0000)]
* Change deprecated HildonApp/HildonAppView to HildonProgram/HildonWindow.
* Hacked hildon support for editor window (still not fully functional).
* Several minor changes and updates.
* Remove some files from the packages.

pmo-trunk-r347

17 years ago* cosmetic changes
Arne Zellentin [Fri, 23 Jun 2006 16:51:21 +0000 (16:51 +0000)]
* cosmetic changes

pmo-trunk-r344

17 years ago* fixed message count in folder view
Arne Zellentin [Fri, 23 Jun 2006 14:46:23 +0000 (14:46 +0000)]
* fixed message count in folder view

pmo-trunk-r343

17 years ago* bugfix: message flags (has attachment, ...) are displayed correctly now
Arne Zellentin [Fri, 23 Jun 2006 14:29:43 +0000 (14:29 +0000)]
* bugfix: message flags (has attachment, ...) are displayed correctly now

pmo-trunk-r342

17 years ago* Add libosso dependency.
Florian Boor [Fri, 23 Jun 2006 12:16:18 +0000 (12:16 +0000)]
* Add libosso dependency.

pmo-trunk-r341

17 years ago* Reggister application service.
Florian Boor [Fri, 23 Jun 2006 12:08:29 +0000 (12:08 +0000)]
* Reggister application service.

pmo-trunk-r340

17 years ago* added function to register password_request method with modest_tny_account_store
Silvan Marco Fin [Thu, 22 Jun 2006 19:57:26 +0000 (19:57 +0000)]
* added function to register password_request method with modest_tny_account_store
  so that it may be called, if TnyAccountIface needs a password.

pmo-trunk-r338

17 years ago* added support for mailto: links in messages: when clicked, they open an new editor...
Arne Zellentin [Thu, 22 Jun 2006 17:57:48 +0000 (17:57 +0000)]
* added support for mailto: links in messages: when clicked, they open an new editor window.

pmo-trunk-r336

17 years ago* 2 bugs fixed, why didn't the compiler complain?
Arne Zellentin [Thu, 22 Jun 2006 14:49:55 +0000 (14:49 +0000)]
* 2 bugs fixed, why didn't the compiler complain?

pmo-trunk-r334

17 years ago* Make editor toolbar icon only.
Florian Boor [Thu, 22 Jun 2006 13:45:55 +0000 (13:45 +0000)]
* Make editor toolbar icon only.

pmo-trunk-r333

17 years ago* Back to old API.
Florian Boor [Thu, 22 Jun 2006 13:16:53 +0000 (13:16 +0000)]
* Back to old API.

pmo-trunk-r332

17 years ago* Pack toolbar in hildon specific way.
Florian Boor [Thu, 22 Jun 2006 13:11:01 +0000 (13:11 +0000)]
* Pack toolbar in hildon specific way.

pmo-trunk-r331

17 years ago* Remove i18n stuff from desktop file.
Florian Boor [Thu, 22 Jun 2006 11:36:34 +0000 (11:36 +0000)]
* Remove i18n stuff from desktop file.

pmo-trunk-r329

17 years ago* changed visibility of characters in password dialog (hildon + gtk-glade)
Silvan Marco Fin [Thu, 22 Jun 2006 11:34:43 +0000 (11:34 +0000)]
* changed visibility of characters in password dialog (hildon + gtk-glade)

pmo-trunk-r328

17 years ago* Add installation if service/desktop files.
Florian Boor [Thu, 22 Jun 2006 10:57:02 +0000 (10:57 +0000)]
* Add installation if service/desktop files.

pmo-trunk-r327

17 years ago* Make modest package compatible with AI.
Florian Boor [Thu, 22 Jun 2006 10:48:29 +0000 (10:48 +0000)]
* Make modest package compatible with AI.

pmo-trunk-r326

17 years ago* Add script for automatic network connectivity.
Florian Boor [Thu, 22 Jun 2006 10:45:41 +0000 (10:45 +0000)]
* Add script for automatic network connectivity.

pmo-trunk-r325

17 years ago* Add support files for maemo desktop integration.
Florian Boor [Thu, 22 Jun 2006 10:31:58 +0000 (10:31 +0000)]
* Add support files for maemo desktop integration.

pmo-trunk-r324

17 years ago* Move toolbar to the bottom, change layout.
Florian Boor [Wed, 21 Jun 2006 23:13:29 +0000 (23:13 +0000)]
* Move toolbar to the bottom, change layout.

pmo-trunk-r322

17 years ago* huhu ... hack alert ;) sub menu items are now reparented to AppView's menu
Nils Faerber [Wed, 21 Jun 2006 18:33:23 +0000 (18:33 +0000)]
* huhu ... hack alert ;) sub menu items are now reparented to AppView's menu

pmo-trunk-r318

17 years ago* first mods to move the menu into the HildonApp
Nils Faerber [Wed, 21 Jun 2006 18:18:14 +0000 (18:18 +0000)]
* first mods to move the menu into the HildonApp

pmo-trunk-r316

17 years ago* apllied today's changes to the gtk-glade ui to the hildon ui
Arne Zellentin [Wed, 21 Jun 2006 18:17:20 +0000 (18:17 +0000)]
* apllied today's changes to the gtk-glade ui to the hildon ui

pmo-trunk-r315

17 years ago* set HildonApp title
Nils Faerber [Wed, 21 Jun 2006 18:04:48 +0000 (18:04 +0000)]
* set HildonApp title

pmo-trunk-r314

17 years ago* added HildonApp around main_view
Nils Faerber [Wed, 21 Jun 2006 17:59:07 +0000 (17:59 +0000)]
* added HildonApp around main_view
* changed main_view to HildonAppView
* removed some non-working buttons and menuitems so that UI fits better on smaller screen

pmo-trunk-r313

17 years ago* fixed bug which crashed modest after sending an email with attachment(s). The attac...
Arne Zellentin [Wed, 21 Jun 2006 17:48:53 +0000 (17:48 +0000)]
* fixed bug which crashed modest after sending an email with attachment(s). The attachment-list was unref'd twice. d'oh!

pmo-trunk-r312

17 years ago* mime-type-guessing for attachments is now case-insensitive and has a default (appli...
Arne Zellentin [Wed, 21 Jun 2006 17:16:45 +0000 (17:16 +0000)]
* mime-type-guessing for attachments is now case-insensitive and has a default (application/octet-stream)

pmo-trunk-r311

17 years ago* added better support for passwords
Silvan Marco Fin [Wed, 21 Jun 2006 16:22:46 +0000 (16:22 +0000)]
* added better support for passwords
   - now get_password returns either the password from the corresponding account
   - or if triggered by the forget_password function emits the signal which
     leads to asking for a new password.
* corrected some indentations / adopted coding style

pmo-trunk-r307

17 years ago* Fix segfault caused by freeing uninitialized values.
Florian Boor [Wed, 21 Jun 2006 16:07:55 +0000 (16:07 +0000)]
* Fix segfault caused by freeing uninitialized values.

pmo-trunk-r306

17 years ago* added missing spaces in test call
Arne Zellentin [Wed, 21 Jun 2006 15:54:20 +0000 (15:54 +0000)]
* added missing spaces in test call

pmo-trunk-r303

17 years ago* a dh_make debian skeleton with only minimal changes, lots to do...
Arne Zellentin [Wed, 21 Jun 2006 15:15:41 +0000 (15:15 +0000)]
* a dh_make debian skeleton with only minimal changes, lots to do...

pmo-trunk-r302

17 years ago* initial check-in, a copy of the gtk-glade UI with minimal changes so far.
Arne Zellentin [Wed, 21 Jun 2006 15:12:02 +0000 (15:12 +0000)]
* initial check-in, a copy of the gtk-glade UI with minimal changes so far.

pmo-trunk-r301

17 years ago* Simple UTF8 support for string comparison.
Florian Boor [Wed, 21 Jun 2006 13:39:48 +0000 (13:39 +0000)]
* Simple UTF8 support for string comparison.

pmo-trunk-r298

17 years ago* added support for propagating identity updates to modest-identity-mgr
Silvan Marco Fin [Wed, 21 Jun 2006 11:13:34 +0000 (11:13 +0000)]
* added support for propagating identity updates to modest-identity-mgr
* activated callbacks in modest-ui-account-setup

pmo-trunk-r297

17 years ago* Remove some obsolete code.
Florian Boor [Wed, 21 Jun 2006 11:03:56 +0000 (11:03 +0000)]
* Remove some obsolete code.

pmo-trunk-r296

17 years ago* added filter_func to filter the server_accounts for transports to
Silvan Marco Fin [Wed, 21 Jun 2006 09:25:58 +0000 (09:25 +0000)]
* added filter_func to filter the server_accounts for transports to
  identity_edit_action

pmo-trunk-r295

17 years ago* fixed bugs:
Silvan Marco Fin [Wed, 21 Jun 2006 09:09:58 +0000 (09:09 +0000)]
* fixed bugs:
   - ACCOUNT_PROT was used instead of ACCOUNT_NAME in account_edit_action
   - return values in write_account fixed

pmo-trunk-r294

17 years ago* added filtering for transport accounts to outgoing selection
Silvan Marco Fin [Tue, 20 Jun 2006 17:17:38 +0000 (17:17 +0000)]
* added filtering for transport accounts to outgoing selection

pmo-trunk-r293

17 years ago* Add common "AW:" to list of ignored subject prefixes.
Florian Boor [Tue, 20 Jun 2006 16:33:30 +0000 (16:33 +0000)]
* Add common "AW:" to list of ignored subject prefixes.
* Clean header view if folder is set to NULL.
* Reset folder in header list if account is changed.

pmo-trunk-r292

17 years ago* added some comments and handling of the Edit/Delete buttons sensitivity
Silvan Marco Fin [Tue, 20 Jun 2006 16:22:12 +0000 (16:22 +0000)]
* added some comments and handling of the Edit/Delete buttons sensitivity

pmo-trunk-r291

17 years ago* handlers for account/identity updates are now removed, if no longer needed
Silvan Marco Fin [Tue, 20 Jun 2006 15:28:28 +0000 (15:28 +0000)]
* handlers for account/identity updates are now removed, if no longer needed
  for the dialog treeviews

pmo-trunk-r290

17 years ago* Add update method to ModestTnyFolderTreeView.
Florian Boor [Tue, 20 Jun 2006 12:50:24 +0000 (12:50 +0000)]
* Add update method to ModestTnyFolderTreeView.
* Use update method in case of account changes. Open: restore current view if possible.

pmo-trunk-r289

17 years ago* implemented correct filling of fields in the edit-dialogs for accounts and identities
Silvan Marco Fin [Tue, 20 Jun 2006 12:38:36 +0000 (12:38 +0000)]
* implemented correct filling of fields in the edit-dialogs for accounts and identities
* removed (currently) unsupported fields from glade-file

pmo-trunk-r288

17 years ago* Implement account change and add signals and data.
Florian Boor [Mon, 19 Jun 2006 17:39:11 +0000 (17:39 +0000)]
* Implement account change and add signals and data.
* Prepare function to update user interface.
* Change order of some functions.

pmo-trunk-r287

17 years ago* some changes for modest-ui-account-setup in modest.glade, mostly widget names
Silvan Marco Fin [Mon, 19 Jun 2006 17:23:09 +0000 (17:23 +0000)]
* some changes for modest-ui-account-setup in modest.glade, mostly widget names
* added account removal and creation to modest-ui-account-setup.c

pmo-trunk-r285

17 years ago* cleanup find_body_part a bit, and check if a part is not an attachment,
Dirk-Jan C. Binnema [Mon, 19 Jun 2006 14:30:47 +0000 (14:30 +0000)]
* cleanup find_body_part a bit, and check if a part is not an attachment,
  if so, it cannot be the body part (before this, a text/html attachment
  would be shown when there was only a text/plain body)

* constify modest_tny_msg_actions_quote

pmo-trunk-r284

17 years ago* some more indentation fixed modest-identity-mgr.c
Silvan Marco Fin [Mon, 19 Jun 2006 13:28:05 +0000 (13:28 +0000)]
* some more indentation fixed modest-identity-mgr.c
* changed add_identity to write_identity and added support
  for changes to modest-ui-account-setup.c

pmo-trunk-r283

17 years ago* fixed typo in modest-identity-mgr.c
Silvan Marco Fin [Mon, 19 Jun 2006 12:28:21 +0000 (12:28 +0000)]
* fixed typo in modest-identity-mgr.c
  (modest_identity_mgr_set_identity_bool)

pmo-trunk-r282

17 years ago* adjusted indentation on modest-ui-wizard.c modest-identity-mgr.h and modest-main.c
Silvan Marco Fin [Mon, 19 Jun 2006 11:43:48 +0000 (11:43 +0000)]
* adjusted indentation on modest-ui-wizard.c modest-identity-mgr.h and modest-main.c
* changed some flags on modest.glade
* added some serious functionality to modest-ui-account-setup.c (identities)
  (yet the edit dialog does not work properly)

pmo-trunk-r281

17 years ago* compile warning fixed
Arne Zellentin [Mon, 19 Jun 2006 11:07:33 +0000 (11:07 +0000)]
* compile warning fixed

pmo-trunk-r280

17 years ago* some changes in the account-dialog in modest.glade, for better handling
Silvan Marco Fin [Mon, 19 Jun 2006 10:35:00 +0000 (10:35 +0000)]
* some changes in the account-dialog in modest.glade, for better handling
* adopted modest-ui-wizard.c and modest-main.c to change in identity_add
* added comment for "realname" parameter to modest-identity-mgr.h

pmo-trunk-r279

17 years ago* same bugs as in modest-identity-mgr.c fixed: ...get_bool was calling modest_conf_se...
Arne Zellentin [Mon, 19 Jun 2006 10:33:07 +0000 (10:33 +0000)]
* same bugs as in modest-identity-mgr.c fixed: ...get_bool was calling modest_conf_set_int instead of ...bool; the g_return_val_if_fail were returning -1 instead of FALSE

pmo-trunk-r278

17 years ago* buglets fixed
Arne Zellentin [Mon, 19 Jun 2006 10:26:58 +0000 (10:26 +0000)]
* buglets fixed

pmo-trunk-r277

17 years ago* added REALNAME to identities
Arne Zellentin [Mon, 19 Jun 2006 09:56:58 +0000 (09:56 +0000)]
* added REALNAME to identities

* some reformat

pmo-trunk-r276

17 years ago* Disconnect signals from account manager if account store is destroyed.
Florian Boor [Fri, 16 Jun 2006 14:42:45 +0000 (14:42 +0000)]
* Disconnect signals from account manager if account store is destroyed.

pmo-trunk-r275

17 years ago* add progress indication.
Dirk-Jan C. Binnema [Fri, 16 Jun 2006 13:41:42 +0000 (13:41 +0000)]
* add progress indication.
  - ModestTnyHeaderTree now emits a signal 'status_update' whenever the headers
  tree is being updated (and when that is over)
  - a new marshaller is created (marshall.list) for this
  - ModestUI connects to the signal, and updates the status bar...
  - ...which is added to the UI

pmo-trunk-r274

17 years ago* Add marshall.list to dependencies of resulting files to make sure they are updated.
Florian Boor [Fri, 16 Jun 2006 09:56:26 +0000 (09:56 +0000)]
* Add marshall.list to dependencies of resulting files to make sure they are updated.

pmo-trunk-r273

17 years ago* no longer force the user to enter a username for the outgoing (smtp) server. silvan...
Arne Zellentin [Thu, 15 Jun 2006 16:11:19 +0000 (16:11 +0000)]
* no longer force the user to enter a username for the outgoing (smtp) server. silvan, please check whether you agree.

pmo-trunk-r272

17 years ago* Update several UI bits to use internal pointers instead of searching widgets.
Florian Boor [Thu, 15 Jun 2006 15:17:03 +0000 (15:17 +0000)]
* Update several UI bits to use internal pointers instead of searching widgets.
* Keep a list of exiting accounts in ModestAccountMgr.
* Check configuration changes in ModestAccountMgr and create according signals.
* Provide better data in signal handlers.
* Do not re-create account lists in ModestTnyAccountStore.
* Connect handlers with test code to ModestAccountMgr signals in ModestTnyAccountStore.
* Comment out some currently dangerous code.
* Add new marshaller.

pmo-trunk-r271

17 years ago* more private data for the editor window: identity and transport
Arne Zellentin [Wed, 14 Jun 2006 17:05:53 +0000 (17:05 +0000)]
* more private data for the editor window: identity and transport

pmo-trunk-r270

17 years ago* added default transport to account creation through wizard
Silvan Marco Fin [Wed, 14 Jun 2006 14:52:43 +0000 (14:52 +0000)]
* added default transport to account creation through wizard

pmo-trunk-r269

17 years ago* changed forward as attachment, see ml
Arne Zellentin [Wed, 14 Jun 2006 14:12:33 +0000 (14:12 +0000)]
* changed forward as attachment, see ml

pmo-trunk-r268

17 years ago* added display of some identity/account data to identities and account dialog
Silvan Marco Fin [Tue, 13 Jun 2006 17:26:36 +0000 (17:26 +0000)]
* added display of some identity/account data to identities and account dialog
* corrected modest-ui-wizard.h (wrongly removed wizard_account_dialog)
* adjusted some settings in the glade file

pmo-trunk-r267

17 years ago* some bugs fixed
Arne Zellentin [Tue, 13 Jun 2006 17:20:32 +0000 (17:20 +0000)]
* some bugs fixed

* forwarding now forwards the attachments as well

* new menu->message->forward attached item in main window, will work on the implementation of that tomorrow

pmo-trunk-r266

17 years ago* "Forward attached" added to menu
Silvan Marco Fin [Tue, 13 Jun 2006 16:44:26 +0000 (16:44 +0000)]
* "Forward attached" added to menu

pmo-trunk-r265

17 years ago* remove more debug stuff
Arne Zellentin [Tue, 13 Jun 2006 15:57:49 +0000 (15:57 +0000)]
* remove more debug stuff

pmo-trunk-r264

17 years ago* remove debug stuff
Arne Zellentin [Tue, 13 Jun 2006 15:57:08 +0000 (15:57 +0000)]
* remove debug stuff

pmo-trunk-r263

17 years ago* added documentation
Nils Faerber [Tue, 13 Jun 2006 15:46:23 +0000 (15:46 +0000)]
* added documentation

pmo-trunk-r262