Commit graph

2001 commits

Author SHA1 Message Date
Thorsten Maerz
9c7e6a4e3d cleaned up conflicting declarations of imageview_show_image() 2002-11-28 21:10:18 +00:00
Paul Mangan
9025b13a47 a few more improvements to the English 2002-11-28 17:23:30 +00:00
Colin Leroy
3eabd4282c A few updates to command-line parameters 2002-11-28 16:03:14 +00:00
Colin Leroy
674d6c1f90 fix bugs in prefs_filtering_delete_path 2002-11-28 11:17:44 +00:00
Paul Mangan
317a937333 improve the English in the GUI 2002-11-27 17:41:38 +00:00
Colin Leroy
c9a3b060d4 fix processing renaming problems after last commit 2002-11-27 15:06:54 +00:00
Colin Leroy
9f32e75352 enable IMAP folder dnd 2002-11-27 13:21:07 +00:00
Paul Mangan
4665e52c1d updated 2002-11-27 09:58:31 +00:00
Paul Mangan
a6c6e6adb1 do command-line processing before gtk_init 2002-11-27 09:58:04 +00:00
Paul Mangan
07a296b475 sync with 0.8.6cvs12 2002-11-27 09:26:17 +00:00
Colin Leroy
de8c4368ec almost forgot to commit the file :)
Fix criteria_execute's not flag
2002-11-27 00:21:44 +00:00
Colin Leroy
a4a3aff2d5 fix CRITERIA_EXECUTE's NOT flag 2002-11-27 00:18:08 +00:00
Christoph Hohmann
b60935870d 0.8.6claws16
* src/ssl.c
	rewrite the ssl code a little bit, only use one
	SSL context, set default certificates' file/path
