aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Fix "make distcheck" errors.Matthew Barnes2009-06-205-112/+61
|
* Stop abusing forward declarations.Matthew Barnes2009-06-1935-276/+261
|
* Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-1815-105/+30
|
* Bug 345775 – Missing blank line between messages in saved mboxMatthew Barnes2009-06-161-1/+3
|
* Fix coding style.Matthew Barnes2009-06-141-4/+4
|
* Thought of a better way to copy folder tree state.Matthew Barnes2009-06-1410-80/+162
| | | | | | Revert the expanded tree model column and add a "selection"property to EMFolderTreeModel, which the sidebar sets. If set, all new EMFolderTree instances will automatically mimic its expanded and selected state.
* Clean up EMFolderTreeModel.Matthew Barnes2009-06-146-364/+424
|
* Use key files for tracking widget states.Matthew Barnes2009-06-1316-765/+733
| | | | | | | | | | | | | | | | | Each EShellView now maintains a GKeyFile for recording disposable widget state such as tree view path expansion, scroll bar positions, combo box selections, etc. The EShellView records changes to the key file to ~/.evolution/<shell-backend>/config/state, and automatically restores the GKeyFile at startup. Currently only the mailer uses the key file, but it's intended to serve all shell views. It replaces the use of Camel "cmeta" files, as well as "et-expanded-*" and "folder-tree-expand-state.xml" files. Also, the mailer's folder tree model now includes a column for tracking which sidebar folders are expanded. Folder tree widgets appearing in dialog windows can copy the sidebar's expanded state using em_folder_tree_clone_expanded().
* Fix whitespace errors in mail/Makefile.amMatthew Barnes2009-06-092-2/+2
|
* Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-092-15/+15
|
* Bug #362907 - Give icons to Drafts/Sent/Templates foldersMilan Crha2009-06-091-2/+29
|
* Search bar improvements.Matthew Barnes2009-06-092-11/+26
| | | | | Split the search entry into a new widget to manage hints (EHintedEntry). Let the search entry expand to use available horizontal space.
* Fix crash when printing an email.Matthew Barnes2009-06-031-0/+8
|
* Add MAINTAINERCLEANFILES based on Pango.Matthew Barnes2009-06-031-1/+1
|
* Bug 584154 – custom icon folder hook does not workLucian Langa2009-06-023-4/+11
|
* Part of bug #580212 - Report inline parts only when found both tagsMilan Crha2009-06-021-0/+3
| | | | | When parsing inline parts, like inline signatures, report the part type only when found also the end tag for the part type.
* Bug #337082 - Do not produce unnamed folders in a folder treeMilan Crha2009-06-021-4/+6
|
* More code cleanup.Matthew Barnes2009-06-0239-121/+121
|
* Fix more compiler warnings.Matthew Barnes2009-06-021-36/+0
|
* Bug 323037 – Folder emblem to show new mail arrivalMilan Crha2009-06-013-19/+97
|
* Whitespace cleanup.Matthew Barnes2009-05-2921-73/+73
|
* Get the mailer's URI popup menu working.Matthew Barnes2009-05-285-225/+715
| | | | | Except for "Add to Address Book", which looks like a project unto itself. This also kills off another plugin (copy-tool).
* Prefer GLib basic types over C types.Matthew Barnes2009-05-2790-2570/+2570
|
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-27150-605/+715
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: a11y/widgets/ea-combo-button.c a11y/widgets/ea-combo-button.h addressbook/gui/component/addressbook-component.c addressbook/gui/component/addressbook-component.h addressbook/gui/component/addressbook-view.c addressbook/gui/component/addressbook-view.h addressbook/gui/component/component-factory.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/eab-contact-display.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.c addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup-control.c addressbook/gui/widgets/eab-popup-control.h addressbook/gui/widgets/eab-popup.c addressbook/gui/widgets/eab-popup.h calendar/gui/cal-search-bar.c calendar/gui/calendar-commands.c calendar/gui/calendar-component.c calendar/gui/comp-editor-factory.c calendar/gui/comp-editor-factory.h calendar/gui/control-factory.c calendar/gui/dialogs/comp-editor.c calendar/gui/e-cal-component-memo-preview.c calendar/gui/e-cal-component-memo-preview.h calendar/gui/e-calendar-table.c calendar/gui/e-memo-table.c calendar/gui/e-memos.c calendar/gui/e-tasks.c calendar/gui/gnome-cal.c calendar/gui/gnome-cal.h calendar/gui/itip-bonobo-control.c calendar/gui/itip-bonobo-control.h calendar/gui/main.c calendar/gui/memos-component.c calendar/gui/memos-control.c calendar/gui/memos-control.h calendar/gui/migration.c calendar/gui/migration.h calendar/gui/tasks-component.c calendar/gui/tasks-control.c calendar/importers/main.c composer/Makefile.am composer/e-composer-header-table.c composer/e-composer-header.c composer/e-composer-header.h composer/e-composer-name-header.c composer/e-composer-private.c composer/e-composer-text-header.c composer/e-msg-composer.c composer/e-msg-composer.h e-util/e-corba-utils.h e-util/e-logger.c e-util/e-logger.h e-util/e-util-labels.c e-util/e-util-labels.h em-format/em-format.c mail/Makefile.am mail/e-mail-shell-migrate.c mail/em-account-editor.c mail/em-account-editor.h mail/em-composer-prefs.c mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-tree.c mail/em-folder-tree.h mail/em-folder-utils.c mail/em-folder-utils.h mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html.c mail/em-mailer-prefs.c mail/em-mailer-prefs.h mail/em-message-browser.c mail/em-message-browser.h mail/em-network-prefs.h mail/em-popup.c mail/em-utils.c mail/importers/Makefile.am mail/mail-component-factory.c mail/mail-component.c mail/mail-config-factory.c mail/mail-config-factory.h mail/mail-config.c mail/mail-dialogs.glade mail/mail-types.h plugins/calendar-weather/calendar-weather.c plugins/mail-account-disable/mail-account-disable.c plugins/select-one-source/select-one-source.c po/POTFILES.in shell/e-component-registry.c shell/e-component-registry.h shell/e-component-view.c shell/e-component-view.h shell/e-corba-config-page.c shell/e-corba-config-page.h shell/e-shell-constants.h shell/e-shell-settings-dialog.c shell/e-shell-settings-dialog.h shell/e-shell-window-commands.c shell/e-shell-window.c shell/e-shell.h shell/e-sidebar.c shell/e-sidebar.h shell/e-user-creatable-items-handler.c shell/e-user-creatable-items-handler.h shell/es-menu.c shell/es-menu.h shell/evolution-component.h shell/evolution-config-control.c shell/evolution-config-control.h shell/evolution-listener.c shell/evolution-listener.h shell/evolution-shell-component-utils.c shell/evolution-shell-component-utils.h shell/importer/evolution-importer-client.c shell/importer/evolution-importer-client.h shell/importer/evolution-importer-listener.c shell/importer/evolution-importer-listener.h shell/importer/evolution-importer.c shell/importer/evolution-importer.h shell/importer/evolution-intelligent-importer.c shell/importer/evolution-intelligent-importer.h shell/importer/intelligent.c shell/main.c shell/test/evolution-test-component.c shell/test/evolution-test-component.h widgets/menus/gal-view-instance.c widgets/menus/gal-view-menus.c widgets/menus/gal-view-menus.h widgets/misc/Makefile.am widgets/misc/e-activity-handler.c widgets/misc/e-activity-handler.h widgets/misc/e-charset-picker.c widgets/misc/e-combo-button.c widgets/misc/e-combo-button.h widgets/misc/e-config-page.h widgets/misc/e-dropdown-button.c widgets/misc/e-dropdown-button.h widgets/misc/e-filter-bar.c widgets/misc/e-info-label.c widgets/misc/e-info-label.h widgets/misc/e-multi-config-dialog.c widgets/misc/e-multi-config-dialog.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h widgets/misc/e-task-bar.c widgets/misc/e-task-bar.h widgets/misc/e-task-widget.c widgets/misc/e-task-widget.h widgets/misc/test-dropdown-button.c widgets/misc/test-error.c widgets/misc/test-info-label.c widgets/table/e-table-example-1.c
| * Remove trailing whitespace, again.Matthew Barnes2009-05-27135-312/+312
| |
| * Fix compiler warnings in mail.Matthew Barnes2009-05-2635-397/+413
| |
| * Fix compiler warnings in smime.Matthew Barnes2009-05-261-0/+1
| |
| * Remove obsolete dialog from mail-dialogs.glade.Matthew Barnes2009-05-251-1499/+908
| |
| * Use named icons in the folder tree instead of pixbufs.Matthew Barnes2009-05-255-117/+107
| |
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-246-57/+57
| |
| * Mail changes required for Anjal.Srinivasa Ragavan2009-05-2210-95/+378
| |
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-253-3/+3
| |
* | Mail changes required for Anjal.Srinivasa Ragavan2009-05-2410-44/+289
| |
* | Fix some account UI glitches.Matthew Barnes2009-05-241-2/+1
| |
* | Bug 583339 – Edit->Preferences->Mail Accounts inconsistentMatthew Barnes2009-05-245-2408/+1573
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-225-54/+63
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/gui/component/addressbook-view.c addressbook/gui/component/component-factory.c addressbook/gui/component/eab-composer-util.h addressbook/gui/widgets/Makefile.am addressbook/gui/widgets/e-addressbook-model.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/e-addressbook-view.h addressbook/gui/widgets/eab-gui-util.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup.h calendar/gui/calendar-component.c calendar/gui/e-cal-event.h calendar/gui/e-calendar-table.c calendar/gui/e-calendar-view.c calendar/gui/e-calendar-view.h calendar/gui/e-memo-table.c calendar/gui/memos-component.c calendar/gui/tasks-component.c composer/e-composer-header-table.c composer/e-composer-private.h composer/e-msg-composer.c composer/e-msg-composer.h composer/evolution-composer.ui configure.ac data/icons/Makefile.am em-format/em-format.c em-format/em-format.h mail/Makefile.am mail/e-mail-shell-migrate.c mail/e-searching-tokenizer.c mail/e-searching-tokenizer.h mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html-display.h mail/em-mailer-prefs.c mail/em-message-browser.c plugins/vcard-inline/Makefile.am plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml plugins/vcard-inline/vcard-inline.c shell/e-component-registry.h shell/e-shell-window.c shell/es-menu.h widgets/misc/e-filter-bar.c widgets/misc/e-filter-bar.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h
| * Bug 580925 – Better search bar for word searchesMatthew Barnes2009-05-2114-400/+997
| | | | | | | | | | | | Make the word search bar more like Firefox and get rid of the "Current Message" search scope in the folder search bar. Shift+Ctrl+F now activates the word search bar.
| * Merge branch 'vcard-inline'Matthew Barnes2009-05-211-202/+6
| |\
| | * Merge branch 'master' into vcard-inlineMatthew Barnes2009-05-062-11/+32
| | |\
| | * | Convert the vCard Bonobo control to an EMFormatHook plugin.Matthew Barnes2009-05-061-202/+6
| | | |
| * | | Bug 274117 – Difficult to post a new message to newsgroupsMatthew Barnes2009-05-215-259/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completely rewrite how composer headers are managed. There's now two sets of headers (with some overlap): one set is for sending an email message, the other is for posting to a newsgroup. The correct set of headers is chosen on-the-fly based on the currently selected account type. The user's "view" preferences for these two sets are stored separately, so that switching between an email account and a news account will no longer stomp on your preferences. This also eliminates the need for the "Post New Message to Folder" and "Post a Reply" actions, so they've been removed. Usenet users can now just highlight a newsgroup in the folder tree and click New or Reply, and the composer window will show the correct set of headers with the Post-To field filled in automatically. Comment #6 in the bug discusses other standard news reader behaviors we still don't get right, particularly the missing "Followup To" header. These will be dealt with separately.
| * | | Fix compiler warnings.Matthew Barnes2009-05-171-4/+1
| | | |
| * | | Bug 582744 – CC field autofill doesn't work for repliesMatthew Barnes2009-05-171-1/+4
| | | |
| * | | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-1728-62/+50
| | | |
| * | | Bug 458491 – Remove useless "Call To..." popup menu optionMatthew Barnes2009-05-153-9/+1
| | | |
| * | | Bug 581424 - Personal folder tree appears besides Public folder in ↵Johnny Jacob2009-05-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | subscription editor. mail/em-subscribe-editor.c (sub_folderinfo_exec): Use CAMEL_STORE_FOLDER_INFO_SUBSCRIPTION_LIST for requesting list of subscribable folders.
* | | | Kill obsolete menu items.Matthew Barnes2009-05-214-255/+0
| | | | | | | | | | | | | | | | | | | | | | | | URI Popup Menu -> Call To... Message -> Post New Message to Folder Message -> Post a Reply
* | | | Fix a compiler warning.Matthew Barnes2009-05-211-13/+14
| | | |
* | | | Fix compiler warnings.Matthew Barnes2009-05-211-4/+1
| | | |
* | | | Bug 582744 – CC field autofill doesn't work for repliesMatthew Barnes2009-05-211-1/+4
| | | |
* | | | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-2124-40/+40
| | | |
* | | | Remove useless "Call To..." popup menu option.Matthew Barnes2009-05-211-15/+0
| | | |
* | | | Bug 458491 – Remove useless "Call To..." popup menu optionMatthew Barnes2009-05-213-9/+1
| | | |
* | | | Bug 581424 - Personal folder tree appears besides Public folder in ↵Johnny Jacob2009-05-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | subscription editor. mail/em-subscribe-editor.c (sub_folderinfo_exec): Use CAMEL_STORE_FOLDER_INFO_SUBSCRIPTION_LIST for requesting list of subscribable folders.
* | | | Use -no-undefined on Linux tooMilan Crha2009-05-2015-3322/+14
| | | | | | | | | | | | | | | | | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
* | | | Make the mail module resident until we can split it up.Matthew Barnes2009-05-111-0/+13
| | | |
* | | | Add G_MODULE_EXPORT to exported module functions.Matthew Barnes2009-05-111-2/+2
| | | |
* | | | Use the proper idiom for loading types in a GTypeModule.Matthew Barnes2009-05-1111-138/+173
| | | | | | | | | | | | | | | | | | | | Also, combine calendar, memo, and task backends into a single module, similar to how it worked under Bonobo.
* | | | Fix bugs caused by EShellBackend changes.Matthew Barnes2009-05-102-3/+3
| | | |
* | | | Adapt calendar to EShellBackend changes.Matthew Barnes2009-05-082-7/+7
| | | |
* | | | Fix most of the compiler warnings in mail.Matthew Barnes2009-05-0813-41/+80
| | | |
* | | | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-0849-669/+908
| | | | | | | | | | | | | | | | | | | | Again, builds but not tested. Lots of compiler warnings to clean up, but I don't have the energy for it. This was pretty grueling.
* | | | Adapt addressbook to EShellBackend changes.Matthew Barnes2009-05-071-3/+3
| | | | | | | | | | | | | | | | Builds, but not tested. Use as a reference for other backends.
* | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-073-13/+33
|\| | | | | | | | | | | | | | | | | | | Conflicts: shell/e-shell-window-commands.c
| * | | Bug 571496 – Migrate from deprecated gnome_execute to g_spawn/xdg-terminalAdam Petaccia2009-05-061-2/+1
| | |/ | |/|
| * | 2009-05-06 Jeff Cai <jeff.cai@sun.com>Jeff Cai2009-05-062-11/+32
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** Fix for bug #524497 * em-composer-utils.c: (guess_account): Change the order getting an account The original order is: 1. The account in 'To' of the message. 2. The account of the message source. 3. The account of the folder source. The new order is: 1. The account of the folder source. 2. The account of the message source. 3. The account in "To' of the message
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-061-1/+1
|\| | | | | | | | | Conflicts: calendar/gui/dialogs/comp-editor.c
| * BUGFIX: 575126 - Tuning description stringMilan Crha2009-05-041-1/+1
| | | | | | | | in mail/evolution-mail.schemas.in
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-047-33/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/gui/Makefile.am addressbook/gui/widgets/Makefile.am addressbook/gui/widgets/eab-popup-control.c calendar/gui/e-meeting-time-sel.c calendar/gui/migration.c calendar/modules/e-memo-shell-module-migrate.h e-util/e-logger.c mail/e-mail-attachment-bar.c mail/em-composer-utils.c mail/em-format-html-display.c plugins/mail-account-disable/Makefile.am plugins/select-one-source/Makefile.am po/es.po shell/Makefile.am shell/e-shell-common.h shell/e-shell-nm.c shell/e-shell-window-commands.c shell/e-shell-window.c shell/e-sidebar.c shell/e-user-creatable-items-handler.c shell/importer/Makefile.am shell/test/Makefile.am widgets/misc/test-error.c widgets/misc/test-info-label.c widgets/misc/test-multi-config-dialog.c
| * Assure that the filename <-> uri conversion are done with ↵Fridrich Strba2009-05-042-3/+3
| | | | | | | | g_filename_{to,from}_uri and not by concatenating strings which is broken with win32-style uris
| * ** BUGFIX: 355240 - String errorsSukhbir Singh2009-05-041-3/+3
| | | | | | | | | | | | Fixes typos specific to: -> addressbook/gui/component/ldap-config.glade.h -> mail/evolution-mail.schemas.in.in.h
| * ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-043-4/+4
| | | | | | | | | | | | According to https://wiki.ubuntu.com/SavingTheWorld (and of course according to the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a timeout in seconds is desired.
| * ** BUGFIX: 569696 – Memory leak in message-listSrinivasa Ragavan2009-05-041-5/+6
| | | | | | | | | | Not exactly a leak, but a build-up over a period of time. Clear the internal gnode on regen.
| * ** BUGFIX: 573170 - Add back support for vfolder of vfolders.Srinivasa Ragavan2009-05-031-19/+0
| | | | | | | | Don't defer from loading vfolders of vfolders. We can handle it now.
| * Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-032-2/+2
| |
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0223-0/+46
| |
| * Bug 575242 – New composer window not autosaved until modificationMichel Dänzer2009-05-011-13/+15
| |
| * Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-011-1/+0
| | | | | | | | Removed e-util/e-gui-utils.[ch].
| * Bump the required GLib and GTK+ versions to latest stable.Matthew Barnes2009-05-011-18/+0
| | | | | | | | | | We now require GLib >= 2.20 and GTK+ >= 2.16. Also removed all GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions.
| * Bug #570730 - Get rid of gnome-config in EvolutionMilan Crha2009-04-302-101/+0
| |
* | Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-042-2/+2
| |
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0423-0/+46
| |
* | Merge changes from master.Matthew Barnes2009-05-021-13/+15
| |
* | Fix a duplicate label.Matthew Barnes2009-05-011-1/+1
| |
* | Bug #570730 - Get rid of gnome-config in EvolutionMilan Crha2009-05-012-102/+0
| |
* | Further tweaking of the message search bar.Matthew Barnes2009-04-301-13/+16
| | | | | | | | | | Fix an error in the next/prev logic. Also, hide the wrapped label and give focus to the entry box when the clear icon is clicked.
* | Make the message search bar more Firefoxy.Matthew Barnes2009-04-302-50/+157
| | | | | | | | | | | | Refine the EMailSearchBar to look more like Firefox's. Also, use GtkEntry's new icon capability (GTK+ 2.16 feature) in place of EIconEntry. And use a cute icon for Help -> Evolution FAQ.
* | Fix compilation errors.Matthew Barnes2009-04-291-5/+0
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-296-4/+27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: a11y/widgets/Makefile.am a11y/widgets/ea-widgets.c a11y/widgets/ea-widgets.h addressbook/gui/component/addressbook-component.c calendar/gui/Makefile.am calendar/gui/calendar-component.c calendar/gui/dialogs/comp-editor.c calendar/gui/dialogs/event-editor.c calendar/gui/dialogs/memo-editor.c calendar/gui/dialogs/task-editor.c calendar/gui/memos-component.c calendar/gui/tasks-component.c composer/e-composer-private.c composer/e-msg-composer.c configure.in e-util/e-plugin-ui.c e-util/e-plugin-ui.h mail/ChangeLog mail/Makefile.am mail/e-mail-attachment-bar.c mail/em-format-html-display.c mail/em-format-html-display.h mail/em-format-html.h mail/em-format.h mail/em-popup.c mail/mail-component.c plugins/external-editor/external-editor.c widgets/misc/Makefile.am widgets/misc/e-attachment-paned.c widgets/misc/e-attachment-view.c widgets/misc/e-attachment.c
| * Fix filter breakage after deprecated Gtk+ symbols removalMilan Crha2009-04-283-2/+10
| | | | | | | | | | | | | | | | | | ** Fix for bug #572348 * filter/filter-option.c: (combobox_changed), (get_widget): * mail/em-filter-rule.c: (part_combobox_changed): * mail/em-filter-source-element.c: (source_changed): Fix breakage of filter options.
| * Do not mark newly recognized Junk messages ReadMilan Crha2009-04-282-1/+9
| | | | | | | | ** Fix for bug #579550
| * Cosmetic cleanups for EMFormat headersMatthew Barnes2009-04-285-151/+288
| |
| * Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-281-5/+5
| |
| * Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-287-663/+123
| | | | | | | | | | Oops, last commit only included the -new- files. This also removes EExpander, which is no longer used.
| * Bug 516933 – Rewrite attachment UIMatthew Barnes2009-04-284-0/+1436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite the attachment UI to better utilize GIO and also to migrate from GnomeIconList to GtkIconView. This also introduces a "List View" option similar to Nautilus, as well as the EAttachmentHandler framework for extending attachment handling (may eventually replace EMFormatHook). This commit also fixes a number of secondary attachment bugs: Bug 311609 – new attachment bar should use regular gtk+ expander Bug 314923 – Drag and Drop in attachment window is inconsistent and requires additional click Bug 338179 – attachment saving ... Bug 350364 – Action to get info about attachments Bug 383047 – Viewing mail attachments Bug 427235 – Can't copy attachment mime type string Bug 454091 – Cannot save multiple attachments who have the same name Bug 494629 – Rethink composer's attachment UI Bug 553970 – Evolution ignores umask when saving attachments Bug 577375 – mailto: and attach doesn't URL un-escape
| * Hide last junked message too from the non-junk folderMilan Crha2009-04-272-2/+10
| | | | | | | | ** Fix for bug #579635
| * Do not crash on delete folderMilan Crha2009-04-252-2/+7
| | | | | | | | | | | | | | ** Fix for bug #579306 * em-folder-utils.c: (em_folder_utils_delete_folder): Do not free uninitialized variable.
| * Sort UIDs before using themMilan Crha2009-04-252-0/+9
| | | | | | | | | | | | | | ** Fix for bug #563954 * message-list.c: (regen_list_exec): Sort UIDs before using them to obtain proper order when without sorting.
* | Get the "Hide Deleted Messages" option working.Matthew Barnes2009-04-297-6/+143
| |
* | Bug 579269 – Non junk option (tool bar) is disabled in junk folderMatthew Barnes2009-04-291-8/+39
| | | | | | | | Attempted to sort out the sensitivity logic of the junk actions.
* | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-283-1/+5
| | | | | | | | | | Oops, last commit only included the -new- files. This also removes EExpander, which is no longer used.
* | Hide last junked message too from the non-junk folderMilan Crha2009-04-282-2/+10
| | | | | | | | ** Fix for bug #579635
* | Do not crash on delete folderMilan Crha2009-04-281-0/+7
| | | | | | | | | | | | | | ** Fix for bug #579306 * em-folder-utils.c: (em_folder_utils_delete_folder): Do not free uninitialized variable.
* | Sort UIDs before using themMilan Crha2009-04-282-0/+9
| | | | | | | | | | | | | | ** Fix for bug #563954 * message-list.c: (regen_list_exec): Sort UIDs before using them to obtain proper order when without sorting.
* | Begin migrating calendar settings to EShellSettings.Matthew Barnes2009-04-261-2/+4
| | | | | | | | | | | | Begin dismantling calendar-config.c and migrating calendar settings to EShellSettings. EShellSettings utilizes GObject properties instead of separate get/set/notify functions for each setting.
* | Manual conflict resolutionMatthew Barnes2009-04-2510-114/+24
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-2524-173/+884
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a particularly messy merge. Watch out for regressions! Conflicts: ChangeLog NEWS a11y/ChangeLog a11y/widgets/ea-combo-button.c a11y/widgets/ea-combo-button.h a11y/widgets/ea-widgets.c addressbook/ChangeLog addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in addressbook/gui/component/addressbook-component.c addressbook/gui/component/addressbook-component.h addressbook/gui/component/addressbook-config.c addressbook/gui/component/addressbook-migrate.h addressbook/gui/component/addressbook-view.c addressbook/gui/component/addressbook-view.h addressbook/gui/component/addressbook.h addressbook/gui/component/autocompletion-config.c addressbook/gui/component/autocompletion-config.h addressbook/gui/component/component-factory.c addressbook/gui/component/e-book-shell-module-migrate.c addressbook/gui/component/ldap-config.glade addressbook/gui/contact-editor/Makefile.am addressbook/gui/contact-editor/contact-editor.glade addressbook/gui/contact-editor/e-contact-editor-address.c addressbook/gui/contact-editor/e-contact-editor-address.h addressbook/gui/contact-editor/e-contact-editor-im.c addressbook/gui/contact-editor/e-contact-editor-im.h addressbook/gui/contact-editor/e-contact-editor.c addressbook/gui/contact-editor/e-contact-editor.h addressbook/gui/contact-editor/eab-editor.c addressbook/gui/contact-editor/eab-editor.h addressbook/gui/contact-editor/test-editor.c addressbook/gui/contact-list-editor/Makefile.am addressbook/gui/widgets/Makefile.am addressbook/gui/widgets/e-addressbook-model.c addressbook/gui/widgets/e-addressbook-model.h addressbook/gui/widgets/e-addressbook-reflow-adapter.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/e-addressbook-view.h addressbook/gui/widgets/e-minicard-view.c addressbook/gui/widgets/eab-contact-display.c addressbook/gui/widgets/eab-gui-util.c addressbook/gui/widgets/eab-menu.c addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup-control.c addressbook/gui/widgets/eab-popup-control.h addressbook/gui/widgets/eab-popup.c addressbook/gui/widgets/eab-popup.h addressbook/gui/widgets/eab-vcard-control.c addressbook/gui/widgets/eab-vcard-control.h addressbook/gui/widgets/gal-view-minicard.c addressbook/gui/widgets/gal-view-minicard.h addressbook/printing/e-contact-print-style-editor.c addressbook/printing/e-contact-print-style-editor.h addressbook/printing/e-contact-print.glade addressbook/printing/test-contact-print-style-editor.c addressbook/tools/evolution-addressbook-export.c addressbook/util/Makefile.am calendar/ChangeLog calendar/gui/Makefile.am calendar/gui/apps_evolution_calendar.schemas.in calendar/gui/calendar-component.c calendar/gui/calendar-component.h calendar/gui/calendar-config.c calendar/gui/comp-editor-factory.c calendar/gui/comp-editor-factory.h calendar/gui/comp-util.c calendar/gui/comp-util.h calendar/gui/control-factory.c calendar/gui/control-factory.h calendar/gui/dialogs/alarm-dialog.c calendar/gui/dialogs/cal-prefs-dialog.c calendar/gui/dialogs/cal-prefs-dialog.glade calendar/gui/dialogs/cal-prefs-dialog.h calendar/gui/dialogs/comp-editor.c calendar/gui/dialogs/comp-editor.h calendar/gui/dialogs/event-editor.c calendar/gui/dialogs/event-page.c calendar/gui/dialogs/memo-editor.c calendar/gui/dialogs/memo-page.c calendar/gui/dialogs/recurrence-page.c calendar/gui/dialogs/task-details-page.c calendar/gui/dialogs/task-details-page.glade calendar/gui/dialogs/task-editor.c calendar/gui/dialogs/task-page.c calendar/gui/e-cal-component-memo-preview.c calendar/gui/e-cal-component-memo-preview.h calendar/gui/e-cal-component-preview.c calendar/gui/e-cal-component-preview.h calendar/gui/e-cal-event.h calendar/gui/e-cal-model.c calendar/gui/e-cal-popup.c calendar/gui/e-calendar-table.c calendar/gui/e-calendar-view.c calendar/gui/e-day-view.c calendar/gui/e-itip-control.c calendar/gui/e-memo-table.c calendar/gui/e-memos.c calendar/gui/e-memos.h calendar/gui/e-tasks.c calendar/gui/e-tasks.h calendar/gui/e-week-view.c calendar/gui/gnome-cal.c calendar/gui/goto.c calendar/gui/itip-bonobo-control.c calendar/gui/itip-bonobo-control.h calendar/gui/itip-utils.c calendar/gui/itip-utils.h calendar/gui/main.c calendar/gui/memos-component.c calendar/gui/memos-control.c calendar/gui/memos-control.h calendar/gui/migration.c calendar/gui/migration.h calendar/gui/tasks-component.c calendar/gui/tasks-control.c calendar/importers/main.c composer/ChangeLog composer/e-composer-actions.c composer/e-composer-private.c composer/e-msg-composer.c composer/e-msg-composer.h composer/evolution-composer.ui configure.in doc/reference/shell/eshell-overrides.txt e-util/ChangeLog e-util/Makefile.am e-util/e-corba-utils.c e-util/e-corba-utils.h e-util/e-gui-utils.c e-util/e-gui-utils.h e-util/e-logger.c e-util/e-non-intrusive-error-dialog.c e-util/e-non-intrusive-error-dialog.h e-util/e-plugin-ui.c e-util/e-util-labels.c e-util/e-util-labels.h e-util/e-util.c e-util/e-util.h filter/ChangeLog filter/filter-option.c help/C/evolution.xml help/ChangeLog help/Makefile.am help/cs/cs.po help/de/de.po help/es/es.po help/eu/figures/Screenshot-Free-Busy.png help/eu/figures/evo_blink.png help/eu/figures/evo_dialog-info.png help/eu/figures/evo_dialog-warning.png help/eu/figures/evo_email_a.png help/eu/figures/evo_flag_follow_up_a.png help/eu/figures/evo_proxyadd_a.png help/eu/figures/evo_shd_memo_a.png help/eu/figures/exchange-delegation.png help/eu/figures/exchange-identity.png help/eu/figures/exchange-receive-options.png help/eu/figures/exchange-receive.png help/eu/figures/exchg-identity.png help/eu/figures/exchng-identity.png help/eu/figures/exchng-rec-mail.png help/eu/figures/exchng-rec-option.png help/eu/figures/exchng-rec-options.png help/eu/figures/free_busy.png help/eu/figures/full-1.png help/eu/figures/full-2.png help/eu/figures/full-3.png help/eu/figures/full-4.png help/eu/figures/full-5.png help/eu/figures/full-6.png help/eu/figures/full-7.png help/eu/figures/mail-druid-pic.png help/eu/figures/mail-inbox.png help/eu/figures/mail-threaded.png help/eu/figures/mainwindow-pic.png help/eu/figures/minus.png help/eu/figures/plus.png help/eu/figures/proxy-cal.png help/eu/figures/proxy-login.png help/eu/figures/schedule.png help/eu/figures/stock_search.png help/eu/figures/sub-others-folder.png help/eu/figures/sub-pub-fold.png help/eu/figures/vfolder-createrule-fig.png help/quickref/Makefile.am mail/ChangeLog mail/Makefile.am mail/default/Makefile.am mail/e-mail-shell-module-migrate.c mail/e-searching-tokenizer.c mail/em-account-editor.c mail/em-account-prefs.h mail/em-composer-prefs.c mail/em-composer-prefs.h mail/em-composer-utils.c mail/em-filter-folder-element.c mail/em-folder-browser.c mail/em-folder-selection-button.h mail/em-folder-selector.c mail/em-folder-tree-model.c mail/em-folder-tree-model.h mail/em-folder-tree.c mail/em-folder-tree.h mail/em-folder-utils.c mail/em-folder-utils.h mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html-print.c mail/em-format-html-print.h mail/em-format-html.c mail/em-format-quote.h mail/em-format.c mail/em-format.h mail/em-html-stream.h mail/em-mailer-prefs.c mail/em-mailer-prefs.h mail/em-message-browser.c mail/em-message-browser.h mail/em-migrate.h mail/em-network-prefs.h mail/em-popup.c mail/em-search-context.h mail/em-subscribe-editor.c mail/em-utils.c mail/em-utils.h mail/filtertypes.xml mail/mail-component-factory.c mail/mail-component.c mail/mail-config-factory.c mail/mail-config-factory.h mail/mail-config.c mail/mail-config.glade mail/mail-crypto.c mail/mail-crypto.h mail/mail-dialogs.glade mail/mail-folder-cache.c mail/mail-mt.c mail/mail-send-recv.c mail/mail-send-recv.h mail/mail-session.c mail/mail-session.h mail/mail-types.h mail/mail-vfolder.c mail/message-list.c mail/message-tag-followup.c mail/searchtypes.xml mail/vfoldertypes.xml plugins/attachment-reminder/Makefile.am plugins/audio-inline/org-gnome-audio-inline.eplug.xml plugins/caldav/ChangeLog plugins/caldav/caldav-source.c plugins/calendar-http/ChangeLog plugins/calendar-weather/ChangeLog plugins/calendar-weather/calendar-weather.c plugins/email-custom-header/ChangeLog plugins/email-custom-header/email-custom-header.c plugins/exchange-operations/ChangeLog plugins/google-account-setup/ChangeLog plugins/google-account-setup/Makefile.am plugins/google-account-setup/google-contacts-source.c plugins/google-account-setup/google-source.c plugins/import-ics-attachments/ChangeLog plugins/import-ics-attachments/Makefile.am plugins/import-ics-attachments/icsimporter.c plugins/itip-formatter/ChangeLog plugins/itip-formatter/itip-view.c plugins/mail-account-disable/ChangeLog plugins/mail-account-disable/mail-account-disable.c plugins/mail-notification/ChangeLog plugins/mail-notification/mail-notification.c plugins/mail-to-meeting/ChangeLog plugins/mail-to-task/ChangeLog plugins/mark-all-read/mark-all-read.c plugins/publish-calendar/ChangeLog plugins/publish-calendar/publish-format-fb.c plugins/publish-calendar/publish-format-ical.c plugins/save-attachments/ChangeLog plugins/save-attachments/Makefile.am plugins/save-attachments/save-attachments.c plugins/select-one-source/ChangeLog plugins/select-one-source/Makefile.am plugins/select-one-source/select-one-source.c plugins/startup-wizard/ChangeLog plugins/startup-wizard/startup-wizard.c plugins/webdav-account-setup/ChangeLog plugins/webdav-account-setup/Makefile.am plugins/webdav-account-setup/webdav-contacts-source.c po/ChangeLog po/POTFILES.in po/ar.po po/bg.po po/bn_IN.po po/ca.po po/cs.po po/da.po po/de.po po/el.po po/en_GB.po po/es.po po/et.po po/fr.po po/gl.po po/gu.po po/hi.po po/hu.po po/it.po po/ja.po po/kn.po po/ko.po po/lt.po po/ml.po po/mr.po po/nb.po po/nl.po po/pa.po po/pl.po po/pt.po po/ru.po po/sl.po po/sr.po po/sr@latin.po po/sv.po po/ta.po po/te.po po/th.po po/tr.po po/zh_HK.po po/zh_TW.po shell/ChangeLog shell/Evolution-Component.idl shell/Makefile.am shell/apps_evolution_shell.schemas.in shell/e-component-registry.c shell/e-component-registry.h shell/e-component-view.c shell/e-component-view.h shell/e-corba-config-page.c shell/e-corba-config-page.h shell/e-shell-constants.h shell/e-shell-importer.c shell/e-shell-importer.h shell/e-shell-nm.c shell/e-shell-settings-dialog.c shell/e-shell-settings-dialog.h shell/e-shell-view.c shell/e-shell-view.h shell/e-shell-window-commands.c shell/e-shell-window-commands.h shell/e-shell-window.c shell/e-shell-window.h shell/e-shell.c shell/e-shell.h shell/e-sidebar.c shell/e-sidebar.h shell/e-user-creatable-items-handler.c shell/e-user-creatable-items-handler.h shell/es-menu.c shell/es-menu.h shell/evolution-component.c shell/evolution-component.h shell/evolution-config-control.c shell/evolution-config-control.h shell/evolution-listener.c shell/evolution-listener.h shell/evolution-shell-component-utils.c shell/evolution-shell-component-utils.h shell/importer/evolution-importer-client.c shell/importer/evolution-importer-client.h shell/importer/evolution-importer-listener.c shell/importer/evolution-importer-listener.h shell/importer/evolution-importer.c shell/importer/evolution-importer.h shell/importer/evolution-intelligent-importer.c shell/importer/evolution-intelligent-importer.h shell/importer/import.glade shell/importer/intelligent.c shell/importer/intelligent.h shell/main.c shell/shell.error.xml shell/test/evolution-test-component.c shell/test/evolution-test-component.h smime/ChangeLog smime/lib/Makefile.am ui/Makefile.am ui/evolution-addressbook.xml ui/evolution-calendar.xml widgets/ChangeLog widgets/menus/gal-view-menus.c widgets/menus/gal-view-menus.h widgets/misc/ChangeLog widgets/misc/Makefile.am widgets/misc/e-activity-handler.c widgets/misc/e-activity-handler.h widgets/misc/e-attachment-bar.c widgets/misc/e-attachment-bar.h widgets/misc/e-attachment.c widgets/misc/e-attachment.h widgets/misc/e-calendar-item.c widgets/misc/e-charset-picker.c widgets/misc/e-combo-button.c widgets/misc/e-combo-button.h widgets/misc/e-config-page.c widgets/misc/e-config-page.h widgets/misc/e-dropdown-button.c widgets/misc/e-dropdown-button.h widgets/misc/e-filter-bar.h widgets/misc/e-info-label.c widgets/misc/e-info-label.h widgets/misc/e-multi-config-dialog.c widgets/misc/e-multi-config-dialog.h widgets/misc/e-online-button.c widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h widgets/misc/e-signature-combo-box.c widgets/misc/e-signature-combo-box.h widgets/misc/e-signature-editor.c widgets/misc/e-signature-editor.h widgets/misc/e-task-bar.c widgets/misc/e-task-bar.h widgets/misc/e-task-widget.c widgets/misc/e-task-widget.h widgets/misc/test-dropdown-button.c widgets/misc/test-info-label.c widgets/misc/test-multi-config-dialog.c widgets/table/ChangeLog widgets/table/e-cell-date.c widgets/table/e-table-group-container.c widgets/table/e-table-group-leaf.c widgets/table/e-table-group.c widgets/table/e-table-group.h widgets/table/e-table.c widgets/table/e-table.h
| * Let the provider compare urlsMilan Crha2009-04-252-78/+46
| | | | | | | | | | | | | | | | | | ** Fix for bug #552583 * mail-config.c: (mc_get_account_by), (get_source_url_string), (get_transport_url_string), (mail_config_get_account_by_source_url), (mail_config_get_account_by_transport_url): Let the provider compare urls.
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-2413-646/+388
| | | | | | | | Some still left, because those gone in kill-bonobo branch.
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-237-22/+9
| | | | | | | | | | | | Consolidate all marshalling specifications to e-util/e-marshal.list. This reduces code duplication and makes it slightly easier to locate unused marshallers.
| * Corrected a copy/paste error.Chenthill Palanisamy2009-04-152-1/+5
| | | | | | | | svn path=/trunk/; revision=37525
| * Fixes #467659 (bnc)Chenthill Palanisamy2009-04-133-3/+16
| | | | | | | | | | | | | | | | | | | | | | 2009-04-13 Chenthill Palanisamy <pchenthill@novell.com> Fixes #467659 (bnc) * mail/mail-mt.c: * mail/mail-ops.c: Set the description for send mail operation. svn path=/trunk/; revision=37519
| * Fixes #471083 (bnc) Do not allow deletion of system folders.Chenthill Palanisamy2009-04-134-0/+49
| | | | | | | | | | | | | | Fixes #471083 (bnc) Do not allow deletion of system folders. svn path=/trunk/; revision=37517
| * ** Remove a bunch of juvenile comments. Source code should lookMatthew Barnes2009-04-121-1/+0
| | | | | | | | | | | | | | | | | | | | 2009-04-12 Matthew Barnes <mbarnes@redhat.com> ** Remove a bunch of juvenile comments. Source code should look professional, even if some developers are not. svn path=/trunk/; revision=37514
| * ** Fix for bug #569765Tobias Mueller2009-04-042-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-04 Tobias Mueller <tobiasmue@gnome.org> ** Fix for bug #569765 * message-list.c: Don't keep the selected message in the message list if it is removed from the folder. Patch by Matt McCutchen <matt@mattmccutchen.net> svn path=/trunk/; revision=37493
| * Do not ask for a folder when no folder selected.Milan Crha2009-04-022-1/+7
| | | | | | | | | | | | | | | | | | | | 2009-04-02 Milan Crha <mcrha@redhat.com> * em-folder-tree.c: (em_folder_tree_get_selected_folder): Do not ask for a folder when no folder selected. svn path=/trunk/; revision=37490
| * ** Fix for bug #576921Hiroyuki Ikezoe2009-03-312-2/+6
| | | | | | | | | | | | | | | | | | | | | | 2009-03-31 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #576921 * mail/em-mailer-prefs.h: Remove needless GtkListStore objects. svn path=/trunk/; revision=37485
| * ** Fix for bug #576921Hiroyuki Ikezoe2009-03-282-16/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-28 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #576921 * mail/em-mailer-prefs.h: Remove needless GtkListStore objects. * mail/em-mailer-prefs.c: Use dispose instead of finalize. (em_mailer_prefs_dispose): Unref header_list_store. (init_junk_tree), (init_label_tree): Returns gboolean value instead of GtkListStore object. Unref GtkListStore right after gtk_tree_view_set_model. svn path=/trunk/; revision=37481
| * ** Fix for bug #576845Hiroyuki Ikezoe2009-03-282-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | 2009-03-28 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #576845 * em-mailr-prefs.c: (init_junk_tree): Call jh_tree_refill instead of label_tree_refill. svn path=/trunk/; revision=37480
| * ** Fix for bug #552583Milan Crha2009-03-252-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | 2009-03-24 Milan Crha <mcrha@redhat.com> ** Fix for bug #552583 * mail-config.c: (only_username), (mail_config_account_url_equal): Compare only user names, without a domain part, if such exists. svn path=/trunk/; revision=37471
| * ** Fix for bug #504767Milan Crha2009-03-197-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #504767 * em-folder-utils.h: (em_folder_utils_create_folder): * em-folder-utils.c: (em_folder_utils_create_folder): * em-folder-selector.c: (emfs_response): Inherit modality from a parent's window, if any. * em-folder-browser.c: (emfb_folder_create): * em-folder-tree.c: (emft_popup_new_folder): * mail-component.c: (create_item): Propagate changes in function prototype. svn path=/trunk/; revision=37461
| * Added Catalan translation of the Evolution welcome e-mail and quickDavid Planella2009-03-084-1/+334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-08 David Planella <david.planella@gmail.com> Added Catalan translation of the Evolution welcome e-mail and quick reference * configure.in: Added Makefiles for the Catalan translations of the welcome e-mail and quick reference. * mail/default/Makefile.am: Added Catalan (ca) to the list of subdirectories * mail/default/ca/Inbox: Added Catalan translation by David Planella * mail/default/ca/Makefile.am: Created Makefile template svn path=/trunk/; revision=37381
| * Do not unref NULL object.Milan Crha2009-03-052-3/+7
| | | | | | | | | | | | | | | | | | 2009-03-04 Milan Crha <mcrha@redhat.com> * mail-ops.c: (empty_trash_exec): Do not unref NULL object. svn path=/trunk/; revision=37369
| * Revert evolution revision 37063 (workaround for bug 563867).Matt McCutchen2009-03-025-38/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-02 Matt McCutchen <matt@mattmccutchen.net> * evolution/mail/em-folder-view.c: * evolution/mail/em-utils.c: * evolution/mail/em-utils.h: * evolution/mail/em-popup.c: Revert evolution revision 37063 (workaround for bug 563867). ** Part of the fix for bug #549838 svn path=/trunk/; revision=37350
| * Correcting my last ChangeLog entryAndre Klapper2009-02-271-1/+1
| | | | | | | | svn path=/trunk/; revision=37342
| * Remove deprecated gtk_combo_set_case_sensitive() call as FALSE IS alreadyAndre Klapper2009-02-272-1/+6
| | | | | | | | | | | | | | | | | | | | | | 2009-02-26 Andre Klapper <mcrha@redhat.com> * message-tag-followup-c: Remove deprecated gtk_combo_set_case_sensitive() call as FALSE IS already the default value for the case-sensitive property. svn path=/trunk/; revision=37341
| * ** Fix for bug #572268Milan Crha2009-02-252-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | 2009-02-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #572268 * em-subscribe-editor.c: (sub_fill_level): Do not duplicate "Loading..." node when adding to existing node. svn path=/trunk/; revision=37330
| * ** Part of fix for bug #563212Milan Crha2009-02-252-9/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-25 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #563212 * em-utils.c: (try_open_e_book_cb), (try_open_e_book), (is_local), (em_utils_in_addressbook), (em_utils_contact_photo): Ensure empty GError before filling it. Check if group is local based on its base_uri. Adapt to new e_book_cancel behaviour. svn path=/trunk/; revision=37329
| * ** Fix for bug #572543Milan Crha2009-02-232-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #572543 * calendar/gui/e-cal-popup.c: (ecalp_standard_menu_factory): * mail/em-popup.c: (emp_standard_menu_factory): Always look for alternative apps for application/octet-stream. svn path=/trunk/; revision=37312
| * Substitute some deprecated gtk+ functions.Andre Klapper2009-02-123-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-11 Andre Klapper <a9016009@gmx.de> * addressbook/gui/component/addressbook-migrate.c: * calendar/gui/migration.c: * calendar/gui/dialogs/alarm-dialog.c: * mail/em-folder-browser.c: * mail/em-migrate.c: * plugins/audio-inline/audio-inline.c: Substitute some deprecated gtk+ functions. svn path=/trunk/; revision=37249
| * ** Fix for bug #569700Milan Crha2009-02-112-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | 2009-02-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #569700 * em-format-html.c: (emfh_gethttp): Stop reading from a network when operation was canceled. svn path=/trunk/; revision=37246
| * ** Fix for bug #333716Milan Crha2009-02-112-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | 2009-02-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #333716 * em-format-html.c: (emfh_gethttp): Do not store incomplete or broken files in a cache. svn path=/trunk/; revision=37244
| * Format signature/encryption information nicer.Milan Crha2009-02-112-3/+11
| | | | | | | | | | | | | | | | | | | | 2009-02-10 Milan Crha <mcrha@redhat.com> * em-format-html-display.c: (efhd_format_secure): Format signature/encryption information nicer. svn path=/trunk/; revision=37241
| * ** Part of fix for bug #555888Milan Crha2009-02-097-204/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-09 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #555888 * mail-config.glade: * em-network-prefs.h: (struct _EMNetworkPrefs): * em-network-prefs.c: (emnp_parse_ignore_hosts), (emnp_load_sys_settings), (notify_proxy_type_changed), (em_network_prefs_construct): Do not overwrite user settings with system proxy settings. Register signals at the end, when all widgets are read. Hide socks settings, it is not used at the moment. * em-utils.h: (em_utils_get_proxy_uri): * em-utils.c: (em_utils_get_proxy_uri), (emu_proxy_setup): * em-format-html.c: (emfh_gethttp): Use proxy configurable within Evolution. svn path=/trunk/; revision=37236
| * ** Fix for bug #548623Milan Crha2009-02-094-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #548623 * mail-config.glade: * em-network-prefs.h: * em-network-prefs.c: (emnp_set_sensitiveness), (emnp_load_sys_settings), (notify_proxy_type_changed), (em_network_prefs_construct), (emnp_set_markups): No auto-proxy at the moment. svn path=/trunk/; revision=37235
| * ** Part of fix for bug #554458Milan Crha2009-02-062-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | 2009-02-05 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #554458 * em-format.c: (em_format_describe_part): Make content type from a mime type first. svn path=/trunk/; revision=37228
| * ** Fix for bug #568176Gilles Dartiguelongue2009-02-052-26/+56
| | | | | | | | | | | | | | | | | | | | * em-migrate.c: (em_migrate_setup_progress_dialog), (em_migrate_close_progress_dialog), (em_migrate_set_folder_name), (em_migrate_local_folders_1_4), (migrate_to_db): Make the migration dialog look better. svn path=/trunk/; revision=37226
| * ** Fix for bug #569986Srinivasa Ragavan2009-02-035-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-03 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #569986 * mail/em-format-html-print.c: Handle printers while doing attachment bar rendering. * mail/em-format-html.c: * mail/em-format.c: * mail/em-format.h: svn path=/trunk/; revision=37218
| * Patch from Matt McCutchen 2: Fix for bug #567935 (Don't use an uninitialized ↵Suman Manjunath2009-02-022-3/+10
| | | | | | | | | | | | variable). svn path=/trunk/; revision=37208
| * Fix compiler warnings.Matthew Barnes2009-02-024-4/+13
| | | | | | | | svn path=/trunk/; revision=37206
| * EPLugin : Added new hook point.Johnny Jacob2009-02-024-0/+54
| | | | | | | | svn path=/trunk/; revision=37205
| * ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-013-3/+3
| | | | | | | | | | | | | | | | | | 2009-01-31 Matthew Barnes <mbarnes@redhat.com> ** Disable debug macros (#define d(x) x) throughout. (#569638) svn path=/trunk/; revision=37202
| * Fix compiler warningsSrinivasa Ragavan2009-01-302-1/+6
| | | | | | | | | | | | | | | | 2009-01-30 Srinivasa Ragavan <sragavan@novell.com> * message-list.c: (regen_list_exec): Fix compiler warnings svn path=/trunk/; revision=37183
| * Show attachment bar at all times. Seems like the contents are missing atSrinivasa Ragavan2009-01-302-2/+9
| | | | | | | | | | | | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c: (efhd_update_bar), (efhd_message_update_bar): Show attachment bar at all times. Seems like the contents are missing at times. svn path=/trunk/; revision=37176
| * Handle empty messages well.Srinivasa Ragavan2009-01-302-1/+5
| | | | | | | | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> * em-format.c: (em_format_format_text): Handle empty messages well. svn path=/trunk/; revision=37175
| * ** Fix for bug #546637Srinivasa Ragavan2009-01-292-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #546637 * em-folder-view.c: (emfv_popup_source): Ensure uid for source view also. svn path=/trunk/; revision=37171
| * ** Fix for bug #562449Srinivasa Ragavan2009-01-292-4/+15
| | | | | | | | | | | | | | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #562449 * em-folder-view.c: (em_folder_view_mark_selected), (emfv_delete_msg_response): Don't emit for vfolders. svn path=/trunk/; revision=37170
| * ** Fix for bug #567654Srinivasa Ragavan2009-01-292-1/+7
| | | | | | | | | | | | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #567654 * message-list.c: (regen_list_exec): Don't free the reffable string. svn path=/trunk/; revision=37167
| * ** Fix for bug #561628Milan Crha2009-01-282-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #561628 * em-format-html-print.c: (efhp_class_init): Initialize 'parent_class' with its parent, not with itself. svn path=/trunk/; revision=37142
| * ** Fix for bug #204891Milan Crha2009-01-205-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #204891 * filtertypes.xml: * em-composer-utils.h: (em_utils_forward_message_raw): * em-composer-utils.c: (emu_forward_raw_done), (em_utils_forward_message_raw): * mail-session.c: (ms_forward_to), (class_init): Implement "forward-to" rule for message filters. Note: Be sure you've eds of revision 9956 or higher. svn path=/trunk/; revision=37101
| * Patch from Felix Riemann <friemann@svn.gnome.org> ** Fix for bug #563867 ↵Suman Manjunath2009-01-135-33/+48
| | | | | | | | | | | | (Unescape "&amp;" when passing the link to browsers). svn path=/trunk/; revision=37063
| * ** Fix for bug #566653Srinivasa Ragavan2009-01-122-0/+7
| | | | | | | | | | | | | | | | | | | | 2009-01-12 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #566653 * mail-folder-cache.c: (folder_changed): Fix a leaked info svn path=/trunk/; revision=37048
| * New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-115-22/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-11 Matthew Barnes <mbarnes@redhat.com> * e-util/e-util.c (e_show_uri): New convenience function calls gtk_show_uri() and displays an error dialog if the URI cannot be shown. * addressbook/gui/widgets/eab-contact-display.c (eab_uri_popup_link_open), (on_link_clicked): * calendar/gui/e-cal-component-preview (on_link_clicked): * calendar/gui/e-cal-component-memo-preview (on_link_clicked): * calendar/gui/e-memo-table.c (open_url_cb): * calendar/gui/dialogs/comp-editor.c (open_attachment): * composer/e-msg-composer.c (msg_composer_link_clicked): * mail/em-folder-view.c (emfv_format_link_clicked): * mail/em-popup.c (emp_uri_popup_link_open): * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): * shell/e-shell-window-commands.c (command_open_faq): * widgets/misc/e-attachment-bar.c (eab_icon_clicked_cb): * widgets/misc/e-url-entry.c (button_clicked_cb): Call e_show_uri() instead of gnome_url_show(). * e-util/e-error.c (ee_response): Call e_display_help() instead of gnome_url_show(). * mail/em-config.c: * mail/em-menu.c: Remove unneeded #include <libgnome/gnome-url.h> svn path=/trunk/; revision=37037
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-113-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/contact-editor/e-contact-editor-address.c: * addressbook/gui/contact-editor/e-contact-editor-fullname.c: * addressbook/gui/contact-editor/e-contact-editor-im.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/printing/e-contact-print.c: * calendar/gui/calendar-commands.c: * calendar/gui/e-cal-list-view.c: * calendar/gui/e-day-view.c: * calendar/gui/e-itip-control.c: * calendar/gui/e-meeting-list-view.c: * calendar/gui/e-meeting-store.c: * calendar/gui/e-week-view.c: * calendar/gui/gnome-cal.c: * calendar/gui/memos-control.c: * calendar/gui/tasks-control.c: * e-util/e-dialog-utils.c: * mail/em-folder-view.c: * mail/importers/mail-importer.c: * shell/e-shell.c: * shell/evolution-shell-component-utils.c: * shell/importer/intelligent.c: * shell/main.c: * widgets/menus/gal-view-collection.c: * widgets/menus/gal-view-instance.c: Remove unneeded #include <libgnome/gnome-util.h>. svn path=/trunk/; revision=37036
| * Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-112-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor.h: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/contact-editor/eab-editor.h: * addressbook/gui/contact-list-editor/e-contact-list-editor.h: * mail/mail-autofilter.c: Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneeded #include <libgnomeui/gnome-app-helper.h> * calendar/gui/calendar-commands.c: * calendar/gui/e-cell-date-edit-text.c: * calendar/gui/e-itip-control.c: * calendar/gui/memos-control.c: * calendar/gui/print.c: * calendar/gui/tasks-control.c: * widgets/misc/test-dropdown-button.c: Remove unneeded #include <libgnomeui/gnome-stock-icons.h>. * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/cal-attachment-select-file.c: * calendar/gui/dialogs/cancel-comp.c: * calendar/gui/dialogs/changed-comp.c: * calendar/gui/dialogs/delete-error.c: * calendar/gui/dialogs/recur-comp.c: * calendar/gui/e-itip-control.c: * calendar/gui/print.c: Remove unneeded #include <libgnomeui/gnome-uidefs.h>. svn path=/trunk/; revision=37035
| * ** Fixes bug #567280Matthew Barnes2009-01-112-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567280 * mail/message-tag-followup.c: Remove unneeded #include <libgnomeui/gnome-pixmap.h>. svn path=/trunk/; revision=37028
| * ** Fixes bug #567285Matthew Barnes2009-01-112-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567285 * mail/mail-autofilter.c: * widgets/misc/e-activity-handler.c: * widgets/misc/e-dropdown-button.c: Remove unneeded #include <libgnomeui/gnome-popup-menu.h>. svn path=/trunk/; revision=37027
| * Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-092-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com> Reviewed by Matthew Barnes <mbarnes@redhat.com> * Fix for bug #566011 * addressbook/gui/component/Makefile.am: * addressbook/gui/component/addressbook-component.c (addressbook_component_class_init): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * calendar/gui/Makefile.am: * calendar/gui/calendar-component.c (calendar_component_class_init): * calendar/gui/dialogs/comp-editor.c: * calendar/gui/memos-component.c (memos_component_class_init): * calendar/gui/tasks-component.c (tasks_component_class_init): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * composer/e-composer-header-table.c: * composer/e-composer-private.h: Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>. * mail/mail-component.c (mail_component_class_init): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * shell/e-user-creatable-items-handler.c (e_user_creatable_items_handler_class_ini): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * widgets/misc/e-charset-picker.c: * widgets/misc/e-signature-combo-box.c: Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>. svn path=/trunk/; revision=37021
| * ** Fix for bug #565376Milan Crha2009-01-087-7/+624
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #565376 * vfoldertypes.xml: * searchtypes.xml: Merge some search types together. * em-vfolder-context.c: (vfolder_new_element): More elements. * em-filter-folder-element.h: (struct _EMFilterFolderElement): * em-filter-folder-element.c: (xml_encode), (xml_decode), (folder_selected), (get_widget), (format_sexp): Support storing folder uri in a camel's way. * em-format-html-display.c: (efhd_use_component): Compiler warning fix. svn path=/trunk/; revision=37015
| * ** Fixes bug #565857Matthew Barnes2008-12-292-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-29 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #565857 * mail/e-searching-tokenizer.c (searcher_next_token): The HTMLTokenizer now expects a newly-allocated string from its next_token() method, so duplicate the returned string. This fixes a memory leak whereby previously, some implementations of next_token() did return a newly-allocated string, some did not. Those that did leaked those strings. svn path=/trunk/; revision=36945
| * ** Part of fix for bug #559153Sankar P2008-12-222-68/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-22 Sankar P <psankar@novell.com> ** Part of fix for bug #559153 * em-migrate.c (update_progress_in_main_thread), (migrate_folders), (count_folders), (migrate_folders_to_db_thread), (migrate_to_db), (em_migrate): Migration Improvements svn path=/trunk/; revision=36924
| * ** Fix for bug #558337Norman Wang2008-12-222-5/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-22 Norman Wang <zhichao.wang@sun.com> ** Fix for bug #558337 * mail/em-subscribe-editor.c: Create a wrapper class MailMsgListNode of _zsubscribe_msg message. The MailMsgListNode class is the subclass of EDListNode class. So the _zsubscribe_msg can be added into the EDList. svn path=/trunk/; revision=36922
| * ** Part of fix for bug #552583Milan Crha2008-12-162-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-16 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #552583 * mail-config.c: (mail_config_get_account_by_source_url), (mail_config_get_account_by_transport_url): Do not leak. svn path=/trunk/; revision=36903
| * ** Fix for bug #564007Milan Crha2008-12-152-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #564007 * em-format.c: (emf_inlinepgp_encrypted): Guess the decrypted part mime type if not known from the decryptor, thus show the content really inline, if possible. svn path=/trunk/; revision=36894
| * ** Part of fix for bug #563669Milan Crha2008-12-152-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #563669 * mail/em-account-editor.c: (emae_option_checkspin): * filter/filter-int.c: (get_widget): * calendar/gui/dialogs/recurrence-page.c: (make_ending_count_special): * calendar/conduits/todo/todo-conduit.c: (e_todo_gui_new): Use zero GtkSpinButton's PageSize, as Gtk+ requires. svn path=/trunk/; revision=36892
| * Fix a impllicit warningSrinivasa Ragavan2008-12-152-0/+5
| | | | | | | | | | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c: Fix a impllicit warning svn path=/trunk/; revision=36891
| * ** Fix for bug #552583Srinivasa Ragavan2008-12-152-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #552583 * mail-config.c: (mail_config_get_account_by_transport_url): Free the right url. svn path=/trunk/; revision=36889
| * ** Fix for #546637Srinivasa Ragavan2008-12-152-7/+13
| | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> ** Fix for #546637 * message-list.c: (message_list_finalise), (regen_list_exec), (regen_list_done): Don't loose uids. svn path=/trunk/; revision=36886
| * Restore the code for BONOBO components need by the vcard inline viewer.Srinivasa Ragavan2008-12-152-2/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c: (efhd_bonobo_unknown), (efhd_find_handler), (efhd_bonobo_object), (efhd_check_server_prop), (efhd_use_component), (efhd_format_attachment): Restore the code for BONOBO components need by the vcard inline viewer. svn path=/trunk/; revision=36885
| * Add the unread vfolder hack.Srinivasa Ragavan2008-12-153-1/+43
| | | | | | | | | | | | | | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> * em-account-editor.c: (emae_option_checkspin): * em-folder-tree.c: (emft_popup_uvfolder), (emft_popup): Add the unread vfolder hack. svn path=/trunk/; revision=36884
| * ** Fixes bug #564519Lucian Langa2008-12-152-2/+11
| | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Lucian Langa <lucilanga@gnome.org> ** Fixes bug #564519 * mail-send-recv.c: (build_dialog): Count also deleted unsent messages when displaying SMTP server svn path=/trunk/; revision=36879
| * ** Fixes bug #564351 (patch by Tal Benavidor)Matthew Barnes2008-12-142-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-13 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #564351 (patch by Tal Benavidor) * mail/em-icon-stream.c: Fix single-header include issue for GdkPixbuf. svn path=/trunk/; revision=36874
| * ** Part of fix for bug #552357Milan Crha2008-12-112-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-10 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #552357 * e-searching-tokenizer.c: (e_searching_tokenizer_begin): Function prototype changed. svn path=/trunk/; revision=36868
| * ** Fix for bug #563870Milan Crha2008-12-106-23/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-10 Milan Crha <mcrha@redhat.com> ** Fix for bug #563870 * e-util/e-util-labels.h: (e_util_labels_get_filter_options): * e-util/e-util-labels.c: (e_util_labels_get_filter_options): New helper function to be used in FilterOption. * filter/Makefile.am: * filter/filter-label.h: * filter/filter-label.c: Drop, not used anywhere. * filter/filter-element.c: * filter/rule-context.c: Remove dropped include and code. * filter/filter-option.c: (get_dynamic_options), (xml_create), (get_widget): Evaluate dynamic options even on create, to have them available for saved searches even before the widget itself is shown. * mail/vfoldertypes.xml: * mail/filtertypes.xml: * mail/searchtypes.xml: Use dynamic filter option. * mail/message-list.c: Drop unused header include. svn path=/trunk/; revision=36863
| * ** Part of fix for bug #552583Milan Crha2008-12-102-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-09 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #552583 * mail-config.c: (mail_config_get_account_by_source_url), (mail_config_get_account_by_transport_url): Extending Sankar's fix of account checking logic a bit, to be more consistent. svn path=/trunk/; revision=36859
| * ** Fix for bug #563369Milan Crha2008-12-094-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #563369 * em-folder-properties.c: (emfp_dialog_got_folder_quota): * em-folder-tree-model.c: (em_folder_tree_model_set_folder_info): * mail-component.c: (view_changed): Translate "Templates" folder name. svn path=/trunk/; revision=36856
| * ** Fix for bug #563669Milan Crha2008-12-092-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #563669 * addressbook/gui/component/ldap-config.glade: * addressbook/printing/e-contact-print.glade: * mail/mail-config.glade: * filter/filter.glade: * widgets/misc/e-send-options.glade: * calendar/gui/dialogs/recurrence-page.glade: * calendar/gui/dialogs/alarm-dialog.glade: * calendar/gui/dialogs/event-page.glade: * calendar/gui/dialogs/task-details-page.glade: * calendar/gui/dialogs/cal-prefs-dialog.glade: * calendar/gui/alarm-notify/alarm-notify.glade: * calendar/gui/goto-dialog.glade: Use zero GtkSpinButton's PageSize, as Gtk+ requires. svn path=/trunk/; revision=36855
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #337082 (Do not set 'finished ↵Suman Manjunath2008-12-082-1/+10
| | | | | | | | | | | | loading' until we are really done with it. The previous behavior can cause duplicate nodes in tree for subscribed folders). svn path=/trunk/; revision=36847
| * ** Fixes bug #552583Sankar P2008-12-082-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-08 Sankar P <psankar@novell.com> ** Fixes bug #552583 * mail/mail-config.c: (mail_config_get_account_by_source_url) (mail_config_get_account_by_transport_url): Fix the errors in the account checking logic. svn path=/trunk/; revision=36839
| * ** Fixes bug #552583Matthew Barnes2008-12-042-31/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #552583 * mail/mail-config.c (mail_config_get_account_by_source_url), (mail_config_get_account_by_transport_url): For the purpose of matching a URL to an EAccount, only compare the protocol, user, host and port and disregard the rest. svn path=/trunk/; revision=36832
| * ** Fixes bug #552850Matthew Barnes2008-11-242-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-23 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #552850 * mail/evolution-mail.schemas.in: * plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml: Prefer the term "side bar" over "folder tree". svn path=/trunk/; revision=36810
| * ** Fix for bug #555276Srinivasa Ragavan2008-11-192-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | 2008-11-19 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #555276 * mail/mail-vfolder.c: Don't load vfolder as subfolder. svn path=/trunk/; revision=36799
| * Do not display the default headers when all the headers are disabled inBharath Acharya2008-11-133-5/+7
| | | | | | | | | | | | | | | | | | | | 2008-11-13 Bharath Acharya <abharath@novell.com> * em-folder-view.c: (emfv_setting_notify): * em-format-html.c: (efh_format_headers): Do not display the default headers when all the headers are disabled in Mail preferences. svn path=/trunk/; revision=36780
| * ** Part of fix for bug #524377Milan Crha2008-11-135-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-12 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #524377 * configure.in: Bump eds minimum version to 2.25.2 because of camel's int camel_header_param_encode_filenames_in_rfc_2047. * mail/mail-config.glade: * mail/evolution-mail.schemas.in: * mail/em-composer-prefs.c: (em_composer_prefs_construct): * mail/mail-config.c: (gconf_outlook_filenames_changed), (mail_config_init): Declare, be able to change and listen to changes on new key, '/apps/evolution/mail/composer/outlook_filenames' to encode file names header in camel based on the RFC 2047, instead of the correct RFC 2231. Note: Requires at least eds revision 9756. svn path=/trunk/; revision=36779
| * Committing on behalf of Matthew Barnes <mbarnes@redhat.com>Matthew Barnes2008-11-072-26/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-07 Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #552583 * mail-config.c: (mail_config_get_account_by_source_url): Instead of preserving the authmech attribute in the two URLs being compared, strip the attributes out of both URLs and just do a simple string comparison. We're just trying to match a URL to an account here. The authentication method shouldn't be relevant. svn path=/trunk/; revision=36758
| * ** Fix for BNC bug #437226 Proper message is missing in mail sent byBharath Acharya2008-11-072-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | 2008-11-07 Bharath Acharya <abharath@novell.com> ** Fix for BNC bug #437226 Proper message is missing in mail sent by delegatee * em-format-html.c (efh_format_headers): Regression caused by r35319. Check for the condition only after the while loop. svn path=/trunk/; revision=36750
| * ** Fixes part of bug #559371Matthew Barnes2008-11-062-39/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-05 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #559371 * composer/e-msg-composer.c (e_load_spell_languages): New function loads a list of GtkhtmlSpellLanguage structs from GConf, taking care of details like converting language codes to structs and ensuring the returned list is non-empty. * composer/e-msg-composer.c (e_save_spell_languages): New function saves a list of GtkhtmlSpellLanguage structs to GConf, taking care of details like converting the structs to language codes. * composer/e-msg-composer.c (msg_composer_constructor): * mail/em-composer-prefs.c (spell_language_save), (spell_setup): Simplify the logic by using e_load_spell_languages() and e_save_spell_languages(). svn path=/trunk/; revision=36743
| * ** Fix for bug #386036Milan Crha2008-11-043-1/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #386036 * vfoldertypes.xml: * filtertypes.xml: Added new option "Sender or Recipients" which filters on From/To/Cc/Bcc headers. svn path=/trunk/; revision=36739
| * ** Fix for bug #559086Ashish Shrivastava2008-11-032-243/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-03 Ashish Shrivastava <shashish@novell.com> ** Fix for bug #559086 * Most of the calendar errors are now non-intrusive * calendar.error.xml: Added a new error message for non-intrusive backend_died. * apps_evolution_calendar.schemas.in: * calendar-commands.c: Added new verb for help debug message (help_debug): * gnome-cal.c: Support for non-intrusive error. (client_cal_opened_cb), Define fash table and accessing errors: * e-calendar-view.c: (error_response): (e_calendar_utils_show_error_silent), (e_calendar_utils_show_info_silent): * e-calendar-view.h: * calendar-component.c: Added EActivityHandler and ELogger: (calendar_component_peek_activity_handler), (calendar_component_show_logger): * calendar-component.h: svn path=/trunk/; revision=36727
| * ** Fixes bug #559042Matthew Barnes2008-11-032-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #559042 * calendar/gui/e-itip-control.c (write_recurrence_piece): * mail/mail-config.glade: Remove extra spaces in translated strings. svn path=/trunk/; revision=36722
| * ** Fixes bug #557613Matthew Barnes2008-11-032-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #557613 * mail/em-utils.c (try_open_e_book): Wait for try_open_e_book_cb() to run before freeing the EFlag. It will run regardless of whether the EBook operation completes. svn path=/trunk/; revision=36715
| * ** Fixes bug #558726 (patch by Frederic van Starbmann)Matthew Barnes2008-11-012-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-31 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #558726 (patch by Frederic van Starbmann) * mail/em-format-html.c (emfh_multipart_related_check): * plugins/mail-to-task/mail-to-task.c (do_mail_to_task): * plugins/plugin-manager/plugin-manager.c (eppm_enable_toggled): Fix several potential format string crashes. svn path=/trunk/; revision=36709
| * Disable delete and rename onSankarasivasubramanian Pasupathilingam2008-10-312-0/+12
| | | | | | | | | | | | right click menu for the system folders svn path=/trunk/; revision=36703
| * Just some minor code polishing.Matthew Barnes2008-10-233-26/+33
| | | | | | | | | | | | | | | | | | | | | | 2008-10-22 Matthew Barnes <mbarnes@redhat.com> * mail-send-recv.c: * mail-send-recv.h: Just some minor code polishing. svn path=/trunk/; revision=36676
| * Re-factor spinner usageSankarasivasubramanian Pasupathilingam2008-10-212-4/+6
| | | | | | | | svn path=/trunk/; revision=36671
| * Patch from Patrick Ohly <Patrick.Ohly@gmx.de>: Fix for a build break while ↵Suman Manjunath2008-10-202-1/+5
| | | | | | | | | | | | compiling out-of-tree. svn path=/trunk/; revision=36663
| * ** Revert the patch committed in rev 36458Akhil Laddha2008-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | 2008-10-20 Akhil Laddha <lakhil@novell.com> ** Revert the patch committed in rev 36458 * Patch from Bug 552583 svn path=/trunk/; revision=36656
| * ** Fix for bug #438155Milan Crha2008-10-203-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | 2008-10-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #438155 * message-list.h: (struct _MessageList): message-list.c: (message_list_init), (message_list_finalise), (regen_list_done), (regen_list_free), (ml_regen_timeout), (mail_regen_cancel): Guard access to the 'regen' list with a lock. svn path=/trunk/; revision=36652
| * ** Fix for bug #555276Srinivasa Ragavan2008-10-172-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | 2008-10-17 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #555276 * mail/mail-vfolder.c: Don't load a vfolder as a sub folder. svn path=/trunk/; revision=36639
| * ** Fix for bug #364542Milan Crha2008-10-172-4/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #364542 * em-utils.c: (struct TryOpenEBookStruct), (try_open_e_book_cb), (try_open_e_book), (em_utils_in_addressbook), (em_utils_contact_photo): Stop when camel operation has been canceled. Also check for cancellation when opening EBook, thus the UI (preview) will not freeze with slow address books. svn path=/trunk/; revision=36635
| * ** Fix for bug #555203Bharath Acharya2008-10-102-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | 2008-10-07 Bharath Acharya <abharath@novell.com> ** Fix for bug #555203 * mail-session.c: (get_password): Use the url value in cases where the account goes NULL. Fixes the issue of Exchange not sending mails, because it does not have a valid transport url to use. svn path=/trunk/; revision=36585
| * ** Fix for bug #554349Sankar P2008-10-052-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | 2008-10-05 Sankar P <psankar@novell.com> ** Fix for bug #554349 * mail/em-folder-browser.c: Expand threads and select messages, if user has given select-all. svn path=/trunk/; revision=36562
| * ** Fix for bug #554418Milan Crha2008-10-013-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #554418 * e-util/e-util.h: (e_util_guess_mime_type): * e-util/e-util.c: (e_util_guess_mime_type): Guess mime_type based on the file content only when permitted by the caller, otherwise check based on the filename only, where it fallbacks if file content guess fails. * mail/em-utils.c: (em_utils_snoop_type): * mail/em-popup.c: (emp_standard_menu_factory): Guess mime_type based on the filename only. * composer/e-msg-composer.c: (handle_uri), (e_msg_composer_add_inline_image_from_file): Guess mime_type based on the file content, if failed, then on the filename. * widgets/misc/e-attachment.c: (attachment_guess_mime_type): Allow guessing mime_type based on the file content. * calendar/gui/dialogs/comp-editor.c: (set_attachment_list): * calendar/gui/e-cal-popup.c: (ecalp_standard_menu_factory): Allow/disallow guessing of the mime_type based on the file content. svn path=/trunk/; revision=36529
| * ** Fix for bug #554458Milan Crha2008-10-012-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #554458 * configure.in: Bump glib version to 2.18.0 because of g_content_type_from_mime_type. * mail/em-popup.c: (emp_standard_menu_factory): * calendar/gui/e-cal-popup.c: (ecalp_standard_menu_factory): Use content-type to call of g_app_info_get_all_for_type. svn path=/trunk/; revision=36526
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-012-14/+20
| | | | | | | | svn path=/trunk/; revision=36520
| * ** Fix for bug #545045Philip Withnall2008-10-012-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | 2008-09-30 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #545045 * mail-send-recv.c (build_dialog): Don't show SMTP in the Send/Receive dialogue if there are no unsent mails. svn path=/trunk/; revision=36505
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-302-17/+24
| | | | | | | | svn path=/trunk/; revision=36502
| * Remove unnecessary FIXME. normalized columns are for internalSankarasivasubramanian Pasupathilingam2008-09-302-3/+6
| | | | | | | | | | | | | | | | * mail/message-list.c: Remove unnecessary FIXME. normalized columns are for internal manipulation. svn path=/trunk/; revision=36499
| * Added new column "Subject - Trimmed". Patch by hpj.Sankarasivasubramanian Pasupathilingam2008-09-304-3/+81
| | | | | | | | svn path=/trunk/; revision=36498
| * Mark some forgotten strings for translation. Fixes bug #553067Gabor Kelemen2008-09-292-2/+6
| | | | | | | | | | | | | | | | 2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> * mail-config.glade: Mark some forgotten strings for translation. Fixes bug #553067 svn path=/trunk/; revision=36479
| * ** Fix for bug #530716Milan Crha2008-09-292-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #530716 * mail/mail-session.c: (user_message_response), (user_message_exec), (user_message_response_free): Differentiate between response with valid message pointer and with one already freed. * widgets/misc/e-activity-handler.c: (error_cleanup): GtkDialog errors close by the response message, not as other widgets, because creator of the dialog waits for that signal and takes care of the widget. svn path=/trunk/; revision=36473
| * ** Fix for bug #530691Milan Crha2008-09-294-105/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #530691 * em-folder-utils.c: (emfu_delete_rec), (emfu_delete_done), (emfu_delete_folders), (emfu_delete_response), (em_folder_utils_delete_folder): * mail-ops.h: (mail_remove_folder): * mail-ops.c: (mail_remove_folder), (struct _remove_folder_msg), (remove_folder_desc), (remove_folder_rec), (remove_folder_exec), (remove_folder_done), (remove_folder_free): Remove folders in its own thread, not in main thread. svn path=/trunk/; revision=36471
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-296-59/+84
| | | | | | | | svn path=/trunk/; revision=36465
| * ** Fix for bug #552583 (Suggested by Sebastian Keller)Milan Crha2008-09-262-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2008-09-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #552583 (Suggested by Sebastian Keller) * mail-session.c: (get_password): Do not hide auth_mech from the URL. svn path=/trunk/; revision=36458
| * ** Fix for bug #552551Philip Withnall2008-09-252-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2008-09-25 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #552551 * em-folder-browser.c (emfb_search_search_activated): Add a NULL check for search_word before calling strcmp. svn path=/trunk/; revision=36451
| * License change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-252-15/+22
| | | | | | | | svn path=/trunk/; revision=36448
| * ** Fix for bug #313225Milan Crha2008-09-242-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-24 Milan Crha <mcrha@redhat.com> ** Fix for bug #313225 * mail/message-list.c: (struct states_pixmaps), (ml_tree_value_at), (message_list_create_extras): Show meeting icon in 'Attachment' column on messages with '$has_cal' user flag set. * plugins/itip-formatter/itip-formatter.c: (format_itip): Set the user flag '$has_cal' on the message when formatting a calendar attachment. svn path=/trunk/; revision=36445
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-242-15/+21
| | | | | | | | svn path=/trunk/; revision=36443
| * ** Fixes bug #553479Philip Withnall2008-09-243-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-24 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #553479 * shell/shell.error.xml: * plugins/webdav-account-setup/webdav-contacts-source.c (plugin_webdav_contacts): * plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml: * plugins/python/org-gnome-evolution-python.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: * mail/em-migrate.c (migrate_to_db): * mail/evolution-mail.schemas.in: * addressbook/gui/component/ldap-config.glade: String capitalisation improvements. svn path=/trunk/; revision=36439
| * ** Fix for bug #553273Milan Crha2008-09-233-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #553273 * addressbook/gui/component/addressbook-view.c: (delete_addressbook_folder), (delete_addressbook_cb): * addressbook/gui/widgets/eab-gui-util.c: (save_it): * addressbook/gui/contact-list-editor/e-contact-list-model.c: (e_contact_list_model_add_email): * addressbook/gui/contact-list-editor/e-contact-list-editor.c: (contact_list_editor_contact_exists): * plugins/exchange-operations/exchange-config-listener.c: (exchange_config_listener_authenticate): * mail/em-composer-utils.c: (em_utils_handle_receipt): * mail/em-folder-view.c: (emfv_delete_msg_response): * composer/e-composer-actions.c: (action_save_cb): * calendar/gui/alarm-notify/alarm-queue.c: (edit_component): * calendar/gui/tasks-component.c: (delete_task_list_cb): * calendar/gui/calendar-component.c: (delete_calendar_cb): * calendar/gui/memos-component.c: (delete_memo_list_cb): Always end e_error_run/e_error_new calls with NULL parameter. svn path=/trunk/; revision=36434
| * Added Italian translation for default email message.Luca Ferretti2008-09-224-1/+1457
| | | | | | | | | | | | | | | | | | | | | | | | 2008-09-22 Luca Ferretti <elle.uca@libero.it> * default/Makefile.am: * default/it/Inbox: * default/it/Makefile.am: Added Italian translation for default email message. svn path=/trunk/; revision=36416
| * Added Czech translation of default email message by Jiri Eischmann. Ditto.Petr Kovar2008-09-224-1/+330
| | | | | | | | | | | | | | | | | | | | | | 2008-09-22 Petr Kovar <pknbe@volny.cz> * default/cs/Inbox: Added Czech translation of default email message by Jiri Eischmann. * default/cs/Makefile.am: Ditto. * default/Makefile.am: Ditto. svn path=/trunk/; revision=36413
| * Updated Polish translationWadim Dziedzic2008-09-222-29/+4
| | | | | | | | | | | | | | | | 2008-09-21 Wadim Dziedzic <wdziedzic@aviary.pl> * default/pl/Inbox: Updated Polish translation svn path=/trunk/; revision=36410
| * Updated Spanish default mailJorge Gonzalez Gonzalez2008-09-201-71/+20
| | | | | | | | svn path=/trunk/; revision=36395
| * Final tweaks (really!) for the Lithuanian default mail translation.Gintautas Miliauskas2008-09-191-9/+9
| | | | | | | | svn path=/trunk/; revision=36388
| * Translated some headers of the default mail message into Lithuanian.Gintautas Miliauskas2008-09-191-3/+3
| | | | | | | | svn path=/trunk/; revision=36387
| * Updated Lithuanian translation.Gintautas Miliauskas2008-09-192-104/+88
| | | | | | | | | | | | | | | | | | | | 2008-09-19 Gintautas Miliauskas <gintas@akl.lt> * default/lt/Inbox: Updated Lithuanian translation. svn path=/trunk/; revision=36386
| * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-198-101/+112
| | | | | | | | svn path=/trunk/; revision=36381
| * Update German translation.Hendrik Richter2008-09-191-31/+0
| | | | | | | | svn path=/trunk/; revision=36376
| * Add this tooGabor Kelemen2008-09-172-0/+11
| | | | | | | | | | | | | | | | 2008-09-17 Gabor Kelemen <kelemeng@gnome.hu> * default/hu/Makefile.am: Add this too svn path=/trunk/; revision=36355
| * Default welcome mail translation added. Added huGabor Kelemen2008-09-173-1/+320
| | | | | | | | | | | | | | | | | | 2008-09-17 Gabor Kelemen <kelemeng@gnome.hu> * default/hu/Inbox: Default welcome mail translation added. * default/Makefile.am: Added hu svn path=/trunk/; revision=36354
| * Updated Korean translation of the default mail.Changwoo Ryu2008-09-161-31/+1
| | | | | | | | svn path=/trunk/; revision=36347
| * Added Serbian welcome message translationGoran Rakic2008-09-166-1/+653
| | | | | | | | svn path=/trunk/; revision=36345
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-1610-124/+133
| | | | | | | | svn path=/trunk/; revision=36344
| * Updated Dutch translation by Tino Meinen.Wouter Bolsterlee2008-09-162-84/+49
| | | | | | | | | | | | | | | | | | 2008-09-16 Wouter Bolsterlee <wbolster@svn.gnome.org> * default/nl/Inbox: Updated Dutch translation by Tino Meinen. svn path=/trunk/; revision=36343
| * Updated Finnish default mailboxIlkka Tuohela2008-09-162-41/+15
| | | | | | | | svn path=/trunk/; revision=36342
| * Updated French translation.Claude Paroz2008-09-162-124/+46
| | | | | | | | | | | | | | | | 2008-09-16 Claude Paroz <claude@2xlibre.net> * default/fr/Inbox: Updated French translation. svn path=/trunk/; revision=36341
| * default/sv/Inbox: Updated Swedish translation.Daniel Nylander2008-09-162-59/+30
| | | | | | | | svn path=/trunk/; revision=36339
| * ** Fix for bug #539536Sankarasivasubramanian Pasupathilingam2008-09-154-3/+18
| | | | | | | | | | | | | | | | | | * em-format.c: (struct default_headers): * em-format-html.c: (efh_format_headers): * em-format-html.c: (default_headers): Add "Face" header to default headers and allow it to be hidden. svn path=/trunk/; revision=36331
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #504767 (Expand also parent ↵Suman Manjunath2008-09-142-1/+8
| | | | | | | | | | | | nodes, if necessary). svn path=/trunk/; revision=36328
| * Milan Crha <mcrha@redhat.com> Fix for bug #551915 (Manage error on idle, to ↵Suman Manjunath2008-09-142-4/+46
| | | | | | | | | | | | call gtk functions in the main thread). svn path=/trunk/; revision=36326
| * License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-137-86/+95
| | | | | | | | svn path=/trunk/; revision=36313
| * ** Fix for bug #534039Milan Crha2008-09-113-16/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #534039 * mail-vfolder.c: (vfolder_load_storage): Load store to mail component first, to have all notifications registered in time of adding rules. * mail-folder-cache.c: (real_flush_updates): Dropped unnecessary and offending code causing infinite loops when deleting search folder. svn path=/trunk/; revision=36304
| * ** Fix for bug #493298Milan Crha2008-09-092-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | 2008-09-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #493298 * em-format-html-display.c: (efhd_image): Do not try to access widget of the pury when the operation has been cancelled. svn path=/trunk/; revision=36289
| * Milan Crha <mcrha@redhat.com> Fix for bug #328216 (Bad signature prompt for ↵Suman Manjunath2008-09-084-9/+23
| | | | | | | | | | | | self-signed pop3 servers). svn path=/trunk/; revision=36273
| * esthetic license header cleans, and fix e-pkcs12Michael Meeks2008-09-062-14/+4
| | | | | | | | svn path=/trunk/; revision=36264
| * Fix infinite loop on deleting vfolders.Srinivasa Ragavan2008-09-052-1/+6
| | | | | | | | | | | | | | | | | | 2008-09-05 Srinivasa Ragavan <sragavan@novell.com> * mail-folder-cache.c (real_flush_updates): Fix infinite loop on deleting vfolders. svn path=/trunk/; revision=36257
| * License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-049-104/+122
| | | | | | | | | | | | More to come. svn path=/trunk/; revision=36255
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-0346-614/+690
| | | | | | | | | | | | More changes to come. svn path=/trunk/; revision=36247
| * Fix compiler warnings in some of the test programs.Matthew Barnes2008-09-012-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-01 Matthew Barnes <mbarnes@redhat.com> * configure.in: Fix compiler warnings in some of the test programs. * mail/em-composer-utils.c (edit_message): * plugins/email-custom-header/email-custom-header.c: * plugins/templates/templates.c: Don't mix declarations and code. svn path=/trunk/; revision=36242