claws.git
9 years agoSync Spanish manual translation
Ricardo Mones [Wed, 25 Feb 2015 12:50:16 +0000 (13:50 +0100)]
Sync Spanish manual translation

9 years agoFix bug #3389 ‘document 'F12' shortcut’
Ricardo Mones [Wed, 25 Feb 2015 12:49:00 +0000 (13:49 +0100)]
Fix bug #3389 ‘document 'F12' shortcut’

9 years agoFetchinfo: slightly improve prefs, add hints
Ricardo Mones [Thu, 19 Feb 2015 23:46:31 +0000 (00:46 +0100)]
Fetchinfo: slightly improve prefs, add hints

9 years agoFix widget spacing in toolbar preferences pages
Ricardo Mones [Thu, 19 Feb 2015 00:19:01 +0000 (01:19 +0100)]
Fix widget spacing in toolbar preferences pages

9 years agoNotification plugin: standardise preferences
Ricardo Mones [Wed, 11 Feb 2015 00:08:54 +0000 (01:08 +0100)]
Notification plugin: standardise preferences

Make notification preferences look more like the rest of application:
 • Browse button for file selections
 • Remove colons from labels
 • Label with unit(s) after spinners where appropriate
 • Use hints for special values
 • Use frames to group related widgets
 • Package widgets without tables and use existing macros

9 years agoFix bug #3380. Initialize widget before callback handler for 'clicked'
Michael Rasmussen [Thu, 5 Feb 2015 00:21:31 +0000 (01:21 +0100)]
Fix bug #3380. Initialize widget before callback handler for 'clicked'

9 years agoFix bug #3363 “preferences page composition seems weird”
Ricardo Mones [Thu, 29 Jan 2015 20:33:33 +0000 (21:33 +0100)]
Fix bug #3363 “preferences page composition seems weird”

9 years agoFancy: improve readability and standardise labels
Ricardo Mones [Thu, 29 Jan 2015 01:04:12 +0000 (02:04 +0100)]
Fancy: improve readability and standardise labels

9 years agoLibravatar: more compact prefs, add hint to entry
Ricardo Mones [Mon, 26 Jan 2015 23:47:21 +0000 (00:47 +0100)]
Libravatar: more compact prefs, add hint to entry

9 years agoMac-Cyrillic menu updates. patch by Anton Butanaev
Paul [Mon, 26 Jan 2015 05:03:29 +0000 (05:03 +0000)]
Mac-Cyrillic menu updates. patch by Anton Butanaev

9 years agoAddressKeeper: improve preferences panel
Ricardo Mones [Sun, 25 Jan 2015 19:03:35 +0000 (20:03 +0100)]
AddressKeeper: improve preferences panel

9 years agoAttachWarner: rearrange checkbox, standardise labels
Ricardo Mones [Thu, 22 Jan 2015 23:54:12 +0000 (00:54 +0100)]
AttachWarner: rearrange checkbox, standardise labels

9 years agoRemove GTK+ checks lower than required version
Ricardo Mones [Sat, 17 Jan 2015 16:31:24 +0000 (17:31 +0100)]
Remove GTK+ checks lower than required version

INSTALL file says 2.16 is required since some time ago, hence
removing these remnants from the glorious days of GTK+2 :)

9 years agoadd support for x-mac-cyrillic encoding.
Paul [Mon, 19 Jan 2015 09:21:52 +0000 (09:21 +0000)]
add support for x-mac-cyrillic encoding.

patch by Anton Butanaev.

9 years agoFix bug #3364, segfault in src/wizard.c: add missing return
Colin Leroy [Wed, 14 Jan 2015 15:46:21 +0000 (16:46 +0100)]
Fix bug #3364, segfault in src/wizard.c: add missing return
Fix bug #3365, segfault in src/prefs_account.c: add missing return

9 years agoFix bug# 3098: add auth to context and handle error
Ricardo Mones [Sat, 15 Nov 2014 11:39:18 +0000 (12:39 +0100)]
Fix bug# 3098: add auth to context and handle error

