Commit graph

467 commits

Author SHA1 Message Date
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
5701b71b17 cleaning filtering and new filtering action : bouncing 2001-11-19 22:49:13 +00:00
Alfons Hoogervorst
b119325f9c visual indicator locked ("keep"); not yet completed 2001-11-19 20:35:46 +00:00
Paul Mangan
7a97b40913 sync with sylpheed 0.6.5cvs10 2001-11-19 09:46:04 +00:00
Alfons Hoogervorst
c0a9ee7a79 remove an unnecessary g_free() 2001-11-18 17:28:32 +00:00
Alfons Hoogervorst
54e6dd87f2 clean up and plug some leaks 2001-11-18 13:44:13 +00:00
Paul Mangan
0e84ebf116 sync with sylpheed 0.6.5cvs9 2001-11-18 12:23:39 +00:00
Paul Mangan
a8f1de6e62 sync with sylpheed 0.6.5cvs8 2001-11-16 11:18:02 +00:00
Paul Mangan
69356befd1 sync with sylpheed 0.6.5cvs7 2001-11-16 10:44:43 +00:00
Hoà Viêt Dinh
788289df17 new matcher parser / bounce fix / rrr fixed 2001-11-15 22:41:46 +00:00
Alfons Hoogervorst
9693b18feb add things from main in session.h so claws compiles 2001-11-14 19:15:19 +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
c3db8117bc only changelog update 2001-11-13 15:43:46 +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
Alfons Hoogervorst
6b55e5e8b0 update claws README to reflect recent merges 2001-11-12 21:24:06 +00:00
Alfons Hoogervorst
f6ffc8373e update Dutch translation 2001-11-12 20:22:06 +00:00
Melvin Hadasht
18ba7fca9a src/prefs_common.c:
re-enabled account autoselection feature for forward and reedit lost
during the branch point for SYNC-B4-REL
src/gtkspell.c:
gtkpspell_get_dict(): more readable code (even if function is
not used yet)
ChangeLog.claws: added claws version number to Hiro's 2001-11-12 entry.
2001-11-12 12:51:06 +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
Alfons Hoogervorst
f362477839 don't thread a node by subject if it has already been threaded by subject 2001-11-10 23:24:05 +00:00
Hoà Viêt Dinh
5e9e150e17 allows creation of mbox folder item from any files. 2001-11-09 20:57:12 +00:00
Alfons Hoogervorst
9194b91649 fix incorrect subject by threading 2001-11-09 19:34:54 +00:00
Alfons Hoogervorst
05b5a9c34f subject threading not when subject starts with "Re: " 2001-11-08 20:57:06 +00:00
Paul Mangan
e3cd5d8ed6 sync with sylpheed 0.6.5 release 2001-11-07 10:52:17 +00:00
Paul Mangan
820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Alfons Hoogervorst
860d20825f add ; Hoa forgot :-) 2001-11-06 19:19:42 +00:00
Hoà Viêt Dinh
76d49ac0ab threading - empty subject are ignored 2001-11-06 18:27:14 +00:00
Christoph Hohmann
fd5ab1803e use SSL_peek for sock_gets
removed unneeded pointer in extracting quoted names implementation
2001-11-06 17:10:40 +00:00
Melvin Hadasht
8ee6369502 src/gtkspell.c
fixed bug #476792 Selection overtyping with spell checker
fixed bug which could cause a buffer overflow
fixed a memory leak
2001-11-06 14:45:59 +00:00
Hoà Viêt Dinh
3298489dbf threading by subject is back 2001-11-05 23:42:00 +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
Christoph Hohmann
0e24383357 replace Xalloca + strdup with Xstrdup_a
better implementation of extracting quoted names from addresses (remove backlashes and ignore quotes after them)
2001-11-04 20:00:11 +00:00
Alfons Hoogervorst
c111af1778 comply with coding style 2001-11-04 16:34:27 +00:00
Alfons Hoogervorst
4d7b44ec0a fix bug in textview introduced by enhanced clickable links 2001-11-04 16:13:43 +00:00
Alfons Hoogervorst
569b6e2602 add jonathan ware 2001-11-04 15:35:00 +00:00
Christoph Hohmann
a8e0a4ded5 init some pointers that possibly caused a segfault reported in the claws-users ML 2001-11-04 14:51:34 +00:00
Hoà Viêt Dinh
ccacaf836a newsgroups dialog / enhanced mailto 2001-11-04 12:51:37 +00:00
Hoà Viêt Dinh
cfc0223165 new newsgroups dialog box 2001-11-03 20:00:09 +00:00
Hoà Viêt Dinh
278b0f58a7 nickname bug / options disabled when on inbox 2001-11-03 17:13:22 +00:00
Darko Koruga
87d290d837 New wrap quotation implementation. Move gtkstext_strncmp() to gtkstext.c. 2001-11-02 08:37:17 +00:00
Christoph Hohmann
2e4d91d0bf ups, wromg date in changelog 2001-11-01 20:05:24 +00:00
Christoph Hohmann
39939eaa26 fixed mess in account settings dialog
added label with folder path to folder property dialog
2001-11-01 20:00:42 +00:00
Match Grun
6b8cd2e233 Fixed mem leak, addrbook file,... 2001-11-01 06:41:39 +00:00