claws.git
21 years ago0.8.6claws49
Christoph Hohmann [Mon, 2 Dec 2002 17:41:39 +0000 (17:41 +0000)]
0.8.6claws49

* doc-src/ui_seperation.txt     ** NEW **
        information for ui seperation

* src/Makefile.am
        remove files that were moved to common
        include common directory by default for the header files

* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
        implement automaton using g_io_*-functions instead of
        gdk_input_add to make it ui independent

* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
        remove common/ prefix because directory is now in
        include path

* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
        fix warnings

* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
        add log.h header file for logging functions

* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
        o move debug_mode to commno/utils.c
        o add functions to set and get debug_mode

* src/defs.h                    ** REMOVE **
* src/intl.h                    ** REMOVE **
* src/socket.[ch]               ** REMOVE **
* src/ssl.[ch]                  ** REMOVE **
* src/utils.[ch]                ** REMOVE **
        replaced by new files in src/common/

* src/common/Makefile.am
        add new files in src/common/

* src/common/defs.h             ** NEW **
* src/common/intl.h             ** NEW **
* src/common/log.[ch]           ** NEW **
* src/common/socket.[ch]        ** NEW **
* src/common/ssl.[ch]           ** NEW **
* src/common/utils.[ch]         ** NEW **
        replacement for files in src/

21 years agocosmetics
Colin Leroy [Mon, 2 Dec 2002 17:27:58 +0000 (17:27 +0000)]
cosmetics

21 years agoscroll folderview during dnd
Colin Leroy [Mon, 2 Dec 2002 17:06:27 +0000 (17:06 +0000)]
scroll folderview during dnd

21 years agoadd test to allow moving only within the same mailbox
Colin Leroy [Mon, 2 Dec 2002 11:35:24 +0000 (11:35 +0000)]
add test to allow moving only within the same mailbox

21 years agofolder moving updates (context menu, dnd for mbox)
Colin Leroy [Mon, 2 Dec 2002 11:11:22 +0000 (11:11 +0000)]
folder moving updates (context menu, dnd for mbox)

21 years ago0.8.6claws45
Christoph Hohmann [Sun, 1 Dec 2002 12:40:19 +0000 (12:40 +0000)]
0.8.6claws45

* ac/aspell.m4
        remove conf.aspelltest if the version check fails

21 years ago0.8.6claws44
Christoph Hohmann [Sat, 30 Nov 2002 22:21:08 +0000 (22:21 +0000)]
0.8.6claws44

* autogen.sh
        run libtoolize --force in autogen to create missing
        libtool scripts

21 years ago0.8.6claws43
Christoph Hohmann [Sat, 30 Nov 2002 20:00:26 +0000 (20:00 +0000)]
0.8.6claws43

* src/Makefile.am
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/uuencode.[ch]             ** REMOVED **
* src/common/Makefile.am
* src/common/uuencode.[ch]      ** NEW **
        move uuen/decoder to common directory

21 years ago0.8.6claws42
Christoph Hohmann [Sat, 30 Nov 2002 19:28:53 +0000 (19:28 +0000)]
0.8.6claws42

* src/Makefile.am
* src/base64.[ch]
* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
* src/common/Makefile.am
* src/common/base64.[ch]
        move base64 en/decoder to common directory

21 years ago0.8.6claws41
Christoph Hohmann [Sat, 30 Nov 2002 17:26:51 +0000 (17:26 +0000)]
0.8.6claws41

* src/common                    ** NEW **
        new directory for UI independent code
* src/gtk                       ** NEW **
        new directory for GTK frontend
* src/common/.cvsignore         ** NEW **
* src/gtk/.cvsignore            ** NEW **
        ignore build files
* src/common/Makefile.am        ** NEW **
* src/gtk/Makefile.am           ** NEW **
        automake files to build new seperated stuff
* src/Makefile.am
        the binary will currently still be build with the
        files in src, so we include the code from the
        subdirs for now after building the libs there

21 years agofix bug [642731] 'Wrong selected account with drafted mail'
Paul Mangan [Sat, 30 Nov 2002 15:26:18 +0000 (15:26 +0000)]
fix bug [642731] 'Wrong selected account with drafted mail'

21 years agohandle several messageviews correctly
Oliver Haertel [Fri, 29 Nov 2002 18:59:03 +0000 (18:59 +0000)]
handle several messageviews correctly

21 years agomsgview stays open if msgs are deleted
Oliver Haertel [Fri, 29 Nov 2002 16:55:03 +0000 (16:55 +0000)]
msgview stays open if msgs are deleted

