aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Fix few valgrind claimsMilan Crha2009-09-221-0/+1
|
* Whitespace cleanup.Matthew Barnes2009-09-211-1/+1
|
* Another attempt at fixing a label-related crash.Matthew Barnes2009-09-211-0/+6
| | | | | | | The reporter's label list in GConf had the default labels, but without the mnemonic underscores. So they weren't recognized as default labels. As a last ditch effort, generate a tag from the label name to ensure that e_mail_label_list_store_get_tag() never returns NULL.
* Typo fix.Andre Klapper2009-09-211-1/+1
|
* Typo fixAndre Klapper2009-09-211-1/+1
|
* Bug 595668 - Crash on startupMatthew Barnes2009-09-191-1/+2
| | | | | This is a partial solution to avoid the crash. Still don't understand why e_mail_label_list_store_get_tag() is returning NULL.
* Rename dead files to avoid fpeter's GNOME 2.99 scanner.Matthew Barnes2009-09-196-0/+0
| | | | Changed foo.dead.c to foo.c.dead and foo.dead.h to foo.h.dead.
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-192-1/+5
|
* Remove a bunch of unused functions.Matthew Barnes2009-09-153-216/+0
|
* Bug 594528 - Crash when clicked on File->quitMatthew Barnes2009-09-151-11/+12
|
* Bug 594863 - Message body doesn't allow right click pop up menuMatthew Barnes2009-09-133-4/+70
|
* Followup fixes for inline folder renames.Matthew Barnes2009-09-131-8/+11
|
* Bug 217066 - Rename folders directly inside folder listMatthew Barnes2009-09-134-84/+149
|
* EMFolderTree code cleanup.Matthew Barnes2009-09-132-202/+218
|
* Bug 593899 - "Create Search Folder from Search" does not workMatthew Barnes2009-09-111-75/+67
|
* Bug 593892 - 'Find in message' issues when clearing searchMatthew Barnes2009-09-112-2/+47
|
* Bug 593905 - 'Subject or Addresses contains' search criteria missingMatthew Barnes2009-09-111-14/+10
|
* Require a parent window when creating an EMFolderSelector.Matthew Barnes2009-09-1112-169/+106
|
* Bug #594628 - Switching back from Outgoing filters to Incoming filters does notChenthill Palanisamy2009-09-101-1/+1
| | | | show existing incoming filters
* Bug 593659 - Missing UI error messagesMatthew Barnes2009-09-101-1/+1
|
* Bug #571881 - Make messages inherit labels from collapsed subtreeMatt McCutchen2009-09-091-198/+149
|
* Mark dead source files as such.Matthew Barnes2009-09-097-19/+0
| | | | | I still want to look through these before deleting them to make sure I didn't overlook anything.
* Finish killing Bonobo.Matthew Barnes2009-09-098-928/+157
|
* Get the mailing-list-actions plugin working.Matthew Barnes2009-09-053-258/+282
| | | | | | | Also get mail-to-task working for the message browser window. Came up with a new technique for managing actions and action groups in the process. Also gave the EMailReader interface an "update-actions" signal for plugins to connect to.
* Remove some obsolete utility functions.Matthew Barnes2009-09-051-1/+3
|
* Bug 594002 - Stuck mail activities when error occursMilan Crha2009-09-051-4/+4
|
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-055-12/+76
| | | | | | Fix as many cases that relied on it as I could find, but there may be more cases out there. They should be fixed too. Passing a NULL parent window to e_error_new() is illegal and will emit a runtime warning.
* Bug #593922 - Reply freezes evoMilan Crha2009-09-021-0/+2
|
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-023-26/+26
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Bug 592169 - "Checking for new mail" doesn't show which folderMilan Crha2009-09-011-0/+1
|
* Bug #593779 - re-committing patch from bug #214238Milan Crha2009-09-011-9/+20
|
* Bug 593614 - efh_format_secure() recurses foreverMatthew Barnes2009-09-011-1/+1
|
* Bug 593685 - Insensitive actions after startMatthew Barnes2009-09-011-2/+0
|
* Fix distcheck errors.Matthew Barnes2009-08-302-1269/+0
|
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-309-736/+99
| | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
* Fix return typesKjartan Maraas2009-08-271-3/+3
|
* Add menu item ellipsis according to bug #324492.Matthew Barnes2009-08-252-2/+2
|
* Bug 488409 - Remember size of filter/vfolder editor windowsMatthew Barnes2009-08-255-176/+295
|
* Stop killing evolution-data-server services.Matthew Barnes2009-08-231-2/+0
| | | | That includes startup and --force-shutdown.
* Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-233-3/+6
|
* Re-enable more calendar bits.Matthew Barnes2009-08-191-1/+1
|
* Bug 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-184-237/+86
|
* Bug 591829 - Dragging mails to folder tree does not workMatthew Barnes2009-08-182-140/+7
|
* Bug 591830 - Inline attachments no longer shownMatthew Barnes2009-08-181-148/+6
|
* Bug 592032 - Marks message as read when preview is offMatthew Barnes2009-08-184-21/+24
|
* Fix a duplicate mnemonic.Matthew Barnes2009-08-181-1/+1
|
* Bug 592034 - Reply to List doesn't workMatthew Barnes2009-08-182-27/+22
|
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-163-38/+1
|
* Fix the Labels tab in mail-config.glade.Matthew Barnes2009-08-121-1293/+807
| | | | | Also, explicitly specifiy GtkVBox orientations so Glade doesn't stupidly assume it's horizontal. Makes them kind of hard to edit otherwise.
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-124-719/+1315
|
* Clean up setup assistant stringsSeán de Búrca2009-08-111-1/+1
|
* Clean up setup assistant stringsSeán de Búrca2009-08-111-6/+6
|
* Make Port string only for Anjal.Srinivasa Ragavan2009-08-111-1/+1
|
* Bug #563041 - Template plugin doesn't work; added new variablesBharath Acharya2009-08-111-31/+47
| | | | $sender_name and $sender_email
* Kill EMMenu and EMPopup.Matthew Barnes2009-08-109-1216/+22
| | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup.
* Seal up ESignature and add GObject properties.Matthew Barnes2009-08-072-5/+1101
|
* Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-061-1/+1
|
* Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-011-1/+42
|
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-2818-48/+84
|\
| * BUG #472079 (BNC) - Cannot Edit Account When ProxyBharath Acharya2009-07-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | * em-account-prefs.c (account_edit_clicked), (account_cursor_change): Do not disable the option to edit accounts when proxy accounts are enabled. Bug Description: If you open a Groupwise proxy, and then go into Edit >> Preferences you cannot edit your own email account until the proxy is closed. The Edit button is grayed out.
| * Coding style and whitespace cleanups.Matthew Barnes2009-07-266-11/+10
| |
| * BUG #589494: Doesn't print full list of recipientsBharath Acharya2009-07-241-0/+5
| | | | | | | | Display all email addresses by default for the To, Cc and Bcc fields.
| * Unref idle loops in finalize.Srinivasa Ragavan2009-07-242-2/+10
| |
| * Bug #339361 (bnc) - soap threading not working.Chenthill Palanisamy2009-07-234-16/+25
| |
| * Bug #589412 - Wrong notice in message list when messages are hiddenMilan Crha2009-07-231-0/+2
| |
| * Hide signatures for Anjal.Srinivasa Ragavan2009-07-221-1/+2
| |
| * Make it possible to have send receive with out dialogSrinivasa Ragavan2009-07-222-5/+13
| |
| * Bug #588787 - Crash on search in an active account or all accountsMilan Crha2009-07-222-10/+26
| |
| * Change for Anjal to support forwarding of mailsSrinivasa Ragavan2009-07-202-7/+12
| |
| * Add code to have optional status bar for Anjal.Srinivasa Ragavan2009-07-201-7/+16
| |
| * Add code to handle mail-mt's requirement.Srinivasa Ragavan2009-07-202-0/+10
| |
| * More whitespace cleanup.Matthew Barnes2009-07-1917-44/+44
| |
| * Return account check flag.Srinivasa Ragavan2009-07-162-3/+3
| |
| * Remove obsolete part of translator commentClaude Paroz2009-07-151-3/+0
| |
| * Bug #214238 - Indicate unread emails in closed tree subfoldersMilan Crha2009-07-151-9/+20
| |
| * Use reverse str lookup for email separation.Srinivasa Ragavan2009-07-151-1/+1
| |
| * Use reverse string lookup for domain/username sepration in emailSrinivasa Ragavan2009-07-151-1/+1
| | | | | | | | breakdown. Gmail domain users have email as username.
* | More whitespace cleanup.Matthew Barnes2009-07-1914-29/+29
| |
* | Fix an activity cancellation crasher.Matthew Barnes2009-07-181-3/+10
| |
* | Implement the mail backend's quit strategy.Matthew Barnes2009-07-171-151/+1
| |
* | Prompt when exiting with unsent messages.Matthew Barnes2009-07-171-2/+3
| |
* | Fix some leftover merge artifacts.Matthew Barnes2009-07-161-8046/+0
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-152-0/+8053
|\|
| * Add tip to specify port as part of the server name. String suggestionSrinivasa Ragavan2009-07-142-83/+266
| | | | | | | | from Matthew Barnes.
| * Bug #586958 - Too long texts instartup wizardMichael Terry2009-07-131-4/+2
| | | | | | | | | | | | | | | | | | | | | | [PATCH 1/2] [restore-backup] Make intro text wrap The introductory text to the 'Restore from backup' page is too long, especially in some languages. This patch wraps the label as other labels in the startup wizard are wrapped. [PATCH 2/2] Don't break long labels unnecessarily A few strings had unnecessary end lines in them, which fight with the natural line-wrap algorithm.
| * Fix excessive whitespace.Matthew Barnes2009-07-1350-135/+0
| |
| * Bug #587699 - Localize only local folder namesMilan Crha2009-07-071-1/+1
| |
| * Kill EConfigListener.Matthew Barnes2009-07-031-1/+1
| |
| * Fix whitespace issues in em-account-editor.c.Matthew Barnes2009-07-031-811/+811
| |
* | Fix excessive whitespace.Matthew Barnes2009-07-1434-64/+0
| |
* | Fix some issues when building Anjal.Matthew Barnes2009-07-132-4/+8
| |
* | Use an EShellSettings property for folder tree search.Matthew Barnes2009-07-111-3/+0
| |
* | Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-032-172/+22
| | | | | | | | | | | | | | Wrote a new widget (ECharsetComboBox) to replace e-charset-picker.c. The widget provides a "charset" string property that allows us to bind to GConf keys (via EShellSettings). Moved e_charset_add_radio_actions() to e-util/e-charset.c. Updated Glade files, #include lines, etc.
* | Fix merge issues in EMAccountEditor.Matthew Barnes2009-07-022-150/+257
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-018-19/+34
|\|
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-012-2/+2
| |
| * Hide proper widgets from filter.glade for searchesMilan Crha2009-07-011-1/+2
| |
| * Bug #268644 - unread mail shortcut collides with gtk tree searchMilan Crha2009-06-253-1/+34
| |
| * Fix some warningsSrinivasa Ragavan2009-06-251-4/+4
| |
| * Add more apis for Anjal to draft composer.Srinivasa Ragavan2009-06-252-6/+12
| |
| * Bug #568302 - Skip "noselect=yes" folders on Send/ReceiveMilan Crha2009-06-241-2/+9
| |
| * Fixes a bug where edit accounts are treated as new accounts andSrinivasa Ragavan2009-06-241-1/+2
| | | | | | | | acc/auto-config starts working.
| * Bug 464131 – Allow inline view of application/mbox attachmentsMatthew Barnes2009-06-211-0/+68
| |
| * Stop abusing forward declarations.Matthew Barnes2009-06-1946-490/+439
| |
| * Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-1932-228/+68
| |
| * Re-arrange attachment bar files for Anjal's and webkit rendering.Srinivasa Ragavan2009-06-172-5/+5
| |
| * Bug 345775 – Missing blank line between messages in saved mboxMatthew Barnes2009-06-161-1/+3
| |
| * Leak a bit less. Use proper function prototype.Milan Crha2009-06-151-0/+1
| | | | | | | | The first is for mail, the second for publish-calendar plugin.
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-012-2/+2
| |
* | Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-303-0/+3509
| |
* | Partial fix for bug #587014.Matthew Barnes2009-06-272-21/+21
| | | | | | | | Cursor now moves to the correct row, but row is not selected.
* | Kill the "folder-unsubscribe" plugin.Matthew Barnes2009-06-262-2/+68
| | | | | | | | Feature is now integrated in core mailer, and has a main menu item.
* | Radically reorganize source code.Matthew Barnes2009-06-2551-17258/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.
* | Forgot to add new files.Matthew Barnes2009-06-244-0/+645
| |
* | Split store and local folder management out from shell backend.Matthew Barnes2009-06-2435-1087/+321
| |
* | Bug 586343 – Search folder delete confirmation missing check boxMatthew Barnes2009-06-201-0/+1
| |
* | EMFolderTree cleanups.Matthew Barnes2009-06-204-440/+469
| |
* | Fix mislabeled button.Matthew Barnes2009-06-201-1/+1
| |
* | Merge commit 'EVOLUTION_2_27_3' into kill-bonoboMatthew Barnes2009-06-201-5/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: composer/e-composer-header-table.h composer/e-composer-header.c composer/e-composer-private.c configure.ac mail/em-account-editor.c po/POTFILES.in po/or.po widgets/misc/e-search-bar.c
| * Fix coding style.Matthew Barnes2009-06-142-5/+5
| |
| * ** BUGFIX: #584733 - Fixed where account setup to work after Anjal mergeSrinivasa Ragavan2009-06-101-4/+5
| | | | | | | | | | * em-account-editor.c: fixed where a memory corruption, invalid read was happening.
| * Fix build on Windows: link with needed libraries.Tor Lillqvist2009-06-091-0/+2
| |
| * Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-054-25/+24
| |
| * libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-051-1/+3
| | | | | | | | in the win32 bootstrap import libraries.
| * Bug #362907 - Give icons to Drafts/Sent/Templates foldersMilan Crha2009-06-051-3/+28
| |
| * Bug 584733 – Cannot create new accountSrinivasa Ragavan2009-06-041-15/+18
| | | | | | | | Broken stuffs post, Anjal migration.
| * Don't declare x_mailer "extern" because it causes undefined symbolsFridrich Strba2009-06-041-1/+1
| | | | | | | | while linking.
| * Cater for circular dependencies between libevolution-mailFridrich Strba2009-06-041-0/+6
| | | | | | | | and libevolution-mail-shared
| * Anjal stuff's for Evo.Srinivasa Ragavan2009-06-032-4/+8
| |
| * Add option for Sender/Addresses contain.Srinivasa Ragavan2009-06-031-4/+30
| |
| * Add MAINTAINERCLEANFILES based on Pango.Matthew Barnes2009-06-021-1/+1
| |
| * Fix more compiler warnings.Matthew Barnes2009-06-021-36/+0
| |
| * More code cleanup.Matthew Barnes2009-06-0244-170/+170
| |
| * Part of bug #574940 - Do not use freed memory in EMFolderView/BrowserMilan Crha2009-06-021-1/+5
| |
| * Bug #337082 - Do not produce unnamed folders in a folder treeMilan Crha2009-06-021-4/+6
| |
| * 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 323037 – Folder emblem to show new mail arrivalMilan Crha2009-06-013-19/+97
| |
| * Fix libevolution-mail-shared.laMatthew Barnes2009-05-301-17/+29
| | | | | | | | | | | | | | | | | | | | | | | | The shared library was being built as a libtool module instead of a normal libtool library, and was installed to the wrong directory. Fixing this created further automake-related problems which I had to hack around (see BIG NASTY AUTOMAKE HACK in the patch). This is NOT a permanent solution. A better approach is to split the source code into separate directories, like we do in all the other components.
| * Bug 583446 – refresh folder hookLucian Langa2009-05-292-2/+10
| |
| * Bug 584154 – custom icon folder hook does not workLucian Langa2009-05-293-4/+11
| |
| * Fix whitespace errors in mail/Makefile.amMatthew Barnes2009-05-291-3/+3
| |
| * Whitespace cleanup.Matthew Barnes2009-05-2926-87/+87
| |
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-29105-3187/+3187
| |
| * Remove trailing whitespace, again.Matthew Barnes2009-05-29135-312/+312
| |
| * Bug #540269 - Do not crash in em_format_is_attachmentMilan Crha2009-05-271-0/+3
| | | | | | | | Check if part contains data wrapper before accessing its members.
* | Fix similar weak pointer issues throughout.Matthew Barnes2009-06-202-1/+7
| |
* | 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.