aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-03-08 19:03:48 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-03-08 19:03:48 +0800
commit838492acd095d405b62887485f832daf237cf768 (patch)
tree127bceac97b02b70afca22320dd997bdacd59d93 /plugins
parentc406530d1249bcc4ecc03a775d24698f7683813f (diff)
downloadgsoc2013-evolution-838492acd095d405b62887485f832daf237cf768.tar.gz
gsoc2013-evolution-838492acd095d405b62887485f832daf237cf768.tar.zst
gsoc2013-evolution-838492acd095d405b62887485f832daf237cf768.zip
Plugin file changes, added commit callback definition and removed
duplicated accountWizard definition. svn path=/trunk/; revision=28980
Diffstat (limited to 'plugins')
-rw-r--r--plugins/exchange-account-setup/ChangeLog7
-rw-r--r--plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in11
2 files changed, 8 insertions, 10 deletions
diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog
index 1ae1722805..a4b3694bc2 100644
--- a/plugins/exchange-account-setup/ChangeLog
+++ b/plugins/exchange-account-setup/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-05 Sushma Rai <rsushma@novell.com>
+
+ * org-gnome-exchange-account-setup.eplug.in: Added the commit function
+ to save OOF data. This got missed in the previous commit. Also removed
+ duplicate accountWizard definition.
+
2005-02-28 JP Rosevear <jpr@novell.com>
* org-gnome-exchange-account-setup.eplug.in: add account wizard item
@@ -14,7 +20,6 @@
oof state and message to the file.
(destroy_oof_data): Frees OOFData.
-
2005-02-26 Sushma Rai <rsushma@novell.com>
* exchange-account-setup.c (org_gnome_exchange_check_options):
diff --git a/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in b/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
index cd96e0b5c4..bdd783f7ea 100644
--- a/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
+++ b/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
@@ -13,7 +13,8 @@
<group
target="account"
id="org.gnome.evolution.mail.config.accountEditor"
- check="org_gnome_exchange_check_options">
+ check="org_gnome_exchange_check_options"
+ commit="org_gnome_exchange_commit">
<item type="page"
path="40.oof"
label="Exchange Settings"
@@ -44,14 +45,6 @@
factory="org_gnome_exchange_owa_url"/>
</group>
- <group
- target="account"
- id="org.gnome.evolution.mail.config.accountWizard"
- check="org_gnome_exchange_check_options">
- <item type="item_table"
- path="10.receive/10.config/20.owa"
- factory="org_gnome_exchange_owa_url"/>
- </group>
</hook>
</e-plugin>
aph'>| * | Miscellaneous cleanups.Matthew Barnes2011-11-2318-80/+110 | * | Fix compiler warnings.Matthew Barnes2011-11-2325-39/+14 | * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-213-588/+665 | |\ \ | * | | Use GSettings in em-account-editor to retrieve/set selected calendarsRodrigo Moya2011-11-181-21/+33 | * | | Build fixesRodrigo Moya2011-11-182-1/+2 | * | | Port autocontacts plugin to GSettingsRodrigo Moya2011-11-186-103/+132 | * | | Migrate ECalConfig* code to use GSettingsRodrigo Moya2011-11-172-4/+4 | * | | Migrate all EABConfig* code to use GSettingsRodrigo Moya2011-11-173-13/+12 | * | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-1728-803/+869 | |\ \ \ | * | | | Build fixesRodrigo Moya2011-11-152-15/+13 | * | | | Migrate EShellSettings to GSettingsRodrigo Moya2011-11-1510-225/+493 | * | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-14217-3336/+3758 | |\ \ \ \ | * | | | | Remove unused config_data_get_conf_clientRodrigo Moya2011-11-092-9/+0 | * | | | | Make it fully buildRodrigo Moya2011-11-096-11/+17 | * | | | | Some build fixesRodrigo Moya2011-11-095-12/+8 | * | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-0874-10915/+2613 | |\ \ \ \ \ | * \ \ \ \ \ Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-042-3/+24 | |\ \ \ \ \ \ | * | | | | | | Migrate itip formatter to GSettingsRodrigo Moya2011-11-045-9/+20 | * | | | | | | Migrate attachment reminder plugin to GSettingsRodrigo Moya2011-11-041-29/+28 | * | | | | | | Migrate template plugin to GSettingsRodrigo Moya2011-11-031-20/+18 | * | | | | | | Migrate face plugin to GSettingsRodrigo Moya2011-11-022-8/+7 | * | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-025-15/+63 | |\ \ \ \ \ \ \ | * | | | | | | | Migrate mail notification plugin to GSettingsRodrigo Moya2011-11-023-67/+51 | * | | | | | | | Addressbook module GSettings migrationRodrigo Moya2011-11-025-26/+30 | * | | | | | | | Migrate SA extension to GSettingsRodrigo Moya2011-11-025-89/+86 | * | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-312-229/+227 | |\ \ \ \ \ \ \ \ | * | | | | | | | | Mail module has now all basic settings in GSettingsRodrigo Moya2011-10-283-50/+21 | * | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-2816-83/+136 | |\ \ \ \ \ \ \ \ \ | * | | | | | | | | | More GSettings migrationRodrigo Moya2011-10-263-26/+110 | * | | | | | | | | | Almost no more GConf in e-utilRodrigo Moya2011-10-267-28/+31 | * | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-2613-134/+224 | |\ \ \ \ \ \ \ \ \ \ | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-2424-11426/+5704 | |\ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | And yet more GSettings migration on the mail componentRodrigo Moya2011-10-206-98/+76 | * | | | | | | | | | | | More mail GSettings migrationRodrigo Moya2011-10-194-108/+69 | * | | | | | | | | | | | Migrate em-format* to GSettingsRodrigo Moya2011-10-192-12/+10 | * | | | | | | | | | | | Bug #661549 - Avoid fetching from backend when calculating summaryMilan Crha2011-10-191-16/+24 | * | | | | | | | | | | | Fix invalid read on vCard dropMilan Crha2011-10-191-1/+2 | * | | | | | | | | | | | Updated Galician translationsFran Diéguez2011-10-191-2/+12 | * | | | | | | | | | | | Fix some GSettings schema typos.Matthew Barnes2011-10-192-6/+6 | * | | | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-175-2218/+2995 | |\ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | Some more migration to GSettings in the mail componentRodrigo Moya2011-10-143-11/+7 | * | | | | | | | | | | | | Use GSettings in mail-config.cRodrigo Moya2011-10-141-136/+56 | * | | | | | | | | | | | | Migrate EMailAttachmentBar to GSettingsRodrigo Moya2011-10-141-9/+5 | * | | | | | | | | | | | | Make e_utils_prompt_user and callers use GSettings keysRodrigo Moya2011-10-146-27/+35 | * | | | | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-147-283/+273 | |\ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | | Migrate bogfilter module to GSettingsRodrigo Moya2011-10-141-5/+5 | * | | | | | | | | | | | | | Migrate external editor plugin to GSettingsRodrigo Moya2011-10-143-108/+100 | * | | | | | | | | | | | | | Migrate prefer-plain plugin to GSettingsRodrigo Moya2011-10-144-17/+29 | * | | | | | | | | | | | | | Remove unneeded GConf headerRodrigo Moya2011-10-141-1/+0 | * | | | | | | | | | | | | | Migrate most of the composer to GSettingsRodrigo Moya2011-10-143-92/+33 | * | | | | | | | | | | | | | Port EComposerHeaderTable to GSettingsRodrigo Moya2011-10-132-42/+22 | * | | | | | | | | | | | | | Last remainig bits that can migrated to GSettings in the cappletRodrigo Moya2011-10-131-1/+0 | * | | | | | | | | | | | | | Build fixesRodrigo Moya2011-10-133-10/+7 | * | | | | | | | | | | | | | Migrate mail-account-view.c to GSettingsRodrigo Moya2011-10-132-18/+25 | * | | | | | | | | | | | | | Migrate Contact Editor to GSettingsRodrigo Moya2011-10-133-27/+23 | * | | | | | | | | | | | | | Migrate most of the shell code to GSettingsRodrigo Moya2011-10-134-94/+63 | * | | | | | | | | | | | | | Use a GPtrArray instead of GArray to build the array string to use for g_sett...Rodrigo Moya2011-10-131-6/+6 | * | | | | | | | | | | | | | Port misc widgets to use GSettingsRodrigo Moya2011-10-134-19/+12 | * | | | | | | | | | | | | | NULL-terminate arrays that we pass to g_settings_set_strvRodrigo Moya2011-10-132-0/+2 | * | | | | | | | | | | | | | NULL-terminate arrays that we pass to g_settings_set_strvRodrigo Moya2011-10-133-3/+6 | * | | | | | | | | | | | | | Fix typo in key nameRodrigo Moya2011-10-131-1/+1 | * | | | | | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-1318-126/+251 | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | | | Migrate ECalShellContent to GSettingsRodrigo Moya2011-10-113-18/+36 | * | | | | | | | | | | | | | | Last bits of calendar-config migrated to GSettingsRodrigo Moya2011-10-106-65/+49 | * | | | | | | | | | | | | | | Port calendar importer to GSettingsRodrigo Moya2011-10-104-5/+24 | * | | | | | | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-1068-7593/+7405 | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | | | | First successful buildRodrigo Moya2011-10-0618-495/+299 | * | | | | | | | | | | | | | | | Use correct path for GSettings schemasRodrigo Moya2011-10-0511-13/+13 | * | | | | | | | | | | | | | | | Finally completely mergedRodrigo Moya2011-10-056-96538/+24 | * | | | | | | | | | | | | | | | Remove some leftover filesRodrigo Moya2011-10-054-764/+0 | * | | | | | | | | | | | | | | | Merge from masterRodrigo Moya2011-10-05347-10431/+108454 | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | | | | | Add GLIB_GSETTINGS macro to configure.acRodrigo Moya2011-09-261-0/+2 | * | | | | | | | | | | | | | | | | Port some calendar plugins to use GSettingsRodrigo Moya2011-09-264-19/+3 | * | | | | | | | | | | | | | | | | Bug #659568 - One day delay in calendar viewMilan Crha2011-09-263-27/+47 | * | | | | | | | | | | | | | | | | Bug #655625 - Crash in atk_state_set_contains_stateMilan Crha2011-09-262-7/+12 | * | | | | | | | | | | | | | | | | Bug #659828 - Selecting a message with a sound attached loses focusMilan Crha2011-09-262-2/+2 | * | | | | | | | | | | | | | | | | Bug #659440 - Doesn't mark messages as replied when sending offlineMilan Crha2011-09-261-0/+21 | * | | | | | | | | | | | | | | | | Bug #656473 - Store server folder cache in user's cache directoryMilan Crha2011-09-262-1/+17 | * | | | | | | | | | | | | | | | | Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-2624-108/+1628 | * | | | | | | | | | | | | | | | | Bug #659558 - Missing set mnemonic widgetsMilan Crha2011-09-261-0/+3 | * | | | | | | | | | | | | | | | | Update Czech translation by Jiri EischmannPetr Kovar2011-09-261-818/+13385 | * | | | | | | | | | | | | | | | | Update Czech translation by Jiri EischmannPetr Kovar2011-09-261-26/+37 | * | | | | | | | | | | | | | | | | Bug #637673 - Make phone fields one row and auto-expand when neededMilan Crha2011-09-261-2/+2 | * | | | | | | | | | | | | | | | | Bug #659932 - 'Use system time zone' in not honored immediatelyMilan Crha2011-09-262-3/+30 | * | | | | | | | | | | | | | | | | Bug #658835 - Color Scheme off in calendarMilan Crha2011-09-261-17/+41 | * | | | | | | | | | | | | | | | | Bug #657170 - Disallow creating assigned tasks when not supportedMilan Crha2011-09-263-0/+37 | * | | | | | | | | | | | | | | | | Bug #655252 - Need to escape the comp_uid part of a pathMilan Crha2011-09-264-72/+116 | * | | | | | | | | | | | | | | | | Bug #659555 - Add custom icons in a folder Subscription dialogMilan Crha2011-09-261-0/+12 | * | | | | | | | | | | | | | | | | Invalid unref when merging contactsMilan Crha2011-09-261-1/+2 | * | | | | | | | | | | | | | | | | Updated Kannada TranslationShankar Prasad2011-09-261-7446/+9557 | * | | | | | | | | | | | | | | | | Updated Oriya TranslationManoj Kumar Giri2011-09-261-6297/+6631 | * | | | | | | | | | | | | | | | | [l10n]Updated Catalan translationGil Forcada2011-09-261-5188/+5328 | * | | | | | | | | | | | | | | | | Updated Basque languageInaki Larranaga Murgoitio2011-09-261-5030/+5809 | * | | | | | | | | | | | | | | | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-262-3720/+3720 | * | | | | | | | | | | | | | | | | Updated Czech translationMarek Černocký2011-09-261-2256/+2244 | * | | | | | | | | | | | | | | | | Post-release version bump.Matthew Barnes2011-09-261-4/+4 | * | | | | | | | | | | | | | | | | NEWS update for 3.2.0 release.Matthew Barnes2011-09-261-0/+21 | * | | | | | | | | | | | | | | | | [l10n] Updated German translationGabor Karsay2011-09-261-697/+434 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-261-35/+65 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-261-37/+53 | * | | | | | | | | | | | | | | | | Updated Korean translationChangwoo Ryu2011-09-261-5064/+5218 | * | | | | | | | | | | | | | | | | Updated Turkish translationMuhammet Kara2011-09-261-14386/+18228 | * | | | | | | | | | | | | | | | | update Punjabi Translation: date time formatA S Alam2011-09-261-42/+26 | * | | | | | | | | | | | | | | | | Updated Arabic translationAbderrahim Kitouni2011-09-261-5414/+5540 | * | | | | | | | | | | | | | | | | hindi updateRajesh Ranjan2011-09-261-216/+130 | * | | | | | | | | | | | | | | | | Updated Czech translationMarek Černocký2011-09-261-2230/+2050 | * | | | | | | | | | | | | | | | | [l10n] Updated German translationMario Blättermann2011-09-261-2033/+2043 | * | | | | | | | | | | | | | | | | Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-261-160/+162 | * | | | | | | | | | | | | | | | | Updated Galician translationsFran Dieguez2011-09-261-3532/+2677 | * | | | | | | | | | | | | | | | | l10n: Updated Italian translationLuca Ferretti2011-09-261-2144/+1965 | * | | | | | | | | | | | | | | | | Updated Spanish translationDaniel Mustieles2011-09-261-6/+6 | * | | | | | | | | | | | | | | | | Port ETask/MemoShellContent to GSettingsRodrigo Moya2011-09-224-17/+36 | * | | | | | | | | | | | | | | | | Add missing argument to g_settings_bindRodrigo Moya2011-09-224-11/+11 | * | | | | | | | | | | | | | | | | Port ETaskShellBackend to GSettingsRodrigo Moya2011-09-214-21/+37 | * | | | | | | | | | | | | | | | | Port e-task-shell-view-actions to GSettingsRodrigo Moya2011-09-213-7/+19 | * | | | | | | | | | | | | | | | | Port EMemoShellBackend to GSettingsRodrigo Moya2011-09-214-17/+34 | * | | | | | | | | | | | | | | | | Port ECalShellBackend to GSettingsRodrigo Moya2011-09-213-15/+31 | * | | | | | | | | | | | | | | | | Port calendar preferences to GSettingsRodrigo Moya2011-09-211-8/+8 | * | | | | | | | | | | | | | | | | Port calendar sidebar to use GSettingsRodrigo Moya2011-09-213-6/+12 | * | | | | | | | | | | | | | | | | Port e-memo-shell-view-actions.c to use GSettingsRodrigo Moya2011-09-213-7/+19 | * | | | | | | | | | | | | | | | | Set day-second-zones in GSettings, not GConfRodrigo Moya2011-09-211-6/+7 | * | | | | | | | | | | | | | | | | Use GSettings where possible in calendar importerRodrigo Moya2011-09-211-3/+3 | * | | | | | | | | | | | | | | | | hindi updateRajesh Ranjan2011-09-211-136/+60 | * | | | | | | | | | | | | | | | | hindi updateRajesh Ranjan2011-09-211-37/+19 | * | | | | | | | | | | | | | | | | hindi updateRajesh Ranjan2011-09-211-14539/+18860 | * | | | | | | | | | | | | | | | | Updated Gujarati TranslationsSweta Kothari2011-09-211-5185/+5543 | * | | | | | | | | | | | | | | | | Updated Brazilian Portuguese translation. Reviewed by Antonio Fernandes C. Ne...Djavan Fagundes2011-09-211-5274/+5281 | * | | | | | | | | | | | | | | | | Updated Slovenian translationMatej Urbančič2011-09-211-98/+60 | * | | | | | | | | | | | | | | | | post release version bumpChenthill Palanisamy2011-09-211-2/+2 | * | | | | | | | | | | | | | | | | News update for 3.1.92 releaseChenthill Palanisamy2011-09-211-0/+50 | * | | | | | | | | | | | | | | | | Update simplified Chinese translation.Yinghua Wang2011-09-211-5028/+5159 | * | | | | | | | | | | | | | | | | Updated Serbian translationМирослав Николић2011-09-212-4282/+4164 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-211-57/+90 | * | | | | | | | | | | | | | | | | Updated Spanish translationDaniel Mustieles2011-09-211-68/+80 | * | | | | | | | | | | | | | | | | Updated Bulgarian translationAlexander Shopov2011-09-211-4549/+4175 | * | | | | | | | | | | | | | | | | Updated Galician translations for docFran Dieguez2011-09-211-49/+89 | * | | | | | | | | | | | | | | | | Updated Galician translationsFran Dieguez2011-09-211-4769/+3828 | * | | | | | | | | | | | | | | | | Updated Danish translationKenneth Nielsen2011-09-211-5068/+5188 | * | | | | | | | | | | | | | | | | Updated Slovenian translationMatej Urbančič2011-09-211-3483/+3595 | * | | | | | | | | | | | | | | | | Updated Japanese translationJiro Matsuzawa2011-09-211-2756/+2765 | * | | | | | | | | | | | | | | | | Updated Punjabi TranslationA S Alam2011-09-211-2226/+2086 | * | | | | | | | | | | | | | | | | Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-219-11/+28 | * | | | | | | | | | | | | | | | | Reverting the previous commit.Vibha Yadav2011-09-212-35/+0 | * | | | | | | | | | | | | | | | | Bug #657374 - mailto: attachment parameter can lead to accidental data exfilt...Vibha Yadav2011-09-212-0/+35 | * | | | | | | | | | | | | | | | | Fix typo in GSettings keyRodrigo Moya2011-09-151-1/+1 | * | | | | | | | | | | | | | | | | Port most settings in calendar-config.c to GSettingsRodrigo Moya2011-09-153-24/+79 | * | | | | | | | | | | | | | | | | Port alarm-notify configuration to GSettingsRodrigo Moya2011-09-153-67/+80 | * | | | | | | | | | | | | | | | | Port event/task/meeting editor to GSettingsRodrigo Moya2011-09-153-19/+50 | * | | | | | | | | | | | | | | | | l10n: Updated Italian translationLuca Ferretti2011-09-151-4191/+21644 | * | | | | | | | | | | | | | | | | l10n: Updated Italian translationLuca Ferretti2011-09-151-21292/+4195 | * | | | | | | | | | | | | | | | | Bug #655253 - Do not show detached instances twice in a calendarMilan Crha2011-09-151-19/+33 | * | | | | | | | | | | | | | | | | Updated Spanish translationdmustieles2011-09-151-19/+7 | * | | | | | | | | | | | | | | | | Updated Spanish translationdmustieles2011-09-151-112/+123 | * | | | | | | | | | | | | | | | | Fixed typo in stringdmustieles2011-09-141-1/+1 | * | | | | | | | | | | | | | | | | Make sure GConf schemas have defined default valuesMilan Crha2011-09-144-5/+40 | * | | | | | | | | | | | | | | | | Bug 635347 - Message lacks ID when submitted for sendingMatthew Barnes2011-09-141-0/+4 | * | | | | | | | | | | | | | | | | updated Tamil translationDr.T.Vasudevan2011-09-141-1930/+1941 | * | | | | | | | | | | | | | | | | Updated Spanish translationdmustieles2011-09-141-116/+83 | * | | | | | | | | | | | | | | | | Updated Spanish translationdmustieles2011-09-141-279/+276 | * | | | | | | | | | | | | | | | | Fix syntax errorGabor Kelemen2011-09-141-1/+1 | * | | | | | | | | | | | | | | | | Updated Hungarian translationGabor Kelemen2011-09-141-5159/+5425 | * | | | | | | | | | | | | | | | | Updated Portuguese translationDuarte Loreto2011-09-141-5123/+5270 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-44/+67 | * | | | | | | | | | | | | | | | | Updated Latvian translation.Rudolfs Mazurs2011-09-141-2552/+2626 | * | | | | | | | | | | | | | | | | User Docs: Fix order of sentences.Andre Klapper2011-09-141-2/+2 | * | | | | | | | | | | | | | | | | Updated Spanish translationDaniel Mustieles2011-09-141-15/+6 | * | | | | | | | | | | | | | | | | User Docs: Hide 'Other Settings' if there is no content. Thanks to Michael Hi...Andre Klapper2011-09-146-12/+12 | * | | | | | | | | | | | | | | | | User Docs: Add TODOs as pointed out by Michael HillAndre Klapper2011-09-142-0/+5 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-22/+40 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-181/+239 | * | | | | | | | | | | | | | | | | Updated Indonesian translationAndika Triwidada2011-09-141-155/+106 | * | | | | | | | | | | | | | | | | Updated Polish translation of default welcome mailPiotr Drąg2011-09-141-1/+1 | * | | | | | | | | | | | | | | | | Updated Polish translation of default welcome mailPiotr Drąg2011-09-141-10/+8 | * | | | | | | | | | | | | | | | | Make maintiner mode enabled by defaultJavier Jardón2011-09-141-1/+1 | * | | | | | | | | | | | | | | | | [l10n] Updated German doc translationMario Blättermann2011-09-141-13190/+5009 | * | | | | | | | | | | | | | | | | Updated Polish translationPiotr Drąg2011-09-141-5120/+4666 | * | | | | | | | | | | | | | | | | Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-141-8008/+9168 | * | | | | | | | | | | | | | | | | Added hu to DOC_LINGUASGabor Kelemen2011-09-141-1/+1 | * | | | | | | | | | | | | | | | | Added initial Hungarian translation by several authorsGabor Kelemen2011-09-141-0/+10259 | * | | | | | | | | | | | | | | | | User Docs: Update CSS/WebKit integration version statementAndre Klapper2011-09-141-2/+2 | * | | | | | | | | | | | | | | | | Updated British English translationBruce Cowan2011-09-141-5102/+5231 | * | | | | | | | | | | | | | | | | Bug #657611 - Hidden error of invalid attendee on sendMilan Crha2011-09-141-1/+7 | * | | | | | | | | | | | | | | | | Bug 658460 - alarm-notify issues runtime warningMatthew Barnes2011-09-141-0/+9 | * | | | | | | | | | | | | | | | | Bug #657386 - Changing default source doesn't unmark previous oneMilan Crha2011-09-142-11/+89 | * | | | | | | | | | | | | | | | | Updated Slovenian translationMojca Ograjšek2011-09-141-7101/+2607 | * | | | | | | | | | | | | | | | | Bug #655728 - Read proxy settings from GSettings since Gnome 3Milan Crha2011-09-141-36/+43 | * | | | | | | | | | | | | | | | | User Docs: Add subsections to Receiving settings for better readability, use ...Andre Klapper2011-09-1413-33/+209 | * | | | | | | | | | | | | | | | | User Docs: Include Security and Default tab pages in new EWS account settings...Andre Klapper2011-09-143-0/+3 | * | | | | | | | | | | | | | | | | User Docs: Add missing includes for Exchange account typesAndre Klapper2011-09-141-1/+5 | * | | | | | | | | | | | | | | | | User Docs: Add initial docu for EWS account setup. Thanks to Akhil Laddha for...Andre Klapper2011-09-142-3/+74 | * | | | | | | | | | | | | | | | | Bug #655564 - Express remembers settings of not finished accountMilan Crha2011-09-142-5/+5 | * | | | | | | | | | | | | | | | | Bug #655568 - Cursor lost after Collapse all threads calledMilan Crha2011-09-141-1/+16 | * | | | | | | | | | | | | | | | | Bug #655709 - Hide 'Group by' in views when not supportedMilan Crha2011-09-143-2/+8 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-68/+55 | * | | | | | | | | | | | | | | | | Fix several issues pointed out by Jiří EischmannAndre Klapper2011-09-144-10/+10 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-61/+73 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-23/+16 | * | | | | | | | | | | | | | | | | Updated Lithuanian translationAurimas Černius2011-09-141-1411/+1275 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-60/+100 | * | | | | | | | | | | | | | | | | Post-release version bump.Matthew Barnes2011-09-141-1/+1 | * | | | | | | | | | | | | | | | | NEWS update for 3.1.91 release.Matthew Barnes2011-09-141-0/+22 | * | | | | | | | | | | | | | | | | Don't require online-accounts support for distcheck.Matthew Barnes2011-09-141-0/+1 | * | | | | | | | | | | | | | | | | Coding style and whitespace cleanup.Matthew Barnes2011-09-14521-11588/+16877 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-92/+103 | * | | | | | | | | | | | | | | | | Fix wrong gconf value translations in az, eu, hi, kn, ml, ne, sq, te, xh. Fix...Andre Klapper2011-09-149-29/+12 | * | | | | | | | | | | | | | | | | Add page explaining how to use address books as data source in LibreOffice. F...Andre Klapper2011-09-141-0/+35 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-5/+16 | * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-102/+121 | * | | | | | | | | | | | | | | | | Add page how to change keyboard shortcutsAndre Klapper2011-09-141-0/+31 | * | | | | | | | | | | | | | | | | User Docs: Add info how to write a good bug reportAndre Klapper2011-09-141-3/+5 | * | | | | | | | | | | | | | | | | Add "Contact Maps" to the configure summary.Matthew Barnes2011-09-141-0/+1 | * | | | | | | | | | | | | | | | | User Docs: Improve wording and add hint about IRC applicationAndre Klapper2011-09-141-2/+2 | * | | | | | | | | | | | | | | | | User Docs: Fix order of Outlook import stepsAndre Klapper2011-09-141-5/+6 | * | | | | | | | | | | | | | | | | User Docs: fixed logo in title bar issueTiffany Antopolski2011-09-141-2/+3 | * | | | | | | | | | | | | | | | | User Docs: Remove preceding './' from image path in <title> in the hope of li...Andre Klapper2011-09-141-1/+1 | * | | | | | | | | | | | | | | | | Consolidate MailFolderCache signal handlers.Matthew Barnes2011-09-142-162/+177 | * | | | | | | | | | | | | | | | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-09-142-2476/+2468 | * | | | | | | | | | | | | | | | | Updated French translationBruno Brouard2011-09-141-4747/+4299 | * | | | | | | | | | | | | | | | | Updated Spanish translationDaniel Mustieles2011-09-141-99/+63 | * | | | | | | | | | | | | | | | | Updated Swedish translationDaniel Nylander2011-09-14