21 years agodisable compose button by default, move deleted msgs to trash
Oliver Haertel [Fri, 29 Nov 2002 15:36:33 +0000 (15:36 +0000)]
disable compose button by default, move deleted msgs to trash

21 years agoInform about signature expirations. Gpgme 0.3.10 is now required.
Melvin Hadasht [Fri, 29 Nov 2002 14:52:27 +0000 (14:52 +0000)]
Inform about signature expirations. Gpgme 0.3.10 is now required.

21 years agoafter a crash check only local folders for new messages
Paul Mangan [Fri, 29 Nov 2002 11:54:27 +0000 (11:54 +0000)]
after a crash check only local folders for new messages

21 years agore-instate 'Check for new messages' in Newsgroup
Paul Mangan [Fri, 29 Nov 2002 11:52:35 +0000 (11:52 +0000)]
re-instate 'Check for new messages' in Newsgroup

21 years agore-instate 'Check for new messages' in Newsgroup and after a crash check only local...
Paul Mangan [Fri, 29 Nov 2002 11:52:12 +0000 (11:52 +0000)]
re-instate 'Check for new messages' in Newsgroup and after a crash check only local folders for new messages

21 years agofix the checking of GTK with XIM support on different OSs, such as FreeBSD
Paul Mangan [Fri, 29 Nov 2002 09:58:34 +0000 (09:58 +0000)]
fix the checking of GTK with XIM support on different OSs, such as FreeBSD

21 years agomore changes to the English
Paul Mangan [Fri, 29 Nov 2002 09:41:51 +0000 (09:41 +0000)]
more changes to the English

21 years agosync with 0.8.6cvs13
Paul Mangan [Fri, 29 Nov 2002 08:07:57 +0000 (08:07 +0000)]
sync with 0.8.6cvs13

21 years agoadd Ivan F. Martinez (Messageview toolbar patch
Oliver Haertel [Fri, 29 Nov 2002 06:40:54 +0000 (06:40 +0000)]
add Ivan F. Martinez (Messageview toolbar patch

21 years agomessageview toolbar patch 4 by Ivan Francolin Martinez (ivanfm@sourceforge.net)
Oliver Haertel [Thu, 28 Nov 2002 22:56:41 +0000 (22:56 +0000)]
messageview toolbar patch 4 by Ivan Francolin Martinez (ivanfm@sourceforge.net)

21 years agomessageview toolbar patch 3 by Ivan Francolin Martinez (ivanfm@sourceforge.net)
Oliver Haertel [Thu, 28 Nov 2002 22:53:24 +0000 (22:53 +0000)]
messageview toolbar patch 3 by Ivan Francolin Martinez (ivanfm@sourceforge.net)

21 years agomessageview toolbar patch 2 by Ivan Francolin Martinez (ivanfm@sourceforge.net)
Oliver Haertel [Thu, 28 Nov 2002 22:50:47 +0000 (22:50 +0000)]
messageview toolbar patch 2 by Ivan Francolin Martinez (ivanfm@sourceforge.net)

21 years agomessageview toolbar patch 1 by Ivan Francolin Martinez (ivanfm@sourceforge.net)
Oliver Haertel [Thu, 28 Nov 2002 22:45:18 +0000 (22:45 +0000)]
messageview toolbar patch 1 by Ivan Francolin Martinez (ivanfm@sourceforge.net)

21 years agogetting ready for messageview toolbar patch
Oliver Haertel [Thu, 28 Nov 2002 22:36:14 +0000 (22:36 +0000)]
getting ready for messageview toolbar patch

21 years agocleaned up conflicting declarations of imageview_show_image()
Thorsten Maerz [Thu, 28 Nov 2002 21:10:18 +0000 (21:10 +0000)]
cleaned up conflicting declarations of imageview_show_image()

21 years agoa few more improvements to the English
Paul Mangan [Thu, 28 Nov 2002 17:23:30 +0000 (17:23 +0000)]
a few more improvements to the English

21 years agoA few updates to command-line parameters
Colin Leroy [Thu, 28 Nov 2002 16:03:14 +0000 (16:03 +0000)]
A few updates to command-line parameters

21 years agofix bugs in prefs_filtering_delete_path
Colin Leroy [Thu, 28 Nov 2002 11:17:44 +0000 (11:17 +0000)]
fix bugs in prefs_filtering_delete_path

21 years agoimprove the English in the GUI
Paul Mangan [Wed, 27 Nov 2002 17:41:38 +0000 (17:41 +0000)]
improve the English in the GUI

21 years agofix processing renaming problems after last commit
Colin Leroy [Wed, 27 Nov 2002 15:06:54 +0000 (15:06 +0000)]
fix processing renaming problems after last commit

21 years agoenable IMAP folder dnd
Colin Leroy [Wed, 27 Nov 2002 13:21:07 +0000 (13:21 +0000)]
enable IMAP folder dnd

21 years agoupdated
Paul Mangan [Wed, 27 Nov 2002 09:58:31 +0000 (09:58 +0000)]
updated

21 years agodo command-line processing before gtk_init
Paul Mangan [Wed, 27 Nov 2002 09:58:04 +0000 (09:58 +0000)]
do command-line processing before gtk_init

21 years agosync with 0.8.6cvs12
Paul Mangan [Wed, 27 Nov 2002 09:26:17 +0000 (09:26 +0000)]
sync with 0.8.6cvs12

21 years agoalmost forgot to commit the file :)
Colin Leroy [Wed, 27 Nov 2002 00:21:44 +0000 (00:21 +0000)]
almost forgot to commit the file :)
Fix criteria_execute's not flag

