This reduces the dependency of the composer on the mail module, which is
currently a circular dependency.
svn path=/branches/kill-bonobo/; revision=37135
Necessary for EActionComboBox, since GtkActions can only handle named
or stock icons. Hopefully this is just a temporary hack. Eventually
we should make the category icons themeable.
Kill the "mail-account-disable" plugin and integrate it properly.
More dead plugins to follow...
Don't show disabled menu items in pop-up context menus. It does the
user no good to see things he CAN'T do with the object he clicked on.
svn path=/branches/kill-bonobo/; revision=37093
2008-07-01 Milan Crha <mcrha@redhat.com>
** Fix for bug #540274
* Makefile.am: Link with libraries we require now.
* backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands.
* backup.c: (ensure_locals), (fix_account_folder_uri), (restore):
After restore walk through all account, addressbook, calendar, task
and memo sources and fix the base uri if required. (One should be able
to import also into different user than one where the backup was done.)
svn path=/trunk/; revision=35710
2008-06-20 Sankar P <psankar@novell.com>
* mail-retract.c (retract_mail_settings):
Multiple open dialogs is an usability issue
and a potential HIG violation.
Thanks to Akhil for pointing out.
svn path=/trunk/; revision=35657
2008-06-20 Sankar P <psankar@novell.com>
* mail-retract.c (retract_mail_settings):
Check if cnc is valid before using it.
Fixes a crash.
svn path=/trunk/; revision=35656
2008-06-19 Sankar P <psankar@novell.com>
* mail-retract.c (retract_mail_settings):
Ask the user if he really wants to retract mails.
Re-arrange the menus a little for grouping related things.
svn path=/trunk/; revision=35653
2008-06-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #478469
* backup.c: (main):
Changed the progress dialog to be more HIG compliant.
svn path=/trunk/; revision=35652
2008-06-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #530069
* plugins/plugin-manager/plugin-manager.c:
Don't show the configuration tab unless the selected plugin
actually has configuration options (excluding options that get
crammed into the Preferences dialog).
svn path=/trunk/; revision=35651
2008-06-18 Milan Crha <mcrha@redhat.com>
** Fix for bug #318089
* mail-to-task.c: (convert_to_task): Ask for destination source only
when have more than one writable source defined.
svn path=/trunk/; revision=35646
2008-06-16 Milan Crha <mcrha@redhat.com>
** Fix for bug #273627
* exchange-account-setup.c: (owa_authenticate_user),
(update_mailbox_param_in_url), (mailbox_editor_entry_changed),
(org_gnome_exchange_owa_url): New entry to enter mailbox name in case
it differs from the username. The entry is updated after a validation
and shows the mailbox name as was used for validation.
Note: Be sure you've eds revision 8986 or better, otherwise this will not work.
svn path=/trunk/; revision=35642
2008-06-06 Matthew Barnes <mbarnes@redhat.com>
** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
GTK_DISABLE_SINGLE_INCLUDES defined. (#536637)
svn path=/trunk/; revision=35606
2008-06-05 Matthew Barnes <mbarnes@redhat.com>
* mail/message-tag-followup.c:
Never undefine DISABLE_DEPRECATED macros in source code.
Yes, it will break the build if it's defined. That's the point!
svn path=/trunk/; revision=35600
2008-05-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #532384
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
Choose the text/html part in normal mode only if the alrenative
multipart contains also a text/plain part.
svn path=/trunk/; revision=35554