claws.git
5 years agodocument new Portuguese translator
Paul [Fri, 14 Dec 2018 07:21:32 +0000 (07:21 +0000)]
document new Portuguese translator

5 years agoUpdate list of TLDs for release
Ricardo Mones [Fri, 14 Dec 2018 00:15:21 +0000 (01:15 +0100)]
Update list of TLDs for release

5 years agoUpdate Spanish translation
Ricardo Mones [Thu, 13 Dec 2018 18:49:23 +0000 (19:49 +0100)]
Update Spanish translation

5 years agoupdate translations
Paul [Thu, 13 Dec 2018 12:59:47 +0000 (12:59 +0000)]
update translations

Portuguese updated by Pedro Albuquerque, re-added to configure.ac.
The other translations updated by David Medina, David Vachulka, Erik P.
Olsen, Simon Legner, Marcel Pol, Frederico Goncalves Guimaraes, Mikhail
Kurinnoi, Slavko, Andreas Rönnquist, and Numan Demirdöğen.

5 years agoSimplify Tools section in README
Ricardo Mones [Thu, 13 Dec 2018 11:47:09 +0000 (12:47 +0100)]
Simplify Tools section in README

And point to the updated list of tools instead.

5 years agoHandle corner case in news_get_extra_fields() where msglist is empty
Andrej Kacian [Wed, 12 Dec 2018 18:43:13 +0000 (19:43 +0100)]
Handle corner case in news_get_extra_fields() where msglist is empty

This makes the function quit early, instead of requesting
XHDR with bogus ranges from the server.

Closes bug #4133: trying to read message from an NNTP group (with
all expired articles.

5 years agofix the indentation
Paul [Wed, 12 Dec 2018 11:49:48 +0000 (11:49 +0000)]
fix the indentation

5 years agoFrench translation: updates & fixes.
wwp [Mon, 10 Dec 2018 18:10:14 +0000 (19:10 +0100)]
French translation: updates & fixes.

5 years agoUpdate French translation.
wwp [Mon, 10 Dec 2018 17:24:00 +0000 (18:24 +0100)]
Update French translation.

5 years agoDo not install "sylpheed-claws" symlink into bindir.
Andrej Kacian [Sun, 9 Dec 2018 11:18:53 +0000 (12:18 +0100)]
Do not install "sylpheed-claws" symlink into bindir.

5 years agoCorrected values in recvtype comment in wizard accountrc template.
Andrej Kacian [Thu, 6 Dec 2018 21:15:18 +0000 (22:15 +0100)]
Corrected values in recvtype comment in wizard accountrc template.

5 years agocomplete fix for bug 4132
Paul [Sun, 2 Dec 2018 12:13:45 +0000 (12:13 +0000)]
complete fix for bug 4132

5 years agothese never were directories even before renaming
Paul [Sun, 2 Dec 2018 11:29:48 +0000 (11:29 +0000)]
these never were directories even before renaming

5 years agofix bug 4132, '"Mark all as (un)read" dialog appears when acting on 1 message only'
Paul [Sun, 2 Dec 2018 11:15:11 +0000 (11:15 +0000)]
fix bug 4132, '"Mark all as (un)read" dialog appears when acting on 1 message only'

5 years agoAdded header popup menu to folderview.
Andrej Kacian [Sat, 1 Dec 2018 09:38:29 +0000 (10:38 +0100)]
Added header popup menu to folderview.

5 years agoCreate "/Menus" in mainwindow's UI manager in mainwindow.c, not in summaryview.c.
Andrej Kacian [Sat, 1 Dec 2018 09:32:00 +0000 (10:32 +0100)]
Create "/Menus" in mainwindow's UI manager in mainwindow.c, not in summaryview.c.

5 years agoAdded MainWin* parameter to folderview_create().
Andrej Kacian [Sat, 1 Dec 2018 09:06:51 +0000 (10:06 +0100)]
Added MainWin* parameter to folderview_create().

5 years agoModernized and simplified plugin's GtkHotkeyInfo class implementation.
Andrej Kacian [Thu, 29 Nov 2018 18:20:19 +0000 (19:20 +0100)]
Modernized and simplified plugin's GtkHotkeyInfo class implementation.

All this so that we can get rid of deprecated
g_type_class_add_private().