21 years agofix CRITERIA_EXECUTE's NOT flag
Colin Leroy [Wed, 27 Nov 2002 00:18:08 +0000 (00:18 +0000)]
fix CRITERIA_EXECUTE's NOT flag

21 years ago0.8.6claws16
Christoph Hohmann [Tue, 26 Nov 2002 21:33:20 +0000 (21:33 +0000)]
0.8.6claws16

* src/ssl.c
rewrite the ssl code a little bit, only use one
SSL context, set default certificates' file/path

21 years agofix default-reply-to (closes Feture Request #643656)
Thorsten Maerz [Tue, 26 Nov 2002 21:00:58 +0000 (21:00 +0000)]
fix default-reply-to (closes Feture Request #643656)

21 years ago* src/prefs_actions.c
Melvin Hadasht [Tue, 26 Nov 2002 20:45:42 +0000 (20:45 +0000)]
* 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

21 years agocommit correct version of compose.c
Paul Mangan [Tue, 26 Nov 2002 11:38:50 +0000 (11:38 +0000)]
commit correct version of compose.c

21 years agosync with 0.8.6cvs11
Paul Mangan [Tue, 26 Nov 2002 11:19:34 +0000 (11:19 +0000)]
sync with 0.8.6cvs11

21 years agoFix collapsed folder not auto-expanding during
Colin Leroy [Mon, 25 Nov 2002 23:21:43 +0000 (23:21 +0000)]
Fix collapsed folder not auto-expanding during
mail dnd, if it was the source folder.

21 years agomove slist of nodes to be recollapsed in folderview struct
Colin Leroy [Mon, 25 Nov 2002 23:04:33 +0000 (23:04 +0000)]
move slist of nodes to be recollapsed in folderview struct

21 years agofix breakage caused by last commit
Paul Mangan [Mon, 25 Nov 2002 19:19:09 +0000 (19:19 +0000)]
fix breakage caused by last commit

21 years agosync with 0.8.6cvs5
Paul Mangan [Mon, 25 Nov 2002 18:11:42 +0000 (18:11 +0000)]
sync with 0.8.6cvs5

21 years agosync with 0.8.6cvs3
Paul Mangan [Mon, 25 Nov 2002 18:10:26 +0000 (18:10 +0000)]
sync with 0.8.6cvs3

21 years agosync with 0.8.6cvs4
Paul Mangan [Mon, 25 Nov 2002 18:10:01 +0000 (18:10 +0000)]
sync with 0.8.6cvs4

21 years agosync with 0.8.6cvs3
Paul Mangan [Mon, 25 Nov 2002 18:09:26 +0000 (18:09 +0000)]
sync with 0.8.6cvs3

21 years agoadd spring-loaded folders
Colin Leroy [Mon, 25 Nov 2002 17:00:10 +0000 (17:00 +0000)]
add spring-loaded folders

21 years agoVisual feedback when there are unread answers to marked mails
Colin Leroy [Mon, 25 Nov 2002 15:38:06 +0000 (15:38 +0000)]
Visual feedback when there are unread answers to marked mails

21 years agoadd SSL manager
Colin Leroy [Mon, 25 Nov 2002 15:21:47 +0000 (15:21 +0000)]
add SSL manager

21 years agoAdd S_SEARCH_EXTENDED to the quick search, which
Colin Leroy [Mon, 25 Nov 2002 15:04:52 +0000 (15:04 +0000)]
Add S_SEARCH_EXTENDED to the quick search, which
allows to search using filtering syntax.

21 years agoDeletion of duplicates now prefer deleting
Colin Leroy [Mon, 25 Nov 2002 14:58:25 +0000 (14:58 +0000)]
Deletion of duplicates now prefer deleting
the unread dup (fixes feature-request 638989).

21 years agoupdate Serbian translation rel_0_8_6
Paul Mangan [Mon, 25 Nov 2002 07:32:32 +0000 (07:32 +0000)]
update Serbian translation

21 years ago0.8.6claws release
Paul Mangan [Sun, 24 Nov 2002 22:54:29 +0000 (22:54 +0000)]
0.8.6claws release

21 years agoupdated translations
Paul Mangan [Sun, 24 Nov 2002 22:53:51 +0000 (22:53 +0000)]
updated translations

21 years agojust the rest of the german translations
Jens Oberender [Sun, 24 Nov 2002 12:27:57 +0000 (12:27 +0000)]
just the rest of the german translations

21 years agoupdated Bulgarian translation
Paul Mangan [Sun, 24 Nov 2002 09:30:40 +0000 (09:30 +0000)]
updated Bulgarian translation

21 years ago* src/imap.c
Alfons Hoogervorst [Sat, 23 Nov 2002 11:05:23 +0000 (11:05 +0000)]
* src/imap.c
tiny memory leak found by browsing Dimitar's
valgrind report

21 years agoupdated Italian translation
Paul Mangan [Sat, 23 Nov 2002 08:43:29 +0000 (08:43 +0000)]
updated Italian translation

21 years ago0.8.5claws179
Christoph Hohmann [Fri, 22 Nov 2002 23:26:53 +0000 (23:26 +0000)]
0.8.5claws179

* src/compose.c
* src/inc.c
* src/prefs_filtering.c
* src/summaryview.c
        more warning fixes

21 years ago* src/summaryview.c
Alfons Hoogervorst [Fri, 22 Nov 2002 11:46:05 +0000 (11:46 +0000)]
* 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.

21 years agoadd 'autom4te.cache' to .cvsignore
Paul Mangan [Fri, 22 Nov 2002 11:13:57 +0000 (11:13 +0000)]
add 'autom4te.cache' to .cvsignore

21 years agoremoved
Paul Mangan [Fri, 22 Nov 2002 11:12:49 +0000 (11:12 +0000)]
removed

21 years agoadd new team members and contributors
Paul Mangan [Fri, 22 Nov 2002 10:18:30 +0000 (10:18 +0000)]
add new team members and contributors

21 years agofix for message display in UTF-8 locales
Paul Mangan [Fri, 22 Nov 2002 10:18:00 +0000 (10:18 +0000)]
fix for message display in UTF-8 locales

21 years ago * src/procmsg.[ch]
Colin Leroy [Thu, 21 Nov 2002 14:19:29 +0000 (14:19 +0000)]
* src/procmsg.[ch]
Add procmsg_remove_special_headers()
* src/mh.c
Use procmsg_remove_special_headers() for
previous fix

21 years agoFix copying from queue/draft folders
Colin Leroy [Thu, 21 Nov 2002 08:42:25 +0000 (08:42 +0000)]
Fix copying from queue/draft folders
for MH folders
VS: ----------------------------------------------------------------------

21 years ago0.8.5claws173
Christoph Hohmann [Thu, 21 Nov 2002 01:06:29 +0000 (01:06 +0000)]
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

21 years ago0.8.5claws173
Christoph Hohmann [Thu, 21 Nov 2002 00:54:52 +0000 (00:54 +0000)]
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

21 years ago0.8.5claws172
Christoph Hohmann [Wed, 20 Nov 2002 13:42:51 +0000 (13:42 +0000)]
0.8.5claws172

* src/imap.c
        fix MsgInfo retrieval for IMAP draft and queue folders
        (closes bug [ 619558 ] Draft saving on IMAP box issue)

21 years ago* src/compose.c
Christoph Hohmann [Tue, 19 Nov 2002 21:10:31 +0000 (21:10 +0000)]
* 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 ))

