aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 659486 - EAlert default response is ignored by EAlertDialogMatthew Barnes2011-10-012-7/+23
|
* ETableHeader: Nuke unused code.Cosimo Cecchi2011-09-301-147/+2
|
* ETableHeader: Rework the header button drawing code for GTK+ 3Cosimo Cecchi2011-09-305-120/+93
| | | | | | | | The code in ETable that draws the button headers is outdated, and uses deprecated gtk_paint_* functions mixed with cairo. Port the code to use the GtkStyleContext API, which allows themes to give the header the same appearance of a regular GtkTreeView header.
* backup-restore cleanups.Matthew Barnes2011-09-302-122/+247
|
* Fix few 'may be used uninitialized' compiler warningsMilan Crha2011-09-3011-16/+16
|
* Bug #601898 - SOCKS proxy does not work with mailerMilan Crha2011-09-304-103/+128
|
* Bug #656378 attachment name corruptionPunit Jain2011-09-301-2/+4
|
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-3046-134/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Wed, 28 Sep 2011 10:18:18 +0200 Subject: [PATCH] Remove Ctrl + l ( ) character from source files The following commits git show aac3f2c8 git show 1510304c git show 13cabd9e git show 350a7a33 git show 9b7cc54d git show e6972011 git show 1d3a7938 git show 934524b9 git show b2954936 git show a7f677b5 git show 4369c400 git show d509f47a git show a6d5818f git show c3876df7 git show 4583098b git show 2831ada5 git show 4e1bce59 git show 1609f699 git show 4e4c1676 git show d6fade43 among others(?) introduced several occurrences of Ctrl + l ( ). Probably this was caused by the used editor. These control characters can be searched for using the following command [1]. $ git grep ^L [1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html
* Prefer G_VALUE_INIT over memset().Matthew Barnes2011-09-301-5/+2
| | | | | G_VALUE_INIT is new in GLib 2.30. More convenient than zero-filling a statically declared GValue with memset().
* Require GLib 2.30.Matthew Barnes2011-09-303-19/+1
| | | | Drop all GLIB_CHECK_VERSION macros.
* Bug #632619 - Recurring events can clutter month viewMilan Crha2011-09-295-5/+40
|
* Bug #659517 - Calendar reminds of old events following upgradeMilan Crha2011-09-291-8/+17
|
* Updated Telugu Translationskrishnababu k2011-09-291-7498/+8788
|
* User Docs: Remove three pages covering common errors that should be fixed in 3.3Andre Klapper2011-09-293-133/+0
|
* User Docs: Mention that spam settings are not included in backup. Fixes bug ↵Andre Klapper2011-09-291-1/+2
| | | | #657682
* User Docs: Improve markupAndre Klapper2011-09-291-5/+5
|
* User Docs: Fix several typos and issues. Fixes bug #658651.Michael Hill2011-09-2917-25/+25
|
* User Docs: Fix issues pointed out by Michael Hill in bug #658651 comment 3Andre Klapper2011-09-293-5/+5
|
* User Docs: Add gvfs package hint for default browser page. Fixes bug #658809Andre Klapper2011-09-291-1/+4
|
* User Docs: Fix typo. Fixes bug #659058Andre Klapper2011-09-291-2/+2
|
* Updated Spanish translationJorge González2011-09-281-2/+100
|
* Updated Spanish translationJorge González2011-09-281-1/+127
|
* Updated Spanish translationJorge González2011-09-281-4/+49
|
* Updated Spanish translationJorge González2011-09-281-599/+600
|
* Updated Spanish translationJorge González2011-09-282-2338/+2454
|
* Bug 659726 - Search Folders contain ambiguous reference to accountsMatthew Barnes2011-09-284-41/+76
| | | | | This introduces a new function called e_mail_folder_uri_to_markup(), which may prove useful in other contexts.
* Bug #659874 - Address Cards Render extra Phone NumberMilan Crha2011-09-281-1/+14
|
* Adapt to camel-provider-1.2.pc going away.Matthew Barnes2011-09-282-9/+5
|
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-27101-847/+1110
| | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality.
* Bug #660224 - Assertion failure when forwarding messageMilan Crha2011-09-273-20/+39
|
* Updated Irish translationSeán de Búrca2011-09-271-4427/+4412
|
* Remove missing fileSeán de Búrca2011-09-271-1/+0
|
* Updated Spanish translationJorge González2011-09-271-28/+17
|
* Updated Spanish translationJorge González2011-09-271-79/+158
|
* EMFolderTreeModel: Don't use parameters in "get_default" functions.Matthew Barnes2011-09-2615-206/+186
| | | | | | | | Drop EMFolderTreeModel's "session" property now that it has a "backend" property and call em_folder_tree_model_set_backend() where we used to call em_folder_tree_model_set_session(). The session can still be obtained through e_mail_backend_get_session().
* itip-formatter: Adapt to CamelDB API changes.Matthew Barnes2011-09-261-3/+3
| | | | I didn't realize CamelDB was used outside of Camel, yikes!
* The EExtension framework is now in libebackend.Matthew Barnes2011-09-2663-1229/+245
| | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution.
* Adapt to CamelURL API changes.Matthew Barnes2011-09-262-2/+2
|
* EMFormatHTML: Configure CamelHttpStreams with proxy authpass.Matthew Barnes2011-09-263-86/+45
| | | | | | | Base64-encode the "USER:PASS" authentication string ourselves and hand it to camel_http_stream_set_proxy_authpass(). This is so I can kill camel_http_stream_set_proxy().
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-09-261-4077/+4308
|
* 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-251-5030/+5809
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-252-3720/+3720
|
* Updated Czech translationMarek Černocký2011-09-251-2256/+2244
|
* Post-release version bump.Matthew Barnes2011-09-251-4/+4
|
* NEWS update for 3.2.0 release.EVOLUTION_3_2_0Matthew Barnes2011-09-251-0/+21
|
* [l10n] Updated German translationGabor Karsay2011-09-251-697/+434
|
* Updated Spanish translationJorge González2011-09-241-35/+65
|
* Updated Spanish translationJorge González2011-09-241-37/+53
|
* Updated Korean translationChangwoo Ryu2011-09-241-5064/+5218
|
* Updated Turkish translationMuhammet Kara2011-09-231-14386/+18228
|
* update Punjabi Translation: date time formatA S Alam2011-09-231-42/+26
|
* Updated Arabic translationAbderrahim Kitouni2011-09-231-5414/+5540
|
* hindi updateRajesh Ranjan2011-09-221-216/+130
|
* Updated Czech translationMarek Černocký2011-09-221-2230/+2050
|
* [l10n] Updated German translationMario Blättermann2011-09-221-2033/+2043
|
* Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-221-160/+162
|
* Updated Galician translationsFran Dieguez2011-09-221-3532/+2677
|
* l10n: Updated Italian translationLuca Ferretti2011-09-221-2144/+1965
|
* Updated Spanish translationDaniel Mustieles2011-09-211-6/+6
|
* 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. ↵Djavan Fagundes2011-09-201-5274/+5281
| | | | Neto <fernandesn@gnome.org>
* Updated Slovenian translationMatej Urbančič2011-09-201-98/+60
|
* post release version bumpChenthill Palanisamy2011-09-191-2/+2
|
* News update for 3.1.92 releaseEVOLUTION_3_1_92Chenthill Palanisamy2011-09-191-0/+50
|
* Update simplified Chinese translation.Yinghua Wang2011-09-191-5028/+5159
|
* Updated Serbian translationМирослав Николић2011-09-192-4282/+4164
|
* Updated Spanish translationJorge González2011-09-191-57/+90
|
* Updated Spanish translationDaniel Mustieles2011-09-191-68/+80
|
* Updated Bulgarian translationAlexander Shopov2011-09-181-4549/+4175
|
* Updated Galician translations for docFran Dieguez2011-09-181-49/+89
|
* Updated Galician translationsFran Dieguez2011-09-181-4769/+3828
|
* Updated Danish translationKenneth Nielsen2011-09-181-5068/+5188
|
* Updated Slovenian translationMatej Urbančič2011-09-171-3483/+3595
|
* Updated Japanese translationJiro Matsuzawa2011-09-171-2756/+2765
|
* Updated Punjabi TranslationA S Alam2011-09-161-2226/+2086
|
* Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-159-11/+28
|
* Reverting the previous commit.Vibha Yadav2011-09-152-35/+0
|
* Bug #657374 - mailto: attachment parameter can lead to accidental data ↵Vibha Yadav2011-09-152-0/+35
| | | | | | exfiltration Through warning on attaching Hidden/security files by mailto command.
* 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-141-19/+7
|
* Updated Spanish translationdmustieles2011-09-141-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-131-1930/+1941
|
* Updated Spanish translationdmustieles2011-09-131-116/+83
|
* Updated Spanish translationdmustieles2011-09-131-279/+276
|
* Fix syntax errorGabor Kelemen2011-09-121-1/+1
|
* Updated Hungarian translationGabor Kelemen2011-09-121-5159/+5425
|
* Updated Portuguese translationDuarte Loreto2011-09-121-5123/+5270
|
* Updated Spanish translationJorge González2011-09-121-44/+67
|
* Updated Latvian translation.Rudolfs Mazurs2011-09-121-2552/+2626
|
* User Docs: Fix order of sentences.Andre Klapper2011-09-121-2/+2
|
* Updated Spanish translationDaniel Mustieles2011-09-111-15/+6
|
* User Docs: Hide 'Other Settings' if there is no content. Thanks to Michael ↵Andre Klapper2011-09-116-12/+12
| | | | Hill for pointing this out
* User Docs: Add TODOs as pointed out by Michael HillAndre Klapper2011-09-112-0/+5
|
* Updated Spanish translationJorge González2011-09-111-22/+40
|
* Updated Spanish translationJorge González2011-09-101-181/+239
|
* Updated Indonesian translationAndika Triwidada2011-09-101-155/+106
|
* Updated Polish translation of default welcome mailPiotr Drąg2011-09-101-1/+1
|
* Updated Polish translation of default welcome mailPiotr Drąg2011-09-101-10/+8
|
* Make maintiner mode enabled by defaultJavier Jardón2011-09-091-1/+1
| | | | See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
* [l10n] Updated German doc translationMario Blättermann2011-09-091-13190/+5009
|
* Updated Polish translationPiotr Drąg2011-09-091-5120/+4666
|
* Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-091-8008/+9168
|
* Added hu to DOC_LINGUASGabor Kelemen2011-09-081-1/+1
|
* Added initial Hungarian translation by several authorsGabor Kelemen2011-09-081-0/+10259
|
* User Docs: Update CSS/WebKit integration version statementAndre Klapper2011-09-071-2/+2
|
* Updated British English translationBruce Cowan2011-09-071-5102/+5231
|
* Bug #657611 - Hidden error of invalid attendee on sendMilan Crha2011-09-071-1/+7
|
* Bug 658460 - alarm-notify issues runtime warningMatthew Barnes2011-09-071-0/+9
| | | | Block the default GApplication.activate() method from running.
* Bug #657386 - Changing default source doesn't unmark previous oneMilan Crha2011-09-072-11/+89
|
* Updated Slovenian translationMojca Ograjšek2011-09-071-7101/+2607
|
* Bug #655728 - Read proxy settings from GSettings since Gnome 3Milan Crha2011-09-061-36/+43
|
* User Docs: Add subsections to Receiving settings for better readability, use ↵Andre Klapper2011-09-0613-33/+209
| | | | lists everywhere
* User Docs: Include Security and Default tab pages in new EWS account ↵Andre Klapper2011-09-063-0/+3
| | | | settings page
* User Docs: Add missing includes for Exchange account typesAndre Klapper2011-09-061-1/+5
|
* User Docs: Add initial docu for EWS account setup. Thanks to Akhil Laddha ↵Andre Klapper2011-09-062-3/+74
| | | | for screenshots.
* Bug #655564 - Express remembers settings of not finished accountMilan Crha2011-09-062-5/+5
|
* Bug #655568 - Cursor lost after Collapse all threads calledMilan Crha2011-09-061-1/+16
|
* Bug #655709 - Hide 'Group by' in views when not supportedMilan Crha2011-09-063-2/+8
|
* Updated Spanish translationJorge González2011-09-051-68/+55
|
* Fix several issues pointed out by Jiří EischmannAndre Klapper2011-09-054-10/+10
|
* Updated Spanish translationJorge González2011-09-051-61/+73
|
* Updated Spanish translationJorge González2011-09-051-23/+16
|
* Updated Lithuanian translationAurimas Černius2011-09-041-1411/+1275
|
* Updated Spanish translationJorge González2011-09-041-60/+100
|
* Post-release version bump.Matthew Barnes2011-09-041-1/+1
|
* NEWS update for 3.1.91 release.EVOLUTION_3_1_91Matthew Barnes2011-09-041-0/+22
|
* Don't require online-accounts support for distcheck.Matthew Barnes2011-09-041-0/+1
| | | | Makes it possible to run "make distcheck" on non-GNOME 3 environments.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-04521-11588/+16877
|
* Updated Spanish translationJorge González2011-09-041-92/+103
|
* Fix wrong gconf value translations in az, eu, hi, kn, ml, ne, sq, te, xh. ↵Andre Klapper2011-09-049-29/+12
| | | | Fixes bug #569522, bug #569518, bug #569533, bug #569512, bug #569535, bug #569525, bug #569531, bug #569527, bug #569539.
* Add page explaining how to use address books as data source in LibreOffice. ↵Andre Klapper2011-09-041-0/+35
| | | | Fixes bug #252072
* Updated Spanish translationJorge González2011-09-031-5/+16
|
* Updated Spanish translationJorge González2011-09-031-102/+121
|
* Add page how to change keyboard shortcutsAndre Klapper2011-09-031-0/+31
|
* User Docs: Add info how to write a good bug reportAndre Klapper2011-09-031-3/+5
|
* Add "Contact Maps" to the configure summary.Matthew Barnes2011-09-031-0/+1
|
* User Docs: Improve wording and add hint about IRC applicationAndre Klapper2011-09-031-2/+2
|
* User Docs: Fix order of Outlook import stepsAndre Klapper2011-09-031-5/+6
|
* User Docs: fixed logo in title bar issueTiffany Antopolski2011-09-031-2/+3
|
* User Docs: Remove preceding './' from image path in <title> in the hope of ↵Andre Klapper2011-09-031-1/+1
| | | | library.gnome.org rendering it correctly afterwards. We will see if it works after the next tarball release...
* Consolidate MailFolderCache signal handlers.Matthew Barnes2011-09-022-162/+177
| | | | | | | Merging the "folder-deleted" and "folder-renamed" signal handlers in mail-config.c into the ones in e-mail-backend.c makes the account-mgmt branch a little easier, since e-mail-backend.c has resources I can't easily get to from mail-config.c.
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-09-022-2476/+2468
|
* Updated French translationBruno Brouard2011-09-021-4747/+4299
|
* Updated Spanish translationDaniel Mustieles2011-09-021-99/+63
|
* Updated Swedish translationDaniel Nylander2011-09-011-407/+411
|
* Bug 657836 - Work around g_unix_signal API changes.Matthew Barnes2011-09-011-1/+5
| | | | | | Work around GLib API churn with regard to registering UNIX signal callbacks on the main loop. GLib >= 2.29.5 calls the function one thing, GLib >= 2.29.19 calls it another.
* Create tar.xz files for 'make dist' onlyMilan Crha2011-08-311-1/+1
|
* Bug 657765 - Explicitly link libgnomecanvas against libmFrederic Peters2011-08-311-1/+2
| | | | | | We used to implicitly link to libm through gtk+, but that got dropped. http://mail.gnome.org/archives/desktop-devel-list/2011-August/msg00236.html
* Miscellaneous cleanups.Matthew Barnes2011-08-3123-355/+403
| | | | | | | Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch.
* Updated Spanish translationJorge González2011-08-311-59/+59
|
* Fix default in image-inline help string.Matthew Barnes2011-08-301-1/+1
|
* Disable inline-image plugin by default.Matthew Barnes2011-08-301-1/+1
| | | | Still waiting for a gtkimageview release that works with GTK+ 3.
* Updated Spanish translationJorge González2011-08-301-117/+96
|
* Updated Indonesian translationAndika Triwidada2011-08-291-1773/+1274
|
* Post-release version bump.Matthew Barnes2011-08-291-1/+1
|
* NEWS update for 3.1.90 release.EVOLUTION_3_1_90_FIXEDMatthew Barnes2011-08-291-0/+98
|
* Fix build break in libeshell.Matthew Barnes2011-08-291-0/+1
|
* Updated galician translationsFran Dieguez2011-08-281-224/+231
|
* Updated Galician translationsFran Dieguez2011-08-281-305/+307
|
* Updated Spanish translationJorge González2011-08-281-38/+64
|
* Updated Spanish translationJorge González2011-08-281-59/+82
|
* Updated Russian translationYuri Myasoedov2011-08-281-4915/+3963
|
* Fix enum generation problems in glib-gen.mak.Matthew Barnes2011-08-273-9/+12
| | | | | | | | | | | | | | | | | | | | | | Don't use pattern rules like %-enumtypes.h anymore because it matches installed header files like camel-enumtypes.h, so you get very strange things happening during the build like: .../camel/camel-enumtypes.h: e-util-enums.h glib-mkenums ... $^ > $@ when e-util-enums.h has a newer timestamp than camel-enumtypes.h. Instead, we'll use another variable name -- glib_enum_output -- to replace the %-enumtypes pattern rules like so: $(glib_enum_output).h: $(glib_enum_headers) glib-mkenums ... $^ > $@ $(glib_enum_output).c: $(glib_enum_headers) glib-mkenums ... $^ > $@ Also use $(AM_V_GEN) to get cleaner looking output while building.
* Updated Japanese translationOKANO Takayoshi2011-08-271-2372/+2540
|
* Updated Spanish translationDaniel Mustieles2011-08-271-182/+187
|
* Updated Spanish translationJorge González2011-08-271-24907/+11051
|
* Updated Spanish translationJorge González2011-08-271-11009/+24923
|
* Stick Account Editor widgets at the top, like it used to before gtk3Milan Crha2011-08-261-41/+72
|
* [mail-to-task] Uses incorrect function to free array of message uidsMilan Crha2011-08-261-5/+5
|
* Changing source in CompEditor blocks UIMilan Crha2011-08-265-114/+289
|
* Updated Norwegian bokmål translationKjartan Maraas2011-08-261-152/+153
|
* Bug #655551 - [mail-to-task] Pick organizer based on selected folder's storeMilan Crha2011-08-261-4/+11
|
* Bug #655549 - [mail-to-task] Ignores cancel of source select dialogMilan Crha2011-08-261-0/+2
|
* Bug #657310 - Crash when editing transport-only accountsMilan Crha2011-08-262-5/+13
|
* Bug #657396 - Rename Alarms tab to Reminders in preferencesMilan Crha2011-08-261-1/+1
|
* Bug #362366 - Dragging selected folder to message pane duplicates messagesMilan Crha2011-08-261-0/+13
|
* Bug #655708 - Unreadable tooltip for Memo/TaskMilan Crha2011-08-262-2/+16
|
* Fix two TODOs now that UI bug 655629 is fixedAndre Klapper2011-08-262-6/+4
|
* Bug #655629 - "Path:" label for spool file should be "File:" labelMilan Crha2011-08-262-0/+5
|
* Bug #655490 - Location chooser dialog for Weather calendar is too smallMilan Crha2011-08-261-1/+1
|
* Bug #655419 - "Save as iCalendar" misses mnemonicMilan Crha2011-08-262-2/+2
|
* User docs: Move TODO outside of sentence for translatorsAndre Klapper2011-08-251-1/+2
|
* User docs: Add info about strftime variablesAndre Klapper2011-08-252-5/+6
|
* Add explicit bug ID for TODO about missing Headers option in IMAP+Andre Klapper2011-08-251-1/+1
|
* User docs: Add explicit bug ID for TODO about UI issuesAndre Klapper2011-08-251-1/+1
|
* Bug #650839 - Add option for alarms into calendar preferencesMilan Crha2011-08-251-0/+42
|
* User docs: Fix wrong meeting invitation instructions; explain Inherit ↵Andre Klapper2011-08-251-3/+6
| | | | Reminder option to fix bug #587067
* User docs: Reorder buttons as shown in UIAndre Klapper2011-08-251-2/+2
|
* User docs: Warn about order of filters. Fixes bug #602906Andre Klapper2011-08-252-16/+20
|
* User docs: Fix copy and paste typoAndre Klapper2011-08-251-2/+2
|
* User Docs: Remove plenkingAndre Klapper2011-08-251-2/+2
|
* User docs: Add introduction sentence for switcher. Fixes bug #657028Andre Klapper2011-08-251-1/+4
|
* Updated Norwegian bokmål translationKjartan Maraas2011-08-251-306/+310
|
* Updated Spanish translationJorge González2011-08-251-147/+231
|
* Updated Spanish translationDaniel Mustieles2011-08-251-55/+58
|
* Updated Spanish translationDaniel Mustieles2011-08-251-114/+116
|
* Add image mimetype to user docAndre Klapper2011-08-251-8/+8
|
* Add image mimetype to user docAndre Klapper2011-08-251-3/+7
|
* Update a few fuzzy strings in Czech help translationAndre Klapper2011-08-251-15082/+1827
|
* Fix small typo in user docsAndre Klapper2011-08-251-1/+1
|
* Sync two strings in user docs to decrease work for translatorsAndre Klapper2011-08-252-4/+4
|
* Link to POP3 Extensions RFC to fix bug 317830Andre Klapper2011-08-241-2/+2
|
* Update user docs as per latest Preferences UI changes, see bug 655666Andre Klapper2011-08-242-3/+6
|
* Update user docs now that bug 655666 is fixedAndre Klapper2011-08-241-4/+3
|
* Bug #652914 - IMAP: moving mail puts a copy into real Trash tooMilan Crha2011-08-241-12/+85
|
* Updated Swedish translationDaniel Nylander2011-08-241-2055/+1473
|
* [l10n] Updated German help translation screen-shotsChristian Kirbach2011-08-241-8136/+4039
|
* Updated Spanish translationJorge González2011-08-241-120/+123
|
* Bug #655666 - Split task preferences into its own tabMilan Crha2011-08-233-92/+118
|
* Updated Serbian translationМирослав Николић2011-08-232-9433/+8803
|
* Very slow filling of EMSubscriptionEditor tree viewMilan Crha2011-08-231-7/+21
|
* Updated Tamil translationDr.T.Vasudevan2011-08-231-4704/+4881
|
* [l10n] Updated German translationChristian Kirbach2011-08-231-1780/+1859
|
* Updated Spanish screenshot, fixes bug #657102Jorge González2011-08-231-0/+0
|
* Add translator comment for screenshot in docsAndre Klapper2011-08-231-1/+2
|
* Updated Spanish translationJorge González2011-08-231-9791/+313
|
* Bug #652092 - 'Mark messages as read' doesn't work with search folderMilan Crha2011-08-221-7/+15
|
* Updated Spanish translationJorge González2011-08-222-45/+36
|
* update Punjabi TranslationA S Alam2011-08-211-5335/+6016
|
* Updated Spanish translationJorge González2011-08-201-0/+0
|
* Updated Spanish translationJorge González2011-08-201-0/+0
|
* Updated Spanish translationJorge González2011-08-202-122/+106
|
* Updated Spanish translationDaniel Mustieles2011-08-201-5/+5
|