5 years agoRemove file gtk/gdkkeysyms-new.h, since we now require new enough GTK+ version.
Andrej Kacian [Thu, 29 Nov 2018 17:40:41 +0000 (18:40 +0100)]
Remove file gtk/gdkkeysyms-new.h, since we now require new enough GTK+ version.

5 years agoSourcewindow doesn't need explicit handling of Ctrl+A, GtkTextView already interprets...
Andrej Kacian [Thu, 29 Nov 2018 17:30:21 +0000 (18:30 +0100)]
Sourcewindow doesn't need explicit handling of Ctrl+A, GtkTextView already interprets it as "select all".

5 years agoFix improper GTK API usage in sourceview's "select all".
Andrej Kacian [Thu, 29 Nov 2018 17:18:30 +0000 (18:18 +0100)]
Fix improper GTK API usage in sourceview's "select all".

GtkTextView does not implement GtkEditable interface.

5 years agoAdded header popup menu to summaryview, with two menuitems.
Andrej Kacian [Sun, 25 Nov 2018 14:20:58 +0000 (15:20 +0100)]
Added header popup menu to summaryview, with two menuitems.

Also added "Lock column headers" to prefs dialog.

Sorting lock pref implementation by Paul.

5 years agoAdded PACK_HSPACER macro to prefs_gtk.h
Andrej Kacian [Thu, 29 Nov 2018 16:50:26 +0000 (17:50 +0100)]
Added PACK_HSPACER macro to prefs_gtk.h

5 years agoFix a memory leak in folderview_update_node().
Andrej Kacian [Wed, 28 Nov 2018 21:33:23 +0000 (22:33 +0100)]
Fix a memory leak in folderview_update_node().

5 years agobe more informative in 'Add mailbox' dialogue
Paul [Mon, 26 Nov 2018 09:41:38 +0000 (09:41 +0000)]
be more informative in 'Add mailbox' dialogue

5 years agoMailmbox: fix buffer overflow in mailimf_get_message_id().
Andrej Kacian [Sat, 24 Nov 2018 22:14:26 +0000 (23:14 +0100)]
Mailmbox: fix buffer overflow in mailimf_get_message_id().

The compiler warning was:

mailimf_types_helper.c: In function ‘mailimf_get_message_id’:
mailimf_types_helper.c:1270:51: warning: ‘%s’ directive output may be truncated writing up to 511 bytes into a region of size between 463 and 500 [-Wformat-truncation=]
   snprintf(id, MAX_MESSAGE_ID, "etPan.%llx.%lx.%x@%s",
                                                   ^~
     (long long)now, value, getpid(), name);
                                      ~~~~
mailimf_types_helper.c:1270:3: note: ‘snprintf’ output between 13 and 561 bytes into a destination of size 512
   snprintf(id, MAX_MESSAGE_ID, "etPan.%llx.%lx.%x@%s",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     (long long)now, value, getpid(), name);
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

5 years agoFinish buffer overflow fix attempted in e025cbc3b.
Andrej Kacian [Sat, 24 Nov 2018 22:04:52 +0000 (23:04 +0100)]
Finish buffer overflow fix attempted in e025cbc3b.

5 years agoRemoved deprecated g_type_class_add_private() call in ParasitePythonShell.
Andrej Kacian [Sat, 24 Nov 2018 21:37:11 +0000 (22:37 +0100)]
Removed deprecated g_type_class_add_private() call in ParasitePythonShell.

5 years agofix engrish
Paul [Fri, 23 Nov 2018 11:39:29 +0000 (11:39 +0000)]
fix engrish

5 years agofix lost processing rules when renaming folder
Paul [Fri, 23 Nov 2018 07:17:23 +0000 (07:17 +0000)]
fix lost processing rules when renaming folder

5 years agoxml_parse_file() fails without assertion warning if xml_open_file() returns NULL.
Andrej Kacian [Mon, 19 Nov 2018 10:23:35 +0000 (11:23 +0100)]
xml_parse_file() fails without assertion warning if xml_open_file() returns NULL.

This is not a programmer mistake, therefore an assertion
warning is not a good idea. xml_open_file() already shows
an assertion warning if necessary.

5 years agomention inherited processing rules also, as this is what happens
Paul [Sun, 18 Nov 2018 18:39:22 +0000 (18:39 +0000)]
mention inherited processing rules also, as this is what happens

5 years agofix bug where creating a new folder wth inheriting properties doesn't write processin...
Paul [Sun, 18 Nov 2018 17:23:35 +0000 (17:23 +0000)]
fix bug where creating a new folder wth inheriting properties doesn't write processinf rules