21 years ago* src/procmsg.c
Christoph Hohmann [Tue, 19 Nov 2002 12:56:36 +0000 (12:56 +0000)]
* 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

21 years agomore sensitivity fixes to redirect mode
Paul Mangan [Mon, 18 Nov 2002 14:28:06 +0000 (14:28 +0000)]
more sensitivity fixes to redirect mode

21 years agofix sensitivity of menu items in compose_redirect()
Paul Mangan [Mon, 18 Nov 2002 13:01:50 +0000 (13:01 +0000)]
fix sensitivity of menu items in compose_redirect()

21 years agofix bug [ 603259 ] 'attachment got lost on bounce'
Paul Mangan [Mon, 18 Nov 2002 11:20:13 +0000 (11:20 +0000)]
fix bug [ 603259 ] 'attachment got lost on bounce'

21 years agofix commit conflict
Paul Mangan [Mon, 18 Nov 2002 09:48:12 +0000 (09:48 +0000)]
fix commit conflict

21 years agoupdated Russian message catalog
Paul Mangan [Mon, 18 Nov 2002 09:41:53 +0000 (09:41 +0000)]
updated Russian message catalog

21 years agoremove old filtering stuff
Colin Leroy [Mon, 18 Nov 2002 09:34:09 +0000 (09:34 +0000)]
remove old filtering stuff

