Commit Graph

37074 Commits

Author SHA1 Message Date
df3495a6ec Bug 667576 - Junk between messages after saving an mbox file 2012-02-02 09:20:26 -05:00
e79c65ce15 Use _DAWATI to detect if its Tizen/MeeGo. 2012-02-02 12:12:02 +05:30
5a3c7c7e05 Updated Spanish translation 2012-02-01 17:40:12 +01:00
604743bfd1 Bug 659395 - Missing plural handling for "%d attached messages" 2012-02-01 09:33:23 -05:00
4ca964860b Bug 664160 - Untranslated headers in certificates table 2012-02-01 09:13:49 -05:00
4be79b7d35 Remove the --debug command-line option.
This is a silly and misleading option.  It gives the impression that it
activates extra debugging output, when really it's precisely the same as
"evolution &> LOGFILE" and nothing more.
2012-01-31 18:13:38 -05:00
669535963b Bug #668805 - Copy to Folder uses incorrect error definition names 2012-01-31 14:30:15 +01:00
cd1d443439 Bug #669005 - Partial hang with unresponsive HTML email image source 2012-01-30 18:06:03 +01:00
8fb84dda12 e-mail-store-utils.c: Use the service's display name in status messages.
The display name is a user-provided name for the service.  We should
be using that in all status messages the refer to the service by name.
2012-01-30 11:13:45 -05:00
0ec1a44c9f Bug #669006 - Clicking "Not Junk" button should not move to next email 2012-01-30 17:05:27 +01:00
59369e6743 Bug #668714 - Editing account changes transport to SMTP 2012-01-30 16:33:04 +01:00
17cf2bc7d5 Bug #636413 - Enable "Autocomplete with this addressbook" by default 2012-01-30 14:53:12 +01:00
487153b20d Bug #646430 - New line character is a link separator too 2012-01-30 14:42:15 +01:00
3dc8b0b522 Bug #651221 - "Edit as New Message" always uses default From: address 2012-01-30 14:33:50 +01:00
51661f49f5 Updated Spanish translation 2012-01-29 21:04:40 +01:00
63eba7c310 Adapt to Camel API changes. 2012-01-29 15:01:12 -05:00
9ff52b74c3 Updated Belarusian translation. 2012-01-29 22:34:43 +03:00
3ddfff5c06 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2012-01-29 23:15:40 +08:00
515b354a4b Fix external editor example. Fixes bug #594736 2012-01-29 13:47:59 +01:00
84a7b6f41f Update HACKING file. Fixes bug #447689 2012-01-29 00:58:07 +01:00
07eedfd716 Updated Slovenian translation 2012-01-28 22:05:46 +01:00
c6cfdeceb8 Updated German translation 2012-01-27 18:52:34 +01:00
f26ec61bce Bug #668634 - Warn user with folder create error 2012-01-26 11:29:57 +01:00
1e0bac934f Bug #668631 - Report Folder->Subscriptions errors to users 2012-01-25 19:15:48 +01:00
9d2db80938 mail-send-recv.c: Disregard CamelNullStores.
Don't want these things showing up in the Send & Receive window.
2012-01-25 11:08:25 -05:00
2f0a2919d7 Add missing file 2012-01-25 12:48:24 +01:00
fa1b723137 Updated Norwegian bokmål translation 2012-01-25 12:48:20 +01:00
79d22add54 Updated Spanish translation 2012-01-25 12:02:39 +01:00
c3a621bbed Bug 668480 - Going to online from offline connects disabled accounts 2012-01-24 23:09:00 -05:00
b17d51a454 EActivity cleanups. 2012-01-24 22:57:48 -05:00
bab2f2ef12 Bug 668595 - Suppress bogus percentage in status messages 2012-01-24 22:52:51 -05:00
d75f6c6364 Bug 668479: Missing transport-only accounts in Preferences
Evolution kinda sorta supports multiple identities by allowing users
to set up so-called "transport-only" accounts by choosing "None" for
the account type.

Add a CamelStore subclass for those types of accounts so they get
added to EMailAccountStore.  It's just a stupid hack to keep another
stupid hack working, but this should sustain us until we can support
multiple identities FOR REAL.
2012-01-24 22:21:59 -05:00
fa244511ce EMailUISession: Whitespace fix. 2012-01-24 22:17:53 -05:00
49c9c0b03b emae_receive_options_extra_item: Remove unused CamelURL. 2012-01-24 22:16:39 -05:00
cc516b2f0e Updated Norwegian bokmål translation 2012-01-23 13:21:39 +01:00
3ad6ecd230 Fix a typo 2012-01-23 13:19:41 +01:00
57af21504c Updated Spanish translation 2012-01-22 20:57:52 +01:00
3c397156a6 Updated POTFILES.in 2012-01-21 17:22:41 +01:00
ba29860160 Remove duplicate Windows SENS checks 2012-01-21 16:48:45 +02:00
e57010592d Updated Spanish translation 2012-01-21 11:38:38 +01:00
a1beb5dc60 EMailBackend: Make sure all background jobs have descriptions.
All background jobs should appear in the task bar with a description.
Some CamelServices (esp. imapx) are submitting lots of background jobs
but never pushing a status message on its CamelOperation.  This commit
is to flush them out so we can find and fix them, and also so we can
clearly see what's *really* going on in the background.

All background jobs are now given an initial generic description which
should never appear in the user interface.  The callback function must
call camel_operation_push_message() to override it or else it's a bug.
2012-01-20 22:35:39 -05:00
31c51717f5 [docs] Fix wrong tab name. Fixes bug #668359 2012-01-20 23:43:49 +01:00
5c03d975b4 Add missing linker flags. 2012-01-19 09:07:41 -05:00
59e6e599ba Coding style and whitespace cleanup. 2012-01-18 23:48:48 -05:00
61ae36351b Introduce libemail-engine and libemail-utils.
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.
2012-01-18 23:48:47 -05:00
37644b9d25 Updated Spanish translation 2012-01-18 17:50:58 +01:00
1716a06fe9 [Docs] Postpone GtkHtml funeral to 3.5 2012-01-18 17:14:30 +01:00
ec6edc8604 [doc] Fix some spaces (bug #666409) 2012-01-17 23:35:53 +01:00
415bf5d508 Bug #661535 - "Current View" tooltip uses string with mnemonic underscore 2012-01-17 17:16:28 +01:00
9575c65bc3 configure.ac: Mention libpst minimum version in error message. 2012-01-17 09:55:27 -05:00