9 years agoRSSyl: preferences for HTTP auth basic
Ricardo Mones [Sat, 15 Nov 2014 11:38:18 +0000 (12:38 +0100)]
RSSyl: preferences for HTTP auth basic

9 years agoRSSyl: support HTTP basic auth in libfeed
Ricardo Mones [Sat, 15 Nov 2014 11:30:14 +0000 (12:30 +0100)]
RSSyl: support HTTP basic auth in libfeed

9 years agoAdd support for SCRAM-SHA-1 authentication mechanism (via libetpan) to IMAP.
Andrej Kacian [Sat, 3 Jan 2015 02:42:30 +0000 (03:42 +0100)]
Add support for SCRAM-SHA-1 authentication mechanism (via libetpan) to IMAP.

9 years agoRSSyl: Day-of-week name in RFC822 timestamps is optional.
Andrej Kacian [Thu, 8 Jan 2015 21:51:04 +0000 (22:51 +0100)]
RSSyl: Day-of-week name in RFC822 timestamps is optional.

9 years agoFix bug #1797 “quicksearch could also search the Cc field”
Ricardo Mones [Mon, 5 Jan 2015 09:55:52 +0000 (10:55 +0100)]
Fix bug #1797 “quicksearch could also search the Cc field”

Updated patch by Barry Warsaw <barry@python.org>, thanks!

9 years agoRSSyl: Fix handling of feeds with encodings unknown to expat. Turns out the only...
Andrej Kacian [Thu, 1 Jan 2015 22:36:36 +0000 (23:36 +0100)]
RSSyl: Fix handling of feeds with encodings unknown to expat. Turns out the only thing missing was that HAVE_ICONV macro (from config.h) was not defined in parser.c, so our "unknown encoding" expat handler function did nothing. Fixes bug #3339.

9 years agoUse AC_CHECK_LIB instead of AC_SEARCH_LIBS, to prevent adding -larchive to global...
Andrej Kacian [Mon, 22 Dec 2014 18:42:55 +0000 (19:42 +0100)]
Use AC_CHECK_LIB instead of AC_SEARCH_LIBS, to prevent adding -larchive to global LIBS variable. This gets rid of superfluous dynamic link against libarchive in all built executables (claws-mail and plugins).

9 years agoFix bug #3354, "Event cancellation uses incorrect method parameter for Content-Type...
Colin Leroy [Fri, 19 Dec 2014 15:26:37 +0000 (16:26 +0100)]
Fix bug #3354, "Event cancellation uses incorrect method parameter for Content-Type header"

9 years agoBetter fix for bug #3349 (almost all the needed code was there :-)
Colin Leroy [Fri, 19 Dec 2014 15:23:00 +0000 (16:23 +0100)]
Better fix for bug #3349 (almost all the needed code was there :-)

9 years agoMerge remote-tracking branch 'jakub-kicinski/for-master'
Colin Leroy [Thu, 18 Dec 2014 09:18:48 +0000 (10:18 +0100)]
Merge remote-tracking branch 'jakub-kicinski/for-master'

9 years agoImprove feedback to user when bug #3349
Ricardo Mones [Wed, 17 Dec 2014 15:45:12 +0000 (16:45 +0100)]
Improve feedback to user when bug #3349

