Commit Graph

2084 Commits

Author SHA1 Message Date
9fde5c0edb Bug #646646 - Incomplete and folder-incorrect import of pst file 2011-09-14 14:08:42 +02:00
22cd7a5239 Use the same term 'Secure connection' everywhere instead of SSL 2011-09-14 14:08:41 +02:00
b5e3c51aba Use email instead of e-mail spelling, like anywhere else 2011-09-14 14:08:41 +02:00
dbdbcf5991 Fix spelling of "Basic Headers" option to be consistent with the rest 2011-09-14 14:08:40 +02:00
33dcc39356 Drop the duplicated 'Format' from filetype descriptionsto also sync strings with the ones used in shell/e-shell-utils.c 2011-09-14 14:08:38 +02:00
80d74ce575 error in mail notification 2011-09-14 14:08:37 +02:00
3a16adcc61 Make "open_calendar" function as expected. 2011-09-14 14:08:37 +02:00
c238fbfd15 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-09-14 14:08:36 +02:00
189b377292 Bug 653699 - Improve mail notifications
Remove the "Generate a D-Bus message" checkbox and just do it.

Replaced "Show icon in notification area" and "Popup message together
with the icon" checkboxes with a single "Show notification when a new
message arrives" checkbox.

Re-show an unacknowledged notification message when additional new
messages arrive.

Replaced the "Default" action label in notification messages with
"Show $FOLDER_NAME" (e.g. "Show Inbox").
2011-09-14 14:08:34 +02:00
af704b849e Avoid camel_stream_printf().
camel_stream_printf() is next on the chopping block.

Use g_strdup_printf() or a GString to construct a formatted string in
memory, pass it to camel_stream_write() in one go, and then check for
errors (unless it's a memory stream).
2011-09-14 14:08:34 +02:00
6c54eecdf8 Adapt to CamelSession and e-passwords changes. 2011-09-14 14:08:34 +02:00
290111d5ad Call e_cal_client_check_save_schedules() only when found a calendar 2011-09-14 14:08:33 +02:00
e3d6dc913b Bug #657386 - Changing default source doesn't unmark previous one 2011-09-07 13:35:44 +02:00
fcbbdfbd18 Coding style and whitespace cleanup. 2011-09-04 07:34:32 -04:00
4cabd2c247 [mail-to-task] Uses incorrect function to free array of message uids 2011-08-26 14:56:12 +02:00
df385fa05b Changing source in CompEditor blocks UI 2011-08-26 14:24:15 +02:00
857505c202 Bug #655551 - [mail-to-task] Pick organizer based on selected folder's store 2011-08-26 11:24:49 +02:00
4c7a93d9fd Bug #655549 - [mail-to-task] Ignores cancel of source select dialog 2011-08-26 10:56:37 +02:00
2ff0386d60 Bug #655490 - Location chooser dialog for Weather calendar is too small 2011-08-25 18:14:14 +02:00
a7840ef0ef Bug #655666 - Split task preferences into its own tab 2011-08-23 16:57:26 +02:00
279722df7c Bug #652092 - 'Mark messages as read' doesn't work with search folder 2011-08-22 17:02:58 +02:00
54b7c198c3 Capitalize tab header as all others are capitalized too 2011-08-19 15:30:50 +02:00
dd57574c04 Use new CamelService:display-name property.
Simplify, simplify...
2011-08-17 22:27:46 -04:00
31d1aa0441 imap-headers: Adapt to CamelSettings.
Write values to CamelSettings instead of URL parameters.
2011-08-15 11:56:26 -04:00
f59681796d Coding style and whitespace cleanup. 2011-08-13 11:27:51 -04:00
c2b6fbabc2 Bug #655944 - Import dialog is not showing operation progress 2011-08-10 13:48:00 +02:00
a58ded4357 EMFolderSelectionButton: Add a "folder-uri" property.
And rename a couple get/set functions to match the property name.
2011-08-10 00:14:32 -04:00
fe67798104 Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part 2011-08-09 17:18:42 +02:00
9ceea10bca Bug #655494 - Move 'Calendar and Tasks' tab out of Mail Preferences 2011-08-09 14:42:22 +02:00
1dd6dce98e Bug #655872 - [pst-import] Fails to properly open remote client 2011-08-09 13:12:17 +02:00
d996be6d9b Bug #655943 - Meeting request mails are not imported properly 2011-08-04 19:30:39 +02:00
5397851156 Bug #655870 - Uses incorrect pointer as string in error message 2011-08-04 17:05:28 +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
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
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
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
41c378f71c error in mail notification 2011-07-21 19:26:58 +05:30
44e007e171 Make "open_calendar" function as expected. 2011-07-15 13:03:26 +05:30
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
52d27cacaf Bug 653699 - Improve mail notifications
Remove the "Generate a D-Bus message" checkbox and just do it.

Replaced "Show icon in notification area" and "Popup message together
with the icon" checkboxes with a single "Show notification when a new
message arrives" checkbox.

Re-show an unacknowledged notification message when additional new
messages arrive.

Replaced the "Default" action label in notification messages with
"Show $FOLDER_NAME" (e.g. "Show Inbox").
2011-07-06 20:11:14 -04:00
005a26de45 Avoid camel_stream_printf().
camel_stream_printf() is next on the chopping block.

Use g_strdup_printf() or a GString to construct a formatted string in
memory, pass it to camel_stream_write() in one go, and then check for
errors (unless it's a memory stream).
2011-07-05 14:40:10 -04:00
99d492b828 Adapt to CamelSession and e-passwords changes. 2011-07-04 10:20:54 -04:00
6d8542a628 Call e_cal_client_check_save_schedules() only when found a calendar 2011-07-01 14:25:40 +02:00
adc1173159 Check for cancelled GIO operation error code too 2011-06-29 18:42:34 +02:00
aa1c135937 [itip-formatter] stock_animation is gone, use GtkSpinner instead 2011-06-29 18:42:32 +02:00
f811cdac0e Bug #646442 - [mail-to-task] Edit event details before adding to calendar 2011-06-29 18:42:32 +02:00
990ba99927 Bug #653008 - Preference window for imap accounts is too large 2011-06-29 18:42:31 +02:00