after copying folder with 'inherit properties from parent folder' set,
the processing rules are (initially) present in the processing rules
dialogue, but are not actually written. So on a restart they are 'lost'.

This is probably the actual bug 4121, ' Moving a subfolder in another
folder erases  its processing rules', rather than the description given.

5 years agoImplement batch message removal for RSSyl.
Andrej Kacian [Sat, 17 Nov 2018 19:48:44 +0000 (20:48 +0100)]
Implement batch message removal for RSSyl.

This allows further optimization of how often the
.deleted file is read and written.

5 years agoUse black as default value for folder_color folder pref.
Andrej Kacian [Fri, 16 Nov 2018 21:17:48 +0000 (22:17 +0100)]
Use black as default value for folder_color folder pref.

5 years agoAdded some basic unit tests for unmime_header().
Andrej Kacian [Fri, 16 Nov 2018 19:50:53 +0000 (20:50 +0100)]
Added some basic unit tests for unmime_header().

5 years agoAdded NULL parameter check for unmime_header().
Andrej Kacian [Fri, 16 Nov 2018 19:50:32 +0000 (20:50 +0100)]
Added NULL parameter check for unmime_header().

5 years agomatch the wording of the /View menu
Paul [Fri, 16 Nov 2018 09:49:51 +0000 (09:49 +0000)]
match the wording of the /View menu

5 years agoFix bug #4120, "New cert files are created in $HOME instead of in ~/.claws-mail...
Colin Leroy [Thu, 15 Nov 2018 09:56:23 +0000 (10:56 +0100)]
Fix bug #4120, "New cert files are created in $HOME instead  of in ~/.claws-mail/certs"

5 years agoSanitize filenames for saved TLS certificates.
Andrej Kacian [Thu, 15 Nov 2018 07:31:33 +0000 (08:31 +0100)]
Sanitize filenames for saved TLS certificates.

Fixes using unsafe_ssl_certs pref on Windows, as that
includes certificate fingerprint in the filename.
Fingerprints contain colons, and those are not allowed
in filenames on Windows.

5 years agoFix WEXITSTATUS build error on Win32.
Andrej Kacian [Wed, 14 Nov 2018 20:21:51 +0000 (21:21 +0100)]
Fix WEXITSTATUS build error on Win32.

Also add glib.h include in file-utils.c, so that
G_OS_WIN32 ifdefs actually work.

5 years agomove 'msg selection when entering a folder" button to Message List page
Paul [Wed, 14 Nov 2018 06:20:21 +0000 (06:20 +0000)]
move 'msg selection when entering a folder" button to Message List page

... and some English modifications

5 years agoFurther optimize .deleted file reading in RSSyl.
Andrej Kacian [Tue, 13 Nov 2018 22:31:37 +0000 (23:31 +0100)]
Further optimize .deleted file reading in RSSyl.

When updating a feed, only read the file once at the
beginning, instead of reading and rereading it for
every parsed feed item.

5 years agoUse much less disk IO when working with .deleted files in RSSyl.
Andrej Kacian [Tue, 13 Nov 2018 20:41:04 +0000 (21:41 +0100)]
Use much less disk IO when working with .deleted files in RSSyl.

5 years agoRestored a mistakenly removed ifdef.
Andrej Kacian [Mon, 12 Nov 2018 20:23:38 +0000 (21:23 +0100)]
Restored a mistakenly removed ifdef.

5 years agocontiunue the fix for check-at-startup, eade694613c19ffe747ccb77466070e474e3f968
Paul [Sat, 10 Nov 2018 19:42:27 +0000 (19:42 +0000)]
contiunue the fix for check-at-startup, eade694613c19ffe747ccb77466070e474e3f968

The commit eade694613c19ffe747ccb77466070e474e3f968 fixed the case where
'check at startup' completely failed if user did no periodic auto-check.

This commit fixes the double-check at start-up (main.c) and the receive
dialogue being shown, contrary to option for showing the receive
dialogue.

5 years agorearrange /Display/Summaries/Message list (some more)
Paul [Fri, 9 Nov 2018 13:53:05 +0000 (13:53 +0000)]
rearrange /Display/Summaries/Message list (some more)

5 years agoupdate en_GB.po
Paul [Fri, 9 Nov 2018 11:48:49 +0000 (11:48 +0000)]
update en_GB.po

