aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Collapse)Author
2006-01-26removed 'Wrap before sending' option, which was rather problematic.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@933 ee746299-78ed-0310-b773-934348b2243d
2006-01-25'File/Insert signature' now inserts signature into current cursor position.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@926 ee746299-78ed-0310-b773-934348b2243d
2006-01-24force attaching of specific types on forwarding even if filename is unspecified.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@924 ee746299-78ed-0310-b773-934348b2243d
2006-01-20allow non-ascii mailto string and filename on --compose option.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@916 ee746299-78ed-0310-b773-934348b2243d
2005-12-26added Windows-1252 for display encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@864 ee746299-78ed-0310-b773-934348b2243d
2005-12-26don't traverse inside message/rfc822 to avoid duplicated attachments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@863 ee746299-78ed-0310-b773-934348b2243d
2005-12-26only add modified flag when files are manually attached.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@862 ee746299-78ed-0310-b773-934348b2243d
2005-12-25include message/rfc822 parts when forwarding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@860 ee746299-78ed-0310-b773-934348b2243d
2005-12-25attach all parts with filenames when forwarding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@858 ee746299-78ed-0310-b773-934348b2243d
2005-12-22fixed enumerated lines detection.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@855 ee746299-78ed-0310-b773-934348b2243d
2005-12-21reflect flag changes on virtual folders in the real ones.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@850 ee746299-78ed-0310-b773-934348b2243d
2005-12-21some modification of searching.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@848 ee746299-78ed-0310-b773-934348b2243d
2005-12-20modified compose_is_itemized().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@847 ee746299-78ed-0310-b773-934348b2243d
2005-12-20compose_is_itemized(): also check for enumerated lines such as (1), (2), ...hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@846 ee746299-78ed-0310-b773-934348b2243d
2005-12-05enabled COMPOSE_REPLY_TO_ALL for NNTP.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@801 ee746299-78ed-0310-b773-934348b2243d
2005-11-28reverted linebreak conversion.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@783 ee746299-78ed-0310-b773-934348b2243d
2005-11-25also canonicalize on redirect/queue.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@782 ee746299-78ed-0310-b773-934348b2243d
2005-11-25always canonicalize composed message.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@781 ee746299-78ed-0310-b773-934348b2243d
2005-11-22modified 'filter sent messages'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@773 ee746299-78ed-0310-b773-934348b2243d
2005-11-22remember the last compose window position.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@769 ee746299-78ed-0310-b773-934348b2243d
2005-11-21win32: fixed compose window appeared always top-left.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@768 ee746299-78ed-0310-b773-934348b2243d
2005-11-21compose.c: give priority to locale to UTF-8 conversion.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@767 ee746299-78ed-0310-b773-934348b2243d
2005-11-17compose.c: made edit mark less intrusive.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@761 ee746299-78ed-0310-b773-934348b2243d
2005-11-17implemented spell checking.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@754 ee746299-78ed-0310-b773-934348b2243d
2005-11-16don't reply to list for subscribe confirmation request etc.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@753 ee746299-78ed-0310-b773-934348b2243d
2005-11-16fixed compilation error if GPGME is not enabled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@750 ee746299-78ed-0310-b773-934348b2243d
2005-11-14fixes occasional summary update failure on win32 and some filesystems.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@744 ee746299-78ed-0310-b773-934348b2243d
2005-11-11fixed separator of newsgroups.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@739 ee746299-78ed-0310-b773-934348b2243d
2005-11-10hide PGP checkboxes if PGP is not available.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@734 ee746299-78ed-0310-b773-934348b2243d
2005-11-09allow drop of files in the whole compose window. Disabled insertion of text ↵hiro
by DnD. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@729 ee746299-78ed-0310-b773-934348b2243d
2005-11-07implemented auto-save.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@718 ee746299-78ed-0310-b773-934348b2243d
2005-11-04fixed a crash when the external editor was terminated while opening ↵hiro
confirmation dialog. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@715 ee746299-78ed-0310-b773-934348b2243d
2005-11-02src/compose.c: unlink compose->exteditor_file if exist.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@708 ee746299-78ed-0310-b773-934348b2243d
2005-11-02compose.c: stop watching of child process in case something weird happened.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@707 ee746299-78ed-0310-b773-934348b2243d
2005-11-02src/compose.c: fixed for win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@706 ee746299-78ed-0310-b773-934348b2243d
2005-11-02reimplemented external editor with GSpawn and GChildWatch.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@705 ee746299-78ed-0310-b773-934348b2243d
2005-10-27fixed initially wrong widget size of option menu in compose window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@691 ee746299-78ed-0310-b773-934348b2243d
2005-10-26modification for ML post with Reply-To.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@688 ee746299-78ed-0310-b773-934348b2243d
2005-10-14made some warnings just debug messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@647 ee746299-78ed-0310-b773-934348b2243d
2005-09-28only show subject on the compose titlebar.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@609 ee746299-78ed-0310-b773-934348b2243d
2005-09-27display the subject line in the window title bar.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@606 ee746299-78ed-0310-b773-934348b2243d
2005-09-21removed mbs/wcs functions which are no longer required.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@596 ee746299-78ed-0310-b773-934348b2243d
2005-09-16don't display code conversion error and line limit warning on draft mode.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@590 ee746299-78ed-0310-b773-934348b2243d
2005-09-14normalize address fields before encoding them.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@581 ee746299-78ed-0310-b773-934348b2243d
2005-08-30separated UI code from prefs.c.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@527 ee746299-78ed-0310-b773-934348b2243d
2005-08-29fixed broken message/* attachments on pgp-sign.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@519 ee746299-78ed-0310-b773-934348b2243d
2005-08-26the line space setting now applies to the compose window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@518 ee746299-78ed-0310-b773-934348b2243d
2005-08-18disabled GtkHandleBox.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@489 ee746299-78ed-0310-b773-934348b2243d
2005-08-08added wrappers for C library function that take pathname arguments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@478 ee746299-78ed-0310-b773-934348b2243d
2005-08-05enabled compilation with MinGW.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@469 ee746299-78ed-0310-b773-934348b2243d