a48af26a5a31bc0f7126a360986ab1473f694fc0
[claws.git] / ChangeLog.claws
1 2001-05-13 [paul]
2
3         * added Alfons' font selection patch
4
5         * src/defs.h
6         * src/headerwindow.c
7         * src/prefs_common.c
8         * src/prefs_common.h
9
10 2001-05-13 [hoa]
11         * src/defs.h
12                 changed version of cache
13         * src/matcher.[ch]
14         * src/prefs_matcher.c
15                 added additionnal matching criteria
16         * src/procheader.c
17         * src/procmsg.[ch]
18         * src/news.c
19                 added references in MsgInfo
20
21 2001-05-12 [hoa]
22
23         * src/defs.h
24                 prepared some things for new filtering
25         * src/matcher.[ch]
26                 added some matching properties
27                 inreplyto need to be enhanced
28                 prepared some things for new filtering
29         * src/messageview.c
30                 added Return-Receipt-To handling
31         * src/prefs_folder_item.c
32                 changed default value to TRUE
33         * src/prefs_matcher.c
34                 added some matching properties
35         * src/prefs_scoring.[ch]
36                 the scoring dialog is finished
37         * src/procheader.c
38                 added Return-Receipt-To handling
39                 Reference need to be added
40         * src/procmsg.[ch]
41                 added Return-Receipt-To handling
42                 added threadscore to get a better score sorting when
43                 threads are enabled
44         * src/summaryview.c
45                 suppressed a bug when we sort the list
46                 when no folder is opened.
47                 better score sorting when threads are enabled
48
49 2001-05-12 [alfons]
50
51         * reverted previous patch because of potential errors 
52
53         0.4.67claws2
54         
55         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
56                 applied "toggle mail-retrieval dialog window" patch submitted 
57                 by Eric Limpens <eric@qnt.net>
58
59         * sync with sylpheed 0.4.67cvs4
60
61 2001-05-12 [sergey]
62
63         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
64         some picky compilers.
65         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
66         * src/grouplist_dialog.c: include alertpanel.h.
67         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
68         fix compile warning.
69         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
70         #include "defs.h" before others to prevent the warning of `MIN'
71         and `MAX' redefinition.
72
73 2001-05-11 [hoa]
74
75         * src/main.c
76         * src/messageview.c
77         * src/prefs_account.c
78         * src/prefs_display_header.c
79                 removed warning
80         * src/Makefile.am
81                 added prefs_scoring.[ch]
82         * src/grouplist_dialog.c
83                 display an error dialog box if the group list
84                 cannot be fetched.
85         * src/mainwindow.[ch]
86                 added main_window_set_thread_option() function
87                 scoring dialog box enabled
88         * src/matcher.[ch]
89                 added flags matching unread /new / marked
90                 / deleted / replied / forwarded
91         * src/news.c
92                 newsgroups are now finally in newscache
93         * src/prefs_matcher.[ch]
94                 finished preferences for matching dialog
95         * added src/prefs_scoring.[ch]
96                 scoring dialog box completed
97         * src/scoring.[ch]
98                 conversion to string : added scoringprop_to_string()
99                 write config for preferences :
100                 added prefs_scoring_write_config()
101         * src/summaryview.c
102                 threads can be enabled/disabled independently
103                 for each folder
104
105 2001-05-10 [alfons]
106
107         0.4.67claws1
108         
109         * AUTHORS: 
110                 thought it would be nice to have a list of all
111                 contributors (used Changelog as a reference)
112         
113         * configure.in: 
114                 messed up version numbering...
115
116         0.4.66claws1
117
118         * sync with sylpheed 0.4.67cvs1-3
119
120 2001-05-10 [darko]
121
122         * src/prefs_common.c:
123                 better UI for strftime format, double clicking
124                 on format now inserts the format in text entry
125                 replaced close button with standard OK/Cancel
126                 moved date format button to the right of the
127                 text entry field
128
129 2001-05-09 [alfons]
130
131         * src/gtkstext.c:
132                 Ctrl-Home / Ctrl-End have proper cursor navigation
133
134 2001-05-09 [hoa]
135
136         * src/prefs_matcher.c
137                 finished UI to define matching properties
138                 added ok and cancel button
139         * src/prefs_filter.c
140                 added ok and cancel button
141         * src/news.c
142                 fixed some bug in xhdr parsing
143
144 2001-05-08 [alfons]
145
146         * src/textview.c: 
147                 fixed a bug in textview_show_header(), which displayed two colons (':');
148                 cleaned up some warnings
149
150 2001-05-08 [hoa]
151
152         * src/Makefile.am
153                 added prefs_matcher.[ch]
154                 compilation with -W -Wall
155         * src/alertpanel.c
156                 ungrab the mouse events if grabbed - does it
157                 fix the bug for disposition notification ?
158         * src/mainwindow.c
159                 added a menu option to open the matching dialog.
160         * src/matcher.[ch]
161                 added matcherprop_to_string() and matcherlist_to_string()
162                 fixed some bugs, changed the name of some options
163                 age_sup and age_inf becomes age_greater and age_lower,
164                 body and messageheaders becomes body_part and headers_part,
165                 changed the names of constants from SCORING_XXX to MATCHING_XXX
166         * src/prefs_display_header.c
167         * src/prefs_headers.c
168                 fixed a bug that accidentally destroyed dialogs
169                 when closed them with delete_event
170                 Added *_deleted() which handle delete_event signal correctly.
171         * src/prefs_folder_item.[ch]
172                 added "enable_thread" field for future customization
173         * added src/prefs_matcher.[ch]
174                 sample of the UI to define matching properties
175         * src/procheader.c
176                 using procheader_headername_equal instead of str*cmp functions
177                 using procheader_parse_header() function
178         * src/scoring.c
179                 using MATCHING_XXX instead of SCORING_XXX
180         * src/summaryview.c
181                 display the sender of the news even if this is ourself
182                 when this is a news message.
183         * src/textview.c
184                 using headername_equal() instead of str*cmp functions
185
186 2001-05-08 [alfons]
187
188         0.4.66claws
189
190         * sync with sylpheed 0.4.66
191         * src/gtkstext.c: trace logs added 
192
193 2001-05-08 [sergey]
194
195         * src/prefs_common.[ch]: added option to enable/disable GnuPG
196         signature check popup.
197         * src/rfc2015.c (check_signature): show signature check popup only
198         if it is enabled in preferences.
199
200 2001-05-07 [alfons]
201
202         0.4.66claws4
203         
204         * sync with sylpheed 0.4.66cvs6
205
206 2001-05-07 [darko]
207
208         * src/prefs_common.[ch]: added option to enable/disable
209           looking up sender name in address book for summary pane
210         * src/summaryview.c: look up sender in the address book
211           by using Alfons' address completion code
212
213 2001-05-07 [hiroyuki]
214
215         * src/inc.h
216           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
217           member of Pop3State.
218         * src/news.c: brought #include "defs.h" before #include <glib.h>
219           to prevent the warning of `MIN' and `MAX' redefinition.
220
221 2001-05-06 [hoa]
222
223         * removed src/headers_display.[ch]
224         * removed src/prefs_display_headers.[ch]
225         * src/inc.c
226                 use a temporary file in the user directory for mbox import
227         * src/news.c
228                 added XHDR support to get "To" and "Cc" headers
229                 (in order to match news with to or cc field for
230                 scoring)
231                 added function news_parse_xhdr() to get XHDR response
232         * src/nntp.[ch]
233                 added function nntp_xhdr()
234         * src/matcher.c
235                 fetch the message if necessary
236
237 2001-05-06 [alfons]
238
239         0.4.66claws3
240
241         * sync with sylpheed 0.4.66cvs3-5
242
243 2001-05-06 [hoa]
244
245         * src/utils.[ch]
246                 added function itos_buf() to enable use of several buffers
247         * src/summaryview.c
248                 use of itos_buf() instead of itos() in summary list
249                 to fix the broken display of message number.
250
251 2001-05-06 [alfons]
252
253         * src/gtkstext.c: bug in cursor up navigation fixed,
254                 fixed another unsigned / signed comparison (we're getting there :-)
255
256 2001-05-06 [hoa]
257
258         * src/Makefile.am
259                 added scoring.c scoring.h
260                 prefs_folder_item.c prefs_folder_item.h
261                 matcher.c matcher.h
262         * src/defs.h
263                 added FOLDERITEM_RC SCORING_RC
264         * src/folder.[ch]
265                 added prefs field in FolderItem :
266                 properties for each folder (PrefsFolderItem),
267                 sorting type and mode were added as the first properties.
268         * src/main.c
269                 read config for scoring
270         * added src/matcher.[ch]
271                 gives functions to parse configuration file to do
272                 matching on mails with a list of conditions.
273         * src/mainwindow.c
274                 add option to sort by score
275         * src/prefs_common.[ch]
276                 added preference option to show score and for
277                 the score column size
278         * added src/prefs_folder_item.[ch]
279                 properties for each folder (PrefsFolderItem),
280                 sorting type and mode were added as the first properties.
281         * src/procheader.[ch]
282                 added procheader_parse_header()
283                 added procheader_header_free()
284                 added procheader_headername_equal()
285                 and made modification to use them.
286         * src/procmsg.[ch]
287                 added score field to MsgInfo structure
288         * added src/scoring.[ch]
289                 gives functions to parse configuration file to do
290                 scoring on mails with a list of conditions.
291         * src/summaryview.[ch]
292                 save the sorting type and mode for the folder
293                 added column to display the score of the mail
294                 added function summary_score_clicked()
295                 sorting type and mode are restored to the folder
296                 when it is reopen
297         * src/textview.c
298                 use procheader_parse_header(), procheader_headername_equal()
299                 removed memory leak in text_scan_header when freeing headers
300         * src/filter.c
301                 changed the function to match names of headers
302                 using procheader_headername_equal()
303
304         Scoring functions are implemented, an interface is needed
305         to configure that.
306
307 2001-05-04 [alfons]
308
309         * src/gtkstext.c: 
310                 hopefully fixed the row up navigation bug,
311                 removed adding back / forward lines to cache
312
313 2001-05-04 [sergey]
314
315         * src/prefs_display_headers.c: user interface changes:
316         (prefs_display_headers_create): remove unused "Show" check button;
317         allow reordering of headers by dragging.
318         (prefs_display_headers_write_config): remove unused variables.
319         (prefs_display_headers_set_dialog): do not insert "(New)" at top
320         of lists (not needed with the new UI).
321         (prefs_display_headers_set_list): scan lists starting from row 0,
322         not 1 (do not skip "(New)").
323         (prefs_display_headers_find_header): new function.
324         (prefs_display_headers_clist_set_row): do not allow duplicates.
325         (prefs_display_headers_delete_cb): do not skip row 0; treat
326         closing the alert window by ESC as "No".
327         (prefs_display_headers_up): do not protect row 0.
328         (prefs_display_headers_down): do not protect row 0.
329
330 2001-05-04 [sergey]
331
332         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
333         functions.  
334
335         * src/summaryview.c
336         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
337         summary_select_next_marked, summary_select_prev_marked): new
338         functions.
339
340 2001-05-03 [sergey]
341
342         * src/news.c: fixed a bug when no article can be fetched after
343         server timeout if the connection was restored by news_post():
344         (news_select_group): new function.
345         (news_fetch_msg): call news_select_group() before fetching
346         article.
347         (news_get_uncached_articles): set session->group after successful
348         GROUP command.
349
350 2001-05-03 [hoa]
351
352         * src/defs.h
353         * src/procmsg.[ch]
354         * src/procheader.c
355                  changed version of cache, added cc field
356
357         * src/prefs_display_headers.c
358                 the interface was changed
359
360         * src/prefs_headers.c
361                 added cancel button
362
363 2001-05-03 [alfons]
364
365         * completed sync of sylpheed cvs2
366         * src/gtkstext.c: updated row up / down cursor navigation
367         * src/textview.c: re-edited, prepared for fixing the email address
368                 scanner.
369
370 2001-05-03 [darko]
371
372         * src/prefs_common.c: use alfons' strftime ui code
373         entry_datefmt and datefmt_sample widgets have to be
374         global in this module because of this change
375
376 2001-05-03 [hoa]
377
378         * src/messageview.c
379         * src/prefs_common.[ch] added option to activate the return receipt
380                 feature.
381
382 2001-05-02 [alfons]
383
384         * src/gtkstext.c: fix for row up/down cursor navigation. 
385
386         0.4.66claws2
387         
388         * sync with 0.4.66cvs2
389
390 2001-05-02 [paul]
391
392         added add-sender-to-addressbook patch
393
394         * src/addressbook.c
395         * src/addressbook.h
396         * src/summaryview.c
397
398 2001-05-02 [sergey]
399
400         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
401         G_ALERTDISABLE.
402
403         * src/alertpanel.c (alertpanel_create): new argument can_disable,
404         all existing callers changed to pass FALSE; create a check button
405         to disable the message.
406         (alertpanel_message_with_disable): new function.
407         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
408         (alertpanel_button_toggled): new function.
409         (alertpanel_button_clicked, alertpanel_close): set value using
410         G_ALERT_VALUE_MASK.
411
412         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
413
414         * src/prefs_common.c (prefs_privacy_create): new check button
415         checkbtn_gpgme_warning.
416
417         * src/main.c (main): moved preferences reading before gpgme
418         initialization; check prefs_common.gpgme_warning before giving the
419         GnuPG warning and set it to FALSE if the user wants to disable the
420         warning.
421
422 2001-05-02 [hiroyuki]
423
424         * src/prefs_display_headers.c: modified the layout and some labels.
425
426 2001-05-02 [sergey]
427
428         * src/prefs_account.c (prefs_account_fix_size): new function.
429         (prefs_account_create): call prefs_account_fix_size(); use
430         gtk_widget_show instead of gtk_widget_show_all (fixes too large
431         size when the window is shown for the first time).
432         (prefs_account_basic_create): changed layout of serv_table; moved
433         localmbox_entry above smtpserv_entry (logically it replaces
434         POP3/IMAP server).
435         (prefs_account_protocol_activated): set sensitivity of
436         nntpauth_chkbtn according to the protocol (in addition to
437         hide/show); commented out gtk_table_set_row_spacing() calls.
438         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
439         not sensitive (fixes a bug with disabled username/password boxes
440         when editing POP3 account after NNTP with authentication).
441
442 2001-05-02 [hoa]
443
444         * src/account.c
445         * src/inc.c
446         * src/prefs_account.[ch]
447         * src/send.c
448                 removed local account without SMTP server
449                 added option to use mail command instead of a connexion
450                 to SMTP server when a local account is used
451         * src/prefs_headers.c
452                 fixed a bug
453         * src/news.c
454                 fixed a bug when connexion immediately closed
455
456 2001-05-01 [alfons]
457
458         0.4.66claws1
459         
460         * sync with 0.4.65
461
462 2001-05-01 [sergey]
463
464         * src/prefs_account.c (Basic, prefs_account_basic_create): new
465         widget nntpauth_chkbtn.
466         (prefs_account_protocol_activated): handle nntpauth_chkbtn
467         visibility.
468         (prefs_account_nntpauth_toggled): new function.
469
470         * src/news.c (news_session_new_for_folder): use NNTP
471         authentication only if ac->use_nntp_auth is set.
472
473 2001-05-01 [hoa]
474
475         * src/Makefile.am changed headers.[ch] in customheader.[ch]
476         * src/prefs_display_headers.c changed the UI
477         * src/prefs_headers.c changed account_name to account_id
478         * src/compose.c using customheader.h
479
480 2001-05-01 [hiroyuki]
481
482         * src/esmtp.c
483           src/news.c
484           src/nntp.c: changed sock_read() to sock_gets(), they've been left
485           unsynched.
486
487 2001-05-01 [hoa]
488
489         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
490         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
491                 for displaying of headers
492         * src/grouplist_dialog.[ch] minor changes to remove warnings
493         * src/prefs_display_headers.[ch] dialog to choose the
494         headers to display in the mail viewer.
495         * src/headers.h correction of #define
496         * src/headers_display.[ch] configuration for displaying of headers.
497         * src/main.c read config of displaying of headers
498         * src/prefs_common.c add a button to access the config dialog
499                 for displaying of headers
500         * src/prefs_display_headers.[ch] dialog for configuration for
501                 displaying of the headers.
502         * src/prefs_headers.c cleaning of code
503         * src/procheader.c comments added to code
504         * src/textview.c changes to reorder the headers depending
505                 on the config for displaying of headers
506
507 2001-04-30 [alfons]
508
509         0.4.65claws7
510
511         * sync with 0.4.65cvs12
512
513         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
514
515 2001-04-30 [sergey]
516
517         * src/nntp.h (NNTPSockInfo): new field auth_failed.
518
519         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
520         is set to force reconnection after authentication failure.
521         (nntp_gen_command): set sock->auth_failed on authentication
522         failure, or if sock->userid and sock->passwd are not set.
523
524         * src/news.c (news_session_new_for_folder): set userid=NULL if
525         password dialog is cancelled.
526
527 2001-04-30 [sergey]
528
529         * src/nntp.h (NNTPSockInfo): new type.
530
531         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
532         SockInfo.
533         (nntp_open_auth, nntp_close): new functions.
534         (nntp_gen_command): new function to handle authentication; all
535         NNTP command functions updated to use it.
536         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
537         (nntp_list): removed old useless code.
538
539         * src/news.h (NNTPSession): new field nntp_sock.
540
541         * src/news.c: all functions updated to use NNTPSockInfo instead of
542         SockInfo.
543         (news_session_new): new arguments (userid, passwd); made static;
544         use nntp_open_auth() if needed.
545         (news_session_destroy): use nntp_close() instead of sock_close().
546         (news_query_password): changed arguments.
547         (news_session_new_for_folder): new function.
548         (news_session_get): use news_session_new_for_folder().
549         (news_authenticate): deleted.
550         (news_get_uncached_articles): removed old authentication code.
551
552 2001-04-30 [sergey]
553
554         * src/news.c: reverted my previous changes (need to do NNTP
555         authentication in a cleaner way).
556         
557 2001-04-29 [sergey]
558
559         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
560         news_nntp_post, news_nntp_mode): new functions (wrappers with
561         authentication support).
562         (news_get_article_cmd, news_get_article, news_get_header): new
563         argument "folder"; all callers changed.
564         (news_get_article_cmd): added authentication support.
565         (news_session_get): use news_nntp_mode() instead of nntp_mode().
566         (news_post): use news_nntp_post() instead of nntp_post().
567         (news_get_uncached_articles): use news_nntp_group() instead of
568         nntp_group() and news_nntp_xover() instead of nntp_xover();
569         removed old authentication code.
570         (news_get_group_list): use news_nntp_list() instead of nntp_list().
571
572         * src/nntp.c (nntp_list): return real error code instead of
573         hardcoded NN_ERROR.
574
575 2001-04-29 [sergey]
576
577         * configure.in: fixed wint_t typedef detection again
578
579 2001-04-28 [hoa]
580
581         * src/prefs_account.[ch], added A_LOCAL_CMD
582                 (send mail with mail command)
583         * src/send.c added function send_message_with_command()
584         * src/inc.c made a more secure get_spool() function with
585                 mktemp() but maybe mkstemp() or something more
586                 secure can be used.
587
588 2001-04-28 [alfons]
589
590         * src/textview.c, colorization of email addresses in headers
591
592         0.4.65claws6
593
594         * bug sync with sylpheed
595         * prefs_common.c: created date format ui for darko
596         * sync with 0.4.65cvs11
597         * configure.in: corrected to have the new gpg checks
598
599 2001-04-27 [alfons]
600
601         * completed sync with 0.4.65cvs10
602         * minor debug things added to gtkstext.c
603
604 2001-04-27 [darko]
605
606         * configure.in: remove check for availability of
607           strftime() as advised by Hiroyuki
608         * src/prefs_common.[ch], src/procheader.c:
609           synch strftime() code with Hiroyki's main branch
610
611 2001-04-26 [sergey]
612
613         * src/news.c: news_query_password(), news_authenticate(): new
614           functions.
615           news_get_uncached_articles(): added NNTP authentication
616           handling.
617         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
618           new functions.
619         * src/prefs_account.c: prefs_account_protocol_activated():
620           enable userid and password fields for NNTP.
621
622 2001-04-26
623
624         * configure.in: check for availability of strftime()
625           [darko]
626         * src/prefs_common.[ch], src/procheader.c: use
627           strftime() for displaying date in summary pane if it
628           is available
629
630 2001-04-25
631
632         * more .cvsignore cleanups [alfons]
633
634 2001-04-25
635
636         * ac/sv-check-type.m4: new autoconf macro.
637         * configure.in: fixed wint_t typedef detection (did not work
638           with gcc-2.96).
639
640 2001-04-25
641
642         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
643           [hiroyuki]
644
645 2001-04-24
646         * modified gtkstext.c : buggy cursor navigation fixed, 
647           and font descent also taken in account when drawing
648           cursor. [alfons]
649
650 2001-04-24 [hoa]
651         * added comments in src/news.c src/nntp.c
652         * added src/prefs_headers.[ch]
653         * added src/headers.[ch]
654         * modified compose.c to activate custom headers
655                 added function is_in_custom_headers
656         * modified prefs_account.[ch]
657                 added function prefs_account_customhdr_edit
658         * modified src/defs.h :
659                 added HEADERS_RC : name of the config file
660                 for the custom headers
661
662 2001-04-24
663
664     0.4.65claws5
665
666         * configure.in
667           src/gtkstext.[ch]
668           src/compose.c
669           src/Makefile.am
670           
671           added gtkstext with configure.in patch by Hiroyuki which
672           should fix the XIM detection [alfons]
673
674         * more clean up of cvs [alfons]
675
676                  * removed all Makefile.in files to attic.
677
678                  * updated all .cvsignores to really ignore things that could
679                    be unintentionally committed by a recursive commit.
680
681 2001-04-23 [hoa]
682         * added src/grouplist_dialog.[ch]
683         * changed src/folderview.c to call grouplist_dialog instead
684                 of inputdialog
685         * src/news.c :
686                 added functions news_reset_group_list
687                 and news_get_group_list
688         * src/nntp.c :
689                 added function nntp_list
690         * src/defs.h :
691                 added GROUPLIST_FILE : name of the newsgroup list cache file
692
693 2001-04-21
694
695         * added option to warn about queued messages on exit [sergey]:
696
697           * src/compose.c: compose_queue(): call folder_item_scan()
698             and folderview_update_item() after queueing.
699           * src/folderview.c: folderview_update_node(): draw the queue
700             folder in bold font if there are queued messages.
701           * src/mainwindow.c: queued_messages(): new function.
702             app_exit_cb(): display warning if there are queued messages
703             if warn_queued_on_exit is set.
704           * prefs_common.[ch]: add warn_queued_on_exit option.
705
706         * enhanced GnuPG key selection support [sergey]:
707
708           * src/select-keys.c: updated to newer version from Win32
709             branch with support for selecting arbitrary keys.
710           * src/prefs_account.c: added the Privacy tab to the account
711             options window.
712             prefs_account_privacy_create(),
713             prefs_account_sign_key_set_data_from_radiobtn(),
714             prefs_account_sign_key_set_radiobtn(): new functions.
715           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
716           * src/rfc2015.c: set_signers(): new function.
717             pgp_sign(): add the account parameter, call set_signers().
718             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
719           * src/rfc2015.h: rfc2015_sign(): updated prototype.
720           * src/compose.c: pass the current account to rfc2015_sign().
721
722         * tag name claws added to prevent confusion with main branch [alfons]
723
724         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
725
726         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
727
728         * sync with recent sylpheed cvs. Untested though. [alfons]
729