aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-145-44/+82
* Miscellaneous cleanups.Matthew Barnes2011-09-145-33/+34
* e_mail_store_foreach(): Take an EMailSession parameter.Matthew Barnes2011-09-142-2/+11
* Use new CamelService:display-name property.Matthew Barnes2011-09-142-4/+2
* Adapt to new CamelSubscribable interface.Matthew Barnes2011-09-141-9/+9
* Bug #655254 - Cropped Junk settings textMilan Crha2011-09-141-2/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-2/+7
* Bug #655957 - Current account / all accounts search changes columnMilan Crha2011-09-141-1/+5
* Bug #656133 - Mail-local not initialized when adding/editing accountMilan Crha2011-09-141-0/+4
* EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-09-143-3/+3
* Do not leak memory on each mail folder changeMilan Crha2011-09-141-0/+1
* Bug #655430 - Forgotten EMailJunkOptions type init for mail-config.uiMilan Crha2011-09-142-0/+4
* Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-09-146-565/+19
* Prefer g_seekable_seek() over camel_stream_reset().Matthew Barnes2011-09-141-1/+1
* Bug #650671 - Service connect/disconnect not cancelled properlyMilan Crha2011-09-141-2/+2
* Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-09-143-2/+13
* Bug #530335 - Allow Reply to selected address onlyRathin2011-06-301-2/+2
* Coding style and whitespace cleanups.Matthew Barnes2011-06-301-1/+2
* Bug #614274 - Labeling many messages is very slowMatt McCutchen2011-06-301-0/+2
* EMSubscriptionEditor: Manage stores, not accounts.Matthew Barnes2011-06-301-1/+11
* EMailShellView: Avoid e_get_subscribable_accounts().Matthew Barnes2011-06-301-16/+17
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-3016-2/+62
* Use em_folder_tree_get_selected() in places to simplify code.Matthew Barnes2011-06-303-50/+22
* EMFolderTree: Add an EAlertSink property.Matthew Barnes2011-06-301-1/+3
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-06-305-59/+50
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-3/+5
* Bug 650587 - Hide Search Folder actions when Search Folders are disabledMatthew Barnes2011-06-305-18/+55
* EMailReader: Support multiple action groups.Matthew Barnes2011-06-301-4/+14
* Remove mail_remove_folder().Matthew Barnes2011-06-302-6/+6
* Remove mail_store_prepare_offline().Matthew Barnes2011-06-302-4/+50
* Bug 650088 - Cannot send message from Contacts viewMatthew Barnes2011-06-301-0/+5
* Bug #601541 - Add 'Copy Image' Option On Inline Email ImagesMilan Crha2011-06-301-1/+6
* GN-bug #649935 - Check folder validity before asking for its URIMilan Crha2011-06-301-2/+5
* EMailShellView: Remove some unused utility functions.Matthew Barnes2011-06-302-159/+0
* Keep forgetting to add prefixes to EAlert tags.Matthew Barnes2011-06-301-1/+1
* Miscellaneous cleanups.Matthew Barnes2011-06-302-20/+28
* em_utils_reply_to_message(): Require a CamelMimeMessage.Matthew Barnes2011-06-301-10/+4
* Add e_mail_reader_new_activity().Matthew Barnes2011-06-302-14/+12
* Reimplement em_folder_properties_show().Matthew Barnes2011-06-301-1/+1
* Add e_activity_handle_cancellation().Matthew Barnes2011-06-302-4/+2
* Reimplement em_utils_forward_messages().Matthew Barnes2011-06-301-1/+1
* Coding style cleanups.Matthew Barnes2011-06-303-19/+19
* Whitespace and coding style cleanups.Matthew Barnes2011-06-301-1/+1
* Adapt to CamelFolder:name -> display-name.Matthew Barnes2011-06-302-2/+2
* em_folder_utils_create_folder(): Change function parameters.Matthew Barnes2011-06-302-7/+7
* em_folder_utils_copy_folder(): Change function parameter.Matthew Barnes2011-06-301-10/+12
* Drop support for command-line 'email://' URIs.Matthew Barnes2011-06-301-106/+3
* Remove e_mail_reader_get_folder_uri().Matthew Barnes2011-06-304-26/+34
* Remove 'from_uri' params from e-msg-composer-utils.c.Matthew Barnes2011-06-301-6/+33
* Fix compiler warnings.Matthew Barnes2011-06-302-7/+0
* Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-06-301-2/+2
* Drop 'folder_uri' param from em_utils_folder_is_sent().Matthew Barnes2011-06-302-4/+4
* Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-06-301-1/+1
* EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-06-305-32/+119
* Add em_folder_tree_get_selected_account().Matthew Barnes2011-06-302-18/+7
* Bug #588891 - Spam settings dialog terribly un-higgyDan Vrátil2011-06-301-39/+44
* Bug #303653 - Make headers collapsable in preview paneDan Vrátil2011-06-301-0/+4
* Adapt to CamelService changes.Matthew Barnes2011-06-304-26/+20
* Kill em_composer_prefs_new_signature().Matthew Barnes2011-06-302-14/+0
* Miscellaneous GtkAction-related cleanups.Matthew Barnes2011-06-302-3/+4
* Restore lockdown integration.Matthew Barnes2011-06-301-24/+0
* Bug 643507 - Font preferences don't workMatthew Barnes2011-06-301-17/+182
* Coding style and whitespace cleanup.Matthew Barnes2011-06-307-7/+19
* Bug #642093 - Frees message attachment content on ReplyMilan Crha2011-06-301-0/+6
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-309-72/+40
* Coding style and whitespace cleanup.Matthew Barnes2011-06-302-3/+13
* Bug #638333 - Critical warning when invoking File->New->Mail FolderMilan Crha2011-06-302-3/+14
* Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-06-301-0/+8
* Remove NULL checks for GObject methods.Matthew Barnes2011-06-303-6/+6
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-302-6/+0
* More whitespace cleanup.Matthew Barnes2011-06-302-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2011-06-303-80/+210
* Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-06-301-5/+15
* Adapt to GtkComboBox class reorg.Matthew Barnes2011-06-301-2/+7
* Drop backward-compatibility cruft.Matthew Barnes2011-06-302-6/+0
* Bug #634403 - Mails Label popup menu is not updated properlyMilan Crha2011-06-302-0/+2
* Bug #633982 - Crash when trying to Create a search folder from a searchMilan Crha2011-06-301-1/+3
* Bug #633788 - Mail plugin's update-actions handler is never calledMilan Crha2011-06-301-0/+19
* Avoid idle callbacks in EMailBackend initialization.Matthew Barnes2011-06-301-0/+6
* Bug #637906 - Don't ask again when sending to non-mail recipientsMilan Crha2011-06-302-0/+11
* Fix menu item capitalizaion.Matthew Barnes2011-06-301-2/+2
* Bug #567879 - Add View >> Gallery Option In Email ComposerMilan Crha2011-06-301-0/+4
* Bug #637162 - May not add toolbar Send/Receive button multiple timesMilan Crha2011-06-301-22/+29
* Bug #631568 - Scheduling Meetings with CalDAV calendarsMilan Crha2011-06-301-0/+4
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2011-06-303-0/+21
* Bug 636265 - Trash is untranslated in the window titleMatthew Barnes2011-06-301-10/+16
* Add option "Check for new messages in all active accounts"Milan Crha2011-06-302-0/+16
* Set mnemonic widget for lblDefaultCharset in Mail PreferencesMilan Crha2011-06-301-0/+1
* Bug #633949 - Add an option to disable new e-mail check at startupMilan Crha2011-06-302-0/+11
* Bug #207580 - Allow new mail check on individual accountsMilan Crha2011-06-305-20/+448
* Bug #633783 - Folder->Expunge enabled when no folder selectedMilan Crha2011-06-301-0/+4
* Bug #633779 - GtkComboBoxText issuesMilan Crha2011-06-301-12/+18
* Bug #632683 - Remove-duplicates should work on selectionMilan Crha2010-11-162-136/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-11-101-3/+3
* Bug #632562 - Disabled account in preferences not remove in folder treeMilan Crha2010-11-101-1/+3
* EMailReader: Add a get_alert_sink() method.Matthew Barnes2010-11-101-0/+15
* Kill em_folder_utils_unsubscribe_folder().Matthew Barnes2010-11-102-2/+50
* Bug 633172 - Folder->Subscriptions is always enabledMatthew Barnes2010-11-101-5/+14
* Bug #632767 - Some widgets removed from mail-config.uiMilan Crha2010-10-271-3/+1
* Bug #445439 - Delete mail from pop-server when deleted from Inbox/TrashMilan Crha2010-10-271-1/+1
* Fix capitalization in menu labels.Matthew Barnes2010-10-231-1/+1
* Simplify EActivity.Matthew Barnes2010-10-231-1/+3
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-5/+13
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-208-22/+205
* Add an "ellipsize" property to EMFolderTree.Matthew Barnes2010-10-192-2/+55
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-8/+8
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-197-8/+3
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-193-11/+18
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-193-28/+33
* Bug #587011 - Integrate remove-duplicates into evolutionMilan Crha2010-10-152-0/+136
* Replace EBinding with GBinding.Matthew Barnes2010-10-1410-201/+282
* Bug 305425 - Toolbar cancel button is always sensitiveMatthew Barnes2010-10-141-0/+6
* EShellBackend: Respond to EShell::prepare-for-quit signals.Matthew Barnes2010-10-141-0/+14
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-131-8/+4
* Give MailSession a permanent home.Matthew Barnes2010-10-1315-123/+440
* Bug 588851 - Don't show unsubscribe option for local foldersMatthew Barnes2010-10-051-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-4/+11
* Bug 510020 - Add "Manage Subscriptions" to store context menusMatthew Barnes2010-10-033-1/+28
* Rewrite the folder subscription editor.Matthew Barnes2010-10-032-5/+17
* camel_operation_new() now returns a GCancellable pointer.Matthew Barnes2010-09-292-8/+8
* Bug #629266 - Crash on search in Current AccountMilan Crha2010-09-291-7/+54
* Adapt to Camel API changes.Matthew Barnes2010-09-282-6/+5
* Pass GCancellable to Camel.Matthew Barnes2010-09-283-6/+12
* Use new GDK keysym names if available.Matthew Barnes2010-09-182-8/+11
* Adapt to CamelOperation API changes.Matthew Barnes2010-09-152-7/+7
* Kill the subject-thread plugin.Matthew Barnes2010-09-152-0/+9
* Fix a crapload of run-time warnings.Matthew Barnes2010-09-153-12/+6
* mail-config.ui cleanups.Matthew Barnes2010-09-132-11/+11
* Remove uninteresting mail options from Preferences.Matthew Barnes2010-09-131-92/+0
* Bug #580623 - Mishandling of evolution's proxy ignore_hosts keyMilan Crha2010-09-031-3/+76
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-031-8/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-08-296-37/+39
* Bug 628141 - Duplicate signal connections in EMailReaderMatthew Barnes2010-08-281-1/+1
* Mail module + EMailView cleanups.Matthew Barnes2010-08-275-236/+364
* GObject boilerplate cleanup.Matthew Barnes2010-08-255-172/+49
* Fix more non-removal of signals on user_data object distruction byMichael Meeks2010-08-211-52/+52
* Whitespace and coding style cleanup.Matthew Barnes2010-08-142-9/+40
* Fix a runtime warning.Matthew Barnes2010-08-141-2/+2
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-142-10/+34
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-119-66/+62
* More code cleanup.Matthew Barnes2010-07-273-21/+34
* Drop the "quote-from-selection" property.Matthew Barnes2010-07-261-6/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-07-264-15/+13
* Fix right click issues.Srinivasa Ragavan2010-07-261-8/+63
* Add switch for tab & non-tab mode.Srinivasa Ragavan2010-07-261-1/+1
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-3/+147
* Make the update-actions work across tabs.Srinivasa Ragavan2010-07-261-0/+18
* More bug fixes.Srinivasa Ragavan2010-07-261-1/+9
* Add EMailReader i/f recurrsive from tne Content.Srinivasa Ragavan2010-07-262-1/+86
* Rewrite the content piece of evolution.Srinivasa Ragavan2010-07-266-947/+47
* Add nag popup when mailing list hijacks private reply with Reply-To: headerDavid Woodhouse2010-07-162-0/+9
* Change 'Reply to All' toolbar button into configurable 'Group Reply'David Woodhouse2010-07-152-0/+9
* Add support for ignoring mailing list Reply-To: headersDavid Woodhouse2010-07-152-0/+9
* Warn on reply-to-all with too many recipientsDavid Woodhouse2010-07-152-0/+9
* Bug 624204 - Warn when replying privately to a mailing list messageDavid Woodhouse2010-07-152-0/+9
* Bug 624285 - When replying, ignore text selection if preview is hiddenMatthew Barnes2010-07-142-0/+26
* Bug 624128 - Folder -> Subscriptions is always enabledMatthew Barnes2010-07-121-1/+11
* Migrate from CamelException to GError.Matthew Barnes2010-07-092-23/+12
* EShellContent: Add a focus_search_results() method.Matthew Barnes2010-06-251-0/+11
* Coding style and whitespace cleanup.Matthew Barnes2010-06-203-3/+3
* Bug 616724 - Initialize message window with threaded state of main windowMatthew Barnes2010-06-193-56/+26
* Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signatureJonathon Jongsma2010-06-181-0/+1
* Bug 621839 - Improve auto-selection of messagesMatthew Barnes2010-06-171-20/+7
* Bug 501534 - apply new customized view to all foldersChenthill Palanisamy2010-06-083-1/+21
* Bug 620602 - Next/prev shortcuts should focus message listMatthew Barnes2010-06-061-5/+2
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-031-3/+13
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-014-33/+38
* Use EWebView functions whenever possible.Matthew Barnes2010-05-311-1/+4
* Bug 613038 - Preview pane size not rememberedMatthew Barnes2010-05-291-14/+34
* Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-05-272-3/+3
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-1/+3
* Merge branch 'express2'Matthew Barnes2010-05-276-16/+37
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-20/+26
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-252-22/+35
| |\
| | * Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-192-22/+35
| * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-171-1/+1
| |\|
| | * Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1
| | * Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-302-3/+3
| | * Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-263-130/+13
| | * Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-232-3/+3
| * | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-303-130/+13
| * | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-302-3/+3
| * | Don't use gconf to store the names of widgets to hideFederico Mena Quintero2010-04-272-2/+13
| * | Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-221-0/+1
| |\|
| | * Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+1
| * | turn threading on by default for mail; un-conditionally.Michael Meeks2010-04-151-1/+1
| * | Merge branch 'express2' into express2-reduced-preferencesFederico Mena Quintero2010-04-101-0/+4
| |\ \
| | * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-101-0/+4
| | |\|
| | | * [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-04-081-0/+4
| * | | Hide widgets for the composer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4
| * | | Hide widgets for the mailer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4
| |/ /
| * | Express: Composer always defaults to HTML modeMatthew Barnes2010-04-072-6/+24
| * | Simplify the search UI for express mode.Matthew Barnes2010-04-071-1/+3
| * | Add an extension to configure EWebView.Matthew Barnes2010-04-075-15/+134
| * | Add an extension to configure EMFormatHTML.Matthew Barnes2010-04-074-0/+129
| |/
| * Bug #613354 - Folder->Mark all messages as read does not workMilan Crha2010-04-011-1/+5
| * Fix build break due to GTK+ deprecations.Matthew Barnes2010-03-301-0/+4
| * Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-261-0/+84
* | Bug #546551 - Dialog for mark-all-read always mentions subfoldersMilan Crha2010-05-211-1/+5
* | Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-192-22/+35
* | Bug #499320 - Preview before import from command lineMilan Crha2010-05-191-0/+33
* | Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-9/+13
* | Adapt to Camel API changes.Matthew Barnes2010-04-303-25/+14
* | Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-302-3/+3
* | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-263-130/+13
* | Camel is now GObject-based.Matthew Barnes2010-04-244-19/+19
* | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-232-3/+3
* | Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+1
* | Forgot to commit some bits.Matthew Barnes2010-04-081-4/+0
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-082-8/+20
* | Adapt to Camel API changes.Matthew Barnes2010-04-041-6/+6
* | Only #include Camel's top-level header.Matthew Barnes2010-04-039-21/+0
* | Miscellaneous cleanup bits from WebKit branch.Matthew Barnes2010-04-021-15/+4
* | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-4/+4
* | Bug #613354 - Folder->Mark all messages as read does not workMilan Crha2010-04-011-1/+5
* | Express: Composer always defaults to HTML modeMatthew Barnes2010-03-302-6/+24
* | Bug 468448 - Kill "Hide Read Messages" and "Hide Selected Messages"Matthew Barnes2010-03-283-97/+22
* | Simplify the search UI for express mode.Matthew Barnes2010-03-271-1/+3
* | Fix build break due to GTK+ deprecations.Matthew Barnes2010-03-261-0/+4
* | Ensure that the width of the mail sidebar is not too wideFederico Mena Quintero2010-03-261-1/+48
* | Clear one more instance of lockdown settingsFridrich Strba2010-03-241-0/+2
* | Oops, remove debug printfFederico Mena Quintero2010-03-231-9/+0
* | Don't hardcode a width, but compute a suitable oneSrinivasa Ragavan2010-03-232-16/+10
* | Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-1/+16
* | Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-0/+37
* | Add an extension to configure EWebView.Matthew Barnes2010-03-235-15/+134
* | [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-03-211-0/+2
* | Add an extension to configure EMFormatHTML.Matthew Barnes2010-03-204-0/+129
|/
* Shell and UI manager cleanups.Matthew Barnes2010-03-142-1/+3
* clean up the 'express' mode hooks for UI Managers and start toMichael Meeks2010-03-141-5/+1
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-142-2/+2
* Switch to anjal style on express mode.Srinivasa Ragavan2010-03-141-15/+18
* Integrate into new account button.Srinivasa Ragavan2010-03-142-1/+5
* Add generic 'express mode' conditionals to the UI XMLMichael Meeks2010-03-141-1/+4
* Some more directories relocated on windowsFridrich Strba2010-03-112-0/+3
* Bug 587014 - Magic space does not work as expectedMatthew Barnes2010-02-181-1/+1
* Bug 609836 - Add translator comments to ambiguous stringsMatthew Barnes2010-02-171-0/+2
* Bug 604542 - Skip non-system rules when building quick search menuMatthew Barnes2010-02-111-0/+2
* Bug 609404 - Quick search filter should work on current message list viewMatthew Barnes2010-02-101-8/+18
* Implement account-wide search scope in mail.Matthew Barnes2010-02-074-105/+438
* Bug #606666 - Cannot move cursor with arrows in preview with caret modeMilan Crha2010-01-251-1/+1
* Bug 549558 - "Download Messages for Offline Usage" still sensitive in offlin...Viswanath Sivakumar2010-01-221-1/+7
* Bug 607608 - Empty Trash does not work unless Trash is selectedMatthew Barnes2010-01-223-35/+45
* Give all preview panes a search bar.Matthew Barnes2010-01-181-30/+15
* Remove dead assignments found by clang.Matthew Barnes2010-01-167-27/+1
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-082-6/+6
* Bug #549988 - "Empty Trash" in Trash popup empties all Trash foldersMilan Crha2010-01-061-4/+4
* Bug #597816 - Read/save search folders with labels properlyMilan Crha2010-01-052-2/+17
* Kill e_popup_menu().Matthew Barnes2010-01-051-2/+0