5 years agoDisplay/Summaries/... re-arrange some items
Paul [Fri, 9 Nov 2018 11:26:22 +0000 (11:26 +0000)]
Display/Summaries/... re-arrange some items

5 years agorework Display/Summaries
Paul [Fri, 9 Nov 2018 11:09:06 +0000 (11:09 +0000)]
rework Display/Summaries

spilt the page into 3 notebook pages.
rearrange some options.
add some options for new folder defaults

5 years agomodify label text
Paul [Thu, 8 Nov 2018 19:39:24 +0000 (19:39 +0000)]
modify label text

5 years agofix check for mail at start-up
Paul [Thu, 8 Nov 2018 18:42:43 +0000 (18:42 +0000)]
fix check for mail at start-up

5 years agoremove all gtk3 conditionals
Paul [Wed, 7 Nov 2018 11:46:34 +0000 (11:46 +0000)]
remove all gtk3 conditionals

5 years agoremove --enable-gtk3 configure flag
Paul [Wed, 7 Nov 2018 11:07:17 +0000 (11:07 +0000)]
remove --enable-gtk3 configure flag

5 years agodrop redundant md5 fingerprint; more clearly indicate expired sigs
Paul [Wed, 7 Nov 2018 10:33:06 +0000 (10:33 +0000)]
drop redundant md5 fingerprint; more clearly indicate expired sigs

5 years agoimplement RFE 3810, 'SSL certificate manager: add Signature Status and Expiration'
Paul [Wed, 7 Nov 2018 10:04:37 +0000 (10:04 +0000)]
implement RFE 3810, 'SSL certificate manager: add Signature Status and Expiration'

Add Status and Expiry columns to certificate list, use bold text to
indicate expired certs and failed signatures, and also append
' (expired)' to status where appropriate.

Thanks to Andrej for optimisation in
ssl_manager_list_view_insert_cert().

5 years agofix bug 4114, 'autogen.sh: Fix argument quoting'
Paul [Tue, 6 Nov 2018 06:15:38 +0000 (06:15 +0000)]
fix bug 4114, 'autogen.sh: Fix argument quoting'

patch by Berhard <rep.dot.nop@gmail.com>

5 years agofix bug 4115 'autogen: avoid unwarranted re-configure'
Paul [Tue, 6 Nov 2018 06:14:37 +0000 (06:14 +0000)]
fix bug 4115 'autogen: avoid unwarranted re-configure'

patch by Bernhard <rep.dot.nop@gmail.com>

5 years agoMake sure all users of GtkCMCList do not blindly assume that a button-press-event...
Andrej Kacian [Mon, 5 Nov 2018 23:05:17 +0000 (00:05 +0100)]
Make sure all users of GtkCMCList do not blindly assume that a button-press-event happens inside of the tree view.

If clicking on the header row, the event's x,y coordinates
were pointing to a different spot than what the event handler
code expected, since those coordinates are relative to the
relevant GDK window, and header row has its own. Calls to
gtk_cmclist_get_selection_info() or gtk_sctree_is_hot_spot()
in such cases therefore returned bogus info.

This fixes things like folderview expanding/collapsing
selected folder when double-clicking its header column, or
selecting first row when single-clicking it.

5 years agoUse same integer type for color folder item prefs like everyone else.
Andrej Kacian [Mon, 5 Nov 2018 19:33:07 +0000 (20:33 +0100)]
Use same integer type for color folder item prefs like everyone else.

5 years agoSave folder color as P_COLOR in folderitemrc.
Andrej Kacian [Mon, 5 Nov 2018 19:31:53 +0000 (20:31 +0100)]
Save folder color as P_COLOR in folderitemrc.

The code to handle backward compatibility (color as int)
is already there.

5 years agoAdd config_version to folder item prefs.
Andrej Kacian [Mon, 5 Nov 2018 10:49:21 +0000 (11:49 +0100)]
Add config_version to folder item prefs.

Also some minor code comment and debug output tweaks.

5 years agoFix build on FreeBSD, sys/wait.h is needed for WEXITSTATUS macro
User Corn [Thu, 1 Nov 2018 23:18:48 +0000 (00:18 +0100)]
Fix build on FreeBSD, sys/wait.h is needed for WEXITSTATUS macro