9 years agofix bug 3351, 'Two problems when re-sending a file with an attachment' (really one...
Paul [Mon, 15 Dec 2014 21:42:25 +0000 (21:42 +0000)]
fix bug 3351, 'Two problems when re-sending a file with an attachment' (really one problem, though)

9 years agoUse memset to initialize struct etpan_thread_op
Jakub Kicinski [Fri, 12 Dec 2014 09:00:51 +0000 (10:00 +0100)]
Use memset to initialize struct etpan_thread_op

also remove duplicated zeroing.

9 years agoSynchronize mailimap deletion against async operations
Jakub Kicinski [Fri, 12 Dec 2014 08:48:57 +0000 (09:48 +0100)]
Synchronize mailimap deletion against async operations

Right now main thread can free mailimap while its background thread
is still performing operations on it. Fix it by moving deletion to
the worker thread and making sure nobody uses stale pointers.

9 years agoSwap return value and argument of imap_threaded_capability()
Jakub Kicinski [Fri, 12 Dec 2014 08:17:34 +0000 (09:17 +0100)]
Swap return value and argument of imap_threaded_capability()

imap_threaded_capability() is the only imap_threaded_*() function
which does not return status, instead status is written to a pointer
passed as argument and function returns retrieved capabilities. To
unify behaviour of all imap_threaded_*() functions make it return
status and pass capabilities through an out argument.

9 years agowhen cancelling a msg written with an external editor, get rid of the draft copy...
Paul [Tue, 9 Dec 2014 10:46:49 +0000 (10:46 +0000)]
when cancelling a msg written with an external editor, get rid of the draft copy. thanks to Darko Koruga.

9 years agoCompose window: Change Subject mnemonic from 's' to 'u', since 's' is already used...
Andrej Kacian [Tue, 9 Dec 2014 09:14:40 +0000 (10:14 +0100)]
Compose window: Change Subject mnemonic from 's' to 'u', since 's' is already used by Spelling menu.

9 years agoCompose window: sender address line gets its own label with a mnemonic, similar to...
Andrej Kacian [Mon, 8 Dec 2014 22:08:29 +0000 (23:08 +0100)]
Compose window: sender address line gets its own label with a mnemonic, similar to Subject line.

9 years agoProperly allocate buffer in conv_encode_header_full() for quoted-printable encoding...
Andrej Kacian [Sun, 7 Dec 2014 22:31:41 +0000 (23:31 +0100)]
Properly allocate buffer in conv_encode_header_full() for quoted-printable encoding. Closes bug #3338, reported by Michael Hughes.

9 years agoCompose window: activating the GtkEntry with sender address activates the account...
Andrej Kacian [Sun, 7 Dec 2014 21:33:26 +0000 (22:33 +0100)]
Compose window: activating the GtkEntry with sender address activates the account selection combobox. Closes bug #3345, reported by  Barry Warsaw.

9 years agoFix crash opening folder (Debian bug #771737)
Ricardo Mones [Thu, 4 Dec 2014 15:02:57 +0000 (16:02 +0100)]
Fix crash opening folder (Debian bug #771737)

See https://bugs.debian.org/771737 for details.

9 years agoFix possible buffer overflow (CVE 2010-5109)
Ricardo Mones [Sat, 29 Nov 2014 21:53:33 +0000 (22:53 +0100)]
Fix possible buffer overflow (CVE 2010-5109)

Patch by Petr Písař <ppisar@redhat.com>
RedHat bug: https://bugzilla.redhat.com/show_bug.cgi?id=831322
Debian bug: https://bugs.debian.org/771360

9 years agoRSSyl: Fix argument order for strstr() in Atom parser.
Andrej Kacian [Thu, 27 Nov 2014 02:23:46 +0000 (03:23 +0100)]
RSSyl: Fix argument order for strstr() in Atom parser.

9 years agoRSSyl: Ignore rel="..." feed link in Atom parser.
Andrej Kacian [Thu, 27 Nov 2014 02:22:17 +0000 (03:22 +0100)]
RSSyl: Ignore rel="..." feed link in Atom parser.

9 years agoRSSyl: Do not run html entity replacement on URL and item id strings when adding...
Andrej Kacian [Thu, 27 Nov 2014 01:12:42 +0000 (02:12 +0100)]
RSSyl: Do not run html entity replacement on URL and item id strings when adding an item.

9 years agoRSSyl: Fix allocated buffer size in previous commit to include space for terminating...
Andrej Kacian [Thu, 27 Nov 2014 01:12:06 +0000 (02:12 +0100)]
RSSyl: Fix allocated buffer size in previous commit to include space for terminating null byte; Fix minor logic bug.

9 years agoRSSyl: Wrote more robust replacing of HTML character references. We now handle decima...
Andrej Kacian [Thu, 27 Nov 2014 00:00:11 +0000 (01:00 +0100)]
RSSyl: Wrote more robust replacing of HTML character references. We now handle decimal references (&#1234;), in addition to few selected named references.

9 years agoBug #2577 → improve focus rectangle removal in summaryview
Ricardo Mones [Mon, 24 Nov 2014 00:43:10 +0000 (01:43 +0100)]
Bug #2577 → improve focus rectangle removal in summaryview

Patch by Andreas Rönnquist, thanks!

9 years agoRSSyl: fix crash introduced by previous commit
Andrej Kacian [Mon, 24 Nov 2014 00:09:52 +0000 (01:09 +0100)]
RSSyl: fix crash introduced by previous commit

9 years agoRSSyl: Convert relative URLs in Atom entries to absolute URLs, using feed's <link...
Andrej Kacian [Sun, 23 Nov 2014 21:20:37 +0000 (22:20 +0100)]
RSSyl: Convert relative URLs in Atom entries to absolute URLs, using feed's <link> tag, if possible.

9 years agoFix address out of bounds crash while decoding mails
Ricardo Mones [Mon, 17 Nov 2014 20:28:28 +0000 (21:28 +0100)]
Fix address out of bounds crash while decoding mails

For reference last stack frame:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff1e820ca in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt full
No symbol table info available.
    encoded_str=0x7fffffff23e6 "=?UTF-8?B?RGF2aWQgUHLDqXZvdA==?= <david@tilapin.org>", addr_field=1) at unmime.c:135
        decoded_text = 0xffffffffcdd6a0c0 <Address 0xffffffffcdd6a0c0 out of bounds>
        quote_p = 0x0
        len = 5
        p = 0x7fffffff23e6 "=?UTF-8?B?RGF2aWQgUHLDqXZvdA==?= <david@tilapin.org>"
        eword_begin_p = 0x7fffffff23e6 "=?UTF-8?B?RGF2aWQgUHLDqXZvdA==?= <david@tilapin.org>"
        encoding_begin_p = 0x7fffffff23ed "?B?RGF2aWQgUHLDqXZvdA==?= <david@tilapin.org>"
        text_begin_p = 0x7fffffff23ef "?RGF2aWQgUHLDqXZvdA==?= <david@tilapin.org>"
        eword_end_p = 0x7fffffff2404 "?= <david@tilapin.org>"
        charset = "UTF-8", '\000' <repeats 19 times>, "\001\000\000\000\000\000\000"
        encoding = 66 'B'
        conv_str = 0x7fffcdd6a730 "\003"
        outbuf = 0xe45380
        out_str = 0x7fffcdd60e50 "E1Xq7ru-0002EK-Ro@franck.debian.org"
        out_len = 13
        in_quote = 0

9 years ago* Add a warning in case the length of the string isn't the length of
Colin Leroy [Mon, 17 Nov 2014 14:13:12 +0000 (15:13 +0100)]
* Add a warning in case the length of the string isn't the length of
the decoded base64 content.
* Base64-encoded crypt results of the passwords can contain \0, so
treat them as binary.

9 years agoAdd a wrapper function to decode base64, returning a null-terminated string.
Colin Leroy [Mon, 17 Nov 2014 13:47:15 +0000 (14:47 +0100)]
Add a wrapper function to decode base64, returning a null-terminated string.

9 years agoFix use after free
Colin Leroy [Mon, 17 Nov 2014 08:24:58 +0000 (09:24 +0100)]
Fix use after free

9 years agoFix double free
Colin Leroy [Sun, 16 Nov 2014 13:25:12 +0000 (14:25 +0100)]
Fix double free

9 years agoRemove double-free in SMTP AUTH PLAIN handling code.
Andrej Kacian [Sat, 15 Nov 2014 20:40:09 +0000 (21:40 +0100)]
Remove double-free in SMTP AUTH PLAIN handling code.

9 years agoGet rid of a forgotten debug_print().
Andrej Kacian [Sat, 15 Nov 2014 20:37:39 +0000 (21:37 +0100)]
Get rid of a forgotten debug_print().

9 years agoFix SMTP LOGIN auth method.
Andrej Kacian [Sat, 15 Nov 2014 20:11:36 +0000 (21:11 +0100)]
Fix SMTP LOGIN auth method.

9 years agofix a couple of memory leaks
Michael Rasmussen [Sat, 15 Nov 2014 19:37:20 +0000 (20:37 +0100)]
fix a couple of memory leaks

9 years agoUse GLib's implementation of Base64 instead of our own.
Andrej Kacian [Sat, 15 Nov 2014 11:22:03 +0000 (12:22 +0100)]
Use GLib's implementation of Base64 instead of our own.

9 years agoMerge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
Michael Rasmussen [Fri, 14 Nov 2014 23:41:21 +0000 (00:41 +0100)]
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws

9 years agoremove unused code relating to old unsupported version of libarchive
Michael Rasmussen [Fri, 14 Nov 2014 23:40:48 +0000 (00:40 +0100)]
remove unused code relating to old unsupported version of libarchive

9 years agoBogofilter: In addition to deleting or saving a spam message, allow third option...
Andrej Kacian [Fri, 7 Nov 2014 18:11:34 +0000 (19:11 +0100)]
Bogofilter: In addition to deleting or saving a spam message, allow third option, where such message is only marked as spam, but is let through for user to handle it further (perhaps via filtering rules).

9 years agoIncrease allowed range for age matcher condition widget. 10000 should be enough for...
Andrej Kacian [Mon, 10 Nov 2014 20:44:19 +0000 (21:44 +0100)]
Increase allowed range for age matcher condition widget. 10000 should be enough for everyone.

9 years agoFix bug #3321 → revert "Remove unreachable code"
Ricardo Mones [Tue, 4 Nov 2014 15:48:06 +0000 (16:48 +0100)]
Fix bug #3321 → revert "Remove unreachable code"

This reverts commit 8090f02e4d5c41be4325f0a13d6b0d98ca03684b.
Many thanks to Andreas Rönnquist for the enlightenment!

9 years agoRevert "RSSyl: Lose the .deleted file on folder move for now" - it will work now...
Andrej Kacian [Sun, 2 Nov 2014 12:22:02 +0000 (13:22 +0100)]
Revert "RSSyl: Lose the .deleted file on folder move for now" - it will work now, after last commit

This reverts commit f59759b1ba4e3f02cd87450761da89059d645684.

9 years agoWhen copying a folder, copy its metadata before copying contents.
Andrej Kacian [Sat, 1 Nov 2014 10:27:41 +0000 (11:27 +0100)]
When copying a folder, copy its metadata before copying contents.

9 years agoMerge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
wwp [Fri, 31 Oct 2014 10:17:29 +0000 (11:17 +0100)]
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws

9 years agoFix compat with libarchive 2.8.x (killed by 3.10.1-85-ga5e54ec).
wwp [Fri, 31 Oct 2014 10:04:24 +0000 (11:04 +0100)]
Fix compat with libarchive 2.8.x (killed by 3.10.1-85-ga5e54ec).

9 years agobetter implementation of 420e8349978b7c927a80f1a5dd63fd737526feed. thanks to Ticho...
Paul [Fri, 31 Oct 2014 09:23:24 +0000 (09:23 +0000)]
better implementation of 420e8349978b7c927a80f1a5dd63fd737526feed. thanks to Ticho for the push.

9 years agoupdate sf.net project link
Paul [Thu, 30 Oct 2014 18:52:28 +0000 (18:52 +0000)]
update sf.net project link

9 years agoimplement RFE 3314, 'user can't see validity of gpg signatures' [SIC]
Paul [Thu, 30 Oct 2014 18:21:13 +0000 (18:21 +0000)]
implement RFE 3314, 'user can't see validity of gpg signatures' [SIC]

also a little reformatting of similar strings

9 years agoFix bug #3211 ‘Fails to build in Debian hurd-i386’
Ricardo Mones [Tue, 28 Oct 2014 16:34:28 +0000 (17:34 +0100)]
Fix bug #3211 ‘Fails to build in Debian hurd-i386’

9 years agoRecover desktop file installation
Ricardo Mones [Tue, 28 Oct 2014 16:20:23 +0000 (17:20 +0100)]
Recover desktop file installation

9 years agoFix categories and recover keywords in desktop file
Ricardo Mones [Tue, 28 Oct 2014 15:59:16 +0000 (16:59 +0100)]
Fix categories and recover keywords in desktop file

9 years agobuild libindicate support with indicate 0.6 and indicate 0.7
Paul [Tue, 28 Oct 2014 11:16:45 +0000 (11:16 +0000)]
build libindicate support with indicate 0.6 and indicate 0.7

9 years agoin preparation for release 3.11.1 3.11.1
Paul [Mon, 27 Oct 2014 18:54:50 +0000 (18:54 +0000)]
in preparation for release 3.11.1

9 years agoadd Norwegian Bokmål translation, submiited by Eyolf Østrem
Paul [Mon, 27 Oct 2014 18:05:08 +0000 (18:05 +0000)]
add Norwegian Bokmål translation, submiited by Eyolf Østrem

9 years agoremove all traces of intltool, and hence don't install appdata, because it's broken...
Paul [Mon, 27 Oct 2014 17:29:02 +0000 (17:29 +0000)]
remove all traces of intltool, and hence don't install appdata, because it's broken (yes, still!)

9 years agoMerge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
Paul [Mon, 27 Oct 2014 17:21:34 +0000 (17:21 +0000)]
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws

Conflicts:
po/bg.po

9 years agofix fatal error
Paul [Mon, 27 Oct 2014 17:19:44 +0000 (17:19 +0000)]
fix fatal error

9 years agoRSSyl: Allow use of .netrc by libcurl. Bug/enhancement #3309, by Vincent Pelletier
Andrej Kacian [Fri, 24 Oct 2014 22:57:43 +0000 (00:57 +0200)]
RSSyl: Allow use of .netrc by libcurl. Bug/enhancement #3309, by Vincent Pelletier

9 years agoFix format for translated desktop keywords
Ricardo Mones [Thu, 23 Oct 2014 18:47:18 +0000 (20:47 +0200)]
Fix format for translated desktop keywords

9 years agoRSSyl: Fix memory leak caused by last commit.
Andrej Kacian [Thu, 23 Oct 2014 16:38:56 +0000 (18:38 +0200)]
RSSyl: Fix memory leak caused by last commit.

9 years agoRSSyl: start using folder cache
Andrej Kacian [Thu, 23 Oct 2014 16:33:42 +0000 (18:33 +0200)]
RSSyl: start using folder cache

9 years agoFree newly created strings from g_markup_printf_escaped
Ricardo Mones [Thu, 23 Oct 2014 07:56:19 +0000 (09:56 +0200)]
Free newly created strings from g_markup_printf_escaped

Fixes also build with hardening flags:
• rssyl_update_feed.c:124:6: error: format not a string literal and no
  format arguments [-Werror=format-security]
• rssyl_update_feed.c:135:8: error: format not a string literal and no
  format arguments [-Werror=format-security]
• rssyl_update_feed.c:222:6: error: format not a string literal and no
  format arguments [-Werror=format-security]

9 years agoUse gnutls_priority override for STARTTLS as well.
Andrej Kacian [Wed, 22 Oct 2014 15:04:56 +0000 (17:04 +0200)]
Use gnutls_priority override for STARTTLS as well.

9 years agoUse gnutls_priority override also for POP3 connections.
Andrej Kacian [Tue, 21 Oct 2014 17:47:38 +0000 (19:47 +0200)]
Use gnutls_priority override also for POP3 connections.

9 years agoRSSyl: fix markup escaping in one more alertpanel_error in rssyl_update_feed()
Andrej Kacian [Tue, 21 Oct 2014 15:08:27 +0000 (17:08 +0200)]
RSSyl: fix markup escaping in one more alertpanel_error in rssyl_update_feed()

9 years agofix bug 3306, 'HTML tag </b> is not always rendered in error dialog'
Paul [Tue, 21 Oct 2014 10:55:42 +0000 (11:55 +0100)]
fix bug 3306, 'HTML tag </b> is not always rendered in error dialog'

9 years agouse standard hyphen-less "Claws Mail" in user-facing strings. Thanks to Thomas Bellmann.
Paul [Tue, 21 Oct 2014 10:14:53 +0000 (11:14 +0100)]
use standard hyphen-less "Claws Mail" in user-facing strings. Thanks to Thomas Bellmann.

9 years agofix some missing whitespace, and standardise the placement of the whitespace. thanks...
Paul [Tue, 21 Oct 2014 10:10:34 +0000 (11:10 +0100)]
fix some missing whitespace, and standardise the placement of the whitespace. thanks to Thomas Bellmann.

9 years agosome improvement to appdata summaries
Paul [Tue, 21 Oct 2014 09:53:14 +0000 (10:53 +0100)]
some improvement to appdata summaries

9 years agofix `make dist` 3.11.0
Paul [Mon, 20 Oct 2014 19:26:22 +0000 (20:26 +0100)]
fix `make dist`

9 years ago3.11.0 unleashed!
Paul [Mon, 20 Oct 2014 19:06:29 +0000 (20:06 +0100)]
3.11.0 unleashed!

9 years agoRSSyl: when user chooses a different folder name for a newly subscribed feed, store...
Andrej Kacian [Mon, 20 Oct 2014 19:00:57 +0000 (21:00 +0200)]
RSSyl: when user chooses a different folder name for a newly subscribed feed, store the official title, so that it doesn't revert back after first feed update.

9 years agoupdated translations
Paul [Mon, 20 Oct 2014 18:46:19 +0000 (19:46 +0100)]
updated translations

submitted by Yasen Pramatarov, Thomas Bellmann, Sian Mountbatten, Ricardo Mones Lastra,
Flammie Pirinen, "Genghis Khan", Mindaugas, Marcel Pol, Frederico Goncalves Guimaraes,
Slavko, and Andreas Rönnquist

9 years agofix building with --disable-nls
Paul [Mon, 20 Oct 2014 18:39:15 +0000 (19:39 +0100)]
fix building with --disable-nls

9 years agoyou don't get into AUTHORS just for suggesting an idea, and that's all that the contr...
Paul [Mon, 20 Oct 2014 16:49:03 +0000 (17:49 +0100)]
you don't get into AUTHORS just for suggesting an idea, and that's all that the contribution is now

9 years agofix `make dist`
Paul [Mon, 20 Oct 2014 16:43:46 +0000 (17:43 +0100)]
fix `make dist`

9 years agoRSSyl: Lose the .deleted file on folder move for now
Andrej Kacian [Sun, 19 Oct 2014 01:54:04 +0000 (03:54 +0200)]
RSSyl: Lose the .deleted file on folder move for now

9 years agoRSSyl: Copy RFolderItem private data properly.
Andrej Kacian [Sat, 18 Oct 2014 11:55:38 +0000 (13:55 +0200)]
RSSyl: Copy RFolderItem private data properly.

9 years agoRevert "RSSyl: Just copy all of the custom folderlist xml tags in copy_private_data...
Andrej Kacian [Sat, 18 Oct 2014 11:18:17 +0000 (13:18 +0200)]
Revert "RSSyl: Just copy all of the custom folderlist xml tags in copy_private_data via folder_item_{get,set}_xml class functions, instead of handling feed properties one by one."

This reverts commit dc8728ee3222dbe49cdac81e6dc72b2ba206a046.

9 years agoDisable SSL3.0 entirely as a Poodle fix.
Colin Leroy [Thu, 16 Oct 2014 12:35:46 +0000 (14:35 +0200)]
Disable SSL3.0 entirely as a Poodle fix.