Commit graph

55 commits

Author SHA1 Message Date
Paul Mangan
29e6353885 sync with 0.9.11cvs17 HEAD 2004-06-25 08:05:09 +00:00
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
b4217b7b11 sync 099claws 2004-02-21 11:01:01 +00:00
Thorsten Maerz
61ee51da1d sync 098claws 2004-01-12 21:28:31 +00:00
Thorsten Maerz
d013515023 inital gtk2 patch 2003-10-05 10:10:30 +00:00
Christoph Hohmann
44a772b9f2 0.9.3claws33
* src/compose.h
* src/folder.c
* src/folderview.h
* src/headerview.h
* src/prefs_filtering.h
* src/prefs_folder_item.[ch]
* src/procmime.h
* src/procmsg.h
* src/summaryview.h
        clean up header mess
	(always use 1. typedefs, 2. #includes, 3. structures)

* src/common/version.h.in
        add casts for constants

* src/plugins/demo/demo.c
        fix typo

* src/plugins/spamassassin/spamassassin.c
        remove unused variable
2003-07-19 22:36:53 +00:00
Leandro A. F. Pereira
75b714c4df o Removed "Message/Create new thread" menu item
o Added "Message/Remove references" menu item
  (it's off by default and will not check anymore if the subject changed)
2003-06-25 00:43:48 +00:00
Leandro A. F. Pereira
aa26922518 Create a new thread if subject changes. It's on by default, can be
disabled in Message menu.
2003-06-21 18:59:56 +00:00
Alfons Hoogervorst
12ad424164 * src/compose.[ch]
make paste as quotation work even when the call to
	text_inserted() was deferred (fixes bug #140 "Paste
	as quotation does not work when using "external"
	clipboard")
2003-05-03 15:01:13 +00:00
Paul Mangan
70d5f679fa sync with 0.8.11cvs21 2003-04-12 00:28:06 +00:00
Oliver Haertel
2003e8ce9d toolbar reply refactoring: part 2 2003-03-03 19:07:28 +00:00
Paul Mangan
73e2c09783 fix 'Follow-up and Reply-to' 2003-02-13 13:25:31 +00:00
Colin Leroy
64b3554c53 fix bugzilla bug #20 2003-01-15 23:56:31 +00:00
Paul Mangan
f86d265300 store folder and message-id of message forwarding to in queue header and set forward flag after sending 2003-01-15 13:19:59 +00:00
Oliver Haertel
fda5525dc3 use generic toolbar handling 2002-12-24 14:38:23 +00:00
Oliver Haertel
3cc731eb9b messageview toolbar patch 2 by Ivan Francolin Martinez (ivanfm@sourceforge.net) 2002-11-28 22:50:47 +00:00
Paul Mangan
0a8661971a re-implement GnuPG 'on-the-fly' mode selection 2002-11-08 11:51:15 +00:00
Paul Mangan
7e293319fb allow 'on-the-fly' changing of the type of encryption and/or signing used (mime/ascii) via the compose window 2002-11-06 10:30:41 +00:00
Colin Leroy
8e9458ad22 * src/compose.[ch]
add compose_draft()
        * src/crash.c
                add SIGTERM handler
        * src/main.[ch]
                add clean_quit() for the SIGTERM handler
2002-11-05 15:55:32 +00:00
Paul Mangan
d2cc3bc339 sync with 0.8.5 2002-10-04 15:35:49 +00:00
Paul Mangan
1490406429 sync with 0.8.3cvs7 2002-09-26 10:26:16 +00:00
Colin Leroy
84109d4a12 * src/compose.[ch]
Disable user actions when sending
2002-09-24 12:10:26 +00:00
Oliver Haertel
e1a38c228e custom toolbar: compose win 1 2002-09-22 14:31:45 +00:00
Melvin Hadasht
1535fa78e6 merged GNU_aspell_branch 2002-08-28 13:04:15 +00:00
Paul Mangan
ee8f2be0c4 sync with 0.8.1cvs4 2002-07-30 09:49:51 +00:00
Colin Leroy
d5d9a36837 add compose_entry_select(), used to select the default_to
email address - hopefully avoiding people sending mails to
wrong recipients.
2002-06-22 23:37:14 +00:00
Paul Mangan
c1f142c05f sync with 0.7.8cvs5 2002-06-22 17:49:39 +00:00
Paul Mangan
95701d826e rename 'Bounce' to 'Redirect' 2002-05-23 08:18:33 +00:00
Melvin Hadasht
76c372b058 src/compose.[ch]
Added possibility to set message's priority.
src/procmsg.[ch]
	Added possibility to set message's priority.
	Added missing headers.
2002-05-12 15:47:48 +00:00
Carsten Schurig
4314cef5b6 Pixmap theming 2002-02-11 19:46:04 +00:00
Paul Mangan
027dce92c3 sync with sylpheed 0.7.1 release 2002-02-11 13:43:37 +00:00
Darko Koruga
cd2ce4c3f4 Use selected text on reply/forward. 2002-02-07 09:26:39 +00:00
Paul Mangan
e58f4b51a0 sync with sylpheed 0.6.6cvs3 2001-12-18 07:36:38 +00:00
Carsten Schurig
1376f2fe3d news menu entry and toolbar button insensitive when no news account exists 2001-12-07 19:53:31 +00:00
Christoph Hohmann
61799e6b33 changed german translation of undo
don't reinvent the wheel to traverse a GNode
seperate code to create the compose gui into functions add "Others" page with folder selection for saving copy of the message. the folder identifier is saved to queue header
save message to folder in queue header
2001-12-03 16:04:12 +00:00
Alfons Hoogervorst
abf06e1920 add undo/redo patch submitted by Jens Oberender 2001-11-23 19:43:29 +00:00
Hiroyuki Yamamoto
f8fbea694e more merges of compose.c, removal of fatal warnings, and some minor fixes. 2001-11-20 06:37:29 +00:00
Hoà Viêt Dinh
0af83dd4c8 bounce mails 2001-11-14 07:37:32 +00:00
Alfons Hoogervorst
3dac35dc91 revert undo stuff that belong in 0.6.6claws 2001-11-11 18:16:18 +00:00
Hoà Viêt Dinh
53c9af2bc2 undo patch feature, can be enabled through compose.h by adding a #define USE_UNDO_PATCH 2001-11-11 16:52:12 +00:00
Paul Mangan
820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Paul Mangan
768b204f5a make 'Reply' reply to MLs 2001-10-04 13:54:27 +00:00
Melvin Hadasht
c5f61a7ba9 added initial pspell support 2001-09-18 16:43:10 +00:00
Christoph Hohmann
f94ca6ceb3 replace LOG_MESSAGE with debug_print
compose gui improvements
added newline after debug message
using __VA_ARGS__ for debug_print macro
cvs ignore for Makefile and Makefile.in in tools directory
2001-09-18 11:24:00 +00:00
Paul Mangan
28b049672b sync with sylpheed 0.6.1cvs6 2001-09-13 13:38:32 +00:00
Paul Mangan
97225d3545 sync with sylpheed 0.6.0 release 2001-08-30 12:59:38 +00:00
Alexander Barinov
4afa5ce515 initial message templates support 2001-08-22 14:36:10 +00:00
Christoph Hohmann
dd0b8db207 preferences for folder items 2001-07-24 20:30:26 +00:00
Alfons Hoogervorst
033e698a9b allow forwarding multiple selected messages 2001-06-27 19:28:01 +00:00
Hoà Viêt Dinh
787ffa7692 follow-up and reply to / build threads with subjects 2001-06-18 00:50:21 +00:00