Commit graph

2034 commits

Author SHA1 Message Date
Paul Mangan
6327de438c fix problem with quoted strings in filter_conv.pl 2002-12-03 14:06:00 +00:00
Paul Mangan
c0f6cb71d8 update POTFILES.in to reflect recent changes 2002-12-03 13:56:59 +00:00
Paul Mangan
d452f3882e fix timewarp in ChangeLog.claws 2002-12-03 10:42:35 +00:00
Paul Mangan
5aff4c331e sync with 0.8.6cvs15 2002-12-03 10:28:02 +00:00
Christoph Hohmann
fdb9d170d3 0.8.6claws51
* src/logwindow.[ch]
* src/common/log.[ch]
        implement logging using a hook function

* src/folderview.c
* src/folder.[ch]
        define hooklist name in header file to avoid
        errors caused by wrong spelling of hooklist names

* src/toolbar.c
        fix warnings
2002-12-02 23:06:13 +00:00
Christoph Hohmann
22f28723c5 0.8.6claws50
* src/common/Makefile.am
        add src/common/hooks.[ch]

* src/common/hooks.[ch]
        implement a simple hook system using glib's hook functions

* src/folder.[ch]
* src/folderview.c
        use new hook system for folder item updates
2002-12-02 21:50:19 +00:00
Christoph Hohmann
6aa3d40bc0 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/
2002-12-02 17:41:39 +00:00
Colin Leroy
49e919f1ba cosmetics 2002-12-02 17:27:58 +00:00
Colin Leroy
60974e7804 scroll folderview during dnd 2002-12-02 17:06:27 +00:00
Colin Leroy
a519c307bd add test to allow moving only within the same mailbox 2002-12-02 11:35:24 +00:00
Colin Leroy
9443ce8f5f folder moving updates (context menu, dnd for mbox) 2002-12-02 11:11:22 +00:00
Christoph Hohmann
7a4f525f15 0.8.6claws45
* ac/aspell.m4
        remove conf.aspelltest if the version check fails
2002-12-01 12:40:19 +00:00
Christoph Hohmann
bc84395f87 0.8.6claws44
* autogen.sh
        run libtoolize --force in autogen to create missing
        libtool scripts
2002-11-30 22:21:08 +00:00
Christoph Hohmann
9838169a98 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
2002-11-30 20:00:26 +00:00
Christoph Hohmann
2883f69ead 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
2002-11-30 19:28:53 +00:00
Christoph Hohmann
cfd60223b5 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
2002-11-30 17:26:51 +00:00
Paul Mangan
b1090a3038 fix bug [642731] 'Wrong selected account with drafted mail' 2002-11-30 15:26:18 +00:00
Oliver Haertel
252f9cb5a7 handle several messageviews correctly 2002-11-29 18:59:03 +00:00
Oliver Haertel
e4d20672a6 msgview stays open if msgs are deleted 2002-11-29 16:55:03 +00:00
Oliver Haertel
233692e83d disable compose button by default, move deleted msgs to trash 2002-11-29 15:36:33 +00:00
Melvin Hadasht
afcba7e66b Inform about signature expirations. Gpgme 0.3.10 is now required. 2002-11-29 14:52:27 +00:00
Paul Mangan
1ce3011d9f after a crash check only local folders for new messages 2002-11-29 11:54:27 +00:00
Paul Mangan
e8fa8d4c18 re-instate 'Check for new messages' in Newsgroup 2002-11-29 11:52:35 +00:00
Paul Mangan
e2bfef2aa5 re-instate 'Check for new messages' in Newsgroup and after a crash check only local folders for new messages 2002-11-29 11:52:12 +00:00
Paul Mangan
f04952cd05 fix the checking of GTK with XIM support on different OSs, such as FreeBSD 2002-11-29 09:58:34 +00:00
Paul Mangan
309a101bed more changes to the English 2002-11-29 09:41:51 +00:00
Paul Mangan
a459923ee0 sync with 0.8.6cvs13 2002-11-29 08:07:57 +00:00
Oliver Haertel
23fcb671b7 add Ivan F. Martinez (Messageview toolbar patch 2002-11-29 06:40:54 +00:00
Oliver Haertel
7354786085 messageview toolbar patch 4 by Ivan Francolin Martinez (ivanfm@sourceforge.net) 2002-11-28 22:56:41 +00:00
Oliver Haertel
f1c622cbe7 messageview toolbar patch 3 by Ivan Francolin Martinez (ivanfm@sourceforge.net) 2002-11-28 22:53:24 +00:00
Oliver Haertel
3cc731eb9b messageview toolbar patch 2 by Ivan Francolin Martinez (ivanfm@sourceforge.net) 2002-11-28 22:50:47 +00:00
Oliver Haertel
5a63256797 messageview toolbar patch 1 by Ivan Francolin Martinez (ivanfm@sourceforge.net) 2002-11-28 22:45:18 +00:00
Oliver Haertel
5d19d071a4 getting ready for messageview toolbar patch 2002-11-28 22:36:14 +00:00
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