aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Expand)Author
2005-08-18disabled GtkHandleBox.hiro
2005-08-08added wrappers for C library function that take pathname arguments.hiro
2005-08-05enabled compilation with MinGW.hiro
2005-08-04braced some Unix-specific code with ifdef.hiro
2005-08-04replaced random() with g_random_*().hiro
2005-08-02fixed gcc-4.0 warnings.hiro
2005-07-19added a hack to prevent duplicated insertion to compose.hiro
2005-07-19don't break line after '/' on compose.hiro
2005-07-19modification for DnD.hiro
2005-07-12don't break line after '-'.hiro
2005-07-12modified several alerts, and added accelerators for the buttons.hiro
2005-07-11use Content-Type's charset as a fallback encoding of broken header strings wh...hiro
2005-07-11compose.c: don't convert encoding if inserted file is UTF-8.hiro
2005-07-11fixed duplicate signature problem in re-edit or after editing with external e...hiro
2005-07-11compose.[ch]: replaced gdk_input_*() with GIOChannel.hiro
2005-07-08put existing window in front when trying to reedit draft/queued messages whic...hiro
2005-07-08modified alert dialogs.hiro
2005-07-06replaced sylpheed logo with new one.hiro
2005-07-06added 'insert signature' icon.hiro
2005-07-05replaced pixmaps icons with png images.hiro
2005-06-30when sending messages, check for line length limit and display warning if exc...hiro
2005-06-21added an option to encrypt when replying to encrypted message.hiro
2005-06-15made 'File/Insert signature' replace current signature, or add it to the bottom.hiro
2005-06-14scroll the view to the cursor position after paste.hiro
2005-06-14compose scroll fix.hiro
2005-06-14scroll the compose view to the cursor position after inserting signatures or ...hiro
2005-06-10fixed Turkish locale problem.hiro
2005-06-07added an option to apply filter rules to sent messages.hiro
2005-06-06don't use 'destroy' signal to destroy Compose object.hiro
2005-06-06added Hebrew encoding.hiro
2005-06-03improved the DnD.hiro
2005-05-27don't interpret Bcc header field of mailto URL.hiro
2005-05-27optimized the writing of mark file.hiro
2005-05-24disable attach toggle button for now.hiro
2005-05-24added a toggle button for the attachment pane.hiro
2005-05-24reimplemented the attachment list with GtkTreeView. Fixed attaching of locale...hiro
2005-05-23added PGP Sign/Encrypt check button on the compose window.hiro
2005-05-09reimplemented summary view with GtkTreeView.hiro
2005-04-19removed '/Edit/Advanced' menu.hiro
2005-04-12support GBK (and X-GBK) encoding.hiro
2005-04-12don't encode clearsigned text.hiro
2005-03-29don't join (presumably) itemized lines on line-wrapping.hiro
2005-03-25ignore empty Reply-To: and Followup-To: header when replying.hiro
2005-03-23Fixed the issue that ISO-8859-1 was forced for headers when body is US-ASCII ...hiro
2005-03-16added a menu to temporally change the outgoing encoding to the composition wi...hiro
2005-03-14fixed a memory leak.hiro
2005-03-14do a strict check for code conversion when sending.hiro
2005-03-11stabilized signature replacement of composition window.hiro
2005-03-09fixed wrapping of quote when auto-wrapping is enabled.hiro
2005-03-09enabled multiple file selection when attaching files.hiro