Commit Graph

34905 Commits

Author SHA1 Message Date
ee6e9184d1 [l10n] Updated German translation 2011-08-04 12:00:03 +02:00
5375b2e66d Bug #655702 - Do not call Lists Groups when they are Lists anywhere else 2011-08-04 11:39:32 +02:00
90f7050236 Bug #655507 - Do not unload extensions, keep them preloaded 2011-08-04 07:43:31 +02:00
ec54055204 EMAccountEditor: Readability improvements. 2011-08-03 21:14:40 -05:00
9936a6272c Remove unneeded semicolon 2011-08-03 17:10:03 +02:00
f2c3401183 Avoid crashes when moving between messages quickly
The itip-formatter part is clean, but the one for attachment_button
can still introduce runtime warnings, which requires more changes and
rethinking of this all, which I prefer to postpone, the best after
WebKit work will land, because it also may change most of the mail
formatting code (I guess). It doesn't crash, at least.
2011-08-03 17:04:31 +02:00
903b8e69b0 [bogofilter] Avoid G_PARAM_STATIC_STRINGS. 2011-08-03 09:43:56 -05:00
4fc04af617 Bug 655507 - Crash on startup when initializing spamassassin
I keep forgetting to not use G_PARAM_STATIC_STRINGS in modules...
2011-08-03 09:40:40 -05:00
976df5871e Bug #655893 - Crash on pst folder hierarchy import 2011-08-03 14:06:58 +02:00
1000762b67 Bug #646646 - Incomplete and folder-incorrect import of pst file 2011-08-03 11:48:53 +02:00
db19f2c6db Updated Swedish translation 2011-08-03 09:13:16 +02:00
5da21ceee4 Bug #655190 - Sluggish performance interacting with calendar/tasks 2011-08-02 15:23:52 +02:00
444011c99f Replace alarm by reminder for UI consistency. Fixes bug #340614 2011-08-02 11:29:12 +02:00
e7e0b03502 Updated Swedish translation 2011-08-01 18:29:30 +02:00
8c351c101f Do not leak memory on each mail folder change 2011-08-01 15:09:10 +02:00
b0e9be5c9c Updated Spanish translation 2011-07-29 20:02:08 +02:00
c8c087a6d0 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-07-29 16:03:52 +08:00
3bab97eaa5 Use the same term 'Secure connection' everywhere instead of SSL 2011-07-28 13:02:59 +02:00
b6bbbb1c61 Use email instead of e-mail spelling, like anywhere else 2011-07-28 12:35:11 +02:00
a85e76fd0f Replace user name by username as used anywhere else in Evolution 2011-07-28 12:10:04 +02:00
f093504e65 Bug #635211 - Select-all processed on timeout when not needed 2011-07-28 12:07:46 +02:00
5583c88321 Bug #655444 - Alarm/reminder settings split in two tabs in Settings 2011-07-28 09:45:31 +02:00
f4505a25df Bug #655441 - Fix typo 2011-07-27 20:10:47 +02:00
167e91e823 Bug #655430 - Forgotten EMailJunkOptions type init for mail-config.ui 2011-07-27 19:51:28 +02:00
396860a8db Fix spelling of "Basic Headers" option to be consistent with the rest 2011-07-27 19:49:46 +02:00
749d08d537 Drop the duplicated 'Format' from filetype descriptionsto also sync strings with the ones used in shell/e-shell-utils.c 2011-07-27 14:50:20 +02:00
92948376b9 Bug #655353 - Add translator comment 2011-07-27 13:14:21 +02:00
cffd2dd122 Bug #655255 - Make comp-editor toolbar buttons' tooltips saner 2011-07-26 22:30:10 +02:00
1a463f4ee0 Updated Spanish translation 2011-07-25 21:36:21 +02:00
7c8ac61b10 Forward button in Evolution Mail Configuration Assistant is actually called Continue 2011-07-25 18:20:15 +02:00
f756151e19 Bug #654889 - Closes when clicking on year/month selector 2011-07-25 17:06:14 +02:00
fbee43e592 Bug #654261 - Importing ics files into Evolution fails silently 2011-07-25 14:45:34 +02:00
15673ff05e Post-release version bump. 2011-07-23 12:31:50 -05:00
48002aea62 NEWS update for 3.1.4 release. 2011-07-23 12:27:30 -05:00
4941d7ea79 Coding style and whitespace cleanups. 2011-07-23 11:06:15 -05:00
002ad0610f Updated Spanish translation 2011-07-23 14:31:44 +02:00
41c378f71c error in mail notification 2011-07-21 19:26:58 +05:30
e2a39dfe35 Updated Czech translation 2011-07-19 22:22:06 +02:00
67f8c4f095 SpamAssassin: Add a missing linker flag. 2011-07-19 09:24:26 -05:00
25c1c0fd45 Updated Norwegian bokmål translation 2011-07-18 13:30:27 +02:00
477419673b Updated POTFILES.in 2011-07-18 08:47:06 +02:00
39c14c53de EMailBackend: Explicitly remove CamelServices during dispose.
Calling camel_session_remove_services() while disposing of our
CamelSession instance can help break reference cycles and ensures
the CamelServices get finalized properly.
2011-07-15 09:30:32 -04:00
44e007e171 Make "open_calendar" function as expected. 2011-07-15 13:03:26 +05:30
8c2d09db62 SpamAssassin: Silence spamd's debugging chatter. 2011-07-14 23:43:51 -04:00
794bc48920 SpamAssassin: Try harder to kill spamd on exit.
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?)
2011-07-14 13:50:30 -04:00
0d3c32b33c SpamAssassin: Don't wait for termination when spawning spamd. 2011-07-14 12:05:49 -04:00
8dfd4278a7 Convert junk filtering EPlugins to EExtensions.
We now have a proper junk mail filtering API.  All junk filtering
extensions must subclass EMailJunkFilter for user preferences and
availability testing, and implement the CamelJunkFilter interface
for the actual junk filtering and learning operations.

The bogofilter module should be feature-equivalent to its former
EPlugin.  The spamassassin module is far more complex.  It's nearly
feature-equivalent to its former EPlugin, but I ditched the spamd
respawning code since it seemed unnecessary for a mail client to
have to deal with.  If there's a huge outcry from users about it
I'll reluctantly put it back, but I don't expect one.

This gets us a step closer to killing off EConfig, and eventually
the EPlugin framework itself.
2011-07-13 22:46:26 -04:00
2b342a4d9c Add more categories to settings desktop file.
https://bugzilla.gnome.org/show_bug.cgi?id=654525
2011-07-13 15:49:25 +02:00
1f002e02aa Fix OpenBSD/FreeBSD support
Move the "$host" down when $host is actually set (that is after
AC_CANONICAL_HOST).
Don't set DL_LIB to libdl which is not available on OpenBSD/FreeBSD and
set NO_UNDEFINED to null.

https://bugzilla.gnome.org/show_bug.cgi?id=654478
2011-07-12 23:28:14 +02:00
d644993ab2 Updated Japanese translation. 2011-07-12 23:30:26 +09:00