5 years agofix annoyance where your current reading is disturbed when a new msg is filtered...
Paul [Mon, 29 Oct 2018 17:31:51 +0000 (17:31 +0000)]
fix annoyance where your current reading is disturbed when a new msg is filtered into the current folder

5 years agofix for smtp-only accounts when global pref for save sent msg is set
Paul [Mon, 29 Oct 2018 09:03:04 +0000 (09:03 +0000)]
fix for smtp-only accounts when global pref for save sent msg is set

5 years agorevert g45500aa, it breaks stuff
Paul [Mon, 29 Oct 2018 09:01:16 +0000 (09:01 +0000)]
revert g45500aa, it breaks stuff

5 years agoHandle compose "Save Message to" checkbox state in compose_set_save_to() only.
Andrej Kacian [Sun, 28 Oct 2018 20:58:31 +0000 (21:58 +0100)]
Handle compose "Save Message to" checkbox state in compose_set_save_to() only.

Fixes bug #4107 - Sent messages do not appear in "Sent" folder...

5 years agoonly show warning about privacy system 'none' on replies to signed or encrypted msgs
Paul [Fri, 26 Oct 2018 12:38:19 +0000 (13:38 +0100)]
only show warning about privacy system 'none' on replies to signed or encrypted msgs

5 years agoadd error checking on account prefs Advanced page
Paul [Thu, 25 Oct 2018 16:09:16 +0000 (17:09 +0100)]
add error checking on account prefs Advanced page

5 years agoalways use folder pref for save msg location if set
Paul [Thu, 25 Oct 2018 16:08:21 +0000 (17:08 +0100)]
always use folder pref for save msg location if set

5 years agoallow account pref and folder pref to override global pref for saving sent msgs
Paul [Thu, 25 Oct 2018 16:07:19 +0000 (17:07 +0100)]
allow account pref and folder pref to override global pref for saving sent msgs

5 years agoless haste
Paul [Thu, 25 Oct 2018 09:56:44 +0000 (10:56 +0100)]
less haste

5 years agoremove wrongly pushed change in bfc95529975d50e8cda7a85b439aab23f2021c53
Paul [Thu, 25 Oct 2018 09:55:30 +0000 (10:55 +0100)]
remove wrongly pushed change in bfc95529975d50e8cda7a85b439aab23f2021c53

5 years agodon't leave the user in limbo when privacy system is 'none' and auto signing/encrypti...
Paul [Thu, 25 Oct 2018 09:36:54 +0000 (10:36 +0100)]
don't leave the user in limbo when privacy system is 'none' and auto signing/encrypting is set

5 years agoPack account prefs' checkbtn_crosspost into correct hbox, rather than leaving it...
Andrej Kacian [Wed, 24 Oct 2018 15:23:14 +0000 (17:23 +0200)]
Pack account prefs' checkbtn_crosspost into correct hbox, rather than leaving it unused.

5 years agoDo not use gtk_cmctree_set_line_style(), since it does nothing.
Andrej Kacian [Wed, 24 Oct 2018 15:20:10 +0000 (17:20 +0200)]
Do not use gtk_cmctree_set_line_style(), since it does nothing.

5 years agoRemoved deprecated g_type_class_add_private() call in ClawsSpellEntry.
Andrej Kacian [Tue, 23 Oct 2018 18:51:06 +0000 (20:51 +0200)]
Removed deprecated g_type_class_add_private() call in ClawsSpellEntry.

5 years agoUse GTK private struct feature correctly in ClawsSpellEntry.
Andrej Kacian [Tue, 23 Oct 2018 18:46:32 +0000 (20:46 +0200)]
Use GTK private struct feature correctly in ClawsSpellEntry.

g_type_class_add_private() takes care of adding,
initializing and cleaning it up, there is no need
to add another copy of it and manage it manually.

5 years agoRemoved deprecated g_type_class_add_private() call in GtkSHRuler.
Andrej Kacian [Tue, 23 Oct 2018 18:30:49 +0000 (20:30 +0200)]
Removed deprecated g_type_class_add_private() call in GtkSHRuler.

5 years agoRework debug output in passwd_store_set() to be less confusing.
Andrej Kacian [Fri, 19 Oct 2018 21:36:40 +0000 (23:36 +0200)]
Rework debug output in passwd_store_set() to be less confusing.

