warn about privacy system 'none' and auto sign/encrypt being enabled in all applicabl...
[claws.git] / src / compose.c
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...
2014-06-18 Andrej KacianRevert "Make Up key bring focus to Subject line, if...
2014-06-10 Colin LeroyDrop old unsupported GTK+ conditionals too
2014-06-05 Colin LeroyMore Coverity fixes
2014-05-28 Ricardo MonesFix “File (null) doesn't exist” error dialog
2014-05-28 Colin LeroyAdd a per-account preference to allow automatically...
2014-05-28 Colin LeroyFix the race fix, now preventing the compose window...
2014-05-23 Colin LeroyBetter place to remove the draft callback, where we...
2014-05-23 Colin LeroyRemove draft_timeout_tag too before destroying
2014-05-22 Colin LeroyBetter solution than a global function call, use our...
2014-05-22 Colin LeroyFix bug #2447, "Compose window crashes if moving a...
2014-05-22 Colin LeroyFix Undo after wrapping a paragraph, which undid every...
2014-05-22 Colin LeroyFix bug #2179, "Improve quotation wrapping support...
2014-05-14 Colin LeroyDon't go up in subject if we're selecting
2014-05-12 Andrej KacianUse the GtkPaned's position value to store compose_note...
2014-05-12 Andrej KacianMake Up key bring focus to Subject line, if the cursor...
2014-05-12 Andrej KacianAdd a mnemonic to compose window's Subject line, allowi...
2014-05-11 Andrej KacianDo not allow the compose window's slider between header...
2014-05-02 Colin LeroyFix typo
2014-05-02 Colin LeroyFix g_timeout usage
2014-04-30 Colin LeroyFix bug #2398, "Race when closing compose during drafting"
2014-04-28 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2014-04-28 Colin LeroyFix most of the leaks referenced in bug #3155
2014-04-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2014-04-25 Colin LeroyChange the blueness in Drafts folders to saving drafts...
2014-03-25 Colin LeroyFix bug #3120, "Error - file is empty" when redirecting...
2014-03-20 Pauldon't reply to self when doing reply to all
2014-02-05 Paulcombine xmailer/xnewsreader header options into one...
2014-02-03 Paulimplement RFE bug 3053, 'Can't add "replace signature...
2014-02-03 Pauladd option 'Generate X-Newsreader header' for NNTP...
2013-12-20 Colin LeroyAdd preference to allow disabling automatic drafting...
2013-11-04 Ricardo MonesFix bug #2964 'Lack of escaping of nested double-quotes...
2013-11-01 Pauladd 'Replace Signature' menu item
2013-10-28 Ricardo MonesQuote all specials in name as defined on RFC
2013-10-28 Ricardo MonesFix segfault for addresses without name part
2013-10-25 Ricardo MonesFix bug #2210, but not on Address Book
next