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