claws.git
2015-06-30 Andrej KacianRSSyl: Variable typo fix in Windows-specific code.
2015-06-30 Andrej KacianUpdated plugins' claws.def files as needed for Windows...
2015-06-30 Paulmake filtering action 'mark_as_unread' set the unread...
2015-06-30 Andrej KacianWindows build needs to link against pthread, not pthrea...
2015-06-29 Andrej KacianGet rid of last remaining "struct stat" variables.
2015-06-29 Andrej KacianUse g_dir_open() and friends instead of opendir() and...
2015-06-28 Holger BerndtGData plugin: Make it possible to compile with libgdata...
2015-06-28 Ricardo MonesLibravatar: clean cache button
2015-06-28 Ricardo MonesLibravatar: cache usage info label
2015-06-25 Andrej KacianHandle an unlikely fopen failure in compose_write_to_file()
2015-06-25 Andrej KacianDo not use MsgInfo's plaintext_file for message file.
2015-06-25 Andrej KacianRevert "Remove plaintext_file member of struct MsgInfo."
2015-06-25 Andrej KacianRemove plaintext_file member of struct MsgInfo.
2015-06-25 Andrej KacianEncrypt message just before writing it to queue dir.
2015-06-24 Christian HesseLibravatar: this is rootdir, not subdir
2015-06-24 Andreas RönnquistSet focus row to top item if marking a message above...
2015-06-23 Ricardo MonesAttachWarner: fix copyright and g_warning string
2015-06-23 Ricardo MonesAddressKeeper: fix copyright and g_warning strings
2015-06-23 Ricardo MonesLibravatar: fix g_warning strings
2015-06-23 Ricardo MonesLibravatar: fix copyright headers
2015-06-23 Ricardo MonesFix bug #3438 ‘Filter to add address to Addressbook...
2015-06-23 Ricardo MonesLibravatar: refactor and fix leak on corner case
2015-06-23 Ricardo MonesUpdate year for incoming release
2015-06-23 Andrej KacianFix a mistake in previous commit.
2015-06-22 Andrej KacianAllow 'Z' as time zone in procheader_scan_date_string()
2015-06-22 Andrej KacianRemoved an unneeded ifdef in my_tmpfile().
2015-06-22 Andrej KacianUse g_mkstemp() instead of mkstemp().
2015-06-22 Ricardo MonesFix incorrect HTML preventing label from appearing
2015-06-22 Ricardo MonesFix bug #1901 ‘More descriptive error msgs when attempt...
2015-06-21 Christian HesseFinish 439a5cffca5bcdefc6d4d552af64aa2e10c5ab5d
2015-06-21 Christian HesseRemove useless rule
2015-06-21 Christian HesseDo not redefine MIN and MAX
2015-06-21 Christian HesseRemove unused variables
2015-06-21 Christian HesseFix type in yacc file
2015-06-21 Christian HesseLet git ignore also *.tar.xz tarballs
2015-06-21 Christian HesseFix inconsistent use of tabs and spaces in indentation.
2015-06-20 Andrej KacianAllow TLS connections to LDAP on Windows.
2015-06-20 Andrej KacianDo not free LDAP error string on Windows.
2015-06-19 Paulfix error on load: 'undefined symbol: response_is_ok'
2015-06-19 Andrej KacianThe "mark_as_spam" filtering action does not move message.
2015-06-18 Andrej KacianVarious small fix ups needed for mingw-w64 build.
2015-06-18 Andrej KacianRSSyl: Use our CA certificate bundle on Windows.
2015-06-18 Andrej KacianRSSyl: If given, set CURLOPT_CAINFO regardless of libcu...
2015-06-18 Ricardo MonesRemove unchecked realloc which is unnecessary
2015-06-18 Ricardo MonesFix leak on failing realloc
2015-06-17 Holger BerndtGData plugin: Support cold-start
2015-06-17 Andrej KacianRSSyl: Allow giving custom CA cert file to libfeed
2015-06-16 Andrej KacianRSSyl: Free GError from memory where necessary.
2015-06-16 Andrej KacianRSSyl: Use g_mkstemp() instead of mkstemp()
2015-06-16 Andrej KacianRSSyl: Got rid of opendir/readdir/closedir in favour...
2015-06-16 Ricardo MonesRemove unnecessary “Use this” for changing theme
2015-06-14 Holger BerndtUpdate sample jhbuildrc file
2015-06-14 Holger BerndtGdata plugin: Remove now obsolete CM_GDATA_CLIENT_ID...
2015-06-14 Holger BerndtGData plugin: Remove now obsolete password pref
2015-06-14 Holger BerndtGData plugin: Switch from ClientLogin to OAuth2
2015-06-14 Holger BerndtGData plugin: Change debug output order during plugin...
2015-06-14 Holger BerndtGData plugin: Drop support for libgdata < 0.9
2015-06-14 Andrej KacianFancy: updated list of exports from core claws-mail...
2015-06-10 Colin LeroyFix english (I think)
2015-06-09 Ricardo MonesAdd missing page weights on some plugins
2015-06-09 Ricardo MonesLibravatar: use accessor for common preferences
2015-06-06 Andrej KacianAdd a missing include to make commit f061b67 work on...
2015-06-06 Ricardo MonesFix low probability resource leak
2015-06-06 Ricardo MonesAnd other format warning less
2015-06-06 Ricardo MonesFix a couple of format warnings
2015-06-05 Ricardo MonesDocument more accurately --debug option on Windows
2015-06-05 Andrej KacianUse 'GStatBuf' instead of 'struct stat' type where...
2015-06-04 Andrej KacianRe-add old method for Expat library detection during...
2015-06-04 Andrej KacianRSSyl: Reworked item comparing logic, partly based...
2015-06-03 Andrej KacianPass --export-* flags correctly to the linker, dependin...
2015-05-30 Andrej KacianUse pkg-config to detect Expat library.
2015-05-30 Andrej KacianRSSyl: Use procheader_date_parse() for RFC3339 date...
2015-05-30 Andrej KacianRewrote parsing of RFC3339 datetime strings.
2015-05-30 Andrej KacianRSSyl: Updated list of symbols needed from claws-mail...
2015-05-30 Andrej KacianRSSyl: struct dirent doesn't have d_type member on...
2015-05-30 Andrej KacianRSSyl: Remove unnecessary use of link() in rssyl_add_ms...
2015-05-30 Andrej KacianFix typo in variable name in Windows g_open() implement...
2015-05-28 Ricardo MonesFix bug #1941 ‘recursive "mark read all"’
2015-05-28 Paulfix last commit
2015-05-28 PaulFix LDAP access using TLS protocol
2015-05-27 Andrej KacianRSSyl: Fix compilation on OS X.
2015-05-21 Andrej KacianRSSyl: Leave unread flag on new items regardless of...
2015-05-18 Ricardo MonesAlmost switch plugins from strerror to g_strerror
2015-05-18 Ricardo MonesSwitch core from strerror to g_strerror
2015-05-17 Andrej KacianRSSyl: Strip leading and trailing whitespace from XML...
2015-05-16 Ricardo MonesUpdate summary view status after "Find all"
2015-05-06 Andrej KacianRSSyl: use procheader_date_parse() instead of parseRFC8...
2015-05-04 Ricardo MonesFix GLib-GObject-CRITICAL message when printing
2015-04-29 Ricardo MonesFix bug #2981 and other two implicit...
2015-04-25 Ricardo MonesFix 'make dist' for Managesieve plugin
2015-04-25 Ricardo MonesAdd author of Managesieve plugin also to About dialog
2015-04-25 Andrej KacianUpdate AUTHORS and README regarding the Managesieve...
2015-04-25 Charles LehnerAdd ManageSieve plugin
2015-04-25 Charles LehnerMake message_search interface-based
2015-04-25 Charles LehnerAdd callback for session connection result
2015-04-25 Ricardo MonesReuse PLUGINS_URI #define
2015-04-22 Ricardo MonesFix bug #3419 ‘Saving/appending messages to an mbox...
2015-04-22 Andrej KacianCompose window: Fix bug #3421 - Recipients list doesn...
2015-04-07 Ricardo MonesAdjust templates panel of folder properties
2015-03-22 Andrej KacianIn mailbox order dialog, set selection mode after the...
next