21 years agoremove typedef
Oliver Haertel [Sun, 17 Nov 2002 18:07:23 +0000 (18:07 +0000)]
remove typedef

21 years agomake toolbar events translatable
Oliver Haertel [Sun, 17 Nov 2002 17:05:57 +0000 (17:05 +0000)]
make toolbar events translatable

21 years agoRevert too-soon integration of a feature planned for 0.8.6
Colin Leroy [Sun, 17 Nov 2002 09:36:23 +0000 (09:36 +0000)]
Revert too-soon integration of a feature planned for 0.8.6
(Sorry to have sent you this in an unrelated patch, Christoph...)

21 years ago* src/imap.c
Christoph Hohmann [Sat, 16 Nov 2002 20:10:30 +0000 (20:10 +0000)]
* src/imap.c
        use main's implementation of imap_get_msginfo

21 years ago* src/compose.c
Christoph Hohmann [Sat, 16 Nov 2002 19:53:47 +0000 (19:53 +0000)]
* src/compose.c
* src/folder.[ch]
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/procmsg.c
* src/summaryview.c
        replace claws' fetch_msginfo with main's get_msginfo
        (use main's implementation where possible)

21 years ago(Sorry :() missed a check in last commit...
Colin Leroy [Sat, 16 Nov 2002 15:03:51 +0000 (15:03 +0000)]
(Sorry :() missed a check in last commit...

21 years agoUpdated French translations
Melvin Hadasht [Sat, 16 Nov 2002 14:58:48 +0000 (14:58 +0000)]
Updated French translations

21 years agocheck for missing parts in the certificates
Colin Leroy [Sat, 16 Nov 2002 14:47:31 +0000 (14:47 +0000)]
check for missing parts in the certificates

21 years agopreventive fix (missing check) found by Alfons
Colin Leroy [Fri, 15 Nov 2002 22:26:04 +0000 (22:26 +0000)]
preventive fix (missing check) found by Alfons

21 years agosync with 0.8.6 release
Paul Mangan [Fri, 15 Nov 2002 21:26:24 +0000 (21:26 +0000)]
sync with 0.8.6 release

21 years agofix error handling in folder dnd (thanks to Alfons)
Colin Leroy [Fri, 15 Nov 2002 19:51:25 +0000 (19:51 +0000)]
fix error handling in folder dnd (thanks to Alfons)

21 years agoremove gui stuff from folder.c
Colin Leroy [Fri, 15 Nov 2002 15:36:30 +0000 (15:36 +0000)]
remove gui stuff from folder.c

21 years agoCallback system for MsgInfo (better fix for updating the summaryview
Colin Leroy [Fri, 15 Nov 2002 14:04:35 +0000 (14:04 +0000)]
Callback system for MsgInfo (better fix for updating the summaryview
after sending a mail)

21 years agoupdate folderitem after send
Colin Leroy [Thu, 14 Nov 2002 22:22:23 +0000 (22:22 +0000)]
update folderitem after send

21 years ago* src/folder.c
Christoph Hohmann [Thu, 14 Nov 2002 19:50:22 +0000 (19:50 +0000)]
* src/folder.c
        fix wrong position of NULL pointer check found
        by Sergey

21 years ago* src/folder.c
Christoph Hohmann [Thu, 14 Nov 2002 17:19:17 +0000 (17:19 +0000)]
* src/folder.c
        fix segfault when deleting messages from IMAP folders
        (closes bug [ 635641 ] Crash deleting mail in IMAP trash)

21 years agofix default account selection when forwarding
Colin Leroy [Thu, 14 Nov 2002 16:45:07 +0000 (16:45 +0000)]
fix default account selection when forwarding

21 years agofix forward and save to special folder
Colin Leroy [Thu, 14 Nov 2002 16:35:48 +0000 (16:35 +0000)]
fix forward and save to special folder