Commit graph

797 commits

Author SHA1 Message Date
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
Christoph Hohmann
a238cfe9e0 last header entry should default to "To:" or "Newsgroups:" and not copy the last entry line in a new compose window (closes bug #472686) 2001-10-19 14:36:56 +00:00
Christoph Hohmann
7af3db37b7 ignore empty or whitespace only header lines 2001-10-17 18:52:35 +00:00
Paul Mangan
ae49c6b181 sync with sylpheed 0.6.3cvs7 2001-10-17 09:25:12 +00:00
Darko Koruga
a00e09ab86 Improve smart wrapping - wrap lines without spaces.
Don't wrap URLs.
2001-10-17 07:59:31 +00:00
Christoph Hohmann
dc0f3b6675 Fixed wrong german translation
applied wwp <subscript@free.fr>'s folder default account patch
2001-10-14 22:24:42 +00:00
Darko Koruga
7302a27ab6 Don't treat tab as space when calculating line length.
Describe quotation wrapping.
2001-10-12 06:19:40 +00:00
Darko Koruga
30552bf8a6 Proper right margin calculation for smart wrapping.
Automatically wrap long lines if wrap quotation is enabled.
2001-10-10 05:26:35 +00:00
Darko Koruga
60e783da79 Smart quotation wrapping a-la VIM. 2001-10-09 05:54:49 +00:00
Paul Mangan
cf257c7224 sync with sylpheed 0.6.3 release 2001-10-08 17:23:00 +00:00
Paul Mangan
214db07af8 sync with sylpheed 0.6.2cvs12 2001-10-07 09:15:06 +00:00
Paul Mangan
ace99a523b fix X_BEENTHERE segfault 2001-10-05 14:55:22 +00:00
Paul Mangan
768b204f5a make 'Reply' reply to MLs 2001-10-04 13:54:27 +00:00
Darko Koruga
a3abbcedcc Better smart wrapping. 2001-10-04 05:52:29 +00:00
Christoph Hohmann
a55a2593e8 fixed non translated header bug in compose window 2001-10-02 19:52:32 +00:00
Alfons Hoogervorst
fa4375d60c add block cursor 2001-10-02 18:45:45 +00:00
Paul Mangan
0c3a9f5641 sync with sylpheed 0.6.2cvs9 2001-10-02 08:34:49 +00:00
Christoph Hohmann
1052cbedfa readded auto cc, bcc and reply-to in compose dialog 2001-09-26 11:44:00 +00:00
Melvin Hadasht
1b0463815e added support for different encodings 2001-09-25 10:59:20 +00:00
Alfons Hoogervorst
7e48c3731a More plumbing: migrating request return receipt folder setting to folderlist.xml 2001-09-23 01:19:22 +00:00
Melvin Hadasht
3212ccea38 changed 'dictionary_path' to 'dictionary' to be consistent 2001-09-21 19:02:44 +00:00
Christoph Hohmann
4f0c6d6eed added border around header fields
keep header type when new field is added
2001-09-21 12:57:18 +00:00
Paul Mangan
3dfafe4e64 sync with sylpheed 0.6.2cvs3 2001-09-20 11:53:09 +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
f811f82674 sync with sylpheed 0.6.0cvs4 2001-09-02 15:07:05 +00:00
Paul Mangan
d347e9ea26 fix segfault on Re-edit 2001-08-31 09:22:09 +00:00
Paul Mangan
97225d3545 sync with sylpheed 0.6.0 release 2001-08-30 12:59:38 +00:00
Paul Mangan
63359dab79 enhanced account selection on replies 2001-08-30 10:51:36 +00:00
Paul Mangan
13de9782fd add mini-icons to windows 2001-08-29 11:00:44 +00:00
Paul Mangan
1f8e04ae2f sync with sylpheed 0.5.3cvs10 2001-08-29 10:02:29 +00:00
Paul Mangan
4626eb8d12 sync with sylpheed 0.5.3cvs7 2001-08-24 11:19:44 +00:00
Christoph Hohmann
679ab59fe2 set request return receipt when replying if it is set is the folder prefs of the message
disable final error popup if popups are disabled in config (again)
2001-08-23 22:50:42 +00:00
Alexander Barinov
3f1c9978d1 fixed compilation bug in prefs_common.c 2001-08-22 17:44:59 +00:00
Alexander Barinov
4afa5ce515 initial message templates support 2001-08-22 14:36:10 +00:00
Paul Mangan
256763a5af enable 'dynamic' signatures 2001-08-21 13:57:04 +00:00
Paul Mangan
dfb832d2be sync with sylpheed 0.5.1cvs7 2001-08-01 07:22:54 +00:00
Paul Mangan
7ce0da9237 sync with sylpheed 0.5.1cvs6 2001-07-29 08:29:03 +00:00
Alfons Hoogervorst
fab2040f6e more sync with Hiroyuki's 0.5.1cvs5 2001-07-27 18:04:08 +00:00
Alfons Hoogervorst
a00bb214e2 sync with 0.5.1cvs4 2001-07-25 22:13:17 +00:00
Alfons Hoogervorst
6beb81d354 sync with sylpheed 0.5.1cvs1-3 2001-07-25 14:49:48 +00:00
Christoph Hohmann
dd0b8db207 preferences for folder items 2001-07-24 20:30:26 +00:00
Alfons Hoogervorst
bda3b802ed sync with Hiroyuki's 0.5.0cvs5; back up claws to 0.5.0claws5 2001-07-17 20:05:22 +00:00
Alfons Hoogervorst
44c4338f3d made smart wrapping an option 2001-07-09 20:14:59 +00:00
Alfons Hoogervorst
d518eefe67 allow multiple attachment / insertion in the compose window 2001-06-30 17:23:33 +00:00
Alfons Hoogervorst
d1c5c191fa better mime type selection in `file attachment' property dialog 2001-06-29 18:48:24 +00:00
Alfons Hoogervorst
033e698a9b allow forwarding multiple selected messages 2001-06-27 19:28:01 +00:00
Alfons Hoogervorst
7b32cd8b1d made the composer ruler correctly disappear / appear 2001-06-20 23:35:03 +00:00
Christoph Hohmann
2038290757 automatically select account for mail replys 2001-06-20 14:09:16 +00:00
Sergey Vlasov
111273157b Keep Bcc and Reply-To fields in the compose window visible if they are
filled in from the account settings.
2001-06-19 12:21:30 +00:00
Hoà Viêt Dinh
787ffa7692 follow-up and reply to / build threads with subjects 2001-06-18 00:50:21 +00:00
Hoà Viêt Dinh
b967539a5d some stuff around composing and forwarding messages 2001-06-17 15:02:08 +00:00
Hoà Viêt Dinh
ae616f03f4 compose stuff 2001-06-17 02:43:41 +00:00
Hoà Viêt Dinh
78ffe66c21 nntp account / forwarding / scoring 2001-06-13 09:38:24 +00:00
Sergey Vlasov
0ea1927224 Fixed quote format parser compilation. 2001-06-06 14:21:52 +00:00
Paul Mangan
175f62d1f9 sync with sylpheed 0.4.99cvs6 2001-06-06 13:05:23 +00:00
Hoà Viêt Dinh
fdf58a32b3 readonly configuration files 2001-06-05 22:56:48 +00:00
Sergey Vlasov
4c25dceb8a Created autoconf/automake rules for the quote format parser. 2001-06-05 16:30:12 +00:00
Hoà Viêt Dinh
72b0cb74e8 configuration for replying and forwarding 2001-06-05 03:28:42 +00:00
Hoà Viêt Dinh
903f32e6e5 keep attachement when forwarding or reediting mails 2001-06-02 10:41:11 +00:00
Hoà Viêt Dinh
1d1c316bd9 global names for folder / read permission for folders / filtering to mbox 2001-05-29 00:29:13 +00:00
Hoà Viêt Dinh
4af086d641 mbox format completed 2001-05-27 22:40:29 +00:00
Sergey Vlasov
64c782df3f Made "Reply to author" send an email reply to a news posting. 2001-05-19 18:22:38 +00:00
Sergey Vlasov
4f7b40c171 Added new command "Reply to author". 2001-05-19 17:17:04 +00:00
Hoà Viêt Dinh
f6e7f36409 better handling of missing directories 2001-05-18 03:52:24 +00:00
Hoà Viêt Dinh
ae706ee0f7 new filtering action : forward - some fixes 2001-05-18 03:39:01 +00:00
Alfons Hoogervorst
e3c2780083 sync with sylpheed 0.4.67cvs7-8 2001-05-17 13:25:31 +00:00
Alfons Hoogervorst
f1da9f20d1 further merging: 0.4.67cvs6 2001-05-13 13:53:50 +00:00
Alfons Hoogervorst
c5f174dc5a sync with sylpheed 0.4.67cvs5 2001-05-13 13:03:37 +00:00
Alfons Hoogervorst
255b01b447 sync with 0.4.66cvs4, and incorporated EricL's no dialog patch. 2001-05-12 10:41:00 +00:00
Hoà Viêt Dinh
48a7cc263c Return Receipt 2001-05-02 14:16:51 +00:00
Hoà Viêt Dinh
1122910e08 fixes for custom headers and displaying of headers 2001-05-01 11:58:59 +00:00
Alfons Hoogervorst
6d56b06e24 sync with sylpheed 0.4.65cvs10 2001-04-27 20:27:24 +00:00
Hoà Viêt Dinh
fd6b3cbc44 custom headers configuration added 2001-04-24 15:44:45 +00:00
Alfons Hoogervorst
60f7a1491a uses gtkstext instead of gtktext 2001-04-23 22:43:45 +00:00
Sergey Vlasov
5214768ee8 Added option to warn about queued messages on exit. 2001-04-21 14:04:25 +00:00
Sergey Vlasov
af2d089287 Enhanced GnuPG key selection support. 2001-04-21 13:18:13 +00:00
Paul Mangan
036b63d8fc Imported version 1.0 2001-04-19 12:21:46 +00:00