Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preset timeout on SoupSession-s to 90 seconds | Milan Crha | 2012-07-11 | 1 | -0/+2 |
| | |||||
* | Bug #548778 - Use original location when replying in Search Folder | Milan Crha | 2012-07-11 | 2 | -3/+3 |
| | |||||
* | Bug 679649 - Remove "Recent Messages" from Quick Search Bar | Matthew Barnes | 2012-07-10 | 4 | -31/+4 |
| | | | | | | | | | | | | | | | | The story on this is a question [1] was recently posed to the mailing list about what's the different between "Recent Messages" and "Last 5 Days' Messages" as listed in the Show: combo box, and even I could not answer before looking up the query expression for "Recent Messages" in the source code (messages received in the past 24 hours, it turns out). I can't defend why we need both options, and "Last 5 Days' Messages" is less ambiguous and overlaps the results for "Recent Messages", so "Last 5 Days' Messages" seems sufficient to me. There are numerous ways to re-create the "Recent Messages" query if it's still desired: saved search, search folder, or just sort messages by date received. [1] https://mail.gnome.org/archives/evolution-list/2012-July/msg00044.html | ||||
* | Bug #602425 - Search in "Current Account"/"All Accounts" depends on vfolders | Milan Crha | 2012-07-09 | 1 | -102/+103 |
| | |||||
* | Remove mail_expunge_folder(). | Matthew Barnes | 2012-07-09 | 1 | -21/+18 |
| | | | | Use e_mail_folder_expunge() instead. | ||||
* | Remove mail_refresh_folder(). | Matthew Barnes | 2012-07-09 | 1 | -4/+18 |
| | | | | Use e_mail_reader_refresh_folder() instead. | ||||
* | Add e_mail_reader_unsubscribe_folder_name(). | Matthew Barnes | 2012-07-09 | 1 | -63/+16 |
| | | | | Replaces e_mail_session_unsubscribe_folder(). | ||||
* | Add e_mail_reader_delete_folder_name(). | Matthew Barnes | 2012-07-09 | 1 | -4/+13 |
| | | | | Fetches the CamelFolder asynchronously, then deletes it asynchronously. | ||||
* | Avoid em_folder_tree_get_selected_folder() in some places. | Matthew Barnes | 2012-07-09 | 1 | -2/+20 |
| | | | | | | | em_folder_tree_get_selected_folder() currently blocks, and I'm about to remove the function. But there's a couple places where we just need to block for now, else it would require a significant rewrite. So execute the em_folder_tree_get_selected_folder() logic manually in those places. | ||||
* | Disconnect a CamelService after editing its settings. | Matthew Barnes | 2012-07-07 | 1 | -0/+82 |
| | | | | | | | | | | | | This will force Evolution to reconnect to the service using the current settings. However this is not a complete solution. If the new settings now point to a completely different mail account, we leave behind cached messages and database tables from the previous account such that you end up with some weird hybrid of the previous account and current account. I guess for now the answer is "don't do that", but we should try to handle that more gracefully in the future -- more for architectural correctness than it being a common real world use case. | ||||
* | Fix compiler warning | Milan Crha | 2012-06-28 | 1 | -3/+3 |
| | |||||
* | prefer-plain: Add missing linker flags. | Matthew Barnes | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | Fix few memory leaks | Milan Crha | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | [prefer-plain] Fix displaying suppressed HTML parts | Dan Vrátil | 2012-06-26 | 1 | -20/+21 |
| | | | | | | Fix regression from commit 99a875ed which has broken displaying of suppressed HTML parts as attachments when the HTML part is embedded in a multipart/* container. | ||||
* | Bug #515004 - Allow toggling between text and HTML view of mail | Dan Vrátil | 2012-06-26 | 5 | -150/+534 |
| | |||||
* | itip-formatter/plugin: Can't link a module to another module. | Matthew Barnes | 2012-06-26 | 1 | -2/+5 |
| | | | | | Point modules/itip-formatter/plugin/Makefile.am to the source files it needs from the module directory. Have to rebuild them for the plugin. | ||||
* | Include e-mail-part-audio-inline.h in tarball. | Matthew Barnes | 2012-06-26 | 1 | -0/+1 |
| | | | | Private header, but still need to distribute it. | ||||
* | Include e-mail-part-vcard-inline.h in tarball. | Matthew Barnes | 2012-06-26 | 1 | -0/+1 |
| | | | | Private header, but still need to distribute it. | ||||
* | Include e-mail-part-itip.h in tarball. | Matthew Barnes | 2012-06-26 | 1 | -0/+1 |
| | | | | Private header, but still need to distribute it. | ||||
* | itip-formatter: Forgot to build the EPlugin | Matthew Barnes | 2012-06-26 | 1 | -0/+2 |
| | |||||
* | google: Remove the offline caching option for Google Contacts address books | Philip Withnall | 2012-06-26 | 1 | -3/+0 |
| | | | | | | Commit 6905e9ed885cd1d5be26106d64831a6d35c36bd9 permanently enabled the on-disk cache in EDS for Google Contacts address books, so the option is now redundant. | ||||
* | google: Remove SSL option for Google Contacts address books | Philip Withnall | 2012-06-26 | 1 | -2/+0 |
| | | | | SSL is always enabled by libgdata. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 12 | -45/+43 |
| | |||||
* | Reduce usage of g_type_class_peek_parent(). | Matthew Barnes | 2012-06-25 | 9 | -20/+0 |
| | | | | G_DEFINE_TYPE macros define a static "parent_class" variable. | ||||
* | EMailConfigSummaryPage: Remove "account-name" property. | Matthew Barnes | 2012-06-23 | 2 | -10/+18 |
| | | | | It's redundant. Just set the display name on one of the ESources. | ||||
* | ESourceContacts: Only include local address book by default. | Matthew Barnes | 2012-06-22 | 1 | -2/+30 |
| | | | | | A more reasonable default than including all address books by default. Weeds out large, remote address books that can take forever to query. | ||||
* | Bug 678397 - Move "mail-to-task" actions to a submenu | Matthew Barnes | 2012-06-21 | 1 | -8/+8 |
| | | | | Shortens the Message menu a little for low screen resolutions. | ||||
* | Bug 678393 - Disable Properties for built-in mail stores | Matthew Barnes | 2012-06-21 | 1 | -2/+4 |
| | |||||
* | Bug 678347 - Put spamd pid/socket files in $XDG_RUNTIME_DIR | Matthew Barnes | 2012-06-20 | 1 | -2/+38 |
| | |||||
* | Use SoupURI instead of EUri. | Matthew Barnes | 2012-06-19 | 4 | -17/+33 |
| | | | | EUri is now deprecated. | ||||
* | Remove Mono and Python EPlugin bindings. | Matthew Barnes | 2012-06-19 | 13 | -874/+0 |
| | | | | | EPlugin is deprecated. These bindings have never been used for anything and they're never going to be used at this point. Remove the dead weight. | ||||
* | Do not call g_object_notify() when property didn't change | Milan Crha | 2012-06-18 | 11 | -5/+94 |
| | |||||
* | cal-config-caldav: Hide host details for collection members. | Matthew Barnes | 2012-06-16 | 1 | -8/+26 |
| | |||||
* | Disable 'Rename' if source is a collection member. | Matthew Barnes | 2012-06-15 | 12 | -58/+133 |
| | | | | | | For consistency with the Preferences window. We assume the display names are server-assigned and not user-assigned, at least not assigned through Evolution. | ||||
* | Fix typo in SOURCES for itip-formatter | Milan Crha | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 19 | -1351/+119 |
| | |||||
* | Finish incomplete change (and fix newly introduced compiler warning) | Milan Crha | 2012-06-15 | 1 | -22/+9 |
| | |||||
* | Remove some unnecessary linker flags. | Matthew Barnes | 2012-06-15 | 10 | -26/+1 |
| | |||||
* | Move ECalSourceConfig to /widgets/misc. | Matthew Barnes | 2012-06-15 | 12 | -12/+12 |
| | | | | | | ECalSourceConfig drags in no additional dependencies, and although we do publish a libevolution-calendar.so, this keeps all the ESource config UI in one place so it can more easily be moved to Evolution-Data-Server. | ||||
* | Move EBookSourceConfig to /widgets/misc. | Matthew Barnes | 2012-06-15 | 7 | -7/+7 |
| | | | | | | | | | | | EBookSourceConfig drags in no additional dependencies, and allows us to delay publishing a libevolution-addressbook.so since 3rd party packages will need to subclass EBookSourceConfig. The address book source code will need to be flattened into a single library before we could publish a libevolution-addressbook.so anyway. That would be a good thing to do regardless -- Evolution has way too many internal libraries -- but it's out of scope at the moment. | ||||
* | Bug #676179 - Memos/Tasks - Update preview when it's shown | Dan Vrátil | 2012-06-14 | 2 | -0/+12 |
| | |||||
* | Add forgotten -include $(top_srcdir)/git.mk to Makefile.am files | Milan Crha | 2012-06-14 | 2 | -0/+4 |
| | |||||
* | Adapt to evolution-data-server's port from GConf to GSettings | Milan Crha | 2012-06-14 | 5 | -6/+172 |
| | |||||
* | Bug #677607 - Closing Mail Browser emits critical warnings | Dan Vrátil | 2012-06-13 | 1 | -2/+4 |
| | |||||
* | itip-formatter: Remove redundant declaration. | Matthew Barnes | 2012-06-09 | 1 | -2/+0 |
| | |||||
* | Remove "enable-local" and "enable-vfolders" GSettings key. | Matthew Barnes | 2012-06-09 | 3 | -21/+10 |
| | | | | | We have built-in ESources for the 'local' and 'vfolder' mail stores, and can now track their enabled state as we would any other mail store. | ||||
* | ItipView should hold a reference to underlaying WebKitDOMDocument | Dan Vrátil | 2012-06-08 | 1 | -1/+2 |
| | |||||
* | Fix displayed message headers | Dan Vrátil | 2012-06-08 | 1 | -0/+75 |
| | | | | | | | | | The new formatter was ignoring selected headers, always displaying only From, To, Subject and Date (default headers). Handling of the currently displayed headers has been moved to EMailConfigFormatHTML extension, because it is related to configuration of EMailFormatter, rather then EMailReader. | ||||
* | Bug #670876 - Missing mnemonics for buttons for vcard attached to email | Dan Vrátil | 2012-06-08 | 3 | -58/+61 |
| | |||||
* | Bug 677624 - Disable Properties when Search Folders is selected | Matthew Barnes | 2012-06-08 | 1 | -4/+4 |
| | |||||
* | Fix build issue in itip-formatter | Milan Crha | 2012-06-07 | 1 | -1/+3 |
| | |||||
* | Mail formatter rewrite - convert some plugins to modules | Dan Vrátil | 2012-06-06 | 48 | -1/+12438 |
| | | | | | | | | | | audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog. | ||||
* | Mail formatter rewrite | Dan Vrátil | 2012-06-06 | 5 | -45/+36 |
| | | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class. | ||||
* | Fix a couple distcheck errors. | Matthew Barnes | 2012-06-05 | 1 | -0/+2 |
| | |||||
* | Fix build (typo in e-source-weather.c) | Milan Crha | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 80 | -183/+79 |
| | |||||
* | Add 'mail-config' module. | Matthew Barnes | 2012-06-03 | 12 | -1/+1694 |
| | | | | | | This breaks a good chunk of logic out of EMAccountEditor and hopefully makes it less brittle. Because honestly, every time I fix one thing in EMAccountEditor it breaks three other things. It's unmaintainable. | ||||
* | Add 'imap-features' module. | Matthew Barnes | 2012-06-03 | 7 | -0/+1230 |
| | | | | | | Adds an extra page to EMailConfigNotebook for 'imap' accounts. Replaces the 'imap-features' plugin. | ||||
* | Add 'cal-config-webcal' module. | Matthew Barnes | 2012-06-03 | 3 | -0/+244 |
| | | | | | | Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin. | ||||
* | Add 'cal-config-weather' module. | Matthew Barnes | 2012-06-03 | 5 | -0/+677 |
| | | | | | | Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin. | ||||
* | Add 'cal-config-google' module. | Matthew Barnes | 2012-06-03 | 9 | -0/+1692 |
| | | | | | | Registers the "Google" backend in ECalSourceConfig widgets. Replaces the 'google-account-setup' plugin. | ||||
* | Add 'cal-config-contacts' module. | Matthew Barnes | 2012-06-03 | 7 | -0/+678 |
| | | | | Registers the "Contacts" backend in ECalSourceConfig widgets. | ||||
* | Add 'cal-config-caldav' module. | Matthew Barnes | 2012-06-03 | 7 | -0/+2681 |
| | | | | | | Registers the "CalDAV" backend in ECalSourceConfig widgets. Replaces the 'caldav' plugin. | ||||
* | Add 'cal-config-local' module. | Matthew Barnes | 2012-06-03 | 5 | -0/+605 |
| | | | | | | Registers the "On This Computer" backend in ECalSourceConfig widgets. Replaces the 'calendar-file' plugin. | ||||
* | Add 'book-config-webdav' module. | Matthew Barnes | 2012-06-03 | 3 | -0/+259 |
| | | | | | | Registers the "WebDAV" backend in EBookSourceConfig widgets. Replaces the 'webdav-account-setup' plugin. | ||||
* | Add 'book-config-ldap' module. | Matthew Barnes | 2012-06-03 | 5 | -0/+1808 |
| | | | | Register the "On LDAP Servers" backend in EBookSourceConfig widgets. | ||||
* | Add 'book-config-google' module. | Matthew Barnes | 2012-06-03 | 3 | -0/+189 |
| | | | | | | Register the "Google" backend in EBookSourceConfig widgets. Partially replaces the 'google-account-setup' plugin. | ||||
* | Add 'book-config-local' module. | Matthew Barnes | 2012-06-03 | 3 | -0/+101 |
| | | | | | | Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin. | ||||
* | Add 'backup-restore' module. | Matthew Barnes | 2012-06-03 | 9 | -0/+2157 |
| | | | | Replaces the 'backup-restore' plugin. | ||||
* | Adapt modules/startup-wizard to the new ESource API. | Matthew Barnes | 2012-06-03 | 8 | -488/+1330 |
| | |||||
* | Adapt modules/online-accounts to the new ESource API. | Matthew Barnes | 2012-06-03 | 5 | -1036/+47 |
| | |||||
* | Adapt modules/mdn to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -31/+96 |
| | |||||
* | Adapt modules/mail to the new ESource API. | Matthew Barnes | 2012-06-03 | 10 | -409/+1027 |
| | |||||
* | Adapt modules/calendar to the new ESource API. | Matthew Barnes | 2012-06-03 | 38 | -2194/+717 |
| | |||||
* | Adapt modules/addressbook to the new ESource API. | Matthew Barnes | 2012-06-03 | 14 | -2133/+179 |
| | |||||
* | Revert "Bug #669463 - HTML signature opens in editor as Plain text" | Matthew Barnes | 2012-06-03 | 1 | -12/+7 |
| | | | | | | This reverts commit f25826211b007a615118f9b583a66d7027eddeac. Not an issue on the account-mgmt branch. We can do without this hack. | ||||
* | Reduce diff noise with 'account-mgmt' branch. | Matthew Barnes | 2012-06-03 | 17 | -42/+74 |
| | | | | One last time. | ||||
* | Fix an unused-but-set-variable warning. | Matthew Barnes | 2012-06-02 | 1 | -1/+3 |
| | |||||
* | Fix memory leaks around gtk_tree_model_get() function | Milan Crha | 2012-05-31 | 1 | -0/+7 |
| | |||||
* | Adapt to vFolder changes from evolution-data-server | Milan Crha | 2012-05-31 | 5 | -9/+45 |
| | |||||
* | Make the settings capplet optional. | Matthew Barnes | 2012-05-29 | 5 | -39/+63 |
| | | | | | | | | | The evolution-settings capplet was originally designed for Anjal, it was used in MeeGo as part of the Express Mode effort, but doesn't really fit in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion). Add a --with-capplet configure switch defaulting to 'no'. The capplet will eventually be removed unless I see someone actively maintaining it. | ||||
* | Adapt to CamelService API changes. | Matthew Barnes | 2012-05-20 | 1 | -2/+2 |
| | | | | | | em_utils_connect_service_sync() and em_utils_disconnect_service_sync() are no longer needed. CamelService itself now effectively does what these functions were doing. | ||||
* | Bug #676226 - Changing GOA mail account looses GOA key | Milan Crha | 2012-05-17 | 1 | -0/+7 |
| | |||||
* | Bug #675863 - Cannot load webview.css from Tasks/Memos | Dan Vrátil | 2012-05-17 | 2 | -24/+32 |
| | |||||
* | Bug #671585 - Add support for smooth scrolling devices | Milan Crha | 2012-05-15 | 1 | -4/+27 |
| | |||||
* | Use g_simple_async_result_set_check_cancellable(). | Matthew Barnes | 2012-05-13 | 1 | -0/+4 |
| | | | | Always call it immediately after g_simple_async_result_new(). | ||||
* | Whitespace cleanups. | Matthew Barnes | 2012-05-13 | 4 | -19/+19 |
| | |||||
* | Rename Evolution module libraries. | Matthew Barnes | 2012-05-11 | 16 | -81/+80 |
| | | | | | | | Drop the "libevolution" prefix so it's not so verbose and also consistent with upcoming evolution-data-server module libraries. libevolution-module-foo.so --> module-foo.so | ||||
* | Bug #669463 - HTML signature opens in editor as Plain text | Milan Crha | 2012-05-03 | 1 | -7/+12 |
| | |||||
* | Bug #668687 - MDN panel left shown when moving to an empty folder | Milan Crha | 2012-04-23 | 1 | -7/+71 |
| | |||||
* | Bug #564820 - Search filter persists when changing folders | Milan Crha | 2012-04-23 | 1 | -1/+6 |
| | |||||
* | Bug #655753 - Improve offline notification for network outage | Milan Crha | 2012-04-23 | 1 | -7/+8 |
| | |||||
* | Missed one. | Matthew Barnes | 2012-04-22 | 1 | -4/+8 |
| | |||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 20 | -124/+212 |
| | |||||
* | Bug #674249 - Crash when showing message with large text/plain | Dan Vrátil | 2012-04-19 | 1 | -10/+0 |
| | |||||
* | Show calendar Find Next/Prev/Stop buttons beside Search text entry | Milan Crha | 2012-04-16 | 1 | -0/+56 |
| | |||||
* | Bug #600860 - Opening IMAP message with large attachment blocks UI | Milan Crha | 2012-04-13 | 2 | -0/+9 |
| | |||||
* | Bug #584143 - Global Search Function withing Calendar | Milan Crha | 2012-04-11 | 6 | -1/+552 |
| | |||||
* | Bug #670967 - Moving event in offline doesn't delete event from original ↵ | Vibha Yadav | 2012-04-04 | 1 | -0/+20 |
| | | | | | | | calendar check for online state and if not verify source isn't a local calendar and operation is move or destination isn't a local calendar. | ||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 1 | -1/+1 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | Drop the ConnMan/NetworkManager/WindowsSENS modules. | Matthew Barnes | 2012-04-01 | 7 | -1242/+1 |
| | | | | | | We rely on GNetworkMonitor for network availability now. Not our problem anymore. \o/ | ||||
* | EMFormat: Add "session" as a constructor property. | Matthew Barnes | 2012-04-01 | 2 | -11/+21 |
| | | | | Pass it in instead of digging it out of EShellSettings. | ||||
* | WebKit port - port formatter and mail module | Dan Vrátil | 2012-03-29 | 11 | -166/+351 |
| | |||||
* | Bug 672474 - Flaw in GOA synchronization logic | Matthew Barnes | 2012-03-20 | 2 | -2/+18 |
| | | | | | Changes to EAccountList and ESourceList must be explicitly synchronized back to GConf. I forgot. Fix it throughout the online-accounts module. | ||||
* | startup-wizard: Avoid em_account_editor_get_widget(). | Matthew Barnes | 2012-03-07 | 1 | -6/+19 |
| | | | | | em_account_editor_get_widget() won't be around much longer. Instead, use gtk_container_foreach() to scan for a GtkLabel. | ||||
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 5 | -0/+5 |
| | |||||
* | Whitespace cleanups. | Matthew Barnes | 2012-03-03 | 1 | -4/+4 |
| | |||||
* | Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works and | Srinivasa Ragavan | 2012-03-03 | 3 | -5/+7 |
| | | | | | the daemon can now start the vfolder storage without bothering much with the UI. | ||||
* | Move EAlert* and e-xml-utils references from other part of the code to ↵ | Srinivasa Ragavan | 2012-03-03 | 16 | -16/+16 |
| | | | | libevolution-utils. | ||||
* | Bug #671211 - 'Mark Citations' preferences not applied | Dan Vrátil | 2012-03-02 | 1 | -0/+5 |
| | |||||
* | Bug #670934 - Was saving ESourceList first, rather than last | Milan Crha | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Account properties shown also on remote folders | Milan Crha | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 20 | -102/+224 |
| | |||||
* | Use GSettings for EProxy | Milan Crha | 2012-02-17 | 2 | -109/+89 |
| | |||||
* | Bug #320976 - Remember last New button choice in Calendar view | Milan Crha | 2012-02-17 | 2 | -2/+17 |
| | |||||
* | Bug #668482 - Edit account properties from menu on folder store | Milan Crha | 2012-02-16 | 6 | -107/+177 |
| | |||||
* | Make Capplet work again with new CamelSettings and other stuffs. Also add | Srinivasa Ragavan | 2012-02-16 | 1 | -7/+11 |
| | | | | | EPlugin support to capplet so that exchange and other accoutns can be configured via this. now. | ||||
* | Bug #669113 - Add "File > New > Mail Account" | Milan Crha | 2012-02-16 | 1 | -0/+57 |
| | |||||
* | Bug #655485 - Change "cards" to "contacts" in LDAP Address Book dialog | Milan Crha | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | Bug #655021 - "Character set" vs "Character encoding" | Milan Crha | 2012-02-16 | 1 | -0/+3 |
| | |||||
* | Be able to define help target for Preferences pages | Milan Crha | 2012-02-15 | 3 | -0/+7 |
| | | | | A follow-up for bug #670073 | ||||
* | Bug 418520 - Disable Folder -> Expunge in virtual folders | Matthew Barnes | 2012-02-07 | 1 | -1/+4 |
| | | | | | | | | | Expunging from a virtual folder actually expunges one or more real folders, which the user may not be aware of and can lead to unintended message removal. I feel it's safest to just disable Folder -> Expunge for any virtual folder, be it Junk, Trash, or a Search Folder. Note that File -> Empty Trash is still always enabled. | ||||
* | Bug 659395 - Missing plural handling for "%d attached messages" | David Morley | 2012-02-01 | 1 | -2/+6 |
| | |||||
* | Bug #636413 - Enable "Autocomplete with this addressbook" by default | Milan Crha | 2012-01-30 | 1 | -1/+2 |
| | |||||
* | Add missing linker flags. | Matthew Barnes | 2012-01-19 | 1 | -0/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 1 | -2/+2 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 24 | -146/+192 |
| | | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. | ||||
* | Do not auto-mark-as-seen when changing filter type | Milan Crha | 2012-01-11 | 1 | -0/+24 |
| | |||||
* | Bug #665036 - Memory leaks spot in Contacts view | Milan Crha | 2012-01-04 | 1 | -0/+3 |
| | |||||
* | Move EMailLabelListStore to EMailSession. | Matthew Barnes | 2011-12-25 | 6 | -106/+87 |
| | | | | | Access the EMailLabelListStore through EMailSession instead of EShellSettings, which was a quick hack of mine during kill-bonobo. | ||||
* | Bug #661087 - Add ability to remove localized "Re:" prefixes in subject | Milan Crha | 2011-12-22 | 1 | -0/+5 |
| | |||||
* | Reduce diff noise with account-mgmt branch. | Matthew Barnes | 2011-12-20 | 5 | -15/+34 |
| | |||||
* | Avoid passing EMailBackend as much as possible. | Matthew Barnes | 2011-12-16 | 5 | -49/+100 |
| | | | | | | | | | | | | | | | More mail API churn... reversing some previous API decisions. I've made some key API changes to EMailSession on the account-mgmt branch which should allow for this, and will hopefully also benefit the "email-factory" branch. EMailBackend barely needs to exist anymore, except as the owner of EMailSession. For several low-level functions, we replace its EMailBackend parameter with EMailSession and EAlertSink parameters; the latter so it can still pass user alerts up the chain. | ||||
* | mail-send-recv.c: Avoid using EAccount and CamelURL if possible. | Matthew Barnes | 2011-12-16 | 1 | -10/+18 |
| | | | | | | EAccount is deprecated and mail URLs are being phased out. Use EMailAccountStore and CamelService instead. | ||||
* | Bug #561696 - Invitation's "Open Calendar" button jumps to current day | Milan Crha | 2011-12-15 | 1 | -3/+3 |
| | |||||
* | Bug #582649 - Toggle for coloring today and overdue tasks | Milan Crha | 2011-12-14 | 4 | -8/+52 |
| | |||||
* | Reorder accounts by drag-and-drop. | Matthew Barnes | 2011-12-11 | 9 | -320/+128 |
| | | | | | | | | | | | | | | | | | | | | | This implements https://bugzilla.gnome.org/show_bug.cgi?id=663527#c3. Account reordering is now done by drag-and-drop instead of up/down buttons. Turned out to be a wee bit more complicated than I initially thought. This scraps EAccountManager and EAccountTreeView and replaces them with new classes centered around EMailAccountStore, which EMailSession owns. EMailAccountStore is the model behind the account list in Preferences. The folder tree model now uses it to sort its own top-level rows using gtk_tree_path_compare(). It also broadcasts account operations through signals so we don't have to rely so heavily on EAccountList signals, since EAccountList is going away soon. Also as part of this work, the e-mail-local.h and e-mail-store.h APIs have been merged into EMailSession and MailFolderCache. | ||||
* | Move folder URI caching to MailFolderCache. | Matthew Barnes | 2011-12-08 | 1 | -19/+9 |
| | |||||
* | Miscellaneous EShellView-related cleanups. | Matthew Barnes | 2011-12-08 | 49 | -699/+614 |
| | |||||
* | Bug #577322 - Rename of a system ESource doesn't persist | Milan Crha | 2011-12-07 | 5 | -5/+10 |
| | |||||
* | Upstreamed patch from Meego Bugzilla: 23097 | Srinivasa Ragavan | 2011-12-01 | 1 | -0/+2 |
| | | | | When the esource is created, sync it to avoid loose it. | ||||
* | Bug #664708 - Composer's headers preference is reset on From change | Milan Crha | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | Bug #665103 - Blank composer/mail/network preferences windows | Milan Crha | 2011-11-29 | 4 | -3/+13 |
| | |||||
* | Remove more "Click \"Forward\" to continue." sentences | Milan Crha | 2011-11-28 | 1 | -2/+2 |
| | |||||
* | Remove some unnecessary GConf crud. | Matthew Barnes | 2011-11-28 | 5 | -13/+2 |
| | |||||
* | "citation-colour" -> "citation-color" | Matthew Barnes | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Use e_restore_window() and "org.gnome.evolution.window". | Matthew Barnes | 2011-11-28 | 5 | -5/+0 |
| | | | | Apply it to all windows with persistent size and/or position. | ||||
* | Bug #664634 - Deadlock when processing completed tasks filter | Milan Crha | 2011-11-24 | 2 | -5/+26 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 6 | -12/+7 |
| | |||||
* | Tweak GSettings schemas. | Matthew Barnes | 2011-11-23 | 2 | -8/+23 |
| | | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema. | ||||
* | Fix some GSettings runtime issues. | Matthew Barnes | 2011-11-23 | 3 | -12/+18 |
| | |||||
* | More compiler warning fixes. | Matthew Barnes | 2011-11-23 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into wip/gsettings | Matthew Barnes | 2011-11-23 | 6 | -65/+666 |
|\ | | | | | | | | | Conflicts: mail/e-mail-paned-view.c | ||||
| * | Bug 585066 - Add Auto-Submitted header to outgoing MDNs | Matthew Barnes | 2011-11-22 | 1 | -10/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also set the disposition field according to user preferences. If the MDN is sent without user confirmation ("always"), use: Disposition: automatic-action/MDN-sent-automatically;displayed If the MDN is sent in response to user confirmation ("ask"), use: Disposition: manual-action/MDN-sent-manually;displayed | ||||
| * | Split MDN handling into a module. | Matthew Barnes | 2011-11-22 | 4 | -0/+546 |
| | | |||||
| * | EPreviewPane: Implement EAlertSink. | Matthew Barnes | 2011-11-22 | 1 | -15/+0 |
| | | | | | | | | | | | | | | Means EMailBrowser no longer has to. Also, EMailReader now provides a default implementation for get_alert_sink() which just calls get_preview_pane() and casts. | ||||
| * | EAlertBar: Add a close button to all alerts. | Matthew Barnes | 2011-11-22 | 1 | -2/+0 |
| | | | | | | | | | | Replaces the 'Dismiss' button. All alerts appearing in an alert bar should be dismissable (i.e. non-modal). For modal alerts use a dialog. | ||||
| * | Add EMailReader.get_preview_pane() method. | Matthew Barnes | 2011-11-22 | 1 | -51/+54 |
| | | | | | | | | | | Also give EMailReader::show-search-bar signal a default implementation, since it can now dig up the search bar widget itself. | ||||
| * | Remove some unnecessary #includes. | Matthew Barnes | 2011-11-18 | 1 | -1/+0 |
| | | |||||
* | | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 5 | -33/+36 |
| | | |||||
* | | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 5 | -8/+0 |
| | | |||||
* | | Build fixes | Rodrigo Moya | 2011-11-18 | 1 | -0/+1 |
| | | |||||
* | | Migrate all EABConfig* code to use GSettings | Rodrigo Moya | 2011-11-17 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-17 | 2 | -0/+11 |
|\| | |||||
| * | Bug #662914 - Reply to gnupg signed mails should be signed | Milan Crha | 2011-11-14 | 2 | -0/+11 |
| | | |||||
* | | Migrate EShellSettings to GSettings | Rodrigo Moya | 2011-11-15 | 4 | -97/+198 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-14 | 5 | -13/+17 |
|\| | |||||
| * | Bug 663372 - Actions not updated after disabling account | Matthew Barnes | 2011-11-13 | 1 | -0/+2 |
| | | |||||
| * | Bug 663376 - Folder->Properties enabled when no folder selected | Matthew Barnes | 2011-11-13 | 1 | -1/+1 |
| | | |||||
| * | Bug #659736 - GOA Google calendar prevents settings change | Milan Crha | 2011-11-11 | 1 | -0/+1 |
| | | |||||
| * | Bug #663748 - Unable to reconfigure GOA GMail account | Milan Crha | 2011-11-10 | 1 | -3/+9 |
| | | |||||
| * | Bug #659945 - "New" button in toolbar for new mail message not working | Milan Crha | 2011-11-10 | 1 | -6/+1 |
| | | |||||
| * | Bug #659557 - Duplicate mnemonic in ldap address book creation dialog | Vibha Yadav | 2011-11-09 | 1 | -3/+3 |
| | | |||||
* | | Make it fully build | Rodrigo Moya | 2011-11-09 | 3 | -6/+5 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-08 | 1 | -1/+1 |
|\| | |||||
| * | EMAccountEditor: Start using CamelNetworkSettings. | Matthew Barnes | 2011-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of stuffing host/port/user/etc into CamelURLs. To enforce this in 3rd party extensions, remove EAccounts from EMConfigTargetAccount and rename it EMConfigTargetSettings with the following struct members: const gchar *email_address; const gchar *storage_protocol; CamelSettings *storage_settings; const gchar *transport_protocol; CamelSettings *transport_settings; | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-04 | 2 | -3/+24 |
|\| | |||||
| * | Bug #663286 - Changing view clears Contact preview | Milan Crha | 2011-11-03 | 2 | -3/+24 |
| | | |||||
* | | Addressbook module GSettings migration | Rodrigo Moya | 2011-11-02 | 3 | -26/+18 |
| | | |||||
* | | Migrate SA extension to GSettings | Rodrigo Moya | 2011-11-02 | 3 | -89/+68 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-31 | 1 | -2/+1 |
|\| | |||||
| * | Remove 'Click the Forward button to continue' sentence (plus the Forward ↵ | Andre Klapper | 2011-10-29 | 1 | -2/+1 |
| | | | | | | | | button was actually a Continue button anyway) | ||||
* | | Mail module has now all basic settings in GSettings | Rodrigo Moya | 2011-10-28 | 3 | -50/+21 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-28 | 3 | -9/+20 |
|\| | |||||
| * | e-mail-store.c: Take EMailSession instead of EMailBackend. | Matthew Barnes | 2011-10-27 | 3 | -9/+27 |
| | | | | | | | | | | | | | | | | | | | | | | My apologies for flip-flopping the API again. e-mail-store.c functions used to take an EMailSession, then I changed it to take an EMailBackend in preparation for my account-mgmt branch. Having rethought some API decisions on the branch, however, the first flip-flop proved to be unnecessary. And now Srini needs the API to use EMailSession for his mail-factory branch, so I'm flip-flopping again. | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-26 | 2 | -6/+18 |
|\| | |||||
| * | Bug #662742 - Double free when expunging completed tasks | Milan Crha | 2011-10-26 | 1 | -2/+0 |
| | | |||||
| * | Fix a build break after recent changes | Milan Crha | 2011-10-25 | 1 | -2/+7 |
| | | |||||
| * | Adapt to CamelNetworkSettings changes. | Matthew Barnes | 2011-10-25 | 1 | -3/+12 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-24 | 1 | -4/+31 |
|\| | |||||
| * | Bug #660738 - Font changes ignored since 3.2 | Milan Crha | 2011-10-21 | 1 | -4/+31 |
| | | |||||
* | | Make e_utils_prompt_user and callers use GSettings keys | Rodrigo Moya | 2011-10-14 | 1 | -1/+1 |
| | | |||||
* | | Migrate bogfilter module to GSettings | Rodrigo Moya | 2011-10-14 | 1 | -5/+5 |
| | | |||||
* | | Port EComposerHeaderTable to GSettings | Rodrigo Moya | 2011-10-13 | 1 | -7/+1 |
| | | |||||
* | | NULL-terminate arrays that we pass to g_settings_set_strv | Rodrigo Moya | 2011-10-13 | 3 | -3/+6 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-13 | 2 | -1/+5 |
|\| | |||||
| * | Bug #660721 - Online Account services not always activating | Milan Crha | 2011-10-13 | 1 | -0/+4 |
| | | |||||
| * | Use gtk_check_button_new_with_mnemonic() with a mnemonic string | Milan Crha | 2011-10-11 | 1 | -1/+1 |
| | | |||||
* | | Migrate ECalShellContent to GSettings | Rodrigo Moya | 2011-10-11 | 1 | -18/+18 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-10 | 13 | -58/+84 |
|\| | |||||
| * | Fix typo in schema file in commit d2232a7 | Dan Vrátil | 2011-10-07 | 1 | -1/+1 |
| | | |||||
| * | Bug #659876 - Make automatic contact address formatting optional | Dan Vrátil | 2011-10-07 | 3 | -0/+28 |
| | | | | | | | | | | Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts. | ||||
| * | Adapt to CamelFolderSummary API changes | Milan Crha | 2011-10-06 | 1 | -5/+5 |
| | | |||||
| * | Prefer g_simple_async_result_take_error(). | Matthew Barnes | 2011-10-06 | 1 | -14/+7 |
| | | | | | | | | | | | | | | | | | | Slightly more efficient and convenient than: g_simple_async_result_set_from_error (simple, error); g_error_free (error); One less GError to copy and destroy. | ||||
| * | GtkApplication has some new EShell-like features. | Matthew Barnes | 2011-10-06 | 8 | -39/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly. | ||||
* | | First successful build | Rodrigo Moya | 2011-10-06 | 1 | -2/+1 |
| | | |||||
* | | Merge from master | Rodrigo Moya | 2011-10-05 | 50 | -160/+185 |
|\| | |||||
| * | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 17 | -62/+64 |
| | | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed. | ||||
| * | Bug #601898 - SOCKS proxy does not work with mailer | Milan Crha | 2011-09-30 | 2 | -19/+19 |
| | | |||||
| * | Remove Ctrl + l () character from source files | Paul Menzel | 2011-09-30 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Wed, 28 Sep 2011 10:18:18 +0200 Subject: [PATCH] Remove Ctrl + l () character from source files The following commits git show aac3f2c8 git show 1510304c git show 13cabd9e git show 350a7a33 git show 9b7cc54d git show e6972011 git show 1d3a7938 git show 934524b9 git show b2954936 git show a7f677b5 git show 4369c400 git show d509f47a git show a6d5818f git show c3876df7 git show 4583098b git show 2831ada5 git show 4e1bce59 git show 1609f699 git show 4e4c1676 git show d6fade43 among others(?) introduced several occurrences of Ctrl + l (). Probably this was caused by the used editor. These control characters can be searched for using the following command [1]. $ git grep ^L [1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html | ||||
| * | Bug #632619 - Recurring events can clutter month view | Milan Crha | 2011-09-29 | 4 | -5/+21 |
| | | |||||
| * | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 6 | -59/+46 |
| | | | | | | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality. | ||||
| * | EMFolderTreeModel: Don't use parameters in "get_default" functions. | Matthew Barnes | 2011-09-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Drop EMFolderTreeModel's "session" property now that it has a "backend" property and call em_folder_tree_model_set_backend() where we used to call em_folder_tree_model_set_session(). The session can still be obtained through e_mail_backend_get_session(). | ||||
| * | The EExtension framework is now in libebackend. | Matthew Barnes | 2011-09-26 | 19 | -21/+34 |
| | | | | | | | | | | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution. | ||||
| * | Bug #659568 - One day delay in calendar view | Milan Crha | 2011-09-26 | 1 | -6/+10 |
| | | |||||
| * | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 3 | -2/+103 |
| | | |||||
| * | Bug #659558 - Missing set mnemonic widgets | Milan Crha | 2011-09-26 | 1 | -0/+3 |
| | | |||||
| * | Bug #659932 - 'Use system time zone' in not honored immediately | Milan Crha | 2011-09-26 | 1 | -3/+28 |
| | | |||||
| * | Bug #659125 - Reference counting issues in calendar | Milan Crha | 2011-09-15 | 7 | -6/+8 |
| | | |||||
| * | Make sure GConf schemas have defined default values | Milan Crha | 2011-09-14 | 2 | -0/+6 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 27 | -257/+381 |
| | | |||||
| * | Miscellaneous cleanups. | Matthew Barnes | 2011-08-31 | 5 | -33/+34 |
| | | | | | | | | | | | | | | Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch. | ||||
| * | Bug #657396 - Rename Alarms tab to Reminders in preferences | Milan Crha | 2011-08-26 | 1 | -1/+1 |
| | | |||||
| * | Bug #655419 - "Save as iCalendar" misses mnemonic | Milan Crha | 2011-08-26 | 2 | -2/+2 |
| | | |||||
| * | Bug #655666 - Split task preferences into its own tab | Milan Crha | 2011-08-23 | 2 | -77/+115 |
| | | |||||
| * | plugin-mono: Remove Camel.cs and Evolution.cs | Matthew Barnes | 2011-08-19 | 2 | -1368/+0 |
| | | | | | | | | | | | | These files are hopelessly out of date, and don't appear to be used for anything anyway. The only sustainable way to provide language bindings for Evolution is to generate them through gobject-introspection. | ||||
| * | e_mail_store_foreach(): Take an EMailSession parameter. | Matthew Barnes | 2011-08-18 | 2 | -2/+11 |
| | | | | | | | | | | | | Use camel_session_list_services() instead of the internal store table. The store table serves little purpose nowadays and could probably be removed. I'll look into that later. | ||||
| * | Use new CamelService:display-name property. | Matthew Barnes | 2011-08-18 | 2 | -4/+2 |
| | | | | | | | | Simplify, simplify... | ||||
| * | Adapt to new CamelSubscribable interface. | Matthew Barnes | 2011-08-16 | 1 | -9/+9 |
| | | |||||
| * | Bug #655254 - Cropped Junk settings text | Milan Crha | 2011-08-16 | 1 | -2/+1 |
| | | |||||
| * | online-accounts: Adapt to URL parameter renames. | Matthew Barnes | 2011-08-15 | 1 | -4/+6 |
| | | | | | | | | It's "security-method" now instead of "use_ssl". | ||||
| * | Drop some ancient GroupWise account migration. | Matthew Barnes | 2011-08-15 | 1 | -91/+0 |
| | | | | | | | | | | | | | | | | Not worth the pain of maintaining old cruft to make progress. Breaks GW account migration from versions prior to 2.8 (circa 2006), but you'd be better off starting from a clean slate anyway if you're jumping that many releases. | ||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 17 | -286/+643 |
| | | |||||
| * | Bug #655957 - Current account / all accounts search changes column | Milan Crha | 2011-08-12 | 1 | -1/+5 |
| | | |||||
| * | Bug #656133 - Mail-local not initialized when adding/editing account | Milan Crha | 2011-08-11 | 1 | -0/+4 |
| | | |||||
| * | Bug #655843 - Copy to calendar doesn't add timezone information | James Bottomley | 2011-08-11 | 1 | -0/+30 |
| | | |||||
| * | EConfig: Broadcast abort/commit events by way of signals. | Matthew Barnes | 2011-08-11 | 7 | -12/+19 |
| | | | | | | | | | | Remove the clumsy abortfunc and commitfunc callback arguments from e_config_add_items(). | ||||
| * | Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part | Milan Crha | 2011-08-09 | 2 | -4/+86 |
| | | |||||
| * | [bogofilter] Avoid G_PARAM_STATIC_STRINGS. | Matthew Barnes | 2011-08-03 | 1 | -2/+1 |
| | | |||||
| * | Bug 655507 - Crash on startup when initializing spamassassin | Matthew Barnes | 2011-08-03 | 1 | -10/+5 |
| | | | | | | | | I keep forgetting to not use G_PARAM_STATIC_STRINGS in modules... | ||||
| * | Replace alarm by reminder for UI consistency. Fixes bug #340614 | Andre Klapper | 2011-08-02 | 3 | -13/+13 |
| | | |||||
| * | Do not leak memory on each mail folder change | Milan Crha | 2011-08-01 | 1 | -0/+1 |
| | | |||||
| * | Bug #655444 - Alarm/reminder settings split in two tabs in Settings | Milan Crha | 2011-07-28 | 1 | -130/+184 |
| | | |||||
| * | Bug #655430 - Forgotten EMailJunkOptions type init for mail-config.ui | Milan Crha | 2011-07-28 | 2 | -0/+4 |
| | | |||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2011-07-24 | 1 | -183/+194 |
| | | |||||
| * | SpamAssassin: Add a missing linker flag. | Matthew Barnes | 2011-07-19 | 1 | -0/+1 |
| | | |||||
| * | Make "open_calendar" function as expected. | Chenthill Palanisamy | 2011-07-15 | 1 | -2/+2 |
| | | |||||
| * | SpamAssassin: Silence spamd's debugging chatter. | Matthew Barnes | 2011-07-15 | 1 | -0/+1 |
| | | |||||
| * | SpamAssassin: Try harder to kill spamd on exit. | Matthew Barnes | 2011-07-15 | 1 | -38/+53 |
| | | | | | | | | | | | | | | | | | | | | References to EMailSession are leaking like crazy, so the module's finalize() method never gets called, and we never kill our spamd. Until I can track down all the reference leaks, kill the spamd process in response to a "EShell::prepare-for-quit" signal instead of from the module's finalize() method. (Maybe that's a better long-term solution anyway?) | ||||
| * | SpamAssassin: Don't wait for termination when spawning spamd. | Matthew Barnes | 2011-07-15 | 1 | -6/+14 |
| | |