Colin Leroy [Sun, 8 Dec 2002 03:15:44 +0000 (03:15 +0000)]
new certificate presentation
(easier ui separation for ssl cert check, only hook missing)
Christoph Hohmann [Sat, 7 Dec 2002 14:48:14 +0000 (14:48 +0000)]
0.8.6claws70
* src/Makefile.am
* src/nntp.[ch] ** REMOVE **
* src/common/Makefile.am
* src/common/nntp.[ch] ** NEW **
move nntp files to common directory
Christoph Hohmann [Sat, 7 Dec 2002 12:20:09 +0000 (12:20 +0000)]
0.8.6claws69
* src/procmsg.[ch]
* src/summaryview.c
implement msginfo update callback using sylpheed's new
hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
NOTE: nodes are updated 2 times for now when setting flags (user action),
once by the hook and once by the summaryview flag setting functions.
Christoph Hohmann [Fri, 6 Dec 2002 22:56:04 +0000 (22:56 +0000)]
0.8.6claws68
* src/editgroup.c
This patch changes the 'Edit Group Details' dialog to
allow extended selections in either pane, so that
addresses can be added or removed from a group more
quickly and easily. (it actually is a net decrease in
file size, as some unnecessary functions have been
removed).
(patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
Christoph Hohmann [Fri, 6 Dec 2002 22:38:13 +0000 (22:38 +0000)]
0.8.6claws67
* src/Makefile.am
* src/template.[ch] ** REMOVE **
* src/common/Makefile.am
* src/common/template.[ch] ** NEW **
move template files to common directory
* src/nntp.c
add missing log.h include
Melvin Hadasht [Fri, 6 Dec 2002 09:24:51 +0000 (09:24 +0000)]
New trailing
Colin Leroy [Thu, 5 Dec 2002 11:34:13 +0000 (11:34 +0000)]
Don't modify original search_string or it'll change
the next iterations in the for()
Darko Koruga [Thu, 5 Dec 2002 11:06:29 +0000 (11:06 +0000)]
Proper check for filtering commands, found by Colin.
Darko Koruga [Thu, 5 Dec 2002 10:46:56 +0000 (10:46 +0000)]
Proper check for NULL string, found by Colin.
Darko Koruga [Thu, 5 Dec 2002 10:31:11 +0000 (10:31 +0000)]
Allow Mutt-like patterns in quick search.
Paul Mangan [Thu, 5 Dec 2002 09:53:38 +0000 (09:53 +0000)]
clean up
Paul Mangan [Thu, 5 Dec 2002 09:53:23 +0000 (09:53 +0000)]
sync with 0.8.6cvs16
Christoph Hohmann [Wed, 4 Dec 2002 19:38:21 +0000 (19:38 +0000)]
0.8.6claws60
* src/imap.[ch]
put imap authentication code into a new function and
remove it from imap_session_new that will allow to
send other commands before authentication
Christoph Hohmann [Wed, 4 Dec 2002 19:12:43 +0000 (19:12 +0000)]
0.8.6claws59
* src/imap.[ch]
use already existing method to prevent unneeded IMAP
folder selects. Set imap_select parameters to NULL
in some functions if the values are not required.
* src/xml.h
remove no longer required include
Christoph Hohmann [Wed, 4 Dec 2002 12:10:11 +0000 (12:10 +0000)]
update ui_seperation.txt
Paul Mangan [Wed, 4 Dec 2002 09:33:34 +0000 (09:33 +0000)]
initial Hungarian translation
Paul Mangan [Wed, 4 Dec 2002 09:32:54 +0000 (09:32 +0000)]
updated
Paul Mangan [Wed, 4 Dec 2002 09:32:35 +0000 (09:32 +0000)]
update Spanish translation and add new Hungarian translation
Christoph Hohmann [Tue, 3 Dec 2002 21:06:31 +0000 (21:06 +0000)]
0.8.6claws57
* src/Makefile.am
* src/gtksctree.[ch] ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/gtksctree.[ch] ** NEW **
move gtksctree files to gtk directory
Christoph Hohmann [Tue, 3 Dec 2002 20:27:39 +0000 (20:27 +0000)]
0.8.6claws56
* src/Makefile.am
* src/md5.[ch] ** REMOVE **
* srm/common/Makefile.am
* src/common/md5.[ch] ** NEW **
move md5 files to common directory
* src/gtkstext.c
remove not required #include
Sergey Vlasov [Tue, 3 Dec 2002 18:11:19 +0000 (18:11 +0000)]
Fixed the problem of changing the window position when Sylpheed was
launched a second time (see sylpheed-main ML message [sylpheed:17247]).
Sergey Vlasov [Tue, 3 Dec 2002 14:49:14 +0000 (14:49 +0000)]
Removed first-dot escaping when using external command to send messages
(SMTP-only, not needed for sending through pipe).
Paul Mangan [Tue, 3 Dec 2002 14:06:00 +0000 (14:06 +0000)]
fix problem with quoted strings in filter_conv.pl
Paul Mangan [Tue, 3 Dec 2002 13:56:59 +0000 (13:56 +0000)]
update POTFILES.in to reflect recent changes
Paul Mangan [Tue, 3 Dec 2002 10:42:35 +0000 (10:42 +0000)]
fix timewarp in ChangeLog.claws
Paul Mangan [Tue, 3 Dec 2002 10:28:02 +0000 (10:28 +0000)]
sync with 0.8.6cvs15
Christoph Hohmann [Mon, 2 Dec 2002 23:06:13 +0000 (23:06 +0000)]
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
Christoph Hohmann [Mon, 2 Dec 2002 21:50:19 +0000 (21:50 +0000)]
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
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/
Colin Leroy [Mon, 2 Dec 2002 17:27:58 +0000 (17:27 +0000)]
cosmetics
Colin Leroy [Mon, 2 Dec 2002 17:06:27 +0000 (17:06 +0000)]
scroll folderview during dnd
Colin Leroy [Mon, 2 Dec 2002 11:35:24 +0000 (11:35 +0000)]
add test to allow moving only within the same mailbox
Colin Leroy [Mon, 2 Dec 2002 11:11:22 +0000 (11:11 +0000)]
folder moving updates (context menu, dnd for mbox)
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
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
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
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
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
Paul Mangan [Sat, 30 Nov 2002 15:26:18 +0000 (15:26 +0000)]
fix bug [642731] 'Wrong selected account with drafted mail'
Oliver Haertel [Fri, 29 Nov 2002 18:59:03 +0000 (18:59 +0000)]
handle several messageviews correctly
Oliver Haertel [Fri, 29 Nov 2002 16:55:03 +0000 (16:55 +0000)]
msgview stays open if msgs are deleted
Oliver Haertel [Fri, 29 Nov 2002 15:36:33 +0000 (15:36 +0000)]
disable compose button by default, move deleted msgs to trash
Melvin Hadasht [Fri, 29 Nov 2002 14:52:27 +0000 (14:52 +0000)]
Inform about signature expirations. Gpgme 0.3.10 is now required.
Paul Mangan [Fri, 29 Nov 2002 11:54:27 +0000 (11:54 +0000)]
after a crash check only local folders for new messages
Paul Mangan [Fri, 29 Nov 2002 11:52:35 +0000 (11:52 +0000)]
re-instate 'Check for new messages' in Newsgroup
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
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
Paul Mangan [Fri, 29 Nov 2002 09:41:51 +0000 (09:41 +0000)]
more changes to the English
Paul Mangan [Fri, 29 Nov 2002 08:07:57 +0000 (08:07 +0000)]
sync with 0.8.6cvs13
Oliver Haertel [Fri, 29 Nov 2002 06:40:54 +0000 (06:40 +0000)]
add Ivan F. Martinez (Messageview toolbar patch
Oliver Haertel [Thu, 28 Nov 2002 22:56:41 +0000 (22:56 +0000)]
messageview toolbar patch 4 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)
Oliver Haertel [Thu, 28 Nov 2002 22:50:47 +0000 (22:50 +0000)]
messageview toolbar patch 2 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)
Oliver Haertel [Thu, 28 Nov 2002 22:36:14 +0000 (22:36 +0000)]
getting ready for messageview toolbar patch
Thorsten Maerz [Thu, 28 Nov 2002 21:10:18 +0000 (21:10 +0000)]
cleaned up conflicting declarations of imageview_show_image()
Paul Mangan [Thu, 28 Nov 2002 17:23:30 +0000 (17:23 +0000)]
a few more improvements to the English
Colin Leroy [Thu, 28 Nov 2002 16:03:14 +0000 (16:03 +0000)]
A few updates to command-line parameters
Colin Leroy [Thu, 28 Nov 2002 11:17:44 +0000 (11:17 +0000)]
fix bugs in prefs_filtering_delete_path
Paul Mangan [Wed, 27 Nov 2002 17:41:38 +0000 (17:41 +0000)]
improve the English in the GUI
Colin Leroy [Wed, 27 Nov 2002 15:06:54 +0000 (15:06 +0000)]
fix processing renaming problems after last commit
Colin Leroy [Wed, 27 Nov 2002 13:21:07 +0000 (13:21 +0000)]
enable IMAP folder dnd
Paul Mangan [Wed, 27 Nov 2002 09:58:31 +0000 (09:58 +0000)]
updated
Paul Mangan [Wed, 27 Nov 2002 09:58:04 +0000 (09:58 +0000)]
do command-line processing before gtk_init
Paul Mangan [Wed, 27 Nov 2002 09:26:17 +0000 (09:26 +0000)]
sync with 0.8.6cvs12
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
Colin Leroy [Wed, 27 Nov 2002 00:18:08 +0000 (00:18 +0000)]
fix CRITERIA_EXECUTE's NOT flag
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
Thorsten Maerz [Tue, 26 Nov 2002 21:00:58 +0000 (21:00 +0000)]
fix default-reply-to (closes Feture Request #643656)
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
Paul Mangan [Tue, 26 Nov 2002 11:38:50 +0000 (11:38 +0000)]
commit correct version of compose.c
Paul Mangan [Tue, 26 Nov 2002 11:19:34 +0000 (11:19 +0000)]
sync with 0.8.6cvs11
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.
Colin Leroy [Mon, 25 Nov 2002 23:04:33 +0000 (23:04 +0000)]
move slist of nodes to be recollapsed in folderview struct
Paul Mangan [Mon, 25 Nov 2002 19:19:09 +0000 (19:19 +0000)]
fix breakage caused by last commit
Paul Mangan [Mon, 25 Nov 2002 18:11:42 +0000 (18:11 +0000)]
sync with 0.8.6cvs5
Paul Mangan [Mon, 25 Nov 2002 18:10:26 +0000 (18:10 +0000)]
sync with 0.8.6cvs3
Paul Mangan [Mon, 25 Nov 2002 18:10:01 +0000 (18:10 +0000)]
sync with 0.8.6cvs4
Paul Mangan [Mon, 25 Nov 2002 18:09:26 +0000 (18:09 +0000)]
sync with 0.8.6cvs3
Colin Leroy [Mon, 25 Nov 2002 17:00:10 +0000 (17:00 +0000)]
add spring-loaded folders
Colin Leroy [Mon, 25 Nov 2002 15:38:06 +0000 (15:38 +0000)]
Visual feedback when there are unread answers to marked mails
Colin Leroy [Mon, 25 Nov 2002 15:21:47 +0000 (15:21 +0000)]
add SSL manager
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.
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).
Paul Mangan [Mon, 25 Nov 2002 07:32:32 +0000 (07:32 +0000)]
update Serbian translation
Paul Mangan [Sun, 24 Nov 2002 22:54:29 +0000 (22:54 +0000)]
0.8.6claws release
Paul Mangan [Sun, 24 Nov 2002 22:53:51 +0000 (22:53 +0000)]
updated translations
Jens Oberender [Sun, 24 Nov 2002 12:27:57 +0000 (12:27 +0000)]
just the rest of the german translations
Paul Mangan [Sun, 24 Nov 2002 09:30:40 +0000 (09:30 +0000)]
updated Bulgarian translation
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
Paul Mangan [Sat, 23 Nov 2002 08:43:29 +0000 (08:43 +0000)]
updated Italian translation
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
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.
Paul Mangan [Fri, 22 Nov 2002 11:13:57 +0000 (11:13 +0000)]
add 'autom4te.cache' to .cvsignore
Paul Mangan [Fri, 22 Nov 2002 11:12:49 +0000 (11:12 +0000)]
removed
Paul Mangan [Fri, 22 Nov 2002 10:18:30 +0000 (10:18 +0000)]
add new team members and contributors
Paul Mangan [Fri, 22 Nov 2002 10:18:00 +0000 (10:18 +0000)]
fix for message display in UTF-8 locales
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
Colin Leroy [Thu, 21 Nov 2002 08:42:25 +0000 (08:42 +0000)]
Fix copying from queue/draft folders
for MH folders
VS: ----------------------------------------------------------------------
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