claws-mail/ChangeLog.claws

1302 lines
34 KiB
Plaintext
Raw Normal View History

2001-06-08 12:14:40 +02:00
2001-06-08
0.4.99claws7
* sync with sylpheed 0.4.99cvs7
2001-06-06 16:21:52 +02:00
2001-06-06 [sergey]
* src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
clashes with autogenerated header).
* src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
* src/Makefile.am: added quote_fmt.h.
* src/.cvsignore: added lex/yacc autogenerated files
(quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
2001-06-06 16:21:52 +02:00
2001-06-06 15:05:23 +02:00
2001-06-06 [paul]
0.4.99claws6
* sync with sylpheed 0.4.99cvs6
2001-06-06 00:56:48 +02:00
2001-06-06 [hoa]
* added src/quote_fmt_parse.h
* src/compose.c
removed warnings
* src/prefs.[ch]
don't modify readonly configuration files
* src/prefs_account.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filter.c
* src/prefs_filtering.c
* src/prefs_scoring.c
don't open dialog box when configuration files
are readonly
2001-06-05 [sergey]
* configure.in: added AM_PROG_LEX and AC_PROG_YACC.
* src/Makefile.am: replaced quote_fmt.tab.[ch] by
quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
BUILT_SOURCES to make all files rebuild properly.
* src/compose.c: removed #include "quote_fmt.tab.h".
* src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
CHARACTER value in yylval.
* src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
receive CHARACTER value by documented means (yylval).
* src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
2001-06-05 11:59:16 +02:00
2001-06-05 [hoa]
* src/Makefile.am
changed quote_fmt.[ch] into quote_fmt.tab.[ch]
* src/filtering.c
* src/matcher.c
* src/matcher.h
* src/prefs_filtering.c
now keep the configuration for execute action
* src/mbox_folder.c
fixed a warning
2001-06-05 10:46:13 +02:00
2001-06-05 [paul]
* sync with sylpheed 0.4.99cvs5
2001-06-05 [hoa]
2001-06-05 11:59:16 +02:00
* src/Makefile.am
added quote_fmt.[ch]
* added src/quote_fmt.y
* added src/quote_fmt.l
* added src/quote_fmt.tab.h
* added src/quote_fmt.tab.c
* added src/lex.quote_fmt.c
parsing configuration for replying
and forwarding
* src/prefs_common.[ch]
added configuration UI for replying
and forwarding
* src/compose.c
using configuration for replying
and forwarding
2001-06-04 [hoa]
* src/filtering.c
* src/matcher.c
* src/matcher.h
* src/prefs_filtering.c
* src/prefs_matcher.c
* src/prefs_matcher.h
action "run a command" for filtering
and matching with a command.
fixed the "whole message" matching
* src/mbox_folder.c
changed temporary filename for security
* src/messageview.c
queue the notification if it fails to send.
* src/prefs_common.c
* src/prefs_folder_item.c
changed the default important score
* src/prefs_scoring.c
* src/scoring.c
hide kill score input when the folder is not
a newsgroup
2001-06-03 [alfons]
* src/prefs_common.c:
(prefs_font_select): pass font name in font entry box to font
selection dialog.
2001-06-03 [sergey]
* src/smtp.c (smtp_ok): fixed sock_gets() error handling.
2001-06-03 12:34:31 +02:00
2001-06-03 [paul]
* sync with sylpheed 0.4.99cvs4
2001-06-03 [alfons]
* src/headerwindow.c:
(headerwindow_show_cb): use the selected summary view item, not
the displayed item.
2001-06-02 [alfons]
* src/headerwindow.c:
(headerwindow_show_cb): always try to show msginfo
2001-06-02 [hoa]
* src/compose.c
keep attached parts when reediting or forwarding.
2001-06-01 [hoa]
* src/folderview.c
* src/prefs_folder_item.[ch]
* src/prefs_scoring.[ch]
* src/scoring.[ch]
* src/summaryview.[ch]
* src/main.c
* src/mainwindow.c
* src/prefs_common.[ch]
support for folder scoring
kill score and important score for messages
* src/prefs_account.c
some display bug fixed for local account
preferences
2001-05-31 20:23:47 +02:00
2001-05-31 [alfons]
* src/summaryview.c:
(add_sender_to_cb): don't crash when no or invalid sender; the add
sender to address book menu item is disabled.
2001-05-30 [hoa]
* src/filtering.[ch]
* src/summaryview.c
handling summary menu / filter messages
* src/folder.[ch]
add some stuff
* src/foldersel.c
imap folders now appears in list
* src/mbox_folder.c
doesn't crash if destination mail is not writeable
2001-05-29 [hoa]
* src/compose.c
removed some warnings
* src/filtering.c
* src/folder.[ch]
* src/prefs_filtering.c
global string to identify any folders
removed some debug info
filtering to mbox folders is now possible
* src/mainwindow.c
removed some warnings
* src/mbox_folder.c
permission on files are changed to read/write for user only,
nothing for other.
creation of subfolder is handled better.
2001-05-28 23:36:57 +02:00
2001-05-28 [alfons]
Verified the sync for src/prefs_common.[ch] and
src/prefs_account.[ch]. I believe there were some
minor indentation differences.
2001-05-28 20:38:15 +02:00
2001-05-28 [paul]
0.4.99claws3
* sync with 0.4.99cvs3
2001-05-28 00:40:29 +02:00
2001-05-28 [hoa]
* src/compose.c
handling flags for mbox format
* src/filtering.c
use of mark file only for MH format
handling flags for mbox format
filtering cannot yet move or copy mails to mbox folders.
* src/folder.[ch]
changed move_msg, copy_msg,
move_msgs_with_dest, copy_msgs_with_dest functions
uses only folder->copy_msg() function
uses folder->finished_copy() to handle the destination
folder at the end of the copy or move operation.
* src/foldersel.c
included mbox directories.
* src/folderview.[ch]
* src/mainwindow.c
handle folders operation for mbox format
* src/mbox.c
disable conversion of "From " header
* src/mbox_folder.[ch]
completion of mbox format handling
* src/mh.c
changed mh_copy_msg() function and
removed mh_move_msg(), mh_move_msgs_with_dest(),
mh_copy_msgs_with_dest()
* src/prefs_filtering.c
removed some warnings
* src/prefs_matcher.c
default boolean operation is AND
2001-05-28 00:40:29 +02:00
* src/procheader.c
handling flags for mbox format
handling of "From " header
* src/procmsg.[ch]
removed data field
added MSG_REALLY_DELETED flags to handle deletion of
messages in mbox format.
* src/summaryview.c
handling flags for mbox format
disable the MSG_DELETED flags when messages
are deleted in mbox format
2001-05-28 00:40:29 +02:00
* src/textview.c
"From " headers display fixed.
2001-05-27 [alfons]
* src/textview.c:
(get_email_part): skip quoted email addresses, like in e.g.
"'alfons@proteus.demon.nl'".
2001-05-26 [alfons]
Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
and fixing the persistence troubles when using separate windows.
* src/mainwindow.c:
Added #define SEPARATE_ACTION used in the gtk item factory for
the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
use gtk_item_factory_get_widget_by_action() to get the items.
Removed separate_widget_cb from the gtk item factory data
(mainwindow_create): connect separate_widget_cb() to check
menu item "toggled" signal. also passing a MainWindow pointer
as object data for both check menu items.
(separate_widget_cb): definition of separate_widget_cb() to match
GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
window using gtk_object_get_data(). The type of window separation
(SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
* src/prefs_filtering.c,
src/prefs_matcher.c: added horizontal scrollbars
2001-05-25 [darko]
* src/headerview.c
fix segfault with invalid bold font
* src/summaryview.c
correctly display summary stats after row is marked
2001-05-23 [sergey]
* src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
encodings with libjconv.
2001-05-23 14:08:40 +02:00
2001-05-23 [hoa]
* src/Makefile.am
added mbox_folder.[ch]
* src/defs.h
mbox temporary folder
* src/folder.[ch]
* added src/mbox_folder.[ch]
* src/folderview.c
* src/procheader.[ch]
added mbox support
* src/mbox.c
bugfix for file incorporation filtering
* src/imap.c
enable creation of MBOX
* src/prefs_display_header.c
enable use of headers like "From "
something that should be fixed :
displaying of such headers add an extra space
* src/prefs_folder_item.c
don't create folders because it is not necessary
* src/procmsg.h
added data field to MsgInfo for mbox internal use
* src/summaryview.c
added some support for mbox
* src/utils.[ch]
added get_mbox_cache_dir() function
2001-05-23 05:04:46 +02:00
2001-05-23 [hiroyuki]
* src/headerwindow.c
src/inc.c
src/main.c
src/mh.c
src/nntp.c
src/procmsg.h
src/session.h
src/socket.[ch]
src/summaryview.c
src/textview.c
src/automaton.c
src/folderview.c: more sync with 0.4.99cvs2.
2001-05-23 05:09:08 +02:00
* src/headerwindow.c: reverted.
2001-05-22 14:08:39 +02:00
2001-05-22 [paul]
0.4.99claws2
* sync with sylpheed 0.4.99cvs2
* src/news.[ch]
* src/nntp.[ch]
* INSTALL
* INSTALL.jp
2001-05-22 [alfons]
* src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
2001-05-21 [alfons]
Minor things:
* configure.in: if gnome-config not found, "no" is displayed
* sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
* src/textview.c: now also possible to add mail addresses by right
clicking in the text view
* src/codeconv.c: merged patch which fixes endless loop when encountering
invalid wide characters; from Alte <010@imis.ru>
2001-05-20 [alfons]
Added installation of gnome specific things:
* Makefile.am: gnome conditional
* configure.in: check for installed gnome
* added sylpheed.png, sylpheed.desktop
2001-05-20 [sergey]
* src/pixmaps/stock_mail_reply_to_author.xpm: new file.
* src/mainwindow.h (main_window_toolbar_create): created a button
for "Reply to all".
(main_window_set_toolbar_sensitive): enable/disable the new button
appropriately.
(toolbar_reply_to_author_cb): handle the new button.
2001-05-20 09:18:04 +02:00
* src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
send_progress_dialog_destroy() on failure (fixes hang on SMTP
failure).
2001-05-19 19:17:04 +02:00
2001-05-19 [sergey]
* src/compose.h (ComposeReplyMode): new modes
COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
* src/compose.c
(compose_send): move some code into a new function:
(compose_current_mail_account): new function.
(compose_reply): new argument to_author, all callers changed; if
to_author==TRUE and account->protocol==A_NNTP, find and use an
appropriate mail account for replying.
2001-05-19 19:17:04 +02:00
(compose_reply_set_entry): new argument to_author; ignore
compose->replyto if to_author==TRUE.
* src/mainwindow.c: new command "Message/Reply to author".
(main_window_set_menu_sensitive): enable/disable it.
(reply_cb): handle it.
* src/summaryview.c: new command "Reply to author".
(summary_set_menu_sensitive): enable/disable it.
(summary_reply_cb): handle it.
* src/account.c (account_find_mail_from_address): new function.
2001-05-18 13:44:54 +02:00
2001-05-18 [paul]
0.4.99claws1
2001-05-22 14:08:39 +02:00
* sync with sylpheed 0.4.99cvs1
2001-05-18 13:44:54 +02:00
2001-05-18 [hoa]
* src/compose.[ch]
* src/filtering.c
* src/summaryview.c
new filtering action : forward and forward as attachment
* src/main.c
no need for $DISPLAY when we run sylpheed --help
call to parse_cmd_opt() is moved
* src/mainwindow.[ch]
execute button is hidden when immediate execute
is chosen
* src/mh.c
* src/news.c
* src/prefs_folder_item.c
* src/procmsg.c
better handling of missing directories
* src/summaryview.c
2001-05-18 12:17:00 +02:00
reedit is enabled in outbox
reedit is enabled in queue
2001-05-17 23:51:42 +02:00
2001-05-17 [hoa]
* src/filtering.c
* src/matcher.[ch]
* src/prefs_filtering.c
changed attachement into attachment
2001-05-17 15:25:31 +02:00
2001-05-17 [alfons]
2001-05-17 17:12:52 +02:00
0.4.67claws4
* sync with sylpheed 0.4.67cvs9
2001-05-17 15:25:31 +02:00
* sync with sylpheed 0.4.67cvs7-8
2001-05-17 12:57:37 +02:00
2001-05-17 [hoa]
2001-05-17 23:51:42 +02:00
* src/Makefile.am
added prefs_filtering.c
2001-05-17 12:57:37 +02:00
2001-05-17 23:51:42 +02:00
* src/filtering.[ch]
* src/matcher.[ch]
removed action : forward_news and forward_news_as_attachement
(forward and forward_as_attachement can be used instead)
2001-05-17 12:57:37 +02:00
2001-05-17 23:51:42 +02:00
* src/mainwindow.c
added menu option to access filtering configuration
2001-05-17 12:57:37 +02:00
2001-05-17 23:51:42 +02:00
* src/prefs_account.c
changed mail_command default to /usr/sbin/sendmail
2001-05-17 12:57:37 +02:00
2001-05-17 23:51:42 +02:00
* added src/prefs_filtering.[ch]
dialog box for filtering configuration
2001-05-17 12:57:37 +02:00
2001-05-17 23:51:42 +02:00
* src/prefs_matcher.c
added function prefs_matcher_get_criteria_from_matching()
2001-05-17 12:57:37 +02:00
2001-05-17 23:51:42 +02:00
* src/prefs_scoring.c
reset the dialog when register or substitute is clicked
2001-05-17 12:57:37 +02:00
2001-05-15 06:56:35 +02:00
2001-05-15 [hoa]
* src/Makefile.am
added filtering.[ch]
* src/inc.c
using filering.[ch] instead of filter.[ch]
* src/main.c
reading new filtering configuration
* src/matcher.[ch]
added some filtering actions
and fixed a bug for headers and mail body matching
* src/mbox.c
using filering.[ch] instead of filter.[ch]
* src/mh.c
handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
* src/summaryview.c
some fixes for filtering
2001-05-14 11:32:34 +02:00
2001-05-14 [hiroyuki]
* src/send.c: fixed some weird indentations.
2001-05-14 11:37:34 +02:00
send_message_with_command(): call pclose() only if p != NULL.
2001-05-14 11:32:34 +02:00
* src/textview.c: get_email_part(): modified the code for readability.
2001-05-14 08:32:00 +02:00
2001-05-14 [hiroyuki]
* src/md5global.h
src/md5ify.c
src/md5ify.h: removed from the cvs.
2001-05-13 16:32:01 +02:00
2001-05-13 [sergey]
* src/main.c: include rfc2015.h to avoid compiler warnings.
* src/alertpanel.c (alertpanel_message_with_disable): return 0 if
the panel is already on screen.
* src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
closing the alert window by ESC as "No".
* src/prefs_common.c (prefs_interface_create): moved return
receipt check button to the correct place.
2001-05-13 16:32:01 +02:00
2001-05-13 15:03:37 +02:00
2001-03-13 [alfons]
* src/prefs_common.c:
moved return receipt check button to the Send tab. (prefs_send_create)
removed the date format ui related globals. (prefs_display_create)
2001-05-13 15:03:37 +02:00
0.4.67claws3
2001-05-13 15:53:50 +02:00
* sync with sylpheed 0.4.67cvs5-6
2001-05-13 15:03:37 +02:00
2001-05-13 11:38:54 +02:00
2001-05-13 [paul]
* added Alfons' font selection patch
* src/defs.h
* src/headerwindow.c
* src/prefs_common.c
* src/prefs_common.h
2001-05-13 04:57:01 +02:00
2001-05-13 [hoa]
* src/defs.h
changed version of cache
* src/matcher.[ch]
* src/prefs_matcher.c
added additionnal matching criteria
* src/procheader.c
* src/procmsg.[ch]
* src/news.c
added references in MsgInfo
2001-05-12 [hoa]
* src/defs.h
prepared some things for new filtering
* src/matcher.[ch]
added some matching properties
inreplyto need to be enhanced
prepared some things for new filtering
* src/messageview.c
added Return-Receipt-To handling
* src/prefs_folder_item.c
changed default value to TRUE
* src/prefs_matcher.c
added some matching properties
* src/prefs_scoring.[ch]
the scoring dialog is finished
* src/procheader.c
added Return-Receipt-To handling
Reference need to be added
* src/procmsg.[ch]
added Return-Receipt-To handling
added threadscore to get a better score sorting when
threads are enabled
* src/summaryview.c
suppressed a bug when we sort the list
when no folder is opened.
better score sorting when threads are enabled
2001-05-12 [alfons]
* reverted previous patch because of potential errors
0.4.67claws2
* src/inc.c, src/prefs_common.c, src/prefs_common.h:
applied "toggle mail-retrieval dialog window" patch submitted
by Eric Limpens <eric@qnt.net>
* sync with sylpheed 0.4.67cvs4
2001-05-12 [sergey]
* src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
some picky compilers.
* src/rfc2015.h: provide prototype for rfc2015_disable_all().
* src/grouplist_dialog.c: include alertpanel.h.
* src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
fix compile warning.
* src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
#include "defs.h" before others to prevent the warning of `MIN'
and `MAX' redefinition.
2001-05-11 01:00:27 +02:00
2001-05-11 [hoa]
* src/main.c
* src/messageview.c
* src/prefs_account.c
* src/prefs_display_header.c
removed warning
* src/Makefile.am
added prefs_scoring.[ch]
* src/grouplist_dialog.c
display an error dialog box if the group list
cannot be fetched.
* src/mainwindow.[ch]
added main_window_set_thread_option() function
scoring dialog box enabled
* src/matcher.[ch]
added flags matching unread /new / marked
/ deleted / replied / forwarded
* src/news.c
newsgroups are now finally in newscache
* src/prefs_matcher.[ch]
finished preferences for matching dialog
* added src/prefs_scoring.[ch]
scoring dialog box completed
* src/scoring.[ch]
conversion to string : added scoringprop_to_string()
write config for preferences :
added prefs_scoring_write_config()
* src/summaryview.c
threads can be enabled/disabled independently
for each folder
2001-05-10 13:19:38 +02:00
2001-05-10 [alfons]
2001-05-10 15:11:12 +02:00
0.4.67claws1
* AUTHORS:
thought it would be nice to have a list of all
contributors (used Changelog as a reference)
* configure.in:
messed up version numbering...
2001-05-10 13:19:38 +02:00
0.4.66claws1
2001-05-10 15:11:12 +02:00
* sync with sylpheed 0.4.67cvs1-3
2001-05-10 13:19:38 +02:00
2001-05-10 08:05:56 +02:00
2001-05-10 [darko]
* src/prefs_common.c:
better UI for strftime format, double clicking
on format now inserts the format in text entry
replaced close button with standard OK/Cancel
moved date format button to the right of the
text entry field
2001-05-09 [alfons]
* src/gtkstext.c:
Ctrl-Home / Ctrl-End have proper cursor navigation
2001-05-09 [hoa]
2001-05-09 15:30:45 +02:00
* src/prefs_matcher.c
finished UI to define matching properties
added ok and cancel button
* src/prefs_filter.c
added ok and cancel button
* src/news.c
fixed some bug in xhdr parsing
2001-05-09 15:30:45 +02:00
2001-05-08 [alfons]
* src/textview.c:
fixed a bug in textview_show_header(), which displayed two colons (':');
cleaned up some warnings
2001-05-08 [hoa]
* src/Makefile.am
added prefs_matcher.[ch]
compilation with -W -Wall
* src/alertpanel.c
ungrab the mouse events if grabbed - does it
fix the bug for disposition notification ?
* src/mainwindow.c
added a menu option to open the matching dialog.
* src/matcher.[ch]
added matcherprop_to_string() and matcherlist_to_string()
fixed some bugs, changed the name of some options
age_sup and age_inf becomes age_greater and age_lower,
body and messageheaders becomes body_part and headers_part,
changed the names of constants from SCORING_XXX to MATCHING_XXX
* src/prefs_display_header.c
* src/prefs_headers.c
fixed a bug that accidentally destroyed dialogs
when closed them with delete_event
Added *_deleted() which handle delete_event signal correctly.
* src/prefs_folder_item.[ch]
added "enable_thread" field for future customization
* added src/prefs_matcher.[ch]
sample of the UI to define matching properties
* src/procheader.c
using procheader_headername_equal instead of str*cmp functions
using procheader_parse_header() function
* src/scoring.c
using MATCHING_XXX instead of SCORING_XXX
* src/summaryview.c
display the sender of the news even if this is ourself
when this is a news message.
* src/textview.c
using headername_equal() instead of str*cmp functions
2001-05-08 12:56:59 +02:00
2001-05-08 [alfons]
2001-05-08 15:15:53 +02:00
0.4.66claws
* sync with sylpheed 0.4.66
2001-05-08 12:56:59 +02:00
* src/gtkstext.c: trace logs added
2001-05-08 [sergey]
* src/prefs_common.[ch]: added option to enable/disable GnuPG
signature check popup.
* src/rfc2015.c (check_signature): show signature check popup only
if it is enabled in preferences.
2001-05-08 00:13:03 +02:00
2001-05-07 [alfons]
0.4.66claws4
* sync with sylpheed 0.4.66cvs6
2001-05-07 [darko]
* src/prefs_common.[ch]: added option to enable/disable
looking up sender name in address book for summary pane
* src/summaryview.c: look up sender in the address book
by using Alfons' address completion code
2001-05-07 08:47:27 +02:00
2001-05-07 [hiroyuki]
* src/inc.h
src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
member of Pop3State.
* src/news.c: brought #include "defs.h" before #include <glib.h>
to prevent the warning of `MIN' and `MAX' redefinition.
2001-05-07 00:31:24 +02:00
2001-05-06 [hoa]
* removed src/headers_display.[ch]
* removed src/prefs_display_headers.[ch]
* src/inc.c
use a temporary file in the user directory for mbox import
* src/news.c
added XHDR support to get "To" and "Cc" headers
(in order to match news with to or cc field for
scoring)
added function news_parse_xhdr() to get XHDR response
* src/nntp.[ch]
added function nntp_xhdr()
* src/matcher.c
fetch the message if necessary
2001-05-06 22:06:56 +02:00
2001-05-06 [alfons]
0.4.66claws3
* sync with sylpheed 0.4.66cvs3-5
2001-05-06 14:47:27 +02:00
2001-05-06 [hoa]
* src/utils.[ch]
added function itos_buf() to enable use of several buffers
* src/summaryview.c
use of itos_buf() instead of itos() in summary list
to fix the broken display of message number.
2001-05-06 11:52:29 +02:00
2001-05-06 [alfons]
* src/gtkstext.c: bug in cursor up navigation fixed,
fixed another unsigned / signed comparison (we're getting there :-)
2001-05-06 11:52:29 +02:00
2001-05-06 06:27:28 +02:00
2001-05-06 [hoa]
* src/Makefile.am
added scoring.c scoring.h
prefs_folder_item.c prefs_folder_item.h
matcher.c matcher.h
* src/defs.h
added FOLDERITEM_RC SCORING_RC
* src/folder.[ch]
added prefs field in FolderItem :
properties for each folder (PrefsFolderItem),
sorting type and mode were added as the first properties.
* src/main.c
read config for scoring
* added src/matcher.[ch]
gives functions to parse configuration file to do
matching on mails with a list of conditions.
* src/mainwindow.c
add option to sort by score
* src/prefs_common.[ch]
added preference option to show score and for
the score column size
* added src/prefs_folder_item.[ch]
properties for each folder (PrefsFolderItem),
sorting type and mode were added as the first properties.
* src/procheader.[ch]
added procheader_parse_header()
added procheader_header_free()
added procheader_headername_equal()
and made modification to use them.
* src/procmsg.[ch]
added score field to MsgInfo structure
* added src/scoring.[ch]
gives functions to parse configuration file to do
scoring on mails with a list of conditions.
* src/summaryview.[ch]
save the sorting type and mode for the folder
added column to display the score of the mail
added function summary_score_clicked()
sorting type and mode are restored to the folder
when it is reopen
* src/textview.c
use procheader_parse_header(), procheader_headername_equal()
removed memory leak in text_scan_header when freeing headers
2001-05-06 06:48:43 +02:00
* src/filter.c
changed the function to match names of headers
using procheader_headername_equal()
2001-05-06 06:27:28 +02:00
Scoring functions are implemented, an interface is needed
to configure that.
2001-05-04 [alfons]
* src/gtkstext.c:
hopefully fixed the row up navigation bug,
2001-05-05 19:39:11 +02:00
removed adding back / forward lines to cache
2001-05-04 [sergey]
* src/prefs_display_headers.c: user interface changes:
(prefs_display_headers_create): remove unused "Show" check button;
allow reordering of headers by dragging.
(prefs_display_headers_write_config): remove unused variables.
(prefs_display_headers_set_dialog): do not insert "(New)" at top
of lists (not needed with the new UI).
(prefs_display_headers_set_list): scan lists starting from row 0,
not 1 (do not skip "(New)").
(prefs_display_headers_find_header): new function.
(prefs_display_headers_clist_set_row): do not allow duplicates.
(prefs_display_headers_delete_cb): do not skip row 0; treat
closing the alert window by ESC as "No".
(prefs_display_headers_up): do not protect row 0.
(prefs_display_headers_down): do not protect row 0.
2001-05-04 [sergey]
* src/mainwindow.c (next_marked_cb, prev_marked_cb): new
functions.
* src/summaryview.c
(summary_find_next_marked_msg, summary_find_prev_marked_msg,
summary_select_next_marked, summary_select_prev_marked): new
functions.
2001-05-03 [sergey]
* src/news.c: fixed a bug when no article can be fetched after
server timeout if the connection was restored by news_post():
(news_select_group): new function.
(news_fetch_msg): call news_select_group() before fetching
article.
(news_get_uncached_articles): set session->group after successful
GROUP command.
2001-05-03 [hoa]
* src/defs.h
* src/procmsg.[ch]
* src/procheader.c
changed version of cache, added cc field
* src/prefs_display_headers.c
the interface was changed
* src/prefs_headers.c
added cancel button
2001-05-03 [alfons]
2001-05-03 23:28:42 +02:00
* completed sync of sylpheed cvs2
* src/gtkstext.c: updated row up / down cursor navigation
* src/textview.c: re-edited, prepared for fixing the email address
scanner.
2001-05-03 10:45:37 +02:00
2001-05-03 [darko]
* src/prefs_common.c: use alfons' strftime ui code
entry_datefmt and datefmt_sample widgets have to be
global in this module because of this change
2001-05-03 [hoa]
* src/messageview.c
* src/prefs_common.[ch] added option to activate the return receipt
feature.
2001-05-02 20:51:12 +02:00
2001-05-02 [alfons]
2001-05-03 00:11:18 +02:00
* src/gtkstext.c: fix for row up/down cursor navigation.
2001-05-02 20:51:12 +02:00
0.4.66claws2
* sync with 0.4.66cvs2
2001-05-02 20:26:06 +02:00
2001-05-02 [paul]
added add-sender-to-addressbook patch
* src/addressbook.c
* src/addressbook.h
* src/summaryview.c
2001-05-02 [sergey]
* src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
G_ALERTDISABLE.
* src/alertpanel.c (alertpanel_create): new argument can_disable,
all existing callers changed to pass FALSE; create a check button
to disable the message.
(alertpanel_message_with_disable): new function.
(alertpanel_show): mask value with G_ALERT_VALUE_MASK.
(alertpanel_button_toggled): new function.
(alertpanel_button_clicked, alertpanel_close): set value using
G_ALERT_VALUE_MASK.
* src/prefs_common.h (PrefsCommon): new field gpgme_warning.
* src/prefs_common.c (prefs_privacy_create): new check button
checkbtn_gpgme_warning.
* src/main.c (main): moved preferences reading before gpgme
initialization; check prefs_common.gpgme_warning before giving the
GnuPG warning and set it to FALSE if the user wants to disable the
warning.
2001-05-02 [hiroyuki]
* src/prefs_display_headers.c: modified the layout and some labels.
2001-05-02 [sergey]
* src/prefs_account.c (prefs_account_fix_size): new function.
(prefs_account_create): call prefs_account_fix_size(); use
gtk_widget_show instead of gtk_widget_show_all (fixes too large
size when the window is shown for the first time).
(prefs_account_basic_create): changed layout of serv_table; moved
localmbox_entry above smtpserv_entry (logically it replaces
POP3/IMAP server).
(prefs_account_protocol_activated): set sensitivity of
nntpauth_chkbtn according to the protocol (in addition to
hide/show); commented out gtk_table_set_row_spacing() calls.
(prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
not sensitive (fixes a bug with disabled username/password boxes
when editing POP3 account after NNTP with authentication).
2001-05-02 [hoa]
* src/account.c
* src/inc.c
* src/prefs_account.[ch]
* src/send.c
removed local account without SMTP server
added option to use mail command instead of a connexion
to SMTP server when a local account is used
* src/prefs_headers.c
fixed a bug
* src/news.c
fixed a bug when connexion immediately closed
2001-05-01 20:25:34 +02:00
2001-05-01 [alfons]
0.4.66claws1
* sync with 0.4.65
2001-05-01 [sergey]
* src/prefs_account.c (Basic, prefs_account_basic_create): new
widget nntpauth_chkbtn.
(prefs_account_protocol_activated): handle nntpauth_chkbtn
visibility.
(prefs_account_nntpauth_toggled): new function.
* src/news.c (news_session_new_for_folder): use NNTP
authentication only if ac->use_nntp_auth is set.
2001-05-01 [hoa]
* src/Makefile.am changed headers.[ch] in customheader.[ch]
* src/prefs_display_headers.c changed the UI
* src/prefs_headers.c changed account_name to account_id
* src/compose.c using customheader.h
2001-05-01 [hiroyuki]
* src/esmtp.c
src/news.c
src/nntp.c: changed sock_read() to sock_gets(), they've been left
unsynched.
2001-05-01 [hoa]
* src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
* src/defs.h added HEADERS_DISPLAY_RC : name of the config file
for displaying of headers
* src/grouplist_dialog.[ch] minor changes to remove warnings
* src/prefs_display_headers.[ch] dialog to choose the
headers to display in the mail viewer.
* src/headers.h correction of #define
* src/headers_display.[ch] configuration for displaying of headers.
* src/main.c read config of displaying of headers
* src/prefs_common.c add a button to access the config dialog
for displaying of headers
* src/prefs_display_headers.[ch] dialog for configuration for
displaying of the headers.
* src/prefs_headers.c cleaning of code
* src/procheader.c comments added to code
* src/textview.c changes to reorder the headers depending
on the config for displaying of headers
2001-04-30 23:27:59 +02:00
2001-04-30 [alfons]
0.4.65claws7
* sync with 0.4.65cvs12
NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
2001-04-30 [sergey]
* src/nntp.h (NNTPSockInfo): new field auth_failed.
* src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
is set to force reconnection after authentication failure.
(nntp_gen_command): set sock->auth_failed on authentication
failure, or if sock->userid and sock->passwd are not set.
* src/news.c (news_session_new_for_folder): set userid=NULL if
password dialog is cancelled.
2001-04-30 [sergey]
2001-04-30 16:58:37 +02:00
* src/nntp.h (NNTPSockInfo): new type.
* src/nntp.c: all functions updated to use NNTPSockInfo instead of
SockInfo.
(nntp_open_auth, nntp_close): new functions.
(nntp_gen_command): new function to handle authentication; all
NNTP command functions updated to use it.
(nntp_authinfo_user, nntp_authinfo_pass): deleted.
(nntp_list): removed old useless code.
* src/news.h (NNTPSession): new field nntp_sock.
* src/news.c: all functions updated to use NNTPSockInfo instead of
SockInfo.
(news_session_new): new arguments (userid, passwd); made static;
use nntp_open_auth() if needed.
(news_session_destroy): use nntp_close() instead of sock_close().
(news_query_password): changed arguments.
(news_session_new_for_folder): new function.
(news_session_get): use news_session_new_for_folder().
(news_authenticate): deleted.
(news_get_uncached_articles): removed old authentication code.
2001-04-30 [sergey]
* src/news.c: reverted my previous changes (need to do NNTP
authentication in a cleaner way).
2001-04-29 [sergey]
* src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
news_nntp_post, news_nntp_mode): new functions (wrappers with
authentication support).
(news_get_article_cmd, news_get_article, news_get_header): new
argument "folder"; all callers changed.
(news_get_article_cmd): added authentication support.
(news_session_get): use news_nntp_mode() instead of nntp_mode().
(news_post): use news_nntp_post() instead of nntp_post().
(news_get_uncached_articles): use news_nntp_group() instead of
nntp_group() and news_nntp_xover() instead of nntp_xover();
removed old authentication code.
(news_get_group_list): use news_nntp_list() instead of nntp_list().
* src/nntp.c (nntp_list): return real error code instead of
hardcoded NN_ERROR.
2001-04-28 22:08:34 +02:00
2001-04-29 [sergey]
* configure.in: fixed wint_t typedef detection again
2001-04-28 12:30:20 +02:00
2001-04-28 [hoa]
* src/prefs_account.[ch], added A_LOCAL_CMD
(send mail with mail command)
* src/send.c added function send_message_with_command()
* src/inc.c made a more secure get_spool() function with
mktemp() but maybe mkstemp() or something more
secure can be used.
2001-04-28 00:47:56 +02:00
2001-04-28 [alfons]
* src/textview.c, colorization of email addresses in headers
0.4.65claws6
2001-04-28 20:04:08 +02:00
* bug sync with sylpheed
2001-04-28 01:06:07 +02:00
* prefs_common.c: created date format ui for darko
2001-04-28 00:47:56 +02:00
* sync with 0.4.65cvs11
* configure.in: corrected to have the new gpg checks
2001-04-27 22:27:24 +02:00
2001-04-27 [alfons]
* completed sync with 0.4.65cvs10
* minor debug things added to gtkstext.c
2001-04-27 18:05:55 +02:00
2001-04-27 [darko]
* configure.in: remove check for availability of
strftime() as advised by Hiroyuki
* src/prefs_common.[ch], src/procheader.c:
synch strftime() code with Hiroyki's main branch
2001-04-26 18:41:29 +02:00
2001-04-26 [sergey]
* src/news.c: news_query_password(), news_authenticate(): new
functions.
news_get_uncached_articles(): added NNTP authentication
handling.
* src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
new functions.
* src/prefs_account.c: prefs_account_protocol_activated():
enable userid and password fields for NNTP.
2001-04-26
* configure.in: check for availability of strftime()
[darko]
* src/prefs_common.[ch], src/procheader.c: use
strftime() for displaying date in summary pane if it
is available
2001-04-25 20:03:01 +02:00
2001-04-25
* more .cvsignore cleanups [alfons]
2001-04-25
* ac/sv-check-type.m4: new autoconf macro.
* configure.in: fixed wint_t typedef detection (did not work
with gcc-2.96).
2001-04-25 11:26:52 +02:00
2001-04-25
* acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
[hiroyuki]
2001-04-24 18:52:16 +02:00
2001-04-24
* modified gtkstext.c : buggy cursor navigation fixed,
and font descent also taken in account when drawing
cursor. [alfons]
2001-04-28 12:30:20 +02:00
2001-04-24 [hoa]
2001-04-24 15:54:14 +02:00
* added comments in src/news.c src/nntp.c
2001-04-24 17:44:45 +02:00
* added src/prefs_headers.[ch]
* added src/headers.[ch]
* modified compose.c to activate custom headers
added function is_in_custom_headers
* modified prefs_account.[ch]
added function prefs_account_customhdr_edit
* modified src/defs.h :
added HEADERS_RC : name of the config file
for the custom headers
2001-04-24 15:54:14 +02:00
2001-04-23 23:56:57 +02:00
2001-04-24
2001-04-24 00:41:15 +02:00
0.4.65claws5
* configure.in
src/gtkstext.[ch]
src/compose.c
src/Makefile.am
added gtkstext with configure.in patch by Hiroyuki which
should fix the XIM detection [alfons]
* more clean up of cvs [alfons]
* removed all Makefile.in files to attic.
* updated all .cvsignores to really ignore things that could
be unintentionally committed by a recursive commit.
2001-04-23 23:56:57 +02:00
2001-04-28 12:30:20 +02:00
2001-04-23 [hoa]
2001-04-24 15:54:14 +02:00
* added src/grouplist_dialog.[ch]
* changed src/folderview.c to call grouplist_dialog instead
of inputdialog
* src/news.c :
added functions news_reset_group_list
and news_get_group_list
* src/nntp.c :
added function nntp_list
* src/defs.h :
added GROUPLIST_FILE : name of the newsgroup list cache file
2001-04-21
* added option to warn about queued messages on exit [sergey]:
* src/compose.c: compose_queue(): call folder_item_scan()
and folderview_update_item() after queueing.
* src/folderview.c: folderview_update_node(): draw the queue
folder in bold font if there are queued messages.
* src/mainwindow.c: queued_messages(): new function.
app_exit_cb(): display warning if there are queued messages
if warn_queued_on_exit is set.
* prefs_common.[ch]: add warn_queued_on_exit option.
* enhanced GnuPG key selection support [sergey]:
* src/select-keys.c: updated to newer version from Win32
branch with support for selecting arbitrary keys.
* src/prefs_account.c: added the Privacy tab to the account
options window.
prefs_account_privacy_create(),
prefs_account_sign_key_set_data_from_radiobtn(),
prefs_account_sign_key_set_radiobtn(): new functions.
* src/prefs_account.h: new preferences sign_key_type, sign_key_id.
* src/rfc2015.c: set_signers(): new function.
pgp_sign(): add the account parameter, call set_signers().
rfc2015_sign(): add the account parameter, pass it to pgp_sign().
* src/rfc2015.h: rfc2015_sign(): updated prototype.
* src/compose.c: pass the current account to rfc2015_sign().
2001-04-21 15:18:13 +02:00
* tag name claws added to prevent confusion with main branch [alfons]
* Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
* autogen.sh: Added "--enable-maintainer-mode". [sergey]
2001-04-21 01:24:31 +02:00
* sync with recent sylpheed cvs. Untested though. [alfons]