aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #660224 - Assertion failure when forwarding messageMilan Crha2011-09-271-18/+27
* EMFolderTreeModel: Don't use parameters in "get_default" functions.Matthew Barnes2011-09-261-3/+3
* Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-261-3/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-2/+2
* Update EMailBrowser actions when MessageList reloads.Matthew Barnes2011-08-191-1/+12
* EMFolderSelector: Add a "model" construct-only property.Matthew Barnes2011-08-101-3/+11
* Bug #530335 - Allow Reply to selected address onlyRathin2011-06-141-0/+14
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Let EMFolderSelector create its own EMFolderTree.Matthew Barnes2011-05-241-30/+28
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-2/+2
* EMailReader: Remove the forward/reply style hack.Matthew Barnes2011-05-211-24/+23
* Bug 650587 - Hide Search Folder actions when Search Folders are disabledMatthew Barnes2011-05-211-37/+47
* EMailReader: Support multiple action groups.Matthew Barnes2011-05-211-10/+25
* Remove mail_save_messages().Matthew Barnes2011-05-181-64/+1
* Remove mail_remove_attachments().Matthew Barnes2011-05-171-11/+6
* Reimplement the "mail-reply-sender" action.Matthew Barnes2011-05-141-47/+79
* Reimplement the "mail-reply-all" action.Matthew Barnes2011-05-141-33/+59
* Keep forgetting to add prefixes to EAlert tags.Matthew Barnes2011-05-131-1/+1
* Miscellaneous cleanups.Matthew Barnes2011-05-131-10/+15
* em_utils_reply_to_message(): Require a CamelMimeMessage.Matthew Barnes2011-05-131-7/+0
* Reimplement the "mail-redirect" action.Matthew Barnes2011-05-131-8/+59
* Add e_mail_reader_new_activity().Matthew Barnes2011-05-131-13/+28
* Fix some GPtrArray leaks.Matthew Barnes2011-05-121-16/+35
* Reimplement em_utils_edit_messages().Matthew Barnes2011-05-121-8/+1
* Reimplement em_utils_forward_messages().Matthew Barnes2011-05-121-32/+4
* EMailReader: Reimplement "mail-remove-duplicates" action.Matthew Barnes2011-05-121-151/+3
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-7/+9
* Adapt to CamelFolder:name -> display-name.Matthew Barnes2011-05-071-2/+2
* Use e_mail_folder_uri_from_folder() instead of camel_folder_get_uri().Matthew Barnes2011-05-041-5/+1
* Remove e_mail_reader_get_folder_uri().Matthew Barnes2011-05-041-24/+0
* Build vfolder rules with CamelFolders instead of folder URIs.Matthew Barnes2011-05-041-6/+6
* Remove 'from_uri' params from e-msg-composer-utils.c.Matthew Barnes2011-05-041-15/+7
* Change em_folder_tree_model_user_marked_unread() params.Matthew Barnes2011-05-031-3/+3
* Fix a runtime warning in e_mail_reader_check_state().Matthew Barnes2011-05-031-6/+6
* Fix compiler warnings.Matthew Barnes2011-05-031-4/+0
* Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-05-031-2/+2
* Drop 'folder_uri' param from em_utils_folder_is_sent().Matthew Barnes2011-05-031-1/+1
* Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-05-031-3/+3
* Drop 'folder_uri' param from message_list_set_folder().Matthew Barnes2011-05-031-1/+1
* Remove e_mail_reader_set_folder_uri().Matthew Barnes2011-05-031-30/+0
* EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-05-031-12/+10
* Don't try to refresh or sync mail folders when offline.Matthew Barnes2011-04-141-1/+7
* Demonstrate EWebView as an EAlertSink.Matthew Barnes2011-04-141-11/+4
* Miscellaneous GtkAction-related cleanups.Matthew Barnes2011-03-281-18/+18
* Restore lockdown integration.Matthew Barnes2011-03-281-27/+41
* Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-03-251-32/+47
* Let Esc behave like Cancel in Reply questions and do not leak messageMilan Crha2011-03-011-3/+9
* Slightly smaller dialogs for Reply type questions (but not all)Milan Crha2011-03-011-5/+5
* Coding style and whitespace cleanup.Matthew Barnes2011-02-191-3/+5
* Fix few memory leaksMilan Crha2011-02-151-1/+4
* Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-02-131-0/+5
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-23/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-21/+49
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Bug #600013 - Crash in mail_reader_message_loaded_cbMilan Crha2011-01-121-0/+6
* Localize few strings with ngettextMilan Crha2010-12-021-2/+2
* Revert certain parts from commit for bug #635738Milan Crha2010-11-291-4/+4
* Bug #635738 - Sanitize Previous/Next buttons when not usableMilan Crha2010-11-261-7/+32
* Bug #632683 - Remove-duplicates should work on selectionMilan Crha2010-11-101-57/+136
* Coding style and whitespace cleanup.Matthew Barnes2010-11-081-1/+1
* EMailReader: Add a get_alert_sink() method.Matthew Barnes2010-11-011-0/+13
* EMailReader: Rewrite message retrieval tracking.Matthew Barnes2010-11-011-64/+95
* Bug #631870 - Memory leak in e_week_view after GtkObject removalMilan Crha2010-10-251-1/+1
* Fix capitalization in menu labels.Matthew Barnes2010-10-231-1/+1
* Bug #632679 - Add 'Remove attachments' in pop up menuMilan Crha2010-10-211-0/+4
* Bug #630969 - Implement also Message->Go to->Previous ThreadMilan Crha2010-10-201-0/+18
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-201-19/+107
* Bug #534453 - Incorporate 'Remove attachments' pluginRex Tsai2010-10-191-0/+103
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+0
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-191-29/+83
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-6/+0
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-3/+4
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-131-2/+9
* Give MailSession a permanent home.Matthew Barnes2010-10-131-55/+129
* Bug #223337 - Auto-close message-browser when replying to themMilan Crha2010-10-081-2/+66
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-12/+1
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-3/+9
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-12/+15
* Bug 628350 - Allow deletion of a deleted message to advance cursorMatthew Barnes2010-08-311-1/+5
* Fix a runtime warning.Matthew Barnes2010-08-281-1/+2
* Bug 628141 - Duplicate signal connections in EMailReaderMatthew Barnes2010-08-281-27/+19
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-104/+78
* Bug #627734 - Double-click a message opens it twiceMilan Crha2010-08-241-40/+9
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-21/+30
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-7/+42
* Bug 626724 - Folder tree mistakes "mark as unread" as new mailMatthew Barnes2010-08-121-1/+10
* Add keybindings to tab.Srinivasa Ragavan2010-08-121-0/+184
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-2/+2
* EMFormat cleanups.Matthew Barnes2010-08-101-5/+6
* Coding style and whitespace cleanup.Matthew Barnes2010-08-031-62/+80
* mail-reader: e_mail_reader_get_formatter may now return NULLRob Bradford2010-08-021-1/+7
* More code cleanup.Matthew Barnes2010-07-271-4/+6
* Drop the "quote-from-selection" property.Matthew Barnes2010-07-261-41/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-19/+16
* Make clutter mode even more appealing.Srinivasa Ragavan2010-07-261-1/+26
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-1/+15
* Make the update-actions work across tabs.Srinivasa Ragavan2010-07-261-0/+36
* More bug fixes.Srinivasa Ragavan2010-07-261-0/+15
* Fix a compilation errorSrinivasa Ragavan2010-07-261-2/+0
* Add EMailNotebook ViewSrinivasa Ragavan2010-07-261-0/+2
* Bug #624891 - Various compiler warnings in git/masterMilan Crha2010-07-221-1/+1
* Bug 624677 - Missing keyboard shortcut for "Save as mbox"Matthew Barnes2010-07-191-1/+1
* Add translation note for 'Group Reply'.David Woodhouse2010-07-161-2/+5
* Add nag popup when mailing list hijacks private reply with Reply-To: headerDavid Woodhouse2010-07-161-1/+42
* Change 'Reply to All' toolbar button into configurable 'Group Reply'David Woodhouse2010-07-151-1/+53
* Don't show the "reply in private?" nag popup for munged Reply-To: list messagesDavid Woodhouse2010-07-151-7/+55
* Fix two memory leaks when replyingDavid Woodhouse2010-07-151-0/+3
* Warn on reply-to-all with too many recipientsDavid Woodhouse2010-07-151-3/+84
* Bug 624204 - Warn when replying privately to a mailing list messageDavid Woodhouse2010-07-151-1/+36
* EMailReader: Remove unused variableMatthew Barnes2010-07-141-1/+0
* Bug 624285 - When replying, ignore text selection if preview is hiddenMatthew Barnes2010-07-141-1/+41
* Bug 624128 - Folder -> Subscriptions is always enabledMatthew Barnes2010-07-121-27/+29
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-13/+8
* Bug 616724 - Initialize message window with threaded state of main windowMatthew Barnes2010-06-191-0/+47
* Bug 621839 - Improve auto-selection of messagesMatthew Barnes2010-06-171-1/+1
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-011-65/+65
* Bug 620044 - Reply and Forward actions should have "is-important" setMatthew Barnes2010-05-301-1/+11
* Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-05-271-5/+5
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-1/+1
* Merge branch 'express2'Matthew Barnes2010-05-271-6/+8
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-2/+4
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-20/+36
| |\
| | * Bug #617041 - Set translation domain for e-mail-reader actionsGert Kulyk2010-05-191-0/+1
| | * Bug 618902 - Crash when viewing/closing messages quicklyMatthew Barnes2010-05-181-20/+35
| * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-171-1/+5
| |\|
| | * Bug #611560 - 'Mark as junk' should be disabled in junk folderMilan Crha2010-05-041-1/+5
| | * Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-301-5/+5
| | * Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-231-5/+5
| * | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-301-5/+5
| * | 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
| * | Fix mismatched quotes.Matthew Barnes2010-04-071-1/+1
| * | Minor EMailReader cleanup.Matthew Barnes2010-04-071-26/+12
| * | Add an extension to configure EWebView.Matthew Barnes2010-04-071-4/+0
| * | Add an extension to configure EMFormatHTML.Matthew Barnes2010-04-071-22/+0
| |/
* | Bug #617041 - Set translation domain for e-mail-reader actionsGert Kulyk2010-05-191-0/+1
* | Bug 618902 - Crash when viewing/closing messages quicklyMatthew Barnes2010-05-181-20/+35
* | Bug #611560 - 'Mark as junk' should be disabled in junk folderMilan Crha2010-05-041-1/+5
* | Adapt to Camel API changes.Matthew Barnes2010-04-301-3/+8
* | Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-301-5/+5
* | Bug #545505 - Properly free unused message infos periodicallyMilan Crha2010-04-291-1/+5
* | Camel is now GObject-based.Matthew Barnes2010-04-241-4/+4
* | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-231-5/+5
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-4/+0
* | Fix mismatched quotes.Matthew Barnes2010-03-291-1/+1
* | Minor EMailReader cleanup.Matthew Barnes2010-03-261-26/+12
* | Add an extension to configure EWebView.Matthew Barnes2010-03-231-4/+0
* | [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-03-211-0/+4
* | Add an extension to configure EMFormatHTML.Matthew Barnes2010-03-201-22/+0
|/
* Bug 612619 - Don't mark message as read after folder changeMatthew Barnes2010-03-131-14/+45
* Prevent "message selected" timeouts from piling up.Matthew Barnes2010-03-131-1/+7
* Add a private struct to EMailReader.Matthew Barnes2010-03-121-47/+81
* Coding style and whitespace cleanup.Matthew Barnes2010-03-081-1/+0
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Allow retrieving multiple messages without cancelling if the store is asyncChenthill Palanisamy2010-03-021-15/+40
* Bug #610250 - '[' and ']' keyboard shortcuts are swappedMilan Crha2010-02-171-2/+2
* Bug #605596 - Do not crash on message change, attempt ][Milan Crha2010-02-051-0/+4
* Bug 607520 - 'Add to Address Book' fails when address has spaceMatthew Barnes2010-02-031-1/+15
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-8/+0
* Bug #604994 - Folder state not preserved in Copy/Move Folder dialogMilan Crha2010-01-071-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-6/+13
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-83/+0
* Coding style and whitespace cleanup.Matthew Barnes2009-12-201-1/+1
* Bug #602505 - Incorrect information in message windowMilan Crha2009-12-161-5/+35
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-101-5/+15
* Kill ETreeScrolled.Matthew Barnes2009-12-081-3/+3
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-021-122/+146
* Kill message_list_free_uids().Matthew Barnes2009-12-021-6/+6
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-011-121/+151
* Bug 602799 - "Mark for Follow Up" menu item glitchesMatthew Barnes2009-11-251-1/+24
* Bug 563555 - Confirm before forwarding many emails inlineRitesh Khadgaray2009-11-201-4/+20
* Assemble HTML code in a GString instead of a GtkHTMLStream.Matthew Barnes2009-11-201-2/+0
* Prefer EWebView calls over direct GtkHTML calls.Matthew Barnes2009-11-181-23/+28
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-111-4/+36
* Bug #597582 - Original Date: header should be given precedenceDavid Woodhouse2009-11-051-0/+4
* Bug 600019 - Menu glitches when an account name is selectedMatthew Barnes2009-10-291-0/+40
* Don't update the message list when right-clicking on a folder.Matthew Barnes2009-10-281-3/+7
* Fix a regression caused by the Forward button feature.Matthew Barnes2009-10-281-12/+14
* Add a menu to the Forward toolbar button.Matthew Barnes2009-10-281-7/+55
* Bug #571039 - Shows all selected messages in a preview pane on a slow networkMilan Crha2009-10-271-2/+13
* Bug #397265 - Image loading for new contact requires restarting EvolutionMilan Crha2009-10-261-2/+2
* Enable mail-next-unread and mail-prev-unread for multi-selections.Matthew Barnes2009-10-081-2/+2
* Bug 594864 - "Select Folder" is a too generic titlePaul Bolle2009-09-241-2/+2
* Typo fixAndre Klapper2009-09-211-1/+1
* 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-131-0/+17
* Require a parent window when creating an EMFolderSelector.Matthew Barnes2009-09-111-2/+6
* Bug 593659 - Missing UI error messagesMatthew Barnes2009-09-101-1/+1
* Finish killing Bonobo.Matthew Barnes2009-09-091-17/+63
* Get the mailing-list-actions plugin working.Matthew Barnes2009-09-051-258/+275
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-12/+12
* Bug 593685 - Insensitive actions after startMatthew Barnes2009-09-011-2/+0
* Add menu item ellipsis according to bug #324492.Matthew Barnes2009-08-251-1/+1
* Bug 592032 - Marks message as read when preview is offMatthew Barnes2009-08-181-9/+19
* Fix a duplicate mnemonic.Matthew Barnes2009-08-181-1/+1
* Bug 592034 - Reply to List doesn't workMatthew Barnes2009-08-181-12/+10
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-1/+1
* Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-031-2/+2
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-1/+3
* Partial fix for bug #587014.Matthew Barnes2009-06-271-1/+1
* Radically reorganize source code.Matthew Barnes2009-06-251-37/+22
* Split store and local folder management out from shell backend.Matthew Barnes2009-06-241-12/+2
* Fix mislabeled button.Matthew Barnes2009-06-201-1/+1
* Fix similar weak pointer issues throughout.Matthew Barnes2009-06-201-1/+1
* Thought of a better way to copy folder tree state.Matthew Barnes2009-06-141-4/+0
* Use key files for tracking widget states.Matthew Barnes2009-06-131-0/+4
* Get the mailer's URI popup menu working.Matthew Barnes2009-05-281-77/+106
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-2/+2
* Kill obsolete menu items.Matthew Barnes2009-05-211-52/+0
* Remove useless "Call To..." popup menu option.Matthew Barnes2009-05-211-15/+0
* Fix most of the compiler warnings in mail.Matthew Barnes2009-05-081-3/+7
* Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-23/+23
* Bug 579269 – Non junk option (tool bar) is disabled in junk folderMatthew Barnes2009-04-291-8/+39
* Miscellaneous bug fixes.Matthew Barnes2009-04-241-10/+21
* Split the attachment button into a separate widget that integrates withMatthew Barnes2009-04-031-3/+9
* Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-211-1/+1
* Move text searching UI into a new EMailSearchBar widget.Matthew Barnes2009-03-021-1/+19
* Split the interactive parts of the message display out of EMFormatHTMLDisplayMatthew Barnes2009-03-011-40/+5
* Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-191-29/+54
* Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-081-7/+1
* Add action groups to support lockdown, starting with printing.Matthew Barnes2009-01-271-2/+13
* Miscellaneous stuff.Matthew Barnes2009-01-271-4/+4
* Fix more runtime warnings.Matthew Barnes2009-01-261-1/+0
* Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-201-67/+487
* Fix a runtime warning.Matthew Barnes2009-01-181-4/+3
* Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-111-10/+314
* Add missing accelerator for File -> Print.Matthew Barnes2009-01-101-1/+1
* Fix some miscellaneous mailer bugs.Matthew Barnes2009-01-081-4/+58
* Tweak the EShell API.Matthew Barnes2009-01-081-0/+193
* Get the Character Encoding menu working.Matthew Barnes2009-01-011-70/+188
* Get the basic mail browser window working. No message contents yet.Matthew Barnes2008-12-291-37/+37
* Solve a translation issue related to the New menu.Matthew Barnes2008-12-281-1/+1
* Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-271-0/+1653