Commit graph

8146 commits

Author SHA1 Message Date
Andrej Kacian
9200a68743 Use PLUGIN_NAME macro instead of "vCalendar" string literal internally. 2017-02-04 14:18:03 +01:00
Ricardo Mones
4eab156958 Oops! forgot one themeable icon in pdf_viewer
Completes commit 89d34855ea.
2017-02-04 12:55:21 +01:00
Andrej Kacian
11cadab162 Make a relative signature_path relative to home directory.
This applies only if corresponding signature_type is SIG_FILE.
2017-02-03 19:03:19 +01:00
Andrej Kacian
2016b17dad Moved found_in_addressbook() from plugins to core.
Four identical copies of the same functions removed
from four plugins and put into addr_compl.[ch].
2017-02-03 17:48:02 +01:00
Ricardo Mones
02a57d6786 Make all headers abide by config and features 2017-02-03 12:56:31 +01:00
wwp
1e068dbfc2 Re-introducing the Dillo plugin. Tested against Dillo 3.0.4.1/3.0.5. 2017-02-02 18:06:27 +01:00
Ricardo Mones
2e9cc8cca6 Remove obsolete font prefs 2017-01-31 20:02:51 +01:00
Ricardo Mones
8e02f3f3c6 Generalise theme extension handling 2017-01-31 12:21:45 +01:00
Paul
8925ab226b vCalendar plugin: use external libical
closes bug #3764
patch by flo.xfce@gmx-topmail.de
2017-01-27 15:56:47 +00:00
Paul
53f3cf1c25 sensitise trayicon's 'get mail' and 'exit'
patch by Olivier Brunel
2017-01-27 15:40:27 +00:00
Paul
6715c6b58e add shadow to rule list (like everywhere else)
patch by Olivier Brunel
2017-01-27 15:37:06 +00:00
Paul
deb42e32ff when renaming folder, only update summaryview folder name if the current folder is being renamed
patch by Olivier Brunel
2017-01-27 15:32:11 +00:00
wwp
ce16e266f5 Fix typos and a wrong switch expression (coverity CID #1399549). 2017-01-24 07:41:39 +01:00
Ricardo Mones
9c26d835ef Better error handling and feedback for save all attachments 2017-01-23 23:48:18 +01:00
wwp
3a84a64d03 No need to test what g_malloc returns, as if it fails, it stops the
program.
2017-01-21 23:51:31 +01:00
wwp
20ad778b08 Always show a notice dialog after delete-dupes, even if nothing has
been deleted. Make a better notice when it's about marking as delete
(for later deletion when execute is done). Always say we're deleting
dupes, in status bar.
Fix toolbar item sensibility even though if it's not perfect since
the whole button dropdown menu can't be accessed if current folder
can't be searched for dupes.
2017-01-21 15:12:43 +01:00
wwp
18403c8b8b Show attachments total size in compose window's relevant tab (only counts
attachments size, not encoding or body part, it is not the email
total size).
2017-01-21 12:58:50 +01:00
wwp
a1b7175d0b Main window's toolbar delete dupes button is now a dropdown, allowing
both duplication in selected folder and in all folders. Clicking the
button still raises the deletion in selected (current) folder.
2017-01-20 23:18:56 +01:00
wwp
c082dff510 Update func name in g_warning message (_full() may matter since
this _func() function is also called directly).
2017-01-20 18:02:09 +01:00
wwp
705f448caf Normalize rfc822 date handling by using decent buffer sizes everywhere (128,
which is way more than what RFC822 says: 37 max) and specific buffers.
2017-01-20 10:48:08 +01:00
wwp
db6a1558f9 More work on default pixmaps theme, few details in corners to get
icons look nicer on dark and light backgrounds.
2017-01-19 16:39:28 +01:00
wwp
f806a49d36 Add "Delete duplicates" (delete duplicated messages in current folder) to
the main window's toolbar, including a brand new (not so shining) icon.
2017-01-19 14:49:06 +01:00
wwp
9fc2c3acb3 Fix a memory leak. 2017-01-19 14:26:06 +01:00
wwp
e5d028a1f5 Make few edit fields wider in matcher dialog, better suit their
use (addressbook name, command-line, etc.).
2017-01-18 21:55:02 +01:00
wwp
9657f8bebc Fix bug 3762, 'redirect fails'
by removing an check added at 3.14.1.39-g989b3a3, thought I was hardening
sanity checks and I changed the logics, making it fail while in normal
situation. Removed few more extraneous checks.
2017-01-18 21:48:50 +01:00
wwp
ff51eec7ab Improvements and fixes in the folder search: prevent changes in
criterias while the search is performing (disable appropriate widgets).
Better disabling/enabling of widgets when changing search modes or
state.
Discard current cached search when switching from/to advanced
search or changing the case sensitivity or changing the matching
any/all mode.
2017-01-17 22:44:30 +01:00
wwp
c0505b80f1 Fix bug 3251, 'A translated In-Reply-To header is sent translated'
by making sure we're always storing untranslated headers.
Optimize and sanitize a bit the code around it, too.
2017-01-17 13:41:52 +01:00
Ricardo Mones
11840607c9 Better English (thanks Paul for reference) 2017-01-17 11:09:45 +01:00
Ricardo Mones
518c0b205e Update quicksearch info to cope with rfe 2260…
…until it's really fixable, if ever.
2017-01-17 00:59:27 +01:00
wwp
033bbdd7cd Fix Coverity CIDs #1398812, #1398813, #1398814.
Will convert compose_convert_header needs for fixed buffers later.
2017-01-16 18:29:15 +01:00
wwp
989b3a3f51 Fix bug 3571, 'recipient list lost and truncated'
by replacing lots of fixed-size buffers with dynamically
allocated ones.
Also enforce checks by adding or fixing few sanity tests,
fix returned value of some functions in some tricky cases.
2017-01-16 16:35:13 +01:00
wwp
18227b9fc9 Fix g4850949 (use correct API calls). 2017-01-16 12:57:36 +01:00
wwp
4850949dad Fix yet another average leak in matcher.c when parsing headers (valgrind). 2017-01-16 11:54:24 +01:00
Paul
93c6983e1c fix bug 3734, 'undefined symbol error with flex-2.6.2'
Patch by Ashish Gupta
2017-01-16 10:30:17 +00:00
wwp
2fbcc0fcef Fix another (not so big but still common) leak, thanks to valgrind. 2017-01-16 11:03:35 +01:00
wwp
c5b631cdb8 Fix big leaks (thanks to valgrind) in filtering/matching by headers,
saved (lots of) megabytes here.
2017-01-16 10:33:05 +01:00
wwp
bcb8cb4e9d Revert part of 3.14.1-128-g498b61c, fixing Coverity CID #1398594.
Instead of really fixing the wrong call to g_strdup_printf, I prefer
not touching libical code, we'll see later what to do w/ it.
2017-01-14 08:34:57 +01:00
wwp
498b61cc58 Prefer dynamically allocated buffers to fixed-size ones, use the same 2017-01-13 09:19:41 +01:00
wwp
a875f48b7d Don't dump more than 100 char in g_warnings about missing HTML tags errors
while parsing, unless --debug mode is set.
2017-01-13 08:46:13 +01:00
wwp
b9dd4fb837 Revert ga0fbaac (3.14.1-88) as it gets things worse in folder search,
waiting for a proper fix.
2017-01-13 08:45:16 +01:00
wwp
d1d7ad9aad Warn when sending to more than N recipients. This features obeys
to a couple of hidden prefs:
 warn_sending_many_recipients (TRUE/FALSE)
 warn_sending_many_recipients_num (1-1000)
