claws.git
3 years agoAdd tooltip for entering authorization code oauth2
Michael Rasmussen [Wed, 14 Apr 2021 15:07:57 +0000 (17:07 +0200)]
Add tooltip for entering authorization code

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoFix last issue - complete oauth2 code
Michael Rasmussen [Wed, 14 Apr 2021 14:49:06 +0000 (16:49 +0200)]
Fix last issue - complete oauth2 code

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoMerge branch 'master' into oauth2
Michael Rasmussen [Wed, 14 Apr 2021 14:02:22 +0000 (16:02 +0200)]
Merge branch 'master' into oauth2

3 years agoRe-enable keyboard after address completion
Thorsten Maerz [Sat, 10 Apr 2021 11:36:41 +0000 (13:36 +0200)]
Re-enable keyboard after address completion

Required at least for Gtk3/Win32 (prior gdk_keyboard_grab() left
the keyboard unresponsive after closing completion window).

3 years agoMerge branch 'master' into oauth2
Michael Rasmussen [Mon, 29 Mar 2021 15:22:47 +0000 (17:22 +0200)]
Merge branch 'master' into oauth2

3 years agowe don't need my name here
paul [Mon, 29 Mar 2021 15:03:46 +0000 (16:03 +0100)]
we don't need my name here

3 years agomairix doc updates. thanks to H.Merijn Brand
paul [Mon, 29 Mar 2021 13:03:41 +0000 (14:03 +0100)]
mairix doc updates. thanks to H.Merijn Brand

3 years agorevert commit b0cdffc33ff9c292c480f5c24d81d2d3eea05058 as its producing false positives
paul [Mon, 29 Mar 2021 12:45:04 +0000 (13:45 +0100)]
revert commit b0cdffc33ff9c292c480f5c24d81d2d3eea05058 as its producing false positives

3 years agoMerge branch 'master' into oauth2
Michael Rasmussen [Sat, 27 Mar 2021 10:05:26 +0000 (11:05 +0100)]
Merge branch 'master' into oauth2

3 years agoalso show clip icon in summaryview for inline attachments
paul [Sat, 27 Mar 2021 09:42:08 +0000 (09:42 +0000)]
also show clip icon in summaryview for inline attachments

3 years agoMerge branch 'master' into oauth2
Michael Rasmussen [Fri, 19 Mar 2021 20:46:23 +0000 (21:46 +0100)]
Merge branch 'master' into oauth2

3 years agoAdapt/merge 816c08b9c5b0b71549a794398bd2eed02530ca99 from gtk3 branch:
wwp [Fri, 19 Mar 2021 20:28:10 +0000 (21:28 +0100)]
Adapt/merge 816c08b9c5b0b71549a794398bd2eed02530ca99 from gtk3 branch:
Remove (unimplemented) GtkSocket on Windows

3 years agoAdd missing functions to plugins claws.def
Thorsten Maerz [Fri, 19 Mar 2021 17:20:09 +0000 (18:20 +0100)]
Add missing functions to plugins claws.def

Add missing function declarations to claws.def of following plugins:
libravatar, managesieve, pgpinline, rssyl, smime, vcalendar

3 years agoUse fclose() on FILE instead of close()
Jonathan Boeing [Fri, 19 Mar 2021 17:37:41 +0000 (18:37 +0100)]
Use fclose() on FILE instead of close()

FILE *file is opened with fdopen(), so close with fclose()

Fixes these compiler warnings:
warning: passing argument 1 of 'close' makes integer from pointer
without a cast [-Wint-conversion]

(remove from claws-win32-installer:
patches/claws-mail-*/04-fclose.patch)

3 years agoFix merge conflict
Michael Rasmussen [Wed, 17 Mar 2021 15:36:53 +0000 (16:36 +0100)]
Fix merge conflict

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agofix conflict
Paul [Wed, 17 Mar 2021 15:14:58 +0000 (15:14 +0000)]
fix conflict

3 years agofix bug 4326 'Xft.dpi != 96 messes with text display in litehtml viewer'
paul [Wed, 17 Mar 2021 15:10:30 +0000 (15:10 +0000)]
fix bug 4326 'Xft.dpi != 96 messes with text display in litehtml viewer'

