aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.c
AgeCommit message (Expand)Author
2015-11-26fix for sigbus on ARM caused by unaligned access (#242).hiro
2013-11-27fixed fp and memory leaks.hiro
2013-04-05print all texts in messages with print command.hiro
2013-04-04procmsg.c: procmsg_save_message_as_text(): guard against code conversion fail...hiro
2013-04-04open output file as text mode when saving messages as text.hiro
2013-04-03added the feature to save message as plain text (locale or UTF-8 encoding).hiro
2011-08-11removed warnings when cache files were not found.hiro
2011-07-05use mmap to read cache.hiro
2011-06-10fixed an error when removing queued messages on win32.hiro
2011-06-09procmsg_add_messages_from_queue(): changed g_print() to debug_print().hiro
2011-06-08remove queue headers when moving messages from a queue folder (fixes Debian B...hiro
2010-07-29added 'Empty junk' context menu to Junk folder.hiro
2010-07-16removed redundant debug print.hiro
2010-07-13fully implemented RFC 2046.hiro
2010-07-13message/partial: allow Content-Type without total parameter.hiro
2010-07-12implemented concatenation of partial messages (RFC 2046).hiro
2010-06-30update summary view on receiving on the fly.hiro
2009-11-02more fix for UID more than INT_MAX.hiro
2009-10-16libsylph: use itos_buf() because itos() is not thread-safe.hiro
2009-09-15generate cache on adding messages.hiro
2009-09-15minor optimization: use g_slist_prepend() for mark/cache queue.hiro
2009-09-14use MsgFlagInfo struct for mark queue to reduce its memory usage.hiro
2009-09-14update summary caches on receiving.hiro
2009-06-10merged plugin-test branch into trunk.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-09-13disabled the passphrase dialog on query search.hiro
2007-07-12refactored add-reply-or-forward-mark-after-sending.hiro
2007-07-09implemented add-reply-mark-after-sending.hiro
2007-01-16procmsg_open_data_file(): fixed a bug that the version of a data file was not...hiro
2006-12-25fixed crash when .sylpheed_mark is not writable.hiro
2006-11-30implemented printing of MIME part. Code cleanups.hiro
2006-11-06fixed a crash when printing a message with empty Subject, From, and To.hiro
2006-09-13avoid uninitialized value.hiro
2006-09-13session.c: added extra error checking when writing to buffer.hiro
2006-08-23added signature information to MsgInfo.hiro
2006-07-31modified folder context menu on receiving.hiro
2006-06-16added 'Mark all read' to the folder context menu.hiro
2006-03-10printing messages now follows 'Show all headers'.hiro
2006-03-09added a hidden option "mime_command" for backward compatibility.hiro
2006-01-25don't show 'Empty trash' dialog if trashed messages don't exist.hiro
2006-01-24skip virtual folders when clearing caches.hiro
2006-01-23implemented clearing of IMAP4 message caches on exit.hiro
2005-12-27cache search result to speed up on and after the second search.hiro
2005-12-21reflect flag changes on virtual folders in the real ones.hiro
2005-12-07update caches and flags when reading message list from a folder.hiro
2005-10-25fixed a typo.hiro
2005-10-25win32: use ShellExecute() on print.hiro
2005-10-25match the output header for printing to the message view.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-13added 'View/Sort/by thread date'.hiro