aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-browser.c
Commit message (Expand)AuthorAgeFilesLines
* Add e_web_view_cursor_image_copy().Matthew Barnes2013-07-281-1/+1
* Add e_mail_reader_ref_folder().Matthew Barnes2013-06-151-15/+22
* Bug 684302 - Prompt to close message window on reply should be inlineMatthew Barnes2013-06-051-41/+82
* EMailBrowser: Add "close-on-reply-policy" property.Matthew Barnes2013-06-051-26/+64
* EMailDisplay cleanups.Matthew Barnes2013-06-051-4/+6
* EMailBrowser cleanups.Matthew Barnes2013-06-051-100/+113
* Move "ask-reply-close-browser" prompt to EMailBrowser.Matthew Barnes2013-06-031-0/+65
* Remove EUIManager.Matthew Barnes2013-04-011-6/+4
* Remove e_shell_configure_ui_manager().Matthew Barnes2013-04-011-1/+0
* Remove EMailShellSettings.Matthew Barnes2013-03-171-1/+0
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-091-2/+4
* Add comments around g_idle_add() changesMilan Crha2013-02-091-0/+1
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-091-1/+1
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-081-1/+1
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-1/+1
* EMailBrowser: Fix packing of preview pane.Matthew Barnes2013-01-211-1/+4
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-1/+1
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-4/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-1/+1
* Bug #683877 - No more contextual menus for linksMilan Crha2012-11-091-9/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-3/+4
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-6/+3
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
* Remove the last remaining usage of GConfMilan Crha2012-06-151-2/+0
* Mail formatter rewriteDan Vrátil2012-06-061-4/+3
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-52/+61
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-2/+5
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-1/+3
* Use e_restore_window() and "org.gnome.evolution.window".Matthew Barnes2011-11-281-8/+6
* Merge branch 'master' into wip/gsettingsMatthew Barnes2011-11-231-99/+44
|\
| * EPreviewPane: Implement EAlertSink.Matthew Barnes2011-11-221-58/+0
| * Add EMailReader.get_preview_pane() method.Matthew Barnes2011-11-221-16/+16
| * Mail widget cleanups.Matthew Barnes2011-11-221-33/+36
* | Fix compiler warnings.Matthew Barnes2011-11-231-1/+0
* | More GSettings migrationRodrigo Moya2011-10-261-5/+5
|/
* GtkApplication has some new EShell-like features.Matthew Barnes2011-10-061-2/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-2/+5
* Bug #651976 - Reply/Forward setting isn't respected in message windowMilan Crha2011-06-061-1/+5
* Bug #651761 - Message window doesn't mark message seenMilan Crha2011-06-031-0/+1
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Fix crash when opening message window.Matthew Barnes2011-05-221-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-3/+5
* Bug 650587 - Hide Search Folder actions when Search Folders are disabledMatthew Barnes2011-05-211-16/+32
* EMailReader: Support multiple action groups.Matthew Barnes2011-05-211-2/+8
* Bug #601541 - Add 'Copy Image' Option On Inline Email ImagesMilan Crha2011-05-161-0/+6
* Bug #303653 - Make headers collapsable in preview paneDan Vrátil2011-04-271-0/+1
* Bug 648346 - Add style class to message browser toolbarMatthew Barnes2011-04-211-0/+4
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-13/+9
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+1
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Update actions in EMailBrowser on message select tooMilan Crha2010-11-301-1/+3
* EMailReader: Add a get_alert_sink() method.Matthew Barnes2010-11-011-0/+7
* EMailBrowser: Implement EAlertSink.Matthew Barnes2010-11-011-38/+64
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-201-0/+38
* Give MailSession a permanent home.Matthew Barnes2010-10-131-50/+53
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-1/+4
* Bug 628141 - Duplicate signal connections in EMailReaderMatthew Barnes2010-08-281-1/+1
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-16/+16
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-1/+1
* Drop the "quote-from-selection" property.Matthew Barnes2010-07-261-20/+0
* Bug 624285 - When replying, ignore text selection if preview is hiddenMatthew Barnes2010-07-141-0/+20
* Bug 624128 - Folder -> Subscriptions is always enabledMatthew Barnes2010-07-121-1/+3
* Bug 616724 - Initialize message window with threaded state of main windowMatthew Barnes2010-06-191-0/+19
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-011-17/+18
* Bug 618902 - Crash when viewing/closing messages quicklyMatthew Barnes2010-05-181-1/+2
* EMailBrowser cleanup.Matthew Barnes2010-05-181-3/+2
* Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-261-0/+2
* Bug 614644 - Email window's title is blank when subject is blankMatthew Barnes2010-04-071-3/+6
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+0
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-5/+5
* Bug #612916 - Runtime error on console when opening a message windowMilan Crha2010-04-011-16/+12
* Bug #374533 - Read window stays open after last email is deletedMilan Crha2010-04-011-0/+23
* Revert some bad assumptions I made in EPluginUI.Matthew Barnes2010-03-161-2/+2
* Shell and UI manager cleanups.Matthew Barnes2010-03-141-8/+20
* clean up the 'express' mode hooks for UI Managers and start toMichael Meeks2010-03-141-3/+4
* Add generic 'express mode' conditionals to the UI XMLMichael Meeks2010-03-141-1/+2
* Add focus tracking to EMailBrowser.Matthew Barnes2010-01-201-0/+94
* Give all preview panes a search bar.Matthew Barnes2010-01-181-20/+10
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-021-7/+2
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-011-7/+10
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-1/+1
* Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-021-1/+3
* Bug 594863 - Message body doesn't allow right click pop up menuMatthew Barnes2009-09-131-4/+51
* Finish killing Bonobo.Matthew Barnes2009-09-091-13/+6
* Get the mailing-list-actions plugin working.Matthew Barnes2009-09-051-0/+6
* Bug 592032 - Marks message as read when preview is offMatthew Barnes2009-08-181-6/+2
* Radically reorganize source code.Matthew Barnes2009-06-251-5/+3
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
* Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-29/+30
* Get the "Hide Deleted Messages" option working.Matthew Barnes2009-04-291-2/+59
* 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-0/+27
* Split the interactive parts of the message display out of EMFormatHTMLDisplayMatthew Barnes2009-03-011-1/+28
* Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-081-12/+12
* When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-291-0/+7
* Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-111-0/+2
* Tweak the EShell API.Matthew Barnes2009-01-081-1/+99
* Get the Character Encoding menu working.Matthew Barnes2009-01-011-29/+15
* Get the basic mail browser window working. No message contents yet.Matthew Barnes2008-12-291-7/+262
* Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-271-0/+291