2017-01-12 17:26:30 +01:00
wwp
1ee234f75c Add context missing info to few system call errors (mostly:
file operations).
2017-01-12 16:31:10 +01:00
wwp
77e2223bbb Remove dead code, fixing Coverity CID #1398568. 2017-01-12 10:06:22 +01:00
wwp
91300009f4 Rework logics, remove dead code. Solves Coverity CID #1220297. 2017-01-11 23:19:22 +01:00
wwp
dad5b3e32a Kill dead code, fixing Coverity CID #1220511. 2017-01-11 22:41:28 +01:00
wwp
8ae6e56758 Remove accidentally added xpm file. 2017-01-11 16:38:31 +01:00
wwp
34fd77ccef Add deallocation call. 2017-01-11 16:35:05 +01:00
wwp
de7bb00b0c Quit function if no connection instead of assigning variable that
will be overwriten right after.
Fixes Coverity CID #1372370.
2017-01-11 16:09:08 +01:00
wwp
f986aa1d86 Rework icon antialiasing to look OK on dark and light themes. 2017-01-11 11:03:56 +01:00
wwp
2b41515a33 POPPLER_ACTION_MOVIE was not introduced w/ Poppler 0.14.0, but in
a version so old that even my grandma was using it (0.3.0 in fact).
2017-01-11 01:56:22 +01:00
wwp
34fb7f005f Rework icon antialiasing to look OK on dark and light themes. 2017-01-11 01:31:05 +01:00
wwp
b15774d193 Don't #undefine UNIX_PATH_MAX, move #define's up. 2017-01-10 16:19:29 +01:00
wwp
72625ef0e7 Be more clear about what 108 means here towards the Unix socket
path value lenght: rely on UNIX_PATH_MAX and fallback to its common
value '108' in not defined in un.h (caution, on other systems, it could
be 104, etc. down to 92).
2017-01-10 15:58:05 +01:00
wwp
32955775f6 Fail if attempting to create a UNIX socket w/ path len >108c.
Add few checks more for socket operations, and reduce few duplicate
initializations.
Saves us warnings and sikves Civerity #1372360.
2017-01-10 14:51:09 +01:00
wwp
619164ab29 Fix Coverity CIDs: 1220259 1364687 (and discarded 1220496) and added more checks for returned
values.
2017-01-10 10:10:05 +01:00
wwp
16b5db8d3a Fix Coverity CIDs: 1220274 and 1220377. 2017-01-10 09:59:52 +01:00
wwp
37b65a4db7 Real fix for Coverity 1372362. 2017-01-10 09:36:31 +01:00
wwp
0b238a22d6 Don't behave as if avail_d was not hardcoded, it is hardcoded
to 7, and do it properly.
Saves us a warning and solves Coverity #1372366.
2017-01-10 09:31:34 +01:00
wwp
e3cd98f9f3 Better fix for Coverity #1220388, use effective indexes and boundaries. 2017-01-10 09:26:08 +01:00
Paul
d18fa86729 fix typo 2017-01-09 11:37:25 +00:00
wwp
87b362fc33 Fixes Coverity CIDs: 1220388 1372362 1220222 1358399 1223756 1223757 1220305 1220269 1220243 1396991. 2017-01-09 11:37:18 +01:00
Ricardo Mones
be36f031fa Attachwarner: fix leaked string 2017-01-09 00:37:04 +01:00
wwp
a7a4f21742 Fix a leak. 2017-01-07 00:46:20 +01:00
wwp
d6deeaa61c Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws 2017-01-05 18:39:21 +01:00
wwp
be32eb07b7 Rework antialiasing a bit around toolbar and logo icons, in order
to better fit dark background themes (but still be fine w/ light ones).
2017-01-05 18:36:43 +01:00
wwp
cdbf2c37c3 Revert parts of 3.14.1-91 (the summary_select_node_no_mard_read func), obviously it's
been accidentally included in that commit and the origin of this modification is still
undetermined.
2017-01-05 10:56:46 +01:00
wwp
471d243cf7 Fix wrong function definition, declare it before using it, and make it
static.
2017-01-05 10:21:50 +01:00
wwp
9a20d31a23 Fix wrong libarchive version check. 2017-01-04 17:16:09 +01:00
wwp
3a66d2e101 Make the FOO vanish. 2017-01-04 11:32:19 +01:00
wwp
c7af8ad4b2 Fix marking all as (un)read recursively when the confirmation
dialogue is enabled and the user clicks No: confirmation dialog
was taken into account just for the current folder, subtree was
marked anyway, and this only under certain conditions that I'd
prefer not to list here becau<woosh>
2017-01-04 11:14:15 +01:00
wwp
d287120c94 Rename a misnamed function, remove debug statements. 2017-01-04 09:13:05 +01:00
wwp
8cc21bf46a Fix missing array initializers and line everything up. 2017-01-03 23:36:33 +01:00
wwp
2b85c3daaa Fix missing array initializers and line everything up. 2017-01-03 23:12:02 +01:00
wwp
eaa8a3ebd8 Really align array (using whitespaces). 2017-01-03 22:31:13 +01:00
wwp
91c5187539 Cosmetic changes: align arrays, remove debug statements. 2017-01-03 22:20:59 +01:00
wwp
cdb10d81eb Archiver plugin update and review:
- updated to support some of the compression formats up to libarchive 3.2.2,
- detect libarchive 2.8+ using pkgconfig,
- use alertpanel API instead of creating gtk dialogs from scratch (with missing
- dialog title, and no clue about what is displayed),
- configure script now makes use of libarchive pkgconfig,
- fixed wrong use of cached page struct info, we do now rely on data set in widgets
  to get source folder and target archive filename and sync the page struct info w/ it
  when needed,
