Commit graph

9304 commits

Author SHA1 Message Date
Andrej Kacian
22a32c9260 Reenabled regexps on Windows.
Built libregex doesn't seem to leak anymore.
2015-11-20 12:45:16 +01:00
Ricardo Mones
cef63ad02b Fix bug #3566: add missing locales to Eastern nameorder
Thanks to Páder Rezső for the patch!
2015-11-18 14:13:51 +01:00
Paul
3a8df4ede9 reinistate 1b32cc6794 but with an addition check, eliminating the unwanted behaviour 2015-11-17 18:12:36 +00:00
Colin Leroy
fee90dbf34 Fix bug #3559 more correctly 2015-11-17 11:11:56 +01:00
Ricardo Mones
4c14c38f44 Fix bug #3565 by reverting “fix bug 3559, 'Opening preferences window causes out of bounds read'”
This reverts commit 0314464dd5.
2015-11-17 10:59:51 +01:00
Colin Leroy
8f65fc9f8b Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws 2015-11-16 10:17:24 +01:00
Colin Leroy
2a2a1bd7db Fix bug #3563 (URL parser will read out of bounds when closing bracket is missing in get_url_part)
Patch by Hanno Boeck
2015-11-16 10:04:16 +01:00
Paul
0314464dd5 fix bug 3559, 'Opening preferences window causes out of bounds read'
patch by Hanno Boeck
2015-11-15 13:45:43 +00:00
Paul
55dfdd72bf fix typos 2015-11-15 13:08:55 +00:00
Paul
5a62dd7ed4 more sanitizing of translatable strings 2015-11-15 12:59:23 +00:00
Paul
90e7c5fe54 remove most of the markup from translatable strings 2015-11-14 11:44:17 +00:00
Paul
129afc04be remove the internally used plus symbol from the translatable strings 2015-11-14 10:36:49 +00:00
Paul
f90abad06b use correct term, so that notes for translators appear in the po files 2015-11-14 09:38:31 +00:00
Ricardo Mones
bffd6c59e8 Update array of recognised TLDs 2015-11-14 02:49:27 +01:00
Ricardo Mones
63050e7bef Add a list of alternative TLDs
Mostly from https://en.wikipedia.org/wiki/Alternative_DNS_root
2015-11-14 02:46:58 +01:00
Ricardo Mones
ca641f7813 Support adding domains from a file 2015-11-14 02:45:37 +01:00
Andrej Kacian
bcc39aa690 Removed two unnecessary debug_print()s from procheader.c. 2015-11-13 16:43:42 +01:00
Colin Leroy
2d95171a97 One more leak (introduced in previous commit) 2015-11-13 13:47:48 +01:00
Colin Leroy
e72d26e923 Wow. Such data, so leak, very unfreed 2015-11-13 11:47:09 +01:00
Colin Leroy
49d9491bae More null pointer dereference fixes 2015-11-13 10:49:25 +01:00
Colin Leroy
24e8816b79 Fix null pointer dereference 2015-11-13 10:29:56 +01:00
Colin Leroy
de770e4c9c Fix null pointer dereference 2015-11-13 10:28:05 +01:00
Colin Leroy
416fbdb5fa Remove stupid function 2015-11-13 10:23:01 +01:00
Colin Leroy
24f49cb6a7 Fix null pointer dereference 2015-11-13 10:21:02 +01:00
Colin Leroy
d7e8f00201 Fix overflow 2015-11-13 10:17:25 +01:00
Colin Leroy
90028bb20a Fix overflow 2015-11-13 10:17:19 +01:00
Colin Leroy
d552194e1b Fix overflow 2015-11-13 10:15:21 +01:00
Colin Leroy
53b36de8db Better fix for buffer overrun 2015-11-13 09:46:16 +01:00
Ricardo Mones
8eadc80ce1 Update list of recognised TLDs to current
Using the script in previous commit :-)
2015-11-12 17:32:29 +01:00
Ricardo Mones
fbfed23b5c Script to print IANA's TLD list as C array 2015-11-12 17:31:20 +01:00
Andrej Kacian
967a512bbc Do not add mailto: prefix for URIs with protocol part.
Closes bug #3562.
2015-11-11 21:42:16 +01:00
Andrej Kacian
e6e7695705 Let imap_get_num_list() unlock the session itself.
Instead of leaving it to another function it calls.
2015-11-11 21:15:24 +01:00
Andrej Kacian
a5304d00b2 Do not use chdir() in addrharvest.c. 2015-11-11 16:30:11 +01:00
Andrej Kacian
37c86c13b4 Do not use chdir() in remove_all_files(). 2015-11-11 16:15:34 +01:00
Paul
f2952c9fb8 fix bug 3561, 'HTML <a> tag with no href makes message display incorrectly.'
based on patch by Andy Balaam
2015-11-10 15:20:23 +00:00
Paul
b1168c7ffc workaround broken links in html
normally, with unbroken html, we'd never get here cos it would have
breaked before.
2015-11-10 14:29:13 +00:00
Paul
b490620975 find correct mime type of files with no suffix, e.g. Makefile
Patch by Blatinox.
2015-11-08 11:41:15 +00:00
Ricardo Mones
d33faf750f Fix libetpan version test
For current libetpan versioning schema ;-)
Thanks Brian Morrison for the heads up!
2015-11-06 12:10:02 +01:00
Colin Leroy
d390fa07f5 Make sure we don't run out of the output buffer. Maybe fixes bug #3557 2015-11-04 22:40:32 +01:00
Ricardo Mones
03500608c8 Russian translation for desktop file actions 2015-11-02 01:53:22 +01:00
Paul
22a0f60092 revert 1b32cc6794
it was a regression, and causes 'end of file' message on checking sig
of a key not in the keyring, whereas without it you get the 'Key KEYID
not avilable...' message instead. If there is a fix, that was not it.
2015-11-01 15:52:58 +00:00
Paul
86725cb98b make safe behaviour the default, autosave_encrypted off 2015-10-29 08:24:42 +00:00
Andrej Kacian
84aca59b36 Convert filename to UTF-16 before passing it to ShellExecute().
Closes bug #3454 (Windows).
2015-10-28 14:40:28 +01:00
Colin Leroy
0b6cbe3f30 Add a fast way to search for Message-ID (at least) 2015-10-26 15:44:59 +01:00
Paul
3a611edf84 fix bug 3375, 'Crash (SEGV) at gtkcmctree.c:4514 after deleting an unread message'
Patch by Arthur Huillet.
2015-10-23 11:20:22 +01:00
Ricardo Mones
9154e4ca6e Add Hebrew translation to desktop file
Thanks to Genghis Khan! Also added some desktop actions translations
for languages I'm familiarised with.
2015-10-23 10:47:43 +02:00
Ricardo Mones
cf327d607e Set option to its own row 2015-10-22 16:28:38 +02:00
Ricardo Mones
78294fa3af Added Russian translation to desktop file
Thanks to Mikhail Kurinnoi
2015-10-22 09:25:45 +02:00
Ricardo Mones
ffd9bc6151 Fix bug #3151 ‘loaded vCalendar plugin "disables"…
…gnome-shells calendar view entries’
2015-10-21 22:54:47 +02:00
Ricardo Mones
cfb4a36cbd Fix spacing (and my .vimrc ;-P) 2015-10-21 22:53:08 +02:00