2002-11-26 21:33:20 +00:00
Thorsten Maerz
0f3d603b35 fix default-reply-to (closes Feture Request #643656) 2002-11-26 21:00:58 +00:00
Melvin Hadasht
7c26a99101 * src/prefs_actions.c
Made pipe-actions ignore short headers in message view
	Made trailing-pipe-actions write in the message view with
	the same font as the original message
2002-11-26 20:45:42 +00:00
Paul Mangan
ece2069ac4 commit correct version of compose.c 2002-11-26 11:38:50 +00:00
Paul Mangan
be8bed3882 sync with 0.8.6cvs11 2002-11-26 11:19:34 +00:00
Colin Leroy
2e7395bf9a Fix collapsed folder not auto-expanding during
mail dnd, if it was the source folder.
2002-11-25 23:21:43 +00:00
Colin Leroy
8f5c4045ee move slist of nodes to be recollapsed in folderview struct 2002-11-25 23:04:33 +00:00
Paul Mangan
03963d5450 fix breakage caused by last commit 2002-11-25 19:19:09 +00:00
Paul Mangan
04c5cdf0f4 sync with 0.8.6cvs5 2002-11-25 18:11:42 +00:00
Paul Mangan
85dba908c2 sync with 0.8.6cvs3 2002-11-25 18:10:26 +00:00
Paul Mangan
3073543858 sync with 0.8.6cvs4 2002-11-25 18:10:01 +00:00
Paul Mangan
5fe70b0332 sync with 0.8.6cvs3 2002-11-25 18:09:26 +00:00
Colin Leroy
89d6b5e8bf add spring-loaded folders 2002-11-25 17:00:10 +00:00
Colin Leroy
ac3b5f02d5 Visual feedback when there are unread answers to marked mails 2002-11-25 15:38:06 +00:00
Colin Leroy
f67068a4d8 add SSL manager 2002-11-25 15:21:47 +00:00
Colin Leroy
1120a3a374 Add S_SEARCH_EXTENDED to the quick search, which
allows to search using filtering syntax.
2002-11-25 15:04:52 +00:00
Colin Leroy
646487c65e Deletion of duplicates now prefer deleting
the unread dup (fixes feature-request 638989).
2002-11-25 14:58:25 +00:00
Paul Mangan
5cb82dd0cd update Serbian translation 2002-11-25 07:32:32 +00:00
Paul Mangan
06f6bfee70 0.8.6claws release 2002-11-24 22:54:29 +00:00
Paul Mangan
c6c41187a5 updated translations 2002-11-24 22:53:51 +00:00
Jens Oberender
2bc3997668 just the rest of the german translations 2002-11-24 12:27:57 +00:00
Paul Mangan
d9c66162e0 updated Bulgarian translation 2002-11-24 09:30:40 +00:00
Alfons Hoogervorst
cacf54e302 * src/imap.c
tiny memory leak found by browsing Dimitar's
	valgrind report
2002-11-23 11:05:23 +00:00
Paul Mangan
4f344c9a6d updated Italian translation 2002-11-23 08:43:29 +00:00
Christoph Hohmann
3b8c899878 0.8.5claws179
* src/compose.c
* src/inc.c
* src/prefs_filtering.c
* src/summaryview.c
        more warning fixes
2002-11-22 23:26:53 +00:00
Alfons Hoogervorst
cb40f19acc * src/summaryview.c
summary_execute_delete_func(): if message is deleted, make
	sure to also remove its entry in the subject hash table.
	fixes a corner case bug.
2002-11-22 11:46:05 +00:00
Paul Mangan
50cd954a47 add 'autom4te.cache' to .cvsignore 2002-11-22 11:13:57 +00:00
Paul Mangan
5f670f062e removed 2002-11-22 11:12:49 +00:00
Paul Mangan
ae5b64c021 add new team members and contributors 2002-11-22 10:18:30 +00:00
Paul Mangan
8c9063d422 fix for message display in UTF-8 locales 2002-11-22 10:18:00 +00:00
Colin Leroy
c41017a0bd * src/procmsg.[ch]
Add procmsg_remove_special_headers()
	* src/mh.c
		Use procmsg_remove_special_headers() for
		previous fix
2002-11-21 14:19:29 +00:00
Colin Leroy
a1e1663007 Fix copying from queue/draft folders
for MH folders
VS: ----------------------------------------------------------------------
2002-11-21 08:42:25 +00:00
Christoph Hohmann
0b2b12b36c 0.8.5claws173
* src/crash.c
* src/filtering.c
* src/logwindow.c
* src/main.c
* src/matcher_parser_lex.[hl]
* src/mbox.c
* src/mbox_folder.[ch]
* src/prefs_filtering.c
* src/procheader.c
* src/quote_fmt_lex.l
* src/ssl.c
        fix all warnings except the warnings in lex and yacc files
2002-11-21 01:06:29 +00:00
Christoph Hohmann
365334c5d7 0.8.5claws173
* src/crash.c
* src/filtering.c
* src/logwindow.c
* src/main.c
* src/matcher_parser_lex.[hl]
* src/mbox.c
* src/mbox_folder.[ch]
* src/prefs_filtering.c
* src/procheader.c
* src/quote_fmt_lex.l
* src/ssl.c
        fix all warnings except the warnings in lex and yacc files
2002-11-21 00:54:52 +00:00
Christoph Hohmann
34ef99b7d1 0.8.5claws172
* src/imap.c
        fix MsgInfo retrieval for IMAP draft and queue folders
        (closes bug [ 619558 ] Draft saving on IMAP box issue)
2002-11-20 13:42:51 +00:00
Christoph Hohmann
2d405d9416 * src/compose.c
fix segfault, when draft saving does not get
        the MsgInfo of the new message
        (closes bug [ 640699 ] Claws170: crash drafting
         mail ( IMAP ))
2002-11-19 21:10:31 +00:00
Christoph Hohmann
c728267e0f * src/procmsg.c
add parameter check for flag setting function
        (closes bug [ 640619 ] Claws169: crash
         - drafting a mail (IMAP))

we should still investigate why the function is called with
a null pointer
2002-11-19 12:56:36 +00:00
Paul Mangan
50edd6dcf9 more sensitivity fixes to redirect mode 2002-11-18 14:28:06 +00:00