- renamed gzip/zip to gzip,
- reworked the way archive formats and compression formats lists are displayed (not translatable anymore).
- reformat code a bit.
2017-01-03 19:14:10 +01:00
Holger Berndt
abf4b98214 GData plugin: Require libgdata at least 0.17.2
Version 0.17.2 is required for auth token save/restore accross restarts.
Without this functionality, the plugin has such bad usability, it's not
worth maintaining. This also fixes the previous compile-error when only
0.17.1 was present.
2017-01-03 11:20:11 +01:00
wwp
a0fbaacf17 Fix 'search folder' not working in some cases (it needs a 'clear' click to
work or to manually clear search fields).
Fix provided by Paul, the be(a)st.
2016-12-29 13:42:46 +01:00
Paul
38af4d7654 make Go to/[Next|Prev] sort order aware 2016-12-28 12:55:04 +00:00
wwp
b2b913e310 Fix compiler warnings when we test enum-based variables for impossible
<0 values.
2016-12-27 18:06:11 +01:00
wwp
f69f1588a9 Factorize toolbar reset code, and don't compute array sizes using
unsafe calculations.
2016-12-27 18:04:42 +01:00
wwp
30a1c0875f Fix enum boundaries we check in func_selection_changed (when
changing the internal function assigned to a toolbar item).
Just a theoretical issue here apparently, or we would have had
problems since ages.
2016-12-27 18:02:55 +01:00
wwp
878b6d7a20 More places where printf() and C_() have to be separated. 2016-12-27 17:58:47 +01:00
wwp
0372b283a8 Line-up arrays (w/ space chars only).
Fix missing array initializers.
2016-12-27 16:02:27 +01:00
wwp
66d2176e8b Silent up a compiler warning by making the ComposeCallAdvancedAction
enum a real integer-scope ([-1 .. n] instead of [0 .. n]), swallowing
the -1 value check.
2016-12-27 15:20:53 +01:00
wwp
571de7f509 Revert "Revert "Revert g9737584."" (but the fix) by reimplementing
the thing differently: don't mix printf() and C_() as it messes the
compiler up.
Factorize a bit format errors in compose.c.
Make some header names translatable following prefs in the
address keeper plugin.
2016-12-27 15:11:00 +01:00
wwp
6b68aee40d Fix a leak. 2016-12-27 13:12:22 +01:00
Ricardo Mones
ec9e88d3df Revert "Revert g9737584." and fix it ;)
This reverts commit 834ee304 which was reverting a previous
commit which broke build because of an extra comma. This
reverts the revert and removes the comma.
2016-12-27 13:08:00 +01:00
wwp
834ee30437 Revert g9737584. 2016-12-27 12:57:37 +01:00
wwp
9737584876 Add translation context helper text where some %s' are used and
their meaning is not obvious.
2016-12-27 12:16:56 +01:00
wwp
dbdfae6969 Capitalize header names (as everywhere else). 2016-12-21 16:01:36 +01:00
wwp
69eaf525fa More translatable header names in UI strings. 2016-12-21 15:52:41 +01:00
Ricardo Mones
b281fcac67 Remove unnecessary commas
They were added by mistake in f455e02c.
2016-12-21 15:17:02 +01:00
Andrej Kacian
e31ee60178 Stop left/right keypresses from propagating further in foldersel.
This amends commit 5305715.
2016-12-21 13:21:03 +01:00
Andrej Kacian
123563ca47 Moved compose_can_autosave() outside of #ifdef G_OS_UNIX. 2016-12-21 12:57:47 +01:00
wwp
596d44ce3c Fix wrong string split and list of arguments. 2016-12-21 10:08:13 +01:00
Andrej Kacian
cf9cab50cb Removed an unneeded trailing '\' from Windows' START_TIMING.
Well spotted by Pierre Fortin.
2016-12-20 23:31:16 +01:00
wwp
4a92e36b32 Fix extra arguments to g_strdup_printf (thanks to coverity scan),
add quotes around header names in few dialogs.
2016-12-20 23:01:29 +01:00
wwp
a38971609f Fix untranslatable concatenated strings (i.e. "Default "+"To:"),
normalize few uses of header names in UI.
2016-12-20 11:50:46 +01:00
Andrej Kacian
53057151de Use left/right keys to collapse/expand rows in foldersel dialog.
Further keypress will move the cursor to parent
or first child, respectively.
2016-12-19 21:30:45 +01:00
Andrej Kacian
5a66116ee9 Allow toplevel folders to be copied.
They are created as regular folders in target mailbox.
2016-12-19 20:51:21 +01:00
Andrej Kacian
22d94ce01f Do not strip plus sign when drag&drop attaching files.
Closes bug #3742.
2016-12-18 22:34:44 +01:00
Paul
e3bb5c6ac8 fix black on black in From header 2016-12-16 10:21:31 +00:00
wwp
77a2981141 Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws 2016-12-16 09:16:15 +01:00
wwp
19430d77d5 Silent up coverity scan. 2016-12-16 09:15:45 +01:00
Ricardo Mones
abc9d9cd40 Fix initialization of two pixmaps 2016-12-15 19:57:27 +01:00
wwp
b4d895b8b8 Fix possibly broken toolbar_compose.xml by migrating A_SENDL actions names
to A_SEND_LATER. An attempt to rewrite the whole toolbar .xml file was done
when only a part of it was read, leading to toolbar elements loss; the
rewrite of migrated toolbar configs is now done a posteriori.
Also, the renaming/migration magics swallowed the existing one
for A_SYL_ACTIONS.
2016-12-14 11:06:18 +01:00
wwp
a34523c618 Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws 2016-12-13 08:57:52 +01:00
wwp
884055d3bd Internal API change: split read/unread marking features from functions used
to mark as read/all read using a parameter.
2016-12-13 08:56:27 +01:00
Andrej Kacian
1a505326d0 Also update authors.h for commit ea40116. 2016-12-13 01:01:23 +01:00
Andrej Kacian
ea4011632f Honor autosave_encrypted preference when using external editor.
Patch by Ashish Gupta <ashmew2@gmail.com>.
2016-12-13 00:55:24 +01:00
wwp
4b9f6e2b63 Fix table order. 2016-12-12 19:41:56 +01:00
wwp
9c47b608f7 Fix missing items in summaryview's menu declarations. 2016-12-12 19:28:06 +01:00
Paul
1340b93c5b make list a bit more manageable and remove duplicated items 2016-12-12 17:03:23 +00:00
wwp
a8aa3fc220 Fix wrong call to missing *_unread func (we use the *_read() func
w/ FALSE as parameter for that).
Add missing new xpm files to Makefile.am.
2016-12-12 17:36:05 +01:00
wwp
382a3fed9d Add new actions to main window's toolbar: mark, unmark, lock, unlock,
mark (all) read, mark (all) unread.
Add new xpm icons for these actions (existing ones are small and made
for the message list) as well as for ignorethread and watchthread
actions.
Rename A_SENDL to A_SEND_LATER, we're not that lazy.
2016-12-12 15:30:24 +01:00
wwp
b7df74e8f5 Add new mark-all-unread (and recursively when relevant) action to folder
context menu, message list and main window menu.
2016-12-12 15:17:15 +01:00
Paul
773ddbbae8 rename compose_guess_forward_account_from_msginfo() to compose_find_account() 2016-12-12 14:02:28 +00:00
Paul
3bbea866fa rename compose_entry_mark_default_to() to compose_entry_indicate() 2016-12-12 13:58:16 +00:00
wwp
b3d90c51d0 Rename default_to_(bg)color hiddeng pref and variable to default_header_(bg)color. 2016-12-12 14:24:14 +01:00
wwp
c0c22eb997 Fix format, no tabs to align everywhere (at last!). 2016-12-12 14:17:43 +01:00
wwp
7d84a8a996 Remove extra entries, not yet in git. 2016-12-12 14:14:37 +01:00
wwp
f455e02c81 Fix missing initializers (last field in data struct),
reworked table to a human readable format.
2016-12-12 14:10:04 +01:00
Paul
70795ea5d1 more highlighted of automatically set header entries in Compose window
fix highlighting of multiple addresses set in account prefs
highlight From if not current account
2016-12-12 11:39:16 +00:00
Paul
3f46e81d2c don't remove the To when changing account 2016-12-12 10:17:59 +00:00
Paul
f37bbdecf9 some more colouring based on folder prefs override 2016-12-11 17:44:32 +00:00
Paul
5f607a33a7 fix colouring of auto-filled headers 2016-12-11 10:04:30 +00:00
Ricardo Mones
9123296406 Fix bug #3574: Template addressing
Remove artificial limitations to values of email addresses on templates:
these strings are already parsed and split when the template is applied
in compose window.
2016-12-10 13:32:41 +01:00
wwp
d21adbda39 Make last colors configurable using hidden prefs: tags bg/fg colors in
message view, default-to header field in compose view, and quicksearch
active + error.
2016-12-09 17:42:46 +01:00
wwp
627f7110c9 Revert "Remove dead code, this changed signal doesn't exist and we've also".
This reverts commit fe0f832b37.
2016-12-09 16:26:21 +01:00
wwp
fe0f832b37 Remove dead code, this changed signal doesn't exist and we've also
probably removed parts of the highlight-active-account field feature
a while ago.
2016-12-09 16:21:29 +01:00
Ricardo Mones
7794350956 Update authors lists 2016-12-06 13:17:06 +01:00
Ricardo Mones
828fdc64ec Fix Debian bug #846170: incorrect IMAP UID handling
Patch by Darac Marjal <darac@darac.org.uk>
2016-12-06 13:07:32 +01:00
Andrej Kacian
bac0338c95 Enable icons of stock GTK buttons on Windows. 2016-12-02 12:48:30 +01:00
Andrej Kacian
681532e4c5 Fix closing of description window using WM controls.
Closes bug #3740.
2016-11-29 19:23:14 +01:00
Paul
25bab9dcc9 on first run, use --alternate-config-dir (if set) on prefs migration
prevents useless creation of ~/.claws-mail directory
2016-11-28 12:50:32 +00:00
Andrej Kacian
08916bffe4 Fix more compile warnings for Windows in socket.c. 2016-11-24 21:03:34 +01:00
Andrej Kacian
504dd92adc Removed unused w32_get_uid_equiv() function. 2016-11-24 21:03:34 +01:00
Andrej Kacian
0d330cb779 Fix two unused variable warnings in ssl.c for Windows build. 2016-11-24 20:05:58 +01:00
Paul
4d7461d727 make go to next/previous sort order aware 2016-11-23 14:06:21 +00:00
Paul
e7206c0db7 don't ignore auto-account selection when forwarding on IMAP and NNTP accounts
patch by Blatinox
2016-11-22 09:52:06 +00:00
Paul
dc84b54f83 obey 'always_show_msg' on "no more [...] msgs. go to next folder?" 2016-11-21 08:47:52 +00:00
Paul
c95de2bcb0 fix 'Go to' moving off current, unopened msg, and dialogue to go next folder
T
2016-11-17 19:19:08 +00:00
Paul
81d0b58adc fix text selection when double-clicking quoted text and 'collapse quoted text on double click' is turned off
Patch by Andrej
2016-11-17 09:46:31 +00:00
Paul
caa00289e8 amendment to last commit, to avoid interfering with Shift+[Up|Down] 2016-11-16 17:01:08 +00:00
Paul
a7c6921d57 make up/down key navigation obey 'always_show_msg' 2016-11-16 16:30:15 +00:00
Paul
860ccbc87f fix some menu sensitivity issues 2016-11-16 08:47:03 +00:00
Andrej Kacian
afe0203a64 Use summary_select_node() more, to get more consistent behaviour. 2016-11-14 18:37:04 +01:00
Andrej Kacian
ad839919d8 Improve scrolling in summary_key_pressed(). 2016-11-12 23:05:42 +01:00
Andrej Kacian
4006b1258c Allow sending empty messages in Session (just \r\n). 2016-11-12 20:04:44 +01:00