Commit Graph

34992 Commits

Author SHA1 Message Date
a69440840e imap-headers: Adapt to CamelSettings.
Write values to CamelSettings instead of URL parameters.
2011-09-14 14:08:50 +02:00
df7755eff8 EMConfigTargetAccount: Add CamelSettings member.
Allows plugins to manipulate a CamelSettings instance directly.  The
settings are written back to the URL string (for now) when the user
clicks Apply in the mail account editor.
2011-09-14 14:08:50 +02:00
f30ea2184c MailAccountView: Adapt to URL parameter renames.
It's "security-method" now instead of "use_ssl".
2011-09-14 14:08:50 +02:00
06f3ea68de online-accounts: Adapt to URL parameter renames.
It's "security-method" now instead of "use_ssl".
2011-09-14 14:08:50 +02:00
7ae6cc1c91 Drop some ancient GroupWise account migration.
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.
2011-09-14 14:08:50 +02:00
ebbc16b464 EPortEntry: Add a "security-method" property.
This is an enum property of type CAMEL_TYPE_NETWORK_SECURITY_METHOD.
We can then bind it to CamelNetworkSettings:security-method.
2011-09-14 14:08:49 +02:00
aa28e1dea3 EMailLocal: Change how we set "need-summary-check".
Set the CamelLocalStore:need-summary-check property directly instead of
through camel_url_set_param().  This value is not stored permanently.
2011-09-14 14:08:49 +02:00
d9bc9909ad EMailSession: Configure settings when adding services.
Override CamelSession.add_service().  First chain up, then, if
initialization was successful, call camel_settings_load_from_url() on
the CamelSettings object in the new CamelService instance.

Note that eventually we'll load CamelSettings values from a key file
instead of from URL parameters.  This is just a temporary measure.
2011-09-14 14:08:49 +02:00
4ee882ead0 Add migration routine for CamelURL param renames. 2011-09-14 14:08:49 +02:00
352108b2ef Bug #655942 - Shows 'Storing folder...' when deleting a local folder 2011-09-14 14:08:49 +02:00
4728c6f6c0 Bug #656537 - Fix mallard relaxng validation errors in help pages 2011-09-14 14:08:49 +02:00
71a1a5f186 Updated Spanish translation 2011-09-14 14:08:49 +02:00
fc8b5edb55 Updated Spanish translation 2011-09-14 14:08:49 +02:00
9bc2571dd4 Updated Spanish translation 2011-09-14 14:08:49 +02:00
b7d9850de0 post release version bump 2011-09-14 14:08:49 +02:00
5bea832c52 News update for 3.1.5 release 2011-09-14 14:08:49 +02:00
08154ac8c2 Updated Spanish translation 2011-09-14 14:08:49 +02:00
5de96aff04 Updated Lithuanian translation 2011-09-14 14:08:49 +02:00
ae9db3ed23 Coding style and whitespace cleanup. 2011-09-14 14:08:48 +02:00
db969c7f66 Updated Spanish translation 2011-09-14 14:08:48 +02:00
e81c885577 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-09-14 14:08:48 +02:00
aa4440a959 Bug #656290 - "Always carbon-copy (cc) to:" option not honored 2011-09-14 14:08:48 +02:00
14a6723fa1 Bug #656267 - Checking for auth types doesn't work properly 2011-09-14 14:08:48 +02:00
3005365a0d Bug #655957 - Current account / all accounts search changes column 2011-09-14 14:08:48 +02:00
aa21f8d950 Bug #645476 - Message list unnecessarily scrolls back to selected row 2011-09-14 14:08:48 +02:00
2c4398567c git.mk: Add support for mallard.
Copied from Pango module.
2011-09-14 14:08:48 +02:00
df8108a6a7 Bug #656133 - Mail-local not initialized when adding/editing account 2011-09-14 14:08:48 +02:00
5a11011d23 Bug #655843 - Copy to calendar doesn't add timezone information 2011-09-14 14:08:48 +02:00
911d9f8c6b EConfig: Broadcast abort/commit events by way of signals.
Remove the clumsy abortfunc and commitfunc callback arguments from
e_config_add_items().
2011-09-14 14:08:48 +02:00
bae19960b3 EMFolderTreeModel: Avoid a potential refcount crash. 2011-09-14 14:08:48 +02:00
a7b3039aa0 Fix duplicated section ID 2011-09-14 14:08:48 +02:00
24fecae400 Bug #655944 - Import dialog is not showing operation progress 2011-09-14 14:08:48 +02:00
40369c6b34 Updated Spanish translation 2011-09-14 14:08:47 +02:00
2cb06f46d3 Gtk-Doc updates. 2011-09-14 14:08:47 +02:00
65c587a85f EMAccountEditor: Simplify real junk/trash folder selection.
Limit the folder choices to the current account so we don't have to
check after the fact if the chosen folder is from the current account.
2011-09-14 14:08:47 +02:00
8a9af36e34 EMFolderSelectionButton: Add an "account" property.
The "account" property, if set, limits the displayed folder tree to the
corresponding CamelStore only.  Useful in contexts where the choice of
folders should be limited to one particular store.
2011-09-14 14:08:47 +02:00
a7da50c849 EMFolderSelector: Add a "model" construct-only property. 2011-09-14 14:08:47 +02:00
05f73c2842 Add em_folder_tree_new_with_model().
This is so an EMFolderTree can be created with a custom model, such as
perhaps only a subset of available stores added.
2011-09-14 14:08:47 +02:00
bf1b8a45c5 EMFolderTree: Clean up initialization logic.
Some things are getting initialized too early.  Not causing any bugs at
present, but it's bad form.  Defer non-trivial initialization steps to
the constructed() method.
2011-09-14 14:08:47 +02:00
f0f1b9c4bb EMailSidebar: Miscellaneous cleanups. 2011-09-14 14:08:47 +02:00
e453b16ff1 EMFolderTree: Miscellaneous cleanups. 2011-09-14 14:08:46 +02:00
265b23b1eb EMFolderSelectionButton: Add a "folder-uri" property.
And rename a couple get/set functions to match the property name.
2011-09-14 14:08:46 +02:00
77d14c71c1 Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part 2011-09-14 14:08:46 +02:00
51ef38a2cc Bug #655494 - Move 'Calendar and Tasks' tab out of Mail Preferences 2011-09-14 14:08:46 +02:00
a01334afe4 Bug #655872 - [pst-import] Fails to properly open remote client 2011-09-14 14:08:46 +02:00
25952cac2c Remove non-existing option as pointed out by Akhil Laddha 2011-09-14 14:08:46 +02:00
012f340ba9 Fix TODO now that the code is fixed 2011-09-14 14:08:46 +02:00
76c9cdbb12 Bug #655669 - Can't save inline pictures embedded in HTML Mails 2011-09-14 14:08:45 +02:00
49b8e1c523 EShell: Remove unused macro. 2011-09-14 14:08:45 +02:00
3a084acb4c Bug #656136 - Remove time field in task editor 2011-09-14 14:08:45 +02:00