index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mail
/
e-mail-reader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce libemail-engine and libemail-utils.
Matthew Barnes
2012-01-19
1
-4
/
+7
*
Do not auto-mark-as-seen when changing filter type
Milan Crha
2012-01-11
1
-1
/
+37
*
Bug #667398 - Automatic mark-as-seen too aggressive
Milan Crha
2012-01-11
1
-1
/
+37
*
Avoid passing EMailBackend as much as possible.
Matthew Barnes
2011-12-16
1
-2
/
+2
*
EMailReader: Avoid more runtime warnings.
Matthew Barnes
2011-11-30
1
-8
/
+7
*
Avoid a runtime warning in mail_reader_message_seen_cb().
Matthew Barnes
2011-11-29
1
-4
/
+6
*
Merge branch 'master' into wip/gsettings
Matthew Barnes
2011-11-23
1
-77
/
+190
|
\
|
*
Split MDN handling into a module.
Matthew Barnes
2011-11-22
1
-24
/
+11
|
*
EPreviewPane: Implement EAlertSink.
Matthew Barnes
2011-11-22
1
-0
/
+11
|
*
Add EMailReader.get_preview_pane() method.
Matthew Barnes
2011-11-22
1
-0
/
+23
|
*
Add EMailReader:message-loaded signal.
Matthew Barnes
2011-11-22
1
-52
/
+86
|
*
Add EMailReader:message-seen signal.
Matthew Barnes
2011-11-22
1
-17
/
+75
*
|
Fix compiler warnings.
Matthew Barnes
2011-11-23
1
-1
/
+0
*
|
Some build fixes
Rodrigo Moya
2011-11-09
1
-5
/
+2
*
|
Merge branch 'master' into wip/gsettings
Rodrigo Moya
2011-10-24
1
-27
/
+78
|
\
|
|
*
Bug #616981 - Mail marking as read is hard
Milan Crha
2011-10-20
1
-27
/
+78
*
|
More mail GSettings migration
Rodrigo Moya
2011-10-19
1
-53
/
+40
*
|
First successful build
Rodrigo Moya
2011-10-06
1
-44
/
+0
*
|
Merge from master
Rodrigo Moya
2011-10-05
1
-17
/
+70
|
\
|
|
*
Bug #660224 - Assertion failure when forwarding message
Milan Crha
2011-09-27
1
-18
/
+27
|
*
EMFolderTreeModel: Don't use parameters in "get_default" functions.
Matthew Barnes
2011-09-26
1
-3
/
+3
|
*
Bug #351025 - Make the order of the mail accounts configurable
Milan Crha
2011-09-26
1
-3
/
+3
|
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-09-04
1
-2
/
+2
|
*
Update EMailBrowser actions when MessageList reloads.
Matthew Barnes
2011-08-19
1
-1
/
+12
|
*
EMFolderSelector: Add a "model" construct-only property.
Matthew Barnes
2011-08-10
1
-3
/
+11
|
*
Bug #530335 - Allow Reply to selected address only
Rathin
2011-06-14
1
-0
/
+14
|
*
Bug #646109 - Fix use of include <config.h> to make sure translations work
Milan Crha
2011-05-27
1
-0
/
+4
|
*
Let EMFolderSelector create its own EMFolderTree.
Matthew Barnes
2011-05-24
1
-30
/
+28
|
*
EMFolderTree: Store an EMailBackend instead of an EMailSession.
Matthew Barnes
2011-05-24
1
-2
/
+2
|
*
EMailReader: Remove the forward/reply style hack.
Matthew Barnes
2011-05-21
1
-24
/
+23
|
*
Bug 650587 - Hide Search Folder actions when Search Folders are disabled
Matthew Barnes
2011-05-21
1
-37
/
+47
|
*
EMailReader: Support multiple action groups.
Matthew Barnes
2011-05-21
1
-10
/
+25
|
*
Remove mail_save_messages().
Matthew Barnes
2011-05-18
1
-64
/
+1
|
*
Remove mail_remove_attachments().
Matthew Barnes
2011-05-17
1
-11
/
+6
|
*
Reimplement the "mail-reply-sender" action.
Matthew Barnes
2011-05-14
1
-47
/
+79
|
*
Reimplement the "mail-reply-all" action.
Matthew Barnes
2011-05-14
1
-33
/
+59
|
*
Keep forgetting to add prefixes to EAlert tags.
Matthew Barnes
2011-05-13
1
-1
/
+1
|
*
Miscellaneous cleanups.
Matthew Barnes
2011-05-13
1
-10
/
+15
|
*
em_utils_reply_to_message(): Require a CamelMimeMessage.
Matthew Barnes
2011-05-13
1
-7
/
+0
|
*
Reimplement the "mail-redirect" action.
Matthew Barnes
2011-05-13
1
-8
/
+59
|
*
Add e_mail_reader_new_activity().
Matthew Barnes
2011-05-13
1
-13
/
+28
|
*
Fix some GPtrArray leaks.
Matthew Barnes
2011-05-12
1
-16
/
+35
|
*
Reimplement em_utils_edit_messages().
Matthew Barnes
2011-05-12
1
-8
/
+1
|
*
Reimplement em_utils_forward_messages().
Matthew Barnes
2011-05-12
1
-32
/
+4
|
*
EMailReader: Reimplement "mail-remove-duplicates" action.
Matthew Barnes
2011-05-12
1
-151
/
+3
|
*
Whitespace and coding style cleanups.
Matthew Barnes
2011-05-08
1
-7
/
+9
|
*
Adapt to CamelFolder:name -> display-name.
Matthew Barnes
2011-05-07
1
-2
/
+2
|
*
Use e_mail_folder_uri_from_folder() instead of camel_folder_get_uri().
Matthew Barnes
2011-05-04
1
-5
/
+1
|
*
Remove e_mail_reader_get_folder_uri().
Matthew Barnes
2011-05-04
1
-24
/
+0
|
*
Build vfolder rules with CamelFolders instead of folder URIs.
Matthew Barnes
2011-05-04
1
-6
/
+6
|
*
Remove 'from_uri' params from e-msg-composer-utils.c.
Matthew Barnes
2011-05-04
1
-15
/
+7
|
*
Change em_folder_tree_model_user_marked_unread() params.
Matthew Barnes
2011-05-03
1
-3
/
+3
|
*
Fix a runtime warning in e_mail_reader_check_state().
Matthew Barnes
2011-05-03
1
-6
/
+6
|
*
Fix compiler warnings.
Matthew Barnes
2011-05-03
1
-4
/
+0
|
*
Drop 'folder_uri' param from em_utils_folder_is_outbox().
Matthew Barnes
2011-05-03
1
-2
/
+2
|
*
Drop 'folder_uri' param from em_utils_folder_is_sent().
Matthew Barnes
2011-05-03
1
-1
/
+1
|
*
Drop 'folder_uri' param from em_utils_folder_is_drafts().
Matthew Barnes
2011-05-03
1
-3
/
+3
|
*
Drop 'folder_uri' param from message_list_set_folder().
Matthew Barnes
2011-05-03
1
-1
/
+1
|
*
Remove e_mail_reader_set_folder_uri().
Matthew Barnes
2011-05-03
1
-30
/
+0
|
*
EMailShellView: Open the selected folder ourselves.
Matthew Barnes
2011-05-03
1
-12
/
+10
|
*
Don't try to refresh or sync mail folders when offline.
Matthew Barnes
2011-04-14
1
-1
/
+7
|
*
Demonstrate EWebView as an EAlertSink.
Matthew Barnes
2011-04-14
1
-11
/
+4
|
*
Miscellaneous GtkAction-related cleanups.
Matthew Barnes
2011-03-28
1
-18
/
+18
|
*
Restore lockdown integration.
Matthew Barnes
2011-03-28
1
-27
/
+41
|
*
Fix alignment of extra widgets in EAlertDialogs.
Matthew Barnes
2011-03-25
1
-32
/
+47
|
*
Let Esc behave like Cancel in Reply questions and do not leak message
Milan Crha
2011-03-01
1
-3
/
+9
|
*
Slightly smaller dialogs for Reply type questions (but not all)
Milan Crha
2011-03-01
1
-5
/
+5
|
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-02-19
1
-3
/
+5
|
*
Fix few memory leaks
Milan Crha
2011-02-15
1
-1
/
+4
|
*
Bug 642171 - Implicit libgnome dependency for lockdown GConf keys
Matthew Barnes
2011-02-13
1
-0
/
+5
|
*
Bug 641756 - Fix warnings from GCC 4.6
Kjartan Maraas
2011-02-09
1
-23
/
+0
|
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-01-30
1
-21
/
+49
|
*
Drop backward-compatibility cruft.
Matthew Barnes
2011-01-25
1
-3
/
+0
|
*
Bug #600013 - Crash in mail_reader_message_loaded_cb
Milan Crha
2011-01-12
1
-0
/
+6
|
*
Localize few strings with ngettext
Milan Crha
2010-12-02
1
-2
/
+2
|
*
Revert certain parts from commit for bug #635738
Milan Crha
2010-11-29
1
-4
/
+4
|
*
Bug #635738 - Sanitize Previous/Next buttons when not usable
Milan Crha
2010-11-26
1
-7
/
+32
|
*
Bug #632683 - Remove-duplicates should work on selection
Milan Crha
2010-11-10
1
-57
/
+136
|
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-11-08
1
-1
/
+1
|
*
EMailReader: Add a get_alert_sink() method.
Matthew Barnes
2010-11-01
1
-0
/
+13
|
*
EMailReader: Rewrite message retrieval tracking.
Matthew Barnes
2010-11-01
1
-64
/
+95
*
|
Bug #351025 - Make the order of the mail accounts configurable
Milan Crha
2011-09-26
1
-3
/
+3
*
|
Coding style and whitespace cleanup.
Matthew Barnes
2011-09-14
1
-2
/
+2
*
|
Update EMailBrowser actions when MessageList reloads.
Matthew Barnes
2011-09-14
1
-1
/
+12
*
|
EMFolderSelector: Add a "model" construct-only property.
Matthew Barnes
2011-09-14
1
-3
/
+11
*
|
Bug #530335 - Allow Reply to selected address only
Rathin
2011-06-30
1
-0
/
+14
*
|
Bug #646109 - Fix use of include <config.h> to make sure translations work
Milan Crha
2011-06-30
1
-0
/
+4
*
|
Let EMFolderSelector create its own EMFolderTree.
Matthew Barnes
2011-06-30
1
-30
/
+28
*
|
EMFolderTree: Store an EMailBackend instead of an EMailSession.
Matthew Barnes
2011-06-30
1
-2
/
+2
*
|
EMailReader: Remove the forward/reply style hack.
Matthew Barnes
2011-06-30
1
-24
/
+23
*
|
Bug 650587 - Hide Search Folder actions when Search Folders are disabled
Matthew Barnes
2011-06-30
1
-37
/
+47
*
|
EMailReader: Support multiple action groups.
Matthew Barnes
2011-06-30
1
-10
/
+25
*
|
Remove mail_save_messages().
Matthew Barnes
2011-06-30
1
-64
/
+1
*
|
Remove mail_remove_attachments().
Matthew Barnes
2011-06-30
1
-11
/
+6
*
|
Reimplement the "mail-reply-sender" action.
Matthew Barnes
2011-06-30
1
-47
/
+79
*
|
Reimplement the "mail-reply-all" action.
Matthew Barnes
2011-06-30
1
-33
/
+59
*
|
Keep forgetting to add prefixes to EAlert tags.
Matthew Barnes
2011-06-30
1
-1
/
+1
*
|
Miscellaneous cleanups.
Matthew Barnes
2011-06-30
1
-10
/
+15
*
|
em_utils_reply_to_message(): Require a CamelMimeMessage.
Matthew Barnes
2011-06-30
1
-7
/
+0
*
|
Reimplement the "mail-redirect" action.
Matthew Barnes
2011-06-30
1
-8
/
+59
*
|
Add e_mail_reader_new_activity().
Matthew Barnes
2011-06-30
1
-13
/
+28
*
|
Fix some GPtrArray leaks.
Matthew Barnes
2011-06-30
1
-16
/
+35
*
|
Reimplement em_utils_edit_messages().
Matthew Barnes
2011-06-30
1
-8
/
+1
*
|
Reimplement em_utils_forward_messages().
Matthew Barnes
2011-06-30
1
-32
/
+4
*
|
EMailReader: Reimplement "mail-remove-duplicates" action.
Matthew Barnes
2011-06-30
1
-151
/
+3
*
|
Whitespace and coding style cleanups.
Matthew Barnes
2011-06-30
1
-7
/
+9
*
|
Adapt to CamelFolder:name -> display-name.
Matthew Barnes
2011-06-30
1
-2
/
+2
*
|
Use e_mail_folder_uri_from_folder() instead of camel_folder_get_uri().
Matthew Barnes
2011-06-30
1
-5
/
+1
*
|
Remove e_mail_reader_get_folder_uri().
Matthew Barnes
2011-06-30
1
-24
/
+0
*
|
Build vfolder rules with CamelFolders instead of folder URIs.
Matthew Barnes
2011-06-30
1
-6
/
+6
*
|
Remove 'from_uri' params from e-msg-composer-utils.c.
Matthew Barnes
2011-06-30
1
-15
/
+7
*
|
Change em_folder_tree_model_user_marked_unread() params.
Matthew Barnes
2011-06-30
1
-3
/
+3
*
|
Fix a runtime warning in e_mail_reader_check_state().
Matthew Barnes
2011-06-30
1
-6
/
+6
*
|
Fix compiler warnings.
Matthew Barnes
2011-06-30
1
-4
/
+0
*
|
Drop 'folder_uri' param from em_utils_folder_is_outbox().
Matthew Barnes
2011-06-30
1
-2
/
+2
*
|
Drop 'folder_uri' param from em_utils_folder_is_sent().
Matthew Barnes
2011-06-30
1
-1
/
+1
*
|
Drop 'folder_uri' param from em_utils_folder_is_drafts().
Matthew Barnes
2011-06-30
1
-3
/
+3
*
|
Drop 'folder_uri' param from message_list_set_folder().
Matthew Barnes
2011-06-30
1
-1
/
+1
*
|
Remove e_mail_reader_set_folder_uri().
Matthew Barnes
2011-06-30
1
-30
/
+0
*
|
EMailShellView: Open the selected folder ourselves.
Matthew Barnes
2011-06-30
1
-12
/
+10
*
|
Don't try to refresh or sync mail folders when offline.
Matthew Barnes
2011-06-30
1
-1
/
+7
*
|
Demonstrate EWebView as an EAlertSink.
Matthew Barnes
2011-06-30
1
-11
/
+4
*
|
Miscellaneous GtkAction-related cleanups.
Matthew Barnes
2011-06-30
1
-18
/
+18
*
|
Restore lockdown integration.
Matthew Barnes
2011-06-30
1
-27
/
+41
*
|
Fix alignment of extra widgets in EAlertDialogs.
Matthew Barnes
2011-06-30
1
-32
/
+47
*
|
Let Esc behave like Cancel in Reply questions and do not leak message
Milan Crha
2011-06-30
1
-3
/
+9
*
|
Slightly smaller dialogs for Reply type questions (but not all)
Milan Crha
2011-06-30
1
-5
/
+5
*
|
Coding style and whitespace cleanup.
Matthew Barnes
2011-06-30
1
-3
/
+5
*
|
Fix few memory leaks
Milan Crha
2011-06-30
1
-1
/
+4
*
|
Bug 642171 - Implicit libgnome dependency for lockdown GConf keys
Matthew Barnes
2011-06-30
1
-0
/
+5
*
|
Bug 641756 - Fix warnings from GCC 4.6
Kjartan Maraas
2011-06-30
1
-23
/
+0
*
|
Coding style and whitespace cleanup.
Matthew Barnes
2011-06-30
1
-21
/
+49
*
|
Drop backward-compatibility cruft.
Matthew Barnes
2011-06-30
1
-3
/
+0
*
|
Bug #600013 - Crash in mail_reader_message_loaded_cb
Milan Crha
2011-06-30
1
-0
/
+6
*
|
Localize few strings with ngettext
Milan Crha
2011-06-30
1
-2
/
+2
*
|
Revert certain parts from commit for bug #635738
Milan Crha
2011-06-30
1
-4
/
+4
*
|
Bug #635738 - Sanitize Previous/Next buttons when not usable
Milan Crha
2011-06-30
1
-7
/
+32
*
|
Bug #632683 - Remove-duplicates should work on selection
Milan Crha
2010-11-16
1
-57
/
+136
*
|
Coding style and whitespace cleanup.
Matthew Barnes
2010-11-10
1
-1
/
+1
*
|
EMailReader: Add a get_alert_sink() method.
Matthew Barnes
2010-11-10
1
-0
/
+13
*
|
EMailReader: Rewrite message retrieval tracking.
Matthew Barnes
2010-11-10
1
-64
/
+95
|
/
*
Bug #631870 - Memory leak in e_week_view after GtkObject removal
Milan Crha
2010-10-25
1
-1
/
+1
*
Fix capitalization in menu labels.
Matthew Barnes
2010-10-23
1
-1
/
+1
*
Bug #632679 - Add 'Remove attachments' in pop up menu
Milan Crha
2010-10-21
1
-0
/
+4
*
Bug #630969 - Implement also Message->Go to->Previous Thread
Milan Crha
2010-10-20
1
-0
/
+18
*
Reduce GConf usage in em-composer-utils.c.
Matthew Barnes
2010-10-20
1
-19
/
+107
*
Bug #534453 - Incorporate 'Remove attachments' plugin
Rex Tsai
2010-10-19
1
-0
/
+103
*
Move more account utilities to e-account-utils.c.
Matthew Barnes
2010-10-19
1
-1
/
+0
*
Kill mail_config_get_gconf_client().
Matthew Barnes
2010-10-19
1
-29
/
+83
*
Send errors to an EAlertSink instead of the task bar.
Matthew Barnes
2010-10-19
1
-6
/
+0
*
Replace EBinding with GBinding.
Matthew Barnes
2010-10-14
1
-3
/
+4
*
Composer: Show cancellable operations and errors inline.
Matthew Barnes
2010-10-13
1
-2
/
+9
*
Give MailSession a permanent home.
Matthew Barnes
2010-10-13
1
-55
/
+129
*
Bug #223337 - Auto-close message-browser when replying to them
Milan Crha
2010-10-08
1
-2
/
+66
*
Bug #631320 - GtkObject is gone in GTK3
Milan Crha
2010-10-07
1
-12
/
+1
*
Pass GCancellable to Camel.
Matthew Barnes
2010-09-28
1
-3
/
+9
*
Use new GDK keysym names if available.
Matthew Barnes
2010-09-18
1
-12
/
+15
*
Bug 628350 - Allow deletion of a deleted message to advance cursor
Matthew Barnes
2010-08-31
1
-1
/
+5
*
Fix a runtime warning.
Matthew Barnes
2010-08-28
1
-1
/
+2
*
Bug 628141 - Duplicate signal connections in EMailReader
Matthew Barnes
2010-08-28
1
-27
/
+19
*
GObject boilerplate cleanup.
Matthew Barnes
2010-08-25
1
-104
/
+78
*
Bug #627734 - Double-click a message opens it twice
Milan Crha
2010-08-24
1
-40
/
+9
*
Whitespace and coding style cleanup.
Matthew Barnes
2010-08-14
1
-21
/
+30
*
Pass an EShell to EMsgComposer instances.
Matthew Barnes
2010-08-14
1
-7
/
+42
*
Bug 626724 - Folder tree mistakes "mark as unread" as new mail
Matthew Barnes
2010-08-12
1
-1
/
+10
*
Add keybindings to tab.
Srinivasa Ragavan
2010-08-12
1
-0
/
+184
*
Change em_format_redraw() to em_format_queue_redraw().
Matthew Barnes
2010-08-11
1
-2
/
+2
*
EMFormat cleanups.
Matthew Barnes
2010-08-10
1
-5
/
+6
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-08-03
1
-62
/
+80
*
mail-reader: e_mail_reader_get_formatter may now return NULL
Rob Bradford
2010-08-02
1
-1
/
+7
*
More code cleanup.
Matthew Barnes
2010-07-27
1
-4
/
+6
*
Drop the "quote-from-selection" property.
Matthew Barnes
2010-07-26
1
-41
/
+1
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-07-26
1
-19
/
+16
*
Make clutter mode even more appealing.
Srinivasa Ragavan
2010-07-26
1
-1
/
+26
*
Add folder pane for tabbed browser.
Srinivasa Ragavan
2010-07-26
1
-1
/
+15
*
Make the update-actions work across tabs.
Srinivasa Ragavan
2010-07-26
1
-0
/
+36
*
More bug fixes.
Srinivasa Ragavan
2010-07-26
1
-0
/
+15
*
Fix a compilation error
Srinivasa Ragavan
2010-07-26
1
-2
/
+0
*
Add EMailNotebook View
Srinivasa Ragavan
2010-07-26
1
-0
/
+2
*
Bug #624891 - Various compiler warnings in git/master
Milan Crha
2010-07-22
1
-1
/
+1
*
Bug 624677 - Missing keyboard shortcut for "Save as mbox"
Matthew Barnes
2010-07-19
1
-1
/
+1
*
Add translation note for 'Group Reply'.
David Woodhouse
2010-07-16
1
-2
/
+5
*
Add nag popup when mailing list hijacks private reply with Reply-To: header
David Woodhouse
2010-07-16
1
-1
/
+42
*
Change 'Reply to All' toolbar button into configurable 'Group Reply'
David Woodhouse
2010-07-15
1
-1
/
+53
*
Don't show the "reply in private?" nag popup for munged Reply-To: list messages
David Woodhouse
2010-07-15
1
-7
/
+55
*
Fix two memory leaks when replying
David Woodhouse
2010-07-15
1
-0
/
+3
*
Warn on reply-to-all with too many recipients
David Woodhouse
2010-07-15
1
-3
/
+84
*
Bug 624204 - Warn when replying privately to a mailing list message
David Woodhouse
2010-07-15
1
-1
/
+36
*
EMailReader: Remove unused variable
Matthew Barnes
2010-07-14
1
-1
/
+0
*
Bug 624285 - When replying, ignore text selection if preview is hidden
Matthew Barnes
2010-07-14
1
-1
/
+41
*
Bug 624128 - Folder -> Subscriptions is always enabled
Matthew Barnes
2010-07-12
1
-27
/
+29
*
Migrate from CamelException to GError.
Matthew Barnes
2010-07-09
1
-13
/
+8
*
Bug 616724 - Initialize message window with threaded state of main window
Matthew Barnes
2010-06-19
1
-0
/
+47
*
Bug 621839 - Improve auto-selection of messages
Matthew Barnes
2010-06-17
1
-1
/
+1
*
Keep chipping away at direct GtkHTML usage.
Matthew Barnes
2010-06-01
1
-65
/
+65
*
Bug 620044 - Reply and Forward actions should have "is-important" set
Matthew Barnes
2010-05-30
1
-1
/
+11
*
Revert "Work around another dropped gnome-icon-theme icon."
Matthew Barnes
2010-05-27
1
-5
/
+5
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-05-27
1
-1
/
+1
*
Merge branch 'express2'
Matthew Barnes
2010-05-27
1
-6
/
+8
|
\
|
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-05-25
1
-2
/
+4
|
*
Merge branch 'gnome-2-30' into express2
Matthew Barnes
2010-05-25
1
-20
/
+36
|
|
\
|
|
*
Bug #617041 - Set translation domain for e-mail-reader actions
Gert Kulyk
2010-05-19
1
-0
/
+1
|
|
*
Bug 618902 - Crash when viewing/closing messages quickly
Matthew Barnes
2010-05-18
1
-20
/
+35
|
*
|
Merge branch 'gnome-2-30' into express2
Matthew Barnes
2010-05-17
1
-1
/
+5
|
|
\
|
|
|
*
Bug #611560 - 'Mark as junk' should be disabled in junk folder
Milan Crha
2010-05-04
1
-1
/
+5
|
|
*
Revert "Work around another dropped gnome-icon-theme icon."
Matthew Barnes
2010-04-30
1
-5
/
+5
|
|
*
Work around another dropped gnome-icon-theme icon.
Matthew Barnes
2010-04-23
1
-5
/
+5
|
*
|
Work around another dropped gnome-icon-theme icon.
Matthew Barnes
2010-04-30
1
-5
/
+5
|
*
|
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
|
*
|
Fix mismatched quotes.
Matthew Barnes
2010-04-07
1
-1
/
+1
|
*
|
Minor EMailReader cleanup.
Matthew Barnes
2010-04-07
1
-26
/
+12
|
*
|
Add an extension to configure EWebView.
Matthew Barnes
2010-04-07
1
-4
/
+0
|
*
|
Add an extension to configure EMFormatHTML.
Matthew Barnes
2010-04-07
1
-22
/
+0
|
|
/
*
|
Bug #617041 - Set translation domain for e-mail-reader actions
Gert Kulyk
2010-05-19
1
-0
/
+1
*
|
Bug 618902 - Crash when viewing/closing messages quickly
Matthew Barnes
2010-05-18
1
-20
/
+35
*
|
Bug #611560 - 'Mark as junk' should be disabled in junk folder
Milan Crha
2010-05-04
1
-1
/
+5
*
|
Adapt to Camel API changes.
Matthew Barnes
2010-04-30
1
-3
/
+8
*
|
Revert "Work around another dropped gnome-icon-theme icon."
Matthew Barnes
2010-04-30
1
-5
/
+5
*
|
Bug #545505 - Properly free unused message infos periodically
Milan Crha
2010-04-29
1
-1
/
+5
*
|
Camel is now GObject-based.
Matthew Barnes
2010-04-24
1
-4
/
+4
*
|
Work around another dropped gnome-icon-theme icon.
Matthew Barnes
2010-04-23
1
-5
/
+5
*
|
Giant leap towards GSEAL compliance.
Matthew Barnes
2010-04-08
1
-4
/
+0
*
|
Fix mismatched quotes.
Matthew Barnes
2010-03-29
1
-1
/
+1
*
|
Minor EMailReader cleanup.
Matthew Barnes
2010-03-26
1
-26
/
+12
*
|
Add an extension to configure EWebView.
Matthew Barnes
2010-03-23
1
-4
/
+0
*
|
[win32] Be consistent in disabling the lockdown options.
Fridrich Strba
2010-03-21
1
-0
/
+4
*
|
Add an extension to configure EMFormatHTML.
Matthew Barnes
2010-03-20
1
-22
/
+0
|
/
*
Bug 612619 - Don't mark message as read after folder change
Matthew Barnes
2010-03-13
1
-14
/
+45
*
Prevent "message selected" timeouts from piling up.
Matthew Barnes
2010-03-13
1
-1
/
+7
*
Add a private struct to EMailReader.
Matthew Barnes
2010-03-12
1
-47
/
+81
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-03-08
1
-1
/
+0
*
Work around recent GTK+ deprecations.
Matthew Barnes
2010-03-05
1
-0
/
+4
*
Allow retrieving multiple messages without cancelling if the store is async
Chenthill Palanisamy
2010-03-02
1
-15
/
+40
*
Bug #610250 - '[' and ']' keyboard shortcuts are swapped
Milan Crha
2010-02-17
1
-2
/
+2
*
Bug #605596 - Do not crash on message change, attempt ][
Milan Crha
2010-02-05
1
-0
/
+4
*
Bug 607520 - 'Add to Address Book' fails when address has space
Matthew Barnes
2010-02-03
1
-1
/
+15
*
Remove dead assignments found by clang.
Matthew Barnes
2010-01-16
1
-8
/
+0
*
Bug #604994 - Folder state not preserved in Copy/Move Folder dialog
Milan Crha
2010-01-07
1
-0
/
+2
*
Coding style and whitespace cleanup.
Matthew Barnes
2009-12-26
1
-6
/
+13
*
Introduce ESelectable and EFocusTracker.
Matthew Barnes
2009-12-26
1
-83
/
+0
*
Coding style and whitespace cleanup.
Matthew Barnes
2009-12-20
1
-1
/
+1
*
Bug #602505 - Incorrect information in message window
Milan Crha
2009-12-16
1
-5
/
+35
*
Bug #499322 - Use extension for "Save as" suggested file name
Milan Crha
2009-12-10
1
-5
/
+15
*
Kill ETreeScrolled.
Matthew Barnes
2009-12-08
1
-3
/
+3
*
Expand the EMailReader interface so it's easier to use.
Matthew Barnes
2009-12-02
1
-122
/
+146
*
Kill message_list_free_uids().
Matthew Barnes
2009-12-02
1
-6
/
+6
*
Merge bits and pieces of the anjal-evo-2-30 branch.
Matthew Barnes
2009-12-01
1
-121
/
+151
*
Bug 602799 - "Mark for Follow Up" menu item glitches
Matthew Barnes
2009-11-25
1
-1
/
+24
*
Bug 563555 - Confirm before forwarding many emails inline
Ritesh Khadgaray
2009-11-20
1
-4
/
+20
[next]