modest
17 years ago* add some new windows to the gtk2 backend. very experimental
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:24:13 +0000 (14:24 +0000)]
* add some new windows to the gtk2 backend. very experimental

pmo-trunk-r400

17 years ago* add modest-account-view to the build
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:20:46 +0000 (14:20 +0000)]
* add modest-account-view to the build

pmo-trunk-r399

17 years ago* add support for the account view widget
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:19:27 +0000 (14:19 +0000)]
* add support for the account view widget
* do all creation lazily

pmo-trunk-r398

17 years ago* cosmetics
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:18:03 +0000 (14:18 +0000)]
* cosmetics

pmo-trunk-r397

17 years ago* use g_printerr instead of g_warning
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:16:46 +0000 (14:16 +0000)]
* use g_printerr instead of g_warning

pmo-trunk-r396

17 years ago* do proper refcounting for ModestConf instances
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:16:04 +0000 (14:16 +0000)]
* do proper refcounting for ModestConf instances
* API update for enable/disable API
* some internal refactoring

pmo-trunk-r395

17 years ago* call parent dtor
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:14:37 +0000 (14:14 +0000)]
* call parent dtor

pmo-trunk-r394

17 years ago* cosmetics
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:13:56 +0000 (14:13 +0000)]
* cosmetics

pmo-trunk-r393

17 years ago* some name changes in the conf keys, and updates to
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:13:00 +0000 (14:13 +0000)]
* some name changes in the conf keys, and updates to
  dependent platforms/backends

pmo-trunk-r392

17 years ago* added convenience functions
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:11:32 +0000 (14:11 +0000)]
* added convenience functions
  modest_conf_get_string_or_default and
  modest_conf_get_int_or_default to get a (user-provided)
  default if there is no value in gconf

pmo-trunk-r391

17 years ago* added account view widget, a listview with the current
Dirk-Jan C. Binnema [Thu, 20 Jul 2006 14:09:13 +0000 (14:09 +0000)]
* added account view widget, a listview with the current
  accounts, and a toggle to enable/disable them.

pmo-trunk-r390

17 years ago* some documentation updates
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:33:29 +0000 (12:33 +0000)]
* some documentation updates

pmo-trunk-r389

17 years agoin.in => in
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:20:53 +0000 (12:20 +0000)]
in.in => in

pmo-trunk-r388

17 years agolet _new return ModestTnyTransportActions, not GObject
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:20:25 +0000 (12:20 +0000)]
let _new return ModestTnyTransportActions, not GObject

pmo-trunk-r387

17 years ago* infrastructure for locking added, small cosmetics
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:19:25 +0000 (12:19 +0000)]
* infrastructure for locking added, small cosmetics

pmo-trunk-r386

17 years ago* modest_ui_new now returns ModestUI* instead of GObject
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:18:07 +0000 (12:18 +0000)]
* modest_ui_new now returns ModestUI* instead of GObject

pmo-trunk-r385

17 years ago* small cleanups
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:16:34 +0000 (12:16 +0000)]
* small cleanups

pmo-trunk-r384

17 years ago* improvements in display of address, refactored some code
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:15:38 +0000 (12:15 +0000)]
* improvements in display of address, refactored some code

pmo-trunk-r383

17 years agolet _new return ModestConf*, ModestAccountMgr* instead of GObject
Dirk-Jan C. Binnema [Mon, 17 Jul 2006 12:13:28 +0000 (12:13 +0000)]
let _new return ModestConf*, ModestAccountMgr* instead of GObject

pmo-trunk-r382

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