Fixed one more memory leak that was missed in b77707343.
[claws.git] / src / compose.c
2017-07-12 Andrej KacianFix a memory leak in compose_write_to_file().
2017-07-11 Andrej KacianFix several memory leaks around template parsing.
2017-07-11 Ricardo MonesCheck for NULL buttons also here
2017-07-11 Ricardo MonesFix initialization of privacy buttons sensitivity
2017-07-10 Andrej KacianAdd Sign/Encrypt toggle buttons to Compose toolbar.
2017-07-10 Andrej KacianFix two memory leaks around use of privacy_get_system_i...
2017-05-31 Andrej KacianOnly preserve existing Message-ID when reediting a...
2017-05-22 Pauladd more utf8 listitem characters
2017-05-21 Paulfix Resent-Date value
2017-04-02 Paulfix bug 3801, 'Broken auto wrapping'
2017-03-30 Andrej KacianMake sure outgoing messages have a trailing newline.
2017-03-29 Andreas BierfertFix bug #3796 format-security warnings in alertpanel_ use
2017-03-19 wwpCorrect/update comment.
2017-03-19 wwpFix bug 3785: custom headers not stored in queued messa...
2017-03-16 Andrej KacianAllow custom window title for the folder selection...
2017-03-01 Paulfix disabling prefs_common.warn_sending_many_recipients...
2017-02-27 Ricardo MonesSimplify hidden prefs for too many recipients
2017-01-21 wwpShow attachments total size in compose window's relevan...
2017-01-20 wwpNormalize rfc822 date handling by using decent buffer...
2017-01-18 wwpFix bug 3762, 'redirect fails'
2017-01-17 wwpFix bug 3251, 'A translated In-Reply-To header is sent...
2017-01-16 wwpFix Coverity CIDs #1398812, #1398813, #1398814.
2017-01-16 wwpFix bug 3571, 'recipient list lost and truncated'
2017-01-13 wwpPrefer dynamically allocated buffers to fixed-size...
2017-01-12 wwpWarn when sending to more than N recipients. This featu...
2017-01-06 wwpFix a leak.
2016-12-27 wwpLine-up arrays (w/ space chars only).
2016-12-27 wwpSilent up a compiler warning by making the ComposeCallA...
2016-12-27 wwpRevert "Revert "Revert g9737584."" (but the fix) by...
2016-12-21 wwpMore translatable header names in UI strings.
2016-12-21 Andrej KacianMoved compose_can_autosave() outside of #ifdef G_OS_UNIX.
2016-12-20 wwpFix extra arguments to g_strdup_printf (thanks to cover...
2016-12-20 wwpFix untranslatable concatenated strings (i.e. "Default...
2016-12-16 Paulfix black on black in From header
2016-12-13 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2016-12-12 Andrej KacianHonor autosave_encrypted preference when using external...
2016-12-12 wwpAdd new actions to main window's toolbar: mark, unmark...
2016-12-12 Paulrename compose_guess_forward_account_from_msginfo(...
2016-12-12 Paulrename compose_entry_mark_default_to() to compose_entry...
2016-12-12 wwpRename default_to_(bg)color hiddeng pref and variable...
2016-12-12 Paulmore highlighted of automatically set header entries...
2016-12-12 Pauldon't remove the To when changing account
2016-12-11 Paulsome more colouring based on folder prefs override
2016-12-11 Paulfix colouring of auto-filled headers
2016-12-09 wwpMake last colors configurable using hidden prefs: tags...
2016-12-09 wwpRevert "Remove dead code, this changed signal doesn...
2016-12-09 wwpRemove dead code, this changed signal doesn't exist...
2016-11-24 Andrej KacianFix more compile warnings for Windows in socket.c.
2016-11-22 Pauldon't ignore auto-account selection when forwarding...
2016-10-10 Andrej KacianImprove plural handling of a file insert string.
2016-10-02 Andrej KacianRemoved a superfluous debug_print() call.
2016-10-01 Andrej KacianRemove useless code from e22cbed.
2016-10-01 Andrej KacianDo not add Message-ID for draft, unless it already...
2016-10-01 Andrej KacianMake Message-ID string generation less confusing.
2016-09-26 Pauladd hidden pref 'reqrite_first_from'
2016-08-28 Andrej KacianMake filesel API more consistent.
2016-08-24 Ricardo MonesFix bug #3515: Ctrl-Shift-X opens multiple external...
2016-08-22 Ricardo MonesFix bug #2975: Implement setting -0000 timezone to...
2016-07-28 Ricardo MonesFix some debug messages and update headers
2016-07-04 Paulfix bug 2518, ' "Reply-All" message from NNTP-account...
2016-07-04 Paulinclude Reply-To value when using 'reply to all'
2016-02-08 Andrej KacianMake procmime_mimeinfo_free_all() zero the passed pointer.
2016-01-29 Paulautomatically use external editor on fwd-as-attachment...
2016-01-28 Andrej KacianRemove the outer scrollbar from header area.
2016-01-23 Andrej KacianMake procmsg_msginfo_free() zero out pointers to freed...
2015-12-28 Paulfix bug 2358, '"Disposition-Notification-To:" should...
2015-12-07 Paulcall 'new' address book 'alternate' address book
2015-11-24 Ricardo MonesAdjust menus for external embedded editor
2015-11-24 Ricardo MonesBug #2355: don't send while external editor is open
2015-11-23 Ricardo MonesFix bug #2355: Embedding external editor through GtkSocket
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-15 Paulmore sanitizing of translatable strings
2015-11-14 Paulremove the internally used plus symbol from the transla...
2015-10-08 Colin LeroyFix unchecked return value
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-08-11 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-08-09 Ricardo MonesFix bug 2458 “Option to force header type to pre-define...
2015-07-25 Andrej KacianFixed handling of drag&drop onto compose text area...
2015-07-09 Andrej KacianMake right-click behavior more intuitive in compose...
2015-07-09 Ricardo MonesFix build with hardened compiler flags
2015-06-29 Andrej KacianGet rid of last remaining "struct stat" variables.
2015-06-25 Andrej KacianHandle an unlikely fopen failure in compose_write_to_file()
2015-06-25 Andrej KacianEncrypt message just before writing it to queue dir.
2015-06-05 Andrej KacianUse 'GStatBuf' instead of 'struct stat' type where...
2015-05-18 Ricardo MonesSwitch core from strerror to g_strerror
2015-04-22 Andrej KacianCompose window: Fix bug #3421 - Recipients list doesn...
2015-01-26 PaulMac-Cyrillic menu updates. patch by Anton Butanaev
2015-01-19 Pauladd support for x-mac-cyrillic encoding.
2014-12-19 Colin LeroyBetter fix for bug #3349 (almost all the needed code...
2014-12-18 Colin LeroyMerge remote-tracking branch 'jakub-kicinski/for-master'
2014-12-17 Ricardo MonesImprove feedback to user when bug #3349
2014-12-09 Paulwhen cancelling a msg written with an external editor...
2014-12-09 Andrej KacianCompose window: Change Subject mnemonic from 's' to...
2014-12-08 Andrej KacianCompose window: sender address line gets its own label...
2014-12-07 Andrej KacianCompose window: activating the GtkEntry with sender...
2014-11-15 Andrej KacianUse GLib's implementation of Base64 instead of our...
2014-09-03 Pauladd Reply-To to template config
2014-06-22 Andrej KacianFix b976c1d by actually having a mnemonic char in the...
2014-06-18 Andrej KacianAdded comments explaining the use of gtk_container_set_...
2014-06-18 Andrej KacianIn compose window, prevent account selection combobox...
next