Commit graph

128 commits

Author SHA1 Message Date
Alfons Hoogervorst
c0bceaf6c7 sync with 0.6.6hiro3-0.6.6hiro9 2001-12-22 00:30:32 +00:00
Christoph Hohmann
9465e8ab61 implement saving of outgoing messages to current folder.
fix segfault when no default outbox is available (closes bug #495683)
2001-12-21 13:20:11 +00:00
Paul Mangan
e58f4b51a0 sync with sylpheed 0.6.6cvs3 2001-12-18 07:36:38 +00:00
Paul Mangan
e30810f4ff sync with sylpheed 0.6.6cvs1 2001-12-17 07:08:39 +00:00
Darko Koruga
bfcae5cf2a Remove unnecessary line. 2001-12-14 09:35:56 +00:00
Paul Mangan
0186236e2a sync with sylpheed 0.6.5cvs27 2001-12-14 09:32:45 +00:00
Darko Koruga
747b16aa09 Fix bug #492305 (see description in the changelog). 2001-12-14 06:26:36 +00:00
Paul Mangan
9ef60b679d prefer 'Reply-To' header over mailing list header 2001-12-13 10:17:38 +00:00
Paul Mangan
8837cb9fa0 sync with sylpheed 0.6.5cvs25 2001-12-11 09:18:29 +00:00
Paul Mangan
8a0434ee64 imap server gets informed of MARKED, UNMARKED and REPLY events 2001-12-10 09:12:24 +00:00
Carsten Schurig
3e8b345b9a changes to the reply, forward, email/news buttons (popup menu now invoked with right mouse click) 2001-12-09 14:01:54 +00:00
Christoph Hohmann
d523f926ff fix another header translation problem in compose window 2001-12-07 22:19:42 +00:00
Melvin Hadasht
1716a88931 fixed bug #486106 to select correct account when reediting a queued message 2001-12-05 09:39:40 +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
Paul Mangan
5bb7c89c48 sync with sylpheed 0.6.5cvs20 2001-12-03 10:06:10 +00:00
Paul Mangan
5b6b7e444b remove conflicts 2001-11-30 07:12:34 +00:00
Hoà Viêt Dinh
279c1da346 bounce / processing 2001-11-29 23:55:49 +00:00
Paul Mangan
8a2a9c6bb4 sync with sylpheed 0.6.5cvs19 2001-11-29 08:37:51 +00:00
Christoph Hohmann
4f68163d1e fixed one more umlaut in german translation
fix translated header in compose window when it should not be translated
2001-11-26 15:42:54 +00:00
Paul Mangan
a0d67ea2a9 sync with sylpheed 0.6.5cvs16 2001-11-26 07:53:20 +00:00
Alfons Hoogervorst
f6c9dee484 edit compose.c a little bit so it complies with coding style 2001-11-23 20:10:06 +00:00
Alfons Hoogervorst
abf06e1920 add undo/redo patch submitted by Jens Oberender 2001-11-23 19:43:29 +00:00
Christoph Hohmann
0d249e3c40 added ylwrap to .cvsignore
fixed gpg signing and encodin
added --status option to get new, unread and total message count from a running sylpheed
temporary fix for reply_with_quote problem (don't call functions for non existing widget)
one more check for ignored threads
2001-11-23 15:58:59 +00:00
Darko Koruga
e6e2ad49f5 Improved wrapping on send to be smarter when quotation string is empty. Fix after last sync with main branch (GtkText vs. GtkSText issues). 2001-11-23 11:42:50 +00:00
Paul Mangan
1201aef1c9 sync with sylpheed 0.6.5cvs14 2001-11-23 10:28:46 +00:00
Hiroyuki Yamamoto
c5435a4b74 fix for wrong comment 2001-11-20 06:53:45 +00:00
Hiroyuki Yamamoto
fc83fa47da GTK_TEXT -> GTK_STEXT 2001-11-20 06:49:44 +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
788289df17 new matcher parser / bounce fix / rrr fixed 2001-11-15 22:41:46 +00:00
Paul Mangan
12517c39a2 merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5 2001-11-14 10:51:23 +00:00
Hoà Viêt Dinh
0af83dd4c8 bounce mails 2001-11-14 07:37:32 +00:00
Christoph Hohmann
18ff14d328 Cleanup a mess i add before commiting 2001-11-13 20:35:41 +00:00
Hoà Viêt Dinh
e8d9a2c1e3 fixes for mail sending (in compose.c) 2001-11-13 18:33:32 +00:00
Christoph Hohmann
c202da6505 Changed two string with the same german translation
New mailsending process
Applied wwp <subscript@free.fr>'s patch that fixes marks for multiple forwarded messages
2001-11-13 14:47:23 +00:00
Hiroyuki Yamamoto
0daf04456b fixed a bug in compose.c, and removed unnecessary code. 2001-11-12 04:04:44 +00:00
Alfons Hoogervorst
e2ce907895 change GTK_TEXT in GTK_STEXT 2001-11-11 18:24:55 +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
Alfons Hoogervorst
76a5ae4e21 replace gtk_text_insert with gtk_stext_insert; GTK_TEXT with GTK_STEXT 2001-11-05 19:15:13 +00:00
Hoà Viêt Dinh
ccacaf836a newsgroups dialog / enhanced mailto 2001-11-04 12:51:37 +00:00
Darko Koruga
87d290d837 New wrap quotation implementation. Move gtkstext_strncmp() to gtkstext.c. 2001-11-02 08:37:17 +00:00
Darko Koruga
0d0796e4dc Fix wrapping for good. 2001-10-29 14:36:12 +00:00
Darko Koruga
abbfe2d32e Fix infinite loop when quoting long URL. 2001-10-29 09:17:02 +00:00
Christoph Hohmann
2159cf2c59 code cleanup 2001-10-27 16:29:03 +00:00
Christoph Hohmann
7a5628f6d9 make the folder's default account to be used when replying. (patch by wwp <subscript@free.fr>) 2001-10-27 13:10:52 +00:00
Darko Koruga
7f1aed5ed2 Move is_url_string() and gtkstext_str_strcmp() to gtkstext.c. 2001-10-26 10:37:02 +00:00
Darko Koruga
11b602e90c Don't wrap long URLs while composing a message. 2001-10-25 06:01:30 +00:00
Paul Mangan
10e78e4497 improve insert DOS/MAC file 2001-10-24 07:57:55 +00:00
Paul Mangan
82199143df insert file with DOS line endings 2001-10-21 09:39:46 +00:00