| Commit message (Expand) | Author | Age | Files | Lines |
* | Miscellaneous GtkAction-related cleanups. | Matthew Barnes | 2011-06-30 | 2 | -3/+4 |
* | Restore lockdown integration. | Matthew Barnes | 2011-06-30 | 1 | -24/+0 |
* | Bug 643507 - Font preferences don't work | Matthew Barnes | 2011-06-30 | 1 | -17/+182 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 7 | -7/+19 |
* | Bug #642093 - Frees message attachment content on Reply | Milan Crha | 2011-06-30 | 1 | -0/+6 |
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-06-30 | 9 | -72/+40 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 2 | -3/+13 |
* | Bug #638333 - Critical warning when invoking File->New->Mail Folder | Milan Crha | 2011-06-30 | 2 | -3/+14 |
* | Bug 642171 - Implicit libgnome dependency for lockdown GConf keys | Matthew Barnes | 2011-06-30 | 1 | -0/+8 |
* | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-06-30 | 3 | -6/+6 |
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-06-30 | 2 | -6/+0 |
* | More whitespace cleanup. | Matthew Barnes | 2011-06-30 | 2 | -4/+4 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 3 | -80/+210 |
* | Adapt size_request vfuncs to latest gtk+-3.0 API. | Rodrigo Moya | 2011-06-30 | 1 | -5/+15 |
* | Adapt to GtkComboBox class reorg. | Matthew Barnes | 2011-06-30 | 1 | -2/+7 |
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-06-30 | 2 | -6/+0 |
* | Bug #634403 - Mails Label popup menu is not updated properly | Milan Crha | 2011-06-30 | 2 | -0/+2 |
* | Bug #633982 - Crash when trying to Create a search folder from a search | Milan Crha | 2011-06-30 | 1 | -1/+3 |
* | Bug #633788 - Mail plugin's update-actions handler is never called | Milan Crha | 2011-06-30 | 1 | -0/+19 |
* | Avoid idle callbacks in EMailBackend initialization. | Matthew Barnes | 2011-06-30 | 1 | -0/+6 |
* | Bug #637906 - Don't ask again when sending to non-mail recipients | Milan Crha | 2011-06-30 | 2 | -0/+11 |
* | Fix menu item capitalizaion. | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
* | Bug #567879 - Add View >> Gallery Option In Email Composer | Milan Crha | 2011-06-30 | 1 | -0/+4 |
* | Bug #637162 - May not add toolbar Send/Receive button multiple times | Milan Crha | 2011-06-30 | 1 | -22/+29 |
* | Bug #631568 - Scheduling Meetings with CalDAV calendars | Milan Crha | 2011-06-30 | 1 | -0/+4 |
* | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2011-06-30 | 3 | -0/+21 |
* | Bug 636265 - Trash is untranslated in the window title | Matthew Barnes | 2011-06-30 | 1 | -10/+16 |
* | Add option "Check for new messages in all active accounts" | Milan Crha | 2011-06-30 | 2 | -0/+16 |
* | Set mnemonic widget for lblDefaultCharset in Mail Preferences | Milan Crha | 2011-06-30 | 1 | -0/+1 |
* | Bug #633949 - Add an option to disable new e-mail check at startup | Milan Crha | 2011-06-30 | 2 | -0/+11 |
* | Bug #207580 - Allow new mail check on individual accounts | Milan Crha | 2011-06-30 | 5 | -20/+448 |
* | Bug #633783 - Folder->Expunge enabled when no folder selected | Milan Crha | 2011-06-30 | 1 | -0/+4 |
* | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2011-06-30 | 1 | -12/+18 |
* | Bug #632683 - Remove-duplicates should work on selection | Milan Crha | 2010-11-16 | 2 | -136/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-11-10 | 1 | -3/+3 |
* | Bug #632562 - Disabled account in preferences not remove in folder tree | Milan Crha | 2010-11-10 | 1 | -1/+3 |
* | EMailReader: Add a get_alert_sink() method. | Matthew Barnes | 2010-11-10 | 1 | -0/+15 |
* | Kill em_folder_utils_unsubscribe_folder(). | Matthew Barnes | 2010-11-10 | 2 | -2/+50 |
* | Bug 633172 - Folder->Subscriptions is always enabled | Matthew Barnes | 2010-11-10 | 1 | -5/+14 |
* | Bug #632767 - Some widgets removed from mail-config.ui | Milan Crha | 2010-10-27 | 1 | -3/+1 |
* | Bug #445439 - Delete mail from pop-server when deleted from Inbox/Trash | Milan Crha | 2010-10-27 | 1 | -1/+1 |
* | Fix capitalization in menu labels. | Matthew Barnes | 2010-10-23 | 1 | -1/+1 |
* | Simplify EActivity. | Matthew Barnes | 2010-10-23 | 1 | -1/+3 |
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 1 | -5/+13 |
* | Reduce GConf usage in em-composer-utils.c. | Matthew Barnes | 2010-10-20 | 8 | -22/+205 |
* | Add an "ellipsize" property to EMFolderTree. | Matthew Barnes | 2010-10-19 | 2 | -2/+55 |
* | Collect mail enum types in e-mail-enums.h. | Matthew Barnes | 2010-10-19 | 1 | -8/+8 |
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 7 | -8/+3 |
* | Kill mail_config_get_gconf_client(). | Matthew Barnes | 2010-10-19 | 3 | -11/+18 |
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 3 | -28/+33 |
* | Bug #587011 - Integrate remove-duplicates into evolution | Milan Crha | 2010-10-15 | 2 | -0/+136 |
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 10 | -201/+282 |
* | Bug 305425 - Toolbar cancel button is always sensitive | Matthew Barnes | 2010-10-14 | 1 | -0/+6 |
* | EShellBackend: Respond to EShell::prepare-for-quit signals. | Matthew Barnes | 2010-10-14 | 1 | -0/+14 |
* | Remove mail_tools_folder_to_url(). | Matthew Barnes | 2010-10-13 | 1 | -8/+4 |
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 15 | -123/+440 |
* | Bug 588851 - Don't show unsubscribe option for local folders | Matthew Barnes | 2010-10-05 | 1 | -1/+3 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-10-04 | 1 | -4/+11 |
* | Bug 510020 - Add "Manage Subscriptions" to store context menus | Matthew Barnes | 2010-10-03 | 3 | -1/+28 |
* | Rewrite the folder subscription editor. | Matthew Barnes | 2010-10-03 | 2 | -5/+17 |
* | camel_operation_new() now returns a GCancellable pointer. | Matthew Barnes | 2010-09-29 | 2 | -8/+8 |
* | Bug #629266 - Crash on search in Current Account | Milan Crha | 2010-09-29 | 1 | -7/+54 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 2 | -6/+5 |
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 3 | -6/+12 |
* | Use new GDK keysym names if available. | Matthew Barnes | 2010-09-18 | 2 | -8/+11 |
* | Adapt to CamelOperation API changes. | Matthew Barnes | 2010-09-15 | 2 | -7/+7 |
* | Kill the subject-thread plugin. | Matthew Barnes | 2010-09-15 | 2 | -0/+9 |
* | Fix a crapload of run-time warnings. | Matthew Barnes | 2010-09-15 | 3 | -12/+6 |
* | mail-config.ui cleanups. | Matthew Barnes | 2010-09-13 | 2 | -11/+11 |
* | Remove uninteresting mail options from Preferences. | Matthew Barnes | 2010-09-13 | 1 | -92/+0 |
* | Bug #580623 - Mishandling of evolution's proxy ignore_hosts key | Milan Crha | 2010-09-03 | 1 | -3/+76 |
* | Convert composer autosave to an EExtension. | Matthew Barnes | 2010-09-03 | 1 | -8/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 6 | -37/+39 |
* | Bug 628141 - Duplicate signal connections in EMailReader | Matthew Barnes | 2010-08-28 | 1 | -1/+1 |
* | Mail module + EMailView cleanups. | Matthew Barnes | 2010-08-27 | 5 | -236/+364 |
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 5 | -172/+49 |
* | Fix more non-removal of signals on user_data object distruction by | Michael Meeks | 2010-08-21 | 1 | -52/+52 |
* | Whitespace and coding style cleanup. | Matthew Barnes | 2010-08-14 | 2 | -9/+40 |
* | Fix a runtime warning. | Matthew Barnes | 2010-08-14 | 1 | -2/+2 |
* | Pass an EShell to EMsgComposer instances. | Matthew Barnes | 2010-08-14 | 2 | -10/+34 |
* | Defer the load / creation of configuration UI with changes to | Michael Meeks | 2010-08-11 | 9 | -66/+62 |
* | More code cleanup. | Matthew Barnes | 2010-07-27 | 3 | -21/+34 |
* | Drop the "quote-from-selection" property. | Matthew Barnes | 2010-07-26 | 1 | -6/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-26 | 4 | -15/+13 |
* | Fix right click issues. | Srinivasa Ragavan | 2010-07-26 | 1 | -8/+63 |
* | Add switch for tab & non-tab mode. | Srinivasa Ragavan | 2010-07-26 | 1 | -1/+1 |
* | Add folder pane for tabbed browser. | Srinivasa Ragavan | 2010-07-26 | 1 | -3/+147 |
* | Make the update-actions work across tabs. | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+18 |
* | More bug fixes. | Srinivasa Ragavan | 2010-07-26 | 1 | -1/+9 |
* | Add EMailReader i/f recurrsive from tne Content. | Srinivasa Ragavan | 2010-07-26 | 2 | -1/+86 |
* | Rewrite the content piece of evolution. | Srinivasa Ragavan | 2010-07-26 | 6 | -947/+47 |
* | Add nag popup when mailing list hijacks private reply with Reply-To: header | David Woodhouse | 2010-07-16 | 2 | -0/+9 |
* | Change 'Reply to All' toolbar button into configurable 'Group Reply' | David Woodhouse | 2010-07-15 | 2 | -0/+9 |
* | Add support for ignoring mailing list Reply-To: headers | David Woodhouse | 2010-07-15 | 2 | -0/+9 |
* | Warn on reply-to-all with too many recipients | David Woodhouse | 2010-07-15 | 2 | -0/+9 |
* | Bug 624204 - Warn when replying privately to a mailing list message | David Woodhouse | 2010-07-15 | 2 | -0/+9 |
* | Bug 624285 - When replying, ignore text selection if preview is hidden | Matthew Barnes | 2010-07-14 | 2 | -0/+26 |
* | Bug 624128 - Folder -> Subscriptions is always enabled | Matthew Barnes | 2010-07-12 | 1 | -1/+11 |
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 2 | -23/+12 |
* | EShellContent: Add a focus_search_results() method. | Matthew Barnes | 2010-06-25 | 1 | -0/+11 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-06-20 | 3 | -3/+3 |
* | Bug 616724 - Initialize message window with threaded state of main window | Matthew Barnes | 2010-06-19 | 3 | -56/+26 |
* | Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signature | Jonathon Jongsma | 2010-06-18 | 1 | -0/+1 |
* | Bug 621839 - Improve auto-selection of messages | Matthew Barnes | 2010-06-17 | 1 | -20/+7 |
* | Bug 501534 - apply new customized view to all folders | Chenthill Palanisamy | 2010-06-08 | 3 | -1/+21 |
* | Bug 620602 - Next/prev shortcuts should focus message list | Matthew Barnes | 2010-06-06 | 1 | -5/+2 |
* | Convert "startup-wizard" to an EExtension. | Matthew Barnes | 2010-06-03 | 1 | -3/+13 |
* | Keep chipping away at direct GtkHTML usage. | Matthew Barnes | 2010-06-01 | 4 | -33/+38 |
* | Use EWebView functions whenever possible. | Matthew Barnes | 2010-05-31 | 1 | -1/+4 |
* | Bug 613038 - Preview pane size not remembered | Matthew Barnes | 2010-05-29 | 1 | -14/+34 |
* | Revert "Work around another dropped gnome-icon-theme icon." | Matthew Barnes | 2010-05-27 | 2 | -3/+3 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-27 | 1 | -1/+3 |
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 6 | -16/+37 |
|\ |
|
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 1 | -20/+26 |
| * | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-25 | 2 | -22/+35 |
| |\ |
|
| | * | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 2 | -22/+35 |
| * | | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-17 | 1 | -1/+1 |
| |\| |
|
| | * | Bug 618400 - "Mark All Messages as Read" shortcut missing | Matthew Barnes | 2010-05-12 | 1 | -1/+1 |
| | * | Revert "Work around another dropped gnome-icon-theme icon." | Matthew Barnes | 2010-04-30 | 2 | -3/+3 |
| | * | Bug #603418 - Custom headers not displayed in message preview | Milan Crha | 2010-04-26 | 3 | -130/+13 |
| | * | Work around another dropped gnome-icon-theme icon. | Matthew Barnes | 2010-04-23 | 2 | -3/+3 |
| * | | Bug #603418 - Custom headers not displayed in message preview | Milan Crha | 2010-04-30 | 3 | -130/+13 |
| * | | Work around another dropped gnome-icon-theme icon. | Matthew Barnes | 2010-04-30 | 2 | -3/+3 |
| * | | Don't use gconf to store the names of widgets to hide | Federico Mena Quintero | 2010-04-27 | 2 | -2/+13 |
| * | | Merge commit 'origin/gnome-2-30' into express2 | Michael Meeks | 2010-04-22 | 1 | -0/+1 |
| |\| |
|
| | * | Bug #615331 - Message list/Folder tree focus policy has changed | Milan Crha | 2010-04-19 | 1 | -0/+1 |
| * | | turn threading on by default for mail; un-conditionally. | Michael Meeks | 2010-04-15 | 1 | -1/+1 |
| * | | Merge branch 'express2' into express2-reduced-preferences | Federico Mena Quintero | 2010-04-10 | 1 | -0/+4 |
| |\ \ |
|
| | * | | Merge gnome-2-30 into express2 to get bugfixes | Federico Mena Quintero | 2010-04-10 | 1 | -0/+4 |
| | |\| |
|
| | | * | [win32] Be consistent in disabling the lockdown options. | Fridrich Strba | 2010-04-08 | 1 | -0/+4 |
| * | | | Hide widgets for the composer's preferences in Express mode | Federico Mena Quintero | 2010-04-09 | 1 | -0/+4 |
| * | | | Hide widgets for the mailer's preferences in Express mode | Federico Mena Quintero | 2010-04-09 | 1 | -0/+4 |
| |/ / |
|
| * | | Express: Composer always defaults to HTML mode | Matthew Barnes | 2010-04-07 | 2 | -6/+24 |
| * | | Simplify the search UI for express mode. | Matthew Barnes | 2010-04-07 | 1 | -1/+3 |
| * | | Add an extension to configure EWebView. | Matthew Barnes | 2010-04-07 | 5 | -15/+134 |
| * | | Add an extension to configure EMFormatHTML. | Matthew Barnes | 2010-04-07 | 4 | -0/+129 |
| |/ |
|
| * | Bug #613354 - Folder->Mark all messages as read does not work | Milan Crha | 2010-04-01 | 1 | -1/+5 |
| * | Fix build break due to GTK+ deprecations. | Matthew Barnes | 2010-03-30 | 1 | -0/+4 |
| * | Start the mailer's folder sidebar with a reasonable width | Federico Mena Quintero | 2010-03-26 | 1 | -0/+84 |
* | | Bug #546551 - Dialog for mark-all-read always mentions subfolders | Milan Crha | 2010-05-21 | 1 | -1/+5 |
* | | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 2 | -22/+35 |
* | | Bug #499320 - Preview before import from command line | Milan Crha | 2010-05-19 | 1 | -0/+33 |
* | | Bug 618400 - "Mark All Messages as Read" shortcut missing | Matthew Barnes | 2010-05-12 | 1 | -1/+1 |
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-02 | 1 | -9/+13 |
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-04-30 | 3 | -25/+14 |
* | | Revert "Work around another dropped gnome-icon-theme icon." | Matthew Barnes | 2010-04-30 | 2 | -3/+3 |
* | | Bug #603418 - Custom headers not displayed in message preview | Milan Crha | 2010-04-26 | 3 | -130/+13 |
* | | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 4 | -19/+19 |
* | | Work around another dropped gnome-icon-theme icon. | Matthew Barnes | 2010-04-23 | 2 | -3/+3 |
* | | Bug #615331 - Message list/Folder tree focus policy has changed | Milan Crha | 2010-04-19 | 1 | -0/+1 |
* | | Forgot to commit some bits. | Matthew Barnes | 2010-04-08 | 1 | -4/+0 |
* | | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 2 | -8/+20 |
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-04-04 | 1 | -6/+6 |
* | | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 9 | -21/+0 |
* | | Miscellaneous cleanup bits from WebKit branch. | Matthew Barnes | 2010-04-02 | 1 | -15/+4 |
* | | Bug #325121 - Do not translate developer strings in g_param_spec_* | Milan Crha | 2010-04-02 | 1 | -4/+4 |
* | | Bug #613354 - Folder->Mark all messages as read does not work | Milan Crha | 2010-04-01 | 1 | -1/+5 |
* | | Express: Composer always defaults to HTML mode | Matthew Barnes | 2010-03-30 | 2 | -6/+24 |
* | | Bug 468448 - Kill "Hide Read Messages" and "Hide Selected Messages" | Matthew Barnes | 2010-03-28 | 3 | -97/+22 |
* | | Simplify the search UI for express mode. | Matthew Barnes | 2010-03-27 | 1 | -1/+3 |
* | | Fix build break due to GTK+ deprecations. | Matthew Barnes | 2010-03-26 | 1 | -0/+4 |
* | | Ensure that the width of the mail sidebar is not too wide | Federico Mena Quintero | 2010-03-26 | 1 | -1/+48 |
* | | Clear one more instance of lockdown settings | Fridrich Strba | 2010-03-24 | 1 | -0/+2 |
* | | Oops, remove debug printf | Federico Mena Quintero | 2010-03-23 | 1 | -9/+0 |
* | | Don't hardcode a width, but compute a suitable one | Srinivasa Ragavan | 2010-03-23 | 2 | -16/+10 |
* | | Start the mailer's folder sidebar with a reasonable width | Federico Mena Quintero | 2010-03-23 | 1 | -1/+16 |
* | | Start the mailer's folder sidebar with a reasonable width | Federico Mena Quintero | 2010-03-23 | 1 | -0/+37 |
* | | Add an extension to configure EWebView. | Matthew Barnes | 2010-03-23 | 5 | -15/+134 |
* | | [win32] Be consistent in disabling the lockdown options. | Fridrich Strba | 2010-03-21 | 1 | -0/+2 |
* | | Add an extension to configure EMFormatHTML. | Matthew Barnes | 2010-03-20 | 4 | -0/+129 |
|/ |
|
* | Shell and UI manager cleanups. | Matthew Barnes | 2010-03-14 | 2 | -1/+3 |
* | clean up the 'express' mode hooks for UI Managers and start to | Michael Meeks | 2010-03-14 | 1 | -5/+1 |
* | Restructure capplet stuffs and load only on express mode. | Srinivasa Ragavan | 2010-03-14 | 2 | -2/+2 |
* | Switch to anjal style on express mode. | Srinivasa Ragavan | 2010-03-14 | 1 | -15/+18 |
* | Integrate into new account button. | Srinivasa Ragavan | 2010-03-14 | 2 | -1/+5 |
* | Add generic 'express mode' conditionals to the UI XML | Michael Meeks | 2010-03-14 | 1 | -1/+4 |
* | Some more directories relocated on windows | Fridrich Strba | 2010-03-11 | 2 | -0/+3 |
* | Bug 587014 - Magic space does not work as expected | Matthew Barnes | 2010-02-18 | 1 | -1/+1 |
* | Bug 609836 - Add translator comments to ambiguous strings | Matthew Barnes | 2010-02-17 | 1 | -0/+2 |
* | Bug 604542 - Skip non-system rules when building quick search menu | Matthew Barnes | 2010-02-11 | 1 | -0/+2 |
* | Bug 609404 - Quick search filter should work on current message list view | Matthew Barnes | 2010-02-10 | 1 | -8/+18 |
* | Implement account-wide search scope in mail. | Matthew Barnes | 2010-02-07 | 4 | -105/+438 |
* | Bug #606666 - Cannot move cursor with arrows in preview with caret mode | Milan Crha | 2010-01-25 | 1 | -1/+1 |
* | Bug 549558 - "Download Messages for Offline Usage" still sensitive in offlin... | Viswanath Sivakumar | 2010-01-22 | 1 | -1/+7 |
* | Bug 607608 - Empty Trash does not work unless Trash is selected | Matthew Barnes | 2010-01-22 | 3 | -35/+45 |
* | Give all preview panes a search bar. | Matthew Barnes | 2010-01-18 | 1 | -30/+15 |
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 7 | -27/+1 |
* | Bug 606250 - Remove usage of deprecated GTK+ symbols | Matthew Barnes | 2010-01-08 | 2 | -6/+6 |
* | Bug #549988 - "Empty Trash" in Trash popup empties all Trash folders | Milan Crha | 2010-01-06 | 1 | -4/+4 |
* | Bug #597816 - Read/save search folders with labels properly | Milan Crha | 2010-01-05 | 2 | -2/+17 |
* | Kill e_popup_menu(). | Matthew Barnes | 2010-01-05 | 1 | -2/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-04 | 1 | -11/+17 |
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 1 | -2/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-26 | 1 | -1/+2 |
* | Introduce ESelectable and EFocusTracker. | Matthew Barnes | 2009-12-26 | 3 | -53/+4 |
* | Bug #329693 - Add contexts to translated "None" words | Milan Crha | 2009-12-24 | 1 | -2/+4 |
* | Remove some obsolete GConf keys. | Matthew Barnes | 2009-12-19 | 4 | -138/+144 |
* | Refactor the EShell search API. | Matthew Barnes | 2009-12-19 | 6 | -44/+81 |
* | Bug #596967 - Per-folder setting for threading and preview panel | Milan Crha | 2009-12-19 | 3 | -1/+111 |
* | Bug #593700 - Restore folder's last selected message as expected | Milan Crha | 2009-12-18 | 1 | -136/+0 |
* | Bug #603184 - Various problems with search box in folders | Milan Crha | 2009-12-18 | 1 | -0/+3 |
* | Kill MailSession's interactive flag. | Matthew Barnes | 2009-12-17 | 1 | -3/+0 |
* | Move MailFolderCache signal handlers to EMailBackend. | Matthew Barnes | 2009-12-17 | 1 | -77/+0 |
* | Introduce EMailBackend into libevolution-mail. | Matthew Barnes | 2009-12-16 | 2 | -361/+158 |
* | Add MailFolderCache::folder-changed signal | Jonathon Jongsma | 2009-12-16 | 1 | -0/+55 |
* | Remove mail-config, vfolder, and filter deps from mail-folder-cache | Jonathon Jongsma | 2009-12-16 | 1 | -0/+22 |
* | Move mail migration code to libevolution-mail.so. | Matthew Barnes | 2009-12-16 | 4 | -3142/+2 |
* | Introduce EMailSidebar into libevolution-mail. | Matthew Barnes | 2009-12-15 | 4 | -419/+23 |
* | Bug #591938 - Update translator's comments | Milan Crha | 2009-12-10 | 1 | -0/+2 |
* | Kill ETreeScrolled. | Matthew Barnes | 2009-12-08 | 2 | -19/+50 |
* | Port all error code to use GObject-ified EAlert / EAlertDialog | Jonathon Jongsma | 2009-12-08 | 5 | -6/+6 |
* | Fixing widgets order and adding back mnemonics after glade removal | Milan Crha | 2009-12-02 | 1 | -3/+3 |
* | Expand the EMailReader interface so it's easier to use. | Matthew Barnes | 2009-12-02 | 4 | -111/+87 |
* | Kill message_list_free_uids(). | Matthew Barnes | 2009-12-02 | 2 | -7/+7 |
* | Merge bits and pieces of the anjal-evo-2-30 branch. | Matthew Barnes | 2009-12-01 | 5 | -97/+86 |
* | Rename EError to EAlert to match general use better | Jonathon Jongsma | 2009-12-01 | 8 | -13/+12 |
* | port modules/ to new EError API. | Jonathon Jongsma | 2009-12-01 | 5 | -6/+6 |
* | Fixes a build break. | Chenthill Palanisamy | 2009-11-30 | 1 | -0/+1 |
* | Bug 602844 - Flags not saved to IMAP account on exit | Matthew Barnes | 2009-11-25 | 2 | -0/+57 |
* | Bug #579599 - Let the Advanced Search work again | Milan Crha | 2009-11-19 | 4 | -71/+30 |
* | Bug 589153 - Use GtkBuilder instead of libglade | Matthew Barnes | 2009-11-17 | 8 | -146/+147 |
* | Whitespace cleanup. | Matthew Barnes | 2009-11-15 | 1 | -1/+1 |
* | Bug 600714 - No label colors in popup menu | Matthew Barnes | 2009-11-14 | 2 | -7/+9 |
* | Bug 600933 - Empty Trash missing for real trash folders | Matthew Barnes | 2009-11-14 | 1 | -0/+9 |
* | Mark also create_combo_text_widget() for export | Tor Lillqvist | 2009-11-12 | 1 | -1/+1 |
* | Fix a potential crash in the mail migration code. | Matthew Barnes | 2009-11-11 | 1 | -1/+0 |
* | Fix build for Windows | Tor Lillqvist | 2009-11-11 | 1 | -2/+2 |
* | Bug 600926 - Fails to build due to missing dependencies | Jonathon Jongsma | 2009-11-10 | 1 | -0/+4 |
* | Bug 600926 - Fails to build due to missing dependencies | Yan Li | 2009-11-10 | 1 | -1/+7 |
* | Bug #597582 - Original Date: header should be given precedence | David Woodhouse | 2009-11-05 | 2 | -2/+13 |
* | Fix few compiler warnings | Milan Crha | 2009-11-03 | 1 | -1/+1 |
* | Lets the saved searches to work. | Chenthill Palanisamy | 2009-10-30 | 1 | -0/+13 |
* | Bug 599837 - Junk plugin combo box is invisible | Matthew Barnes | 2009-10-30 | 1 | -2/+8 |
* | Bug 600019 - Menu glitches when an account name is selected | Matthew Barnes | 2009-10-29 | 1 | -0/+12 |
* | Bug #268644 - unread mail shortcut collides with gtk tree search | Milan Crha | 2009-10-29 | 1 | -0/+25 |
* | Bug 599896 - Flush outbox option is missing | Matthew Barnes | 2009-10-29 | 1 | -3/+1 |
* | Don't update the message list when right-clicking on a folder. | Matthew Barnes | 2009-10-28 | 2 | -5/+61 |
* | Bug #550049 - Disable Mark messages as read actions when unusable | Milan Crha | 2009-10-28 | 2 | -2/+70 |
* | Cleanup and rename filter classes. | Matthew Barnes | 2009-10-27 | 5 | -24/+24 |
* | Prefer G_N_ELEMENTS over sizeof calculations. | Matthew Barnes | 2009-10-27 | 3 | -3/+3 |
* | Bug #397265 - Image loading for new contact requires restarting Evolution | Milan Crha | 2009-10-26 | 1 | -0/+1 |
* | Bug #522783 - Signature separator for HTML E-mails | Milan Crha | 2009-10-16 | 1 | -0/+4 |
* | Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent' | Milan Crha | 2009-10-13 | 3 | -25/+6 |
* | Bug 595092 - Remove option to skip offline syncrhonization dialog | Matthew Barnes | 2009-10-08 | 1 | -2/+1 |
* | Bug #596824 - evolution hangs on start up | Milan Crha | 2009-10-07 | 1 | -3/+1 |
* | Enable File->Empty Trash menu item for all folders | Milan Crha | 2009-10-07 | 1 | -1/+8 |
* | Bug 597151 - [regression] Folder doesn't get deleted properly | Lucian Langa | 2009-10-03 | 1 | -2/+4 |
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 1 | -3/+4 |
* | Bug #596753 - Autocompletion addressbooks not remembered | Milan Crha | 2009-09-30 | 1 | -0/+1 |
* | Bug 593700 - Opens folder on top | Matthew Barnes | 2009-09-29 | 1 | -0/+9 |