5 years agoWhen deleting an account, delete its password store block, instead of just NULLing...
Andrej Kacian [Fri, 19 Oct 2018 21:22:20 +0000 (23:22 +0200)]
When deleting an account, delete its password store block, instead of just NULLing the block's entries hash table.

5 years agoFix translation for octet-stream view
Ricardo Mones [Fri, 19 Oct 2018 11:58:11 +0000 (13:58 +0200)]
Fix translation for octet-stream view

5 years agoRewrap fr manual for lisibility
Colin Leroy [Thu, 18 Oct 2018 12:13:58 +0000 (14:13 +0200)]
Rewrap fr manual for lisibility

5 years agoFix crash in dangling message search.
Colin Leroy [Wed, 17 Oct 2018 07:26:26 +0000 (09:26 +0200)]
Fix crash in dangling message search.

5 years agoDo not redraw focus of GtkCMCList if the row is unchanged in move_focus_row();
Andrej Kacian [Tue, 16 Oct 2018 16:18:40 +0000 (18:18 +0200)]
Do not redraw focus of GtkCMCList if the row is unchanged in move_focus_row();

5 years agoIn summary_key_pressed(), do not try to reopen the same message if cursor does not...
Andrej Kacian [Tue, 16 Oct 2018 16:16:02 +0000 (18:16 +0200)]
In summary_key_pressed(), do not try to reopen the same message if cursor does not change.

5 years agoFix an off-by-one error in summary_key_pressed().
Andrej Kacian [Tue, 16 Oct 2018 16:12:05 +0000 (18:12 +0200)]
Fix an off-by-one error in summary_key_pressed().

5 years agofix bug (rfe) 4102, 'Show SHA-256 fingerprint in certificate verification popup'
Paul [Tue, 16 Oct 2018 09:10:03 +0000 (10:10 +0100)]
fix bug (rfe) 4102, 'Show SHA-256 fingerprint in certificate verification popup'

5 years agofix invalid cast runtime warning
Paul [Tue, 16 Oct 2018 06:38:19 +0000 (07:38 +0100)]
fix invalid cast runtime warning

5 years agoPDF Viewer: handle Ctrl+scroll for zooming
Colin Leroy [Mon, 15 Oct 2018 19:15:05 +0000 (21:15 +0200)]
PDF Viewer: handle Ctrl+scroll for zooming

5 years agoFancy: fix left-click on links not opening in browser.
Colin Leroy [Mon, 15 Oct 2018 08:39:21 +0000 (10:39 +0200)]
Fancy: fix left-click on links not opening in browser.

5 years agoMake the "Saving sent message..." debug prints more interesting.
Colin Leroy [Thu, 11 Oct 2018 14:06:39 +0000 (16:06 +0200)]
Make the "Saving sent message..." debug prints more interesting.

5 years agoRevert all memory-based tmpfile I/O, it comes with too much drawbacks
Colin Leroy [Wed, 10 Oct 2018 12:34:34 +0000 (14:34 +0200)]
Revert all memory-based tmpfile I/O, it comes with too much drawbacks
(like having to know the filesize before writing to it)

5 years agoFix wording, thanks wwp
Colin Leroy [Wed, 10 Oct 2018 08:37:23 +0000 (10:37 +0200)]
Fix wording, thanks wwp

5 years agostr_open_as_stream() doesn't need a real file either.
Colin Leroy [Wed, 10 Oct 2018 08:22:09 +0000 (10:22 +0200)]
str_open_as_stream() doesn't need a real file either.

5 years agoComment the my_tmpfile_with_len() function.
Colin Leroy [Wed, 10 Oct 2018 08:09:11 +0000 (10:09 +0200)]
Comment the my_tmpfile_with_len() function.

5 years agoFix in-memory temporary file length
Colin Leroy [Wed, 10 Oct 2018 07:59:10 +0000 (09:59 +0200)]
Fix in-memory temporary file length

5 years agoUpdate textviewer.pl
Ricardo Mones [Mon, 8 Oct 2018 13:51:15 +0000 (15:51 +0200)]
Update textviewer.pl

Patch by H.Merijn Brand

5 years agoUpdate thread tools
Ricardo Mones [Mon, 8 Oct 2018 13:49:29 +0000 (15:49 +0200)]
Update thread tools

Patch by H.Merijn Brand

5 years ago...and one more forgotten NULL check.
Andrej Kacian [Mon, 8 Oct 2018 11:31:31 +0000 (13:31 +0200)]
...and one more forgotten NULL check.