patch by Ramin Yaghoubzadeh Torky

3 years agoMerge branch 'master' into oauth2
Michael Rasmussen [Tue, 16 Mar 2021 23:17:49 +0000 (00:17 +0100)]
Merge branch 'master' into oauth2

3 years agoFix segfault invoking function from python code
Ricardo Mones [Tue, 16 Mar 2021 23:01:55 +0000 (00:01 +0100)]
Fix segfault invoking function from python code

When using python code is possible to add new menu items invoking module
functions. Since they're added on-the-fly, these items can't be included
in the logic which enables or disables menu entries according UI status.
Hence the functions need checking what's really available instead of
relying on the inability of users to not invoke the funcion through UI.

There's probably more functions which need similar fixes, though, this
one just appeared when trying to convert startup example to python3.

Thread 1 "claws-mail" received signal SIGSEGV, Segmentation fault.
0x0000000000583efa in summary_mark_as_read (summaryview=0xd9dc70) at summaryview.c:4179
4179            if ((summaryview->folder_item->total_msgs == (gint)g_list_length(GTK_CMCLIST(ctree)->selection) &&

3 years agowelcome back Thorsten
paul [Mon, 15 Mar 2021 16:56:54 +0000 (16:56 +0000)]
welcome back Thorsten

3 years agoFix spelling bug
Michael Rasmussen [Mon, 15 Mar 2021 12:57:41 +0000 (13:57 +0100)]
Fix spelling bug

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoRefactor last commit to apply all SSL settings before ssl_init
Michael Rasmussen [Mon, 15 Mar 2021 12:52:03 +0000 (13:52 +0100)]
Refactor last commit to apply all SSL settings before ssl_init

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoFix bug where auto accept valid certs was not used
Michael Rasmussen [Sun, 14 Mar 2021 18:17:06 +0000 (19:17 +0100)]
Fix bug where auto accept valid certs was not used

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoMerge branch 'master' into oauth2
Michael Rasmussen [Sun, 14 Mar 2021 18:14:29 +0000 (19:14 +0100)]
Merge branch 'master' into oauth2

3 years agoenable external editor on windows. patch by Thorsten Maerz
Paul [Tue, 9 Mar 2021 08:12:33 +0000 (08:12 +0000)]
enable external editor on windows. patch by Thorsten Maerz

3 years agoMerge branch 'master' into oauth2
Michael Rasmussen [Tue, 9 Mar 2021 07:33:56 +0000 (08:33 +0100)]
Merge branch 'master' into oauth2

3 years agoDouble-buffer row drawing in gtkcmctree
Jonathan Boeing [Mon, 1 Mar 2021 01:56:08 +0000 (18:56 -0700)]
Double-buffer row drawing in gtkcmctree

This patch fixes the slowness seen when redrawing the folder tree with
cairo > 1.10 on Windows.  It also improves the occasionally visible
flickering in the folder tree on Linux and Windows with older versions
of cairo.

3 years agofix typo. Thanks to Thorsten Maerz
paul [Tue, 9 Mar 2021 07:26:11 +0000 (07:26 +0000)]
fix typo. Thanks to  Thorsten Maerz

3 years agoMerge branch 'master' into oauth2
Michael Rasmussen [Sun, 7 Mar 2021 20:14:30 +0000 (21:14 +0100)]
Merge branch 'master' into oauth2

3 years agoupdate team list
paul [Sun, 7 Mar 2021 13:50:17 +0000 (13:50 +0000)]
update team list

3 years agoAdd support for auth token from Yahoo and Google
Michael Rasmussen [Sat, 6 Mar 2021 20:24:16 +0000 (21:24 +0100)]
Add support for auth token from Yahoo and Google

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoMerge branch 'master' into oauth2
Michael Rasmussen [Fri, 5 Mar 2021 08:25:53 +0000 (09:25 +0100)]
Merge branch 'master' into oauth2

3 years agoFix bug #4455
Michael Rasmussen [Fri, 5 Mar 2021 08:24:13 +0000 (09:24 +0100)]
Fix bug #4455

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agobetter fix for debian bug #983778
paul [Fri, 5 Mar 2021 06:50:32 +0000 (06:50 +0000)]
better fix for debian bug #983778

3 years agofix debian bug #983778, 'Segfault on selecting empty 'X-Face' custom header'
paul [Tue, 2 Mar 2021 09:34:07 +0000 (09:34 +0000)]
fix debian bug #983778, 'Segfault on selecting empty 'X-Face' custom header'

3 years agoAdd functionality to parse response URL from authorization to grab the auth token
Michael Rasmussen [Mon, 1 Mar 2021 15:01:30 +0000 (16:01 +0100)]
Add functionality to parse response URL from authorization to grab the auth token

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoFix to prevent change password if OAUTH2 is not used for SMTP
Michael Rasmussen [Fri, 26 Feb 2021 13:56:14 +0000 (14:56 +0100)]
Fix to prevent change password if OAUTH2 is not used for SMTP

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoAdd oauth2 version 5
Michael Rasmussen [Thu, 25 Feb 2021 22:42:58 +0000 (23:42 +0100)]
Add oauth2 version 5

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoadd basic type which only requires nickname and email address
Michael Rasmussen [Thu, 25 Feb 2021 22:10:14 +0000 (23:10 +0100)]
add basic type which only requires nickname and email address

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoFix bug #2411: quicksearch_history content partially written to stdout
wwp [Tue, 16 Feb 2021 20:16:22 +0000 (21:16 +0100)]
Fix bug #2411: quicksearch_history content partially written to stdout

3 years agoFix bug #2411: quicksearch_history content partially written to stdout
wwp [Tue, 16 Feb 2021 19:45:39 +0000 (20:45 +0100)]
Fix bug #2411: quicksearch_history content partially written to stdout

3 years agoPrefix internal macro names to avoid clash with winsock's FD_WRITE.
wwp [Mon, 15 Feb 2021 10:54:36 +0000 (11:54 +0100)]
Prefix internal macro names to avoid clash with winsock's FD_WRITE.
Fix lost calls to fd_write_all, wrongly replaced with calls to
fd_write since a1c0649a (3.17.6-6: Fix parsing of command-line arguments),
Issues kindly reported by Jonathan Boeing.

3 years agoallow 'remove references' when re-editing a msg
paul [Fri, 29 Jan 2021 13:03:46 +0000 (13:03 +0000)]
allow 'remove references' when re-editing a msg

3 years agofix WM's X button causing key fetch attempt
Paul [Fri, 29 Jan 2021 09:20:16 +0000 (09:20 +0000)]
fix WM's X button causing key fetch attempt

3 years agoallow manual fetch of missing gpg key using WKD
Paul [Tue, 26 Jan 2021 14:58:54 +0000 (14:58 +0000)]
allow manual fetch of missing gpg key using WKD

3 years agofix bug 4431, 'folder chmod doesn't affect .claws_mark and .claws_cache files'
Paul [Tue, 26 Jan 2021 11:53:09 +0000 (11:53 +0000)]
fix bug 4431, 'folder chmod doesn't affect .claws_mark and .claws_cache files'

3 years agoupdate man page
Paul [Sat, 16 Jan 2021 20:25:27 +0000 (20:25 +0000)]
update man page

3 years agouse g_get_user_runtime_dir for claws-mail socket dir instead of g_tmp_dir
Michael Rasmussen [Sat, 16 Jan 2021 19:08:58 +0000 (20:08 +0100)]
use g_get_user_runtime_dir for claws-mail socket dir instead of g_tmp_dir

Signed-off-by: Michael Rasmussen <mir@datanom.net>
3 years agoupdate copyright year and team list
Paul [Mon, 11 Jan 2021 08:25:45 +0000 (08:25 +0000)]
update copyright year and team list

3 years agorework image viewer
Paul [Wed, 30 Dec 2020 15:03:40 +0000 (15:03 +0000)]
rework image viewer

add options, when resizing images, to either fit the image width or fit the image height. image height is the default. regardless of this setting, when displaying images inline they will fit the height

3 years agomake the quicksearch clear button more active and useful
paul [Tue, 29 Dec 2020 12:36:04 +0000 (12:36 +0000)]
make the quicksearch clear button more active and useful

clear the search string when not running, clear the string and stop the search when running

3 years agofix info
Paul [Tue, 22 Dec 2020 18:32:37 +0000 (18:32 +0000)]
fix info

3 years agoadd midsing 'model'; eliminate use of raw number
Paul [Wed, 2 Dec 2020 09:08:35 +0000 (09:08 +0000)]
add midsing 'model'; eliminate use of raw number

3 years agodon't get a fright when encountering an unknown Content-Type
Paul [Tue, 1 Dec 2020 16:27:48 +0000 (16:27 +0000)]
don't get a fright when encountering an unknown Content-Type

3 years agoMerge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws into master
Paul [Fri, 13 Nov 2020 09:33:30 +0000 (09:33 +0000)]
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws into master

3 years agoremove unnecessary cm_return_val_if_fail()
Paul [Fri, 13 Nov 2020 09:33:11 +0000 (09:33 +0000)]
remove unnecessary cm_return_val_if_fail()

3 years agoFix a typo.
wwp [Thu, 5 Nov 2020 18:06:45 +0000 (19:06 +0100)]
Fix a typo.

3 years agofix sometimes crasher in vcalendar_get_current_item()
paul [Tue, 3 Nov 2020 09:03:59 +0000 (09:03 +0000)]
fix sometimes crasher in vcalendar_get_current_item()

thanks to Paul Rolland

3 years agoReworked fixing unsecure command-line invocation in templates' |program{}
wwp [Sat, 24 Oct 2020 11:15:16 +0000 (13:15 +0200)]
Reworked fixing unsecure command-line invocation in templates' |program{}
and |attach_program{}: fixed a leak, factorized, use glib stuff, parts
come from msuchanek@suse.de (bug 4393).

3 years agofix bug 4394, 'folder processing runs on startup even if all rules are disabled'
Paul [Thu, 22 Oct 2020 06:21:21 +0000 (07:21 +0100)]
fix bug 4394, 'folder processing runs on startup even if all rules are disabled'

3 years agoFace's are also saved from here: complete last commit
Paul [Tue, 20 Oct 2020 11:47:52 +0000 (12:47 +0100)]
Face's are also saved from here: complete last commit

3 years agoadd option to avoid Face images being saved to addrbook
Paul [Tue, 20 Oct 2020 11:28:53 +0000 (12:28 +0100)]
add option to avoid Face images being saved to addrbook

3 years agofor release 3.17.8 3.17.8
Paul [Mon, 19 Oct 2020 10:36:07 +0000 (11:36 +0100)]
for release 3.17.8

3 years agoSync French manual translation (enable_swap_from description).
wwp [Mon, 19 Oct 2020 10:19:02 +0000 (12:19 +0200)]
Sync French manual translation (enable_swap_from description).

3 years agoShield template's |program{} and |attach_program{} so that the command-line
wwp [Mon, 19 Oct 2020 10:03:58 +0000 (12:03 +0200)]
Shield template's |program{} and |attach_program{} so that the command-line
that is executed does not allow sequencing like with && || ;, preventing possible
execution of nasty, or at least unexpected, commands.

3 years agoRemove unused defines
Ricardo Mones [Sat, 17 Oct 2020 14:20:05 +0000 (16:20 +0200)]
Remove unused defines

3 years agoSync Spanish manual translation
Ricardo Mones [Sat, 17 Oct 2020 12:16:50 +0000 (14:16 +0200)]
Sync Spanish manual translation

3 years agoUse a correct buffer size here (BUFFSIZE), PATH_MAX has nothing to do with
wwp [Thu, 15 Oct 2020 11:17:24 +0000 (13:17 +0200)]
Use a correct buffer size here (BUFFSIZE), PATH_MAX has nothing to do with
what's needed.

3 years agoput the correct description of enable_swap_from
Paul [Thu, 15 Oct 2020 10:37:34 +0000 (11:37 +0100)]
put the correct description of enable_swap_from

3 years agoUse PATH_MAX instead of a hard-coded 256 path limit.
wwp [Thu, 15 Oct 2020 07:04:24 +0000 (09:04 +0200)]
Use PATH_MAX instead of a hard-coded 256 path limit.

3 years agoupdate donations URI
Paul [Fri, 2 Oct 2020 09:05:16 +0000 (10:05 +0100)]
update donations URI

3 years agofix bug 4376, 'Litehtml breaks locale'
Paul [Thu, 1 Oct 2020 15:52:02 +0000 (16:52 +0100)]
fix bug 4376, 'Litehtml breaks locale'

3 years agofor release 3.17.7 3.17.7
Paul [Mon, 28 Sep 2020 08:53:02 +0000 (09:53 +0100)]
for release 3.17.7

3 years agoupdated translations
Paul [Mon, 28 Sep 2020 08:42:51 +0000 (09:42 +0100)]
updated translations

submitted by David Medina, Erik P. Olsen, Simon Legner, Cristian Secară, Mikhail Kurinnoi, Slavko, Andreas Rönnquist, and Numan Demirdöğen respectively

3 years agofix bug 4372, [pl_PL] Crash after 'Send later' without recipient and then 'Close'
Paul [Mon, 28 Sep 2020 08:28:11 +0000 (09:28 +0100)]
fix bug 4372, [pl_PL] Crash after 'Send later' without recipient and then 'Close'

3 years agofix bug 4384, 'U+00AD (soft hyphen) changed to space in Subject'
Paul [Fri, 25 Sep 2020 06:32:32 +0000 (07:32 +0100)]
fix bug 4384, 'U+00AD (soft hyphen) changed to space in Subject'

3 years agoMerge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
Paul [Fri, 25 Sep 2020 06:15:38 +0000 (07:15 +0100)]
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws

3 years agoAllow Sieve config without userid without warning
Charles E. Lehner [Tue, 22 Sep 2020 18:58:28 +0000 (14:58 -0400)]
Allow Sieve config without userid without warning

3 years agoRemove warning with poppler 0.90 and greater¹
Ricardo Mones [Tue, 15 Sep 2020 16:45:20 +0000 (18:45 +0200)]
Remove warning with poppler 0.90 and greater¹

poppler_viewer.c:829:3: warning: enumeration value
‘POPPLER_ACTION_RESET_FORM’ not handled in switch [-Wswitch]

¹ https://poppler.freedesktop.org/api/glib/PopplerAction.html#PopplerActionType

3 years agoUpdate Spanish translation
Ricardo Mones [Tue, 15 Sep 2020 16:22:10 +0000 (18:22 +0200)]
Update Spanish translation

3 years agoUpdate the French translation.
wwp [Sun, 13 Sep 2020 22:27:26 +0000 (00:27 +0200)]
Update the French translation.

3 years agomore litehtml_viewer strings to translate
Paul [Sun, 13 Sep 2020 16:43:55 +0000 (17:43 +0100)]
more litehtml_viewer strings to translate

3 years agoinclude litehtml_viewer in translations
Paul [Sun, 13 Sep 2020 16:13:45 +0000 (17:13 +0100)]
include litehtml_viewer in translations

3 years agofix segv in address completion with a keyring
Werner Koch [Sun, 13 Sep 2020 12:07:04 +0000 (14:07 +0200)]
fix segv in address completion with a keyring

With my keyring and when entering for example "wk@g", then hitting
Tab, b_ref->name is NULL and addr_comparison_func segfaults.  I have
not looked closer at the problem but implemented a straightforward for
for such cases which makes the function more robust in any case.

The bug was probably triggered by my long expired key
A4D94E92B0986AB5EE9DCD755DE249965B0358A2 which has several user ids
with my name and different mail addresses - one user id has no mail
address though.

3 years agoReformat XML (indent), fix typos, untranslated words and format issues (output style...
wwp [Tue, 8 Sep 2020 16:09:42 +0000 (18:09 +0200)]
Reformat XML (indent), fix typos, untranslated words and format issues (output style, general presentation
options), document some missing hidden prefs (more to come).

3 years agokeep gcc from grumbling
Paul [Tue, 8 Sep 2020 12:21:43 +0000 (13:21 +0100)]
keep gcc from grumbling

3 years agowhen fitting image to its max width, take into account the mimeview column
Paul [Tue, 8 Sep 2020 12:00:09 +0000 (13:00 +0100)]
when fitting image to its max width, take into account the mimeview column

3 years agoReformat XML files.
wwp [Tue, 8 Sep 2020 09:54:49 +0000 (11:54 +0200)]
Reformat XML files.

3 years agoFix missing space in command-line example.
wwp [Tue, 8 Sep 2020 09:45:37 +0000 (11:45 +0200)]
Fix missing space in command-line example.

3 years agoFix encoding value in XML file.
wwp [Tue, 8 Sep 2020 09:32:22 +0000 (11:32 +0200)]
Fix encoding value in XML file.

3 years agoUpdated the manual (EN, FR), WRT to bug 4313 resolution (hidden pref added).
wwp [Sun, 6 Sep 2020 10:49:12 +0000 (12:49 +0200)]
Updated the manual (EN, FR), WRT to bug 4313 resolution (hidden pref added).

3 years agoFix bug 4313 "Recursion stack overflow with rebuilding folder tree" by
wwp [Sun, 6 Sep 2020 09:41:34 +0000 (11:41 +0200)]
Fix bug 4313 "Recursion stack overflow with rebuilding folder tree" by
limiting the IMAP rebuild-folder-tree recursion depth to 64 (hidden pref).

3 years agoAdd new styles supported: Robohash and Pagan
Ricardo Mones [Fri, 21 Aug 2020 16:30:27 +0000 (18:30 +0200)]
Add new styles supported: Robohash and Pagan

Amazing how much of these can be written, isn't it? :)

3 years agoRestore behaviour of missing image mode "None"
Ricardo Mones [Fri, 21 Aug 2020 15:08:50 +0000 (17:08 +0200)]
Restore behaviour of missing image mode "None"

Server defaults to a predefined image so it never "fails" unless
requested. That image is hiding failures and Face/X-Face default
handling was never triggered, so to avoid detecting such image (which
is prone to future error):

- Force a 404 error from server if not found
- Detect also HTTP errors on curl call

Also:
- Handle less-than-minimum files like errors and made it misses too

3 years agoremove inappropriate and unnecessary Help button from menu
Paul [Wed, 19 Aug 2020 12:55:57 +0000 (13:55 +0100)]
remove inappropriate and unnecessary Help button from menu

3 years agoFix parsing of command-line arguments:
wwp [Wed, 19 Aug 2020 08:57:11 +0000 (10:57 +0200)]
Fix parsing of command-line arguments:
- matching substrings won't work anymore (--receive-al won't match --receive),, I'm not
  sure at all this was intentional,
- fix and enhancement handling of mandatory and optional arguments to options (and fix
  their representation in --help),
- fix sub-arguments not being properly eaten by parser, then being parsed twice,
- -d is now an alias to --debug,
- avoid hardcoding strings length (fd_write, fd_write_all, strncmp), this is prone to error,
- more comprehensive error messages,
- man page content updates and fixes, format fixes and enhancements.

3 years agoAdd missing SSL settings copy when cloning accounts.
wwp [Wed, 19 Aug 2020 08:23:55 +0000 (10:23 +0200)]
Add missing SSL settings copy when cloning accounts.

3 years agofix bugs 4373, 'attach mailto URI double free' and 4374, ' insert mailto URI misses...
Paul [Wed, 19 Aug 2020 06:56:23 +0000 (07:56 +0100)]
fix bugs 4373, 'attach mailto URI double free' and 4374, ' insert mailto URI misses checks'

patch by Alvar Penning

3 years agoimprove image display, particularly for large images, especially if taller than they...
Paul [Mon, 17 Aug 2020 09:47:25 +0000 (10:47 +0100)]
improve image display, particularly for large images, especially if taller than they are wide

3 years agoHarmonise GUI maximum value with libspamc's one
Ricardo Mones [Tue, 4 Aug 2020 08:47:15 +0000 (10:47 +0200)]
Harmonise GUI maximum value with libspamc's one

…and now SpamAssassin plugin can handle messages up to 256 Mb.