Commit graph

260 commits

Author SHA1 Message Date
Andrej Kacian
499c9fec4d "Master password" is now called "master passphrase".
This is to help diferentiate between passwords coming from
accounts, plugins, etc., and the master passphrase used in
an AES encryption key for encrypting these passwords.
2016-03-03 19:10:47 +01:00
Andrej Kacian
54adfb433b Rewritten account passwords handling.
Passwords are only decrypted before their actual use, not
while loading from accountrc.
Passwords are stored as "{algorithm}base64encodedciphertext",
encrypted using AES-CBC cipher, with PASSCRYPT_KEY used as
and encryption key.
Optionally, the encryption key, also known as "master password"
can be changed by user.
2016-02-04 22:04:48 +01:00
Paul
48d8a4066d add (currently?) hidden pref for choosing to go to older/newer msg on delete 2015-10-12 18:56:06 +01:00
Paul
9524293504 add prefs for default folder sort and direction, no ui yet 2015-09-09 16:54:57 +01:00
Ricardo Mones
5ef1df1e1b Fix bug 2458 “Option to force header type to pre-defined-only”
As suggested by the comments in the report this  adds a new
hidden preference namely 'type_any_header', which controls
the editable status of the compose header entries.

For RELEASE_NOTES: the option is set to FALSE by default, so it
changes current default behaviour.
2015-08-09 11:33:42 +02:00
Paul
b1a697d628 add option to toggle mainwindow menubar, (hotkey F12) 2014-07-25 07:10:26 +01:00
Ricardo Mones
a3ec21768c New hooklist to collect avatar data from headers
Also:
 • Refactorize X-Face/Face capture as an internal plugin.
 • Add hidden preference ‘enable_avatars’ to control the internal
   capture/render process, and which allows disabling it by external
   plugins for example.
2014-02-21 19:58:29 +01:00
Andrej Kacian
7731265028 Removed unused "block_cursor" preference from prefs_common. 2014-02-16 13:37:19 +01:00
Paul
b59ac7ec8e add hidden prefs to choose old or new style addr and folder matching 2014-02-05 08:28:28 +00:00
Colin Leroy
02b5ac9ed2 Add preference to allow disabling automatic drafting of encrypted
messages.
2013-12-20 11:53:18 +01:00
Paul
f02d1a8cc9 add option to disable the 'Subject is empty' warning dialogue 2013-08-30 08:12:59 +01:00
Paul
7be9b13b35 remove obsolete maemo support 2013-06-11 15:59:51 +01:00
Colin Leroy
495d321cdd 2013-02-20 [colin] 3.9.0cvs95
* src/prefs_common.h
	* src/plugins/address_keeper/claws.def
	* src/plugins/att_remover/Makefile.am
	* src/plugins/att_remover/claws.def
	* src/plugins/att_remover/plugin.def
	* src/plugins/att_remover/version.rc
	* src/plugins/clamd/libclamd/Makefile.am
	* src/plugins/fetchinfo/Makefile.am
	* src/plugins/fetchinfo/claws.def
	* src/plugins/fetchinfo/plugin.def
	* src/plugins/fetchinfo/version.rc
	* src/plugins/mailmbox/Makefile.am
	* src/plugins/mailmbox/claws.def
	* src/plugins/mailmbox/plugin.def
	* src/plugins/mailmbox/version.rc
	* src/plugins/notification/gtkhotkey/Makefile.am
	* src/plugins/spam_report/Makefile.am
	* src/plugins/spam_report/claws.def
	* src/plugins/spam_report/plugin.def
	* src/plugins/spam_report/spam_report.c
	* src/plugins/spam_report/version.rc
		Win32 build fixes (and add of address_keeper, att_remover,
		fetchinfo and spam_report)
2013-02-20 16:40:46 +00:00
Colin Leroy
9c88c1282e 2013-02-16 [colin] 3.9.0cvs70
* src/main.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/common/defs.h
	* src/common/w32_account.c
		Add an hidden preference to set the Windows theme
	* src/plugins/Makefile.am
	* src/plugins/rssyl/Makefile.am
	* src/plugins/rssyl/claws.def
	* src/plugins/rssyl/date.c
	* src/plugins/rssyl/date.h
	* src/plugins/rssyl/feed.c
	* src/plugins/rssyl/feed.h
	* src/plugins/rssyl/feedprops.c
	* src/plugins/rssyl/feedprops.h
	* src/plugins/rssyl/opml.c
	* src/plugins/rssyl/opml.h
	* src/plugins/rssyl/parsers.c
	* src/plugins/rssyl/parsers.h
	* src/plugins/rssyl/placeholder.txt
	* src/plugins/rssyl/plugin.c
	* src/plugins/rssyl/plugin.def
	* src/plugins/rssyl/rssyl.c
	* src/plugins/rssyl/rssyl.h
	* src/plugins/rssyl/rssyl_cb_gtk.c
	* src/plugins/rssyl/rssyl_cb_gtk.h
	* src/plugins/rssyl/rssyl_cb_menu.c
	* src/plugins/rssyl/rssyl_cb_menu.h
	* src/plugins/rssyl/rssyl_gtk.c
	* src/plugins/rssyl/rssyl_gtk.h
	* src/plugins/rssyl/rssyl_prefs.c
	* src/plugins/rssyl/rssyl_prefs.h
	* src/plugins/rssyl/strreplace.c
	* src/plugins/rssyl/strreplace.h
	* src/plugins/rssyl/version.rc
		Add RSSyl
	* src/plugins/vcalendar/Makefile.am
	* src/plugins/vcalendar/Makefile.in
	* src/plugins/vcalendar/plugin.c
	* src/plugins/vcalendar/libical/libical/icalversion.h
		Fix Curl flags :)
2013-02-16 10:35:15 +00:00
Colin Leroy
d5eabdd653 2012-11-27 [colin] 3.9.0cvs22
* src/mainwindow.c
	* src/prefs_common.c
	* src/prefs_common.h
		Unsneak a work-in-progress patch that I mistakengly
		commited with a cleanup
2012-11-27 10:12:11 +00:00
Colin Leroy
ffacaed0a5 2012-11-23 [colin] 3.9.0cvs20
* src/jpilot.c
	* src/main.c
	* src/mainwindow.c
	* src/matcher.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/procmsg.c
	* src/common/socket.c
	* src/common/socket.h
	* src/common/ssl.c
	* src/common/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/etpan/imap-thread.c
	* src/etpan/nntp-thread.c
		Cleanup some warnings and deprecated types. Patch by
		Christian Hesse, fixing bug #2617. Thanks!
2012-11-23 19:29:16 +00:00
Colin Leroy
6f75a14a76 2012-07-07 [colin] 3.8.1cvs8
* claws-features.h.in
	* src/codeconv.h
	* src/imap_gtk.h
	* src/inc.h
	* src/jpilot.h
	* src/messageview.h
	* src/msgcache.h
	* src/news_gtk.h
	* src/partial_download.h
	* src/pop.h
	* src/prefs_account.h
	* src/prefs_common.h
	* src/printing.h
	* src/procmime.h
	* src/procmsg.h
	* src/stock_pixmap.c
	* src/textview.h
	* src/common/defs.h
	* src/common/log.h
	* src/common/session.h
	* src/common/smtp.h
	* src/common/socket.h
	* src/common/ssl.h
	* src/common/ssl_certificate.h
	* src/common/timing.h
	* src/common/utils.h
	* src/gtk/gtkaspell.h
	* src/gtk/gtkutils.h
	* src/gtk/pluginwindow.h
	* src/gtk/spell_entry.h
	* src/gtk/sslcertwindow.h
		Don't export config.h in public headers
2012-07-07 07:30:57 +00:00
Colin Leroy
6edf2f5fe8 2012-07-07 [colin] 3.8.1cvs7
* claws-features.h.in
	* configure.ac
	* Makefile.am
	* src/account.c
	* src/action.c
	* src/addr_compl.c
	* src/addrcustomattr.c
	* src/addrduplicates.c
	* src/addressadd.c
	* src/addressbook.c
	* src/addressbook_foldersel.c
	* src/addrgather.c
	* src/addrindex.c
	* src/alertpanel.c
	* src/autofaces.c
	* src/browseldap.c
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/crash.c
	* src/customheader.c
	* src/displayheader.c
	* src/editaddress.c
	* src/editaddress_other_attributes_ldap.c
	* src/editbook.c
	* src/editgroup.c
	* src/editjpilot.c
	* src/editldap.c
	* src/editldap_basedn.c
	* src/edittags.c
	* src/editvcard.c
	* src/exphtmldlg.c
	* src/expldifdlg.c
	* src/export.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/folder.c
	* src/folder_item_prefs.c
	* src/grouplistdialog.c
	* src/headerview.c
	* src/image_viewer.c
	* src/imap.c
	* src/imap_gtk.c
	* src/imap_gtk.h
	* src/import.c
	* src/importldif.c
	* src/importmutt.c
	* src/importpine.c
	* src/inc.c
	* src/inc.h
	* src/jpilot.c
	* src/jpilot.h
	* src/ldapctrl.c
	* src/ldaplocate.c
	* src/ldapquery.c
	* src/ldapserver.c
	* src/ldapupdate.c
	* src/ldaputil.c
	* src/main.c
	* src/manual.c
	* src/matcher.c
	* src/mbox.c
	* src/message_search.c
	* src/messageview.h
	* src/mh.c
	* src/mh_gtk.c
	* src/mimeview.c
	* src/msgcache.c
	* src/msgcache.h
	* src/news.c
	* src/news_gtk.c
	* src/news_gtk.h
	* src/noticeview.c
	* src/partial_download.c
	* src/partial_download.h
	* src/pop.c
	* src/pop.h
	* src/prefs_account.c
	* src/prefs_account.h
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
	* src/prefs_customheader.c
	* src/prefs_display_header.c
	* src/prefs_ext_prog.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_folder_column.c
	* src/prefs_folder_item.c
	* src/prefs_fonts.c
	* src/prefs_gtk.c
	* src/prefs_image_viewer.c
	* src/prefs_logging.c
	* src/prefs_matcher.c
	* src/prefs_message.c
	* src/prefs_msg_colors.c
	* src/prefs_other.c
	* src/prefs_quote.c
	* src/prefs_receive.c
	* src/prefs_send.c
	* src/prefs_spelling.c
	* src/prefs_summaries.c
	* src/prefs_summary_column.c
	* src/prefs_summary_open.c
	* src/prefs_toolbar.c
	* src/prefs_wrapping.c
	* src/printing.c
	* src/printing.h
	* src/procheader.c
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.h
	* src/quote_fmt.c
	* src/recv.c
	* src/send_message.c
	* src/setup.c
	* src/ssl_manager.c
	* src/statusbar.c
	* src/summary_search.c
	* src/textview.c
	* src/textview.h
	* src/toolbar.c
	* src/undo.c
	* src/unmime.c
	* src/uri_opener.c
	* src/wizard.c
	* src/common/claws.c
	* src/common/defs.h
	* src/common/hooks.c
	* src/common/log.c
	* src/common/log.h
	* src/common/plugin.c
	* src/common/prefs.c
	* src/common/session.c
	* src/common/session.h
	* src/common/smtp.c
	* src/common/smtp.h
	* src/common/socket.c
	* src/common/socket.h
	* src/common/ssl.c
	* src/common/ssl.h
	* src/common/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/common/string_match.c
	* src/common/tags.c
	* src/common/timing.h
	* src/common/utils.c
	* src/common/utils.h
	* src/etpan/etpan-thread-manager.c
	* src/etpan/imap-thread.c
	* src/etpan/nntp-thread.c
	* src/gtk/about.c
	* src/gtk/combobox.c
	* src/gtk/description_window.c
	* src/gtk/filesel.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
	* src/gtk/gtkshruler.c
	* src/gtk/gtkunit.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/gtkvscrollbutton.c
	* src/gtk/icon_legend.c
	* src/gtk/inputdialog.c
	* src/gtk/logwindow.c
	* src/gtk/menu.c
	* src/gtk/pluginwindow.c
	* src/gtk/pluginwindow.h
	* src/gtk/prefswindow.c
	* src/gtk/progressdialog.c
	* src/gtk/quicksearch.c
	* src/gtk/spell_entry.c
	* src/gtk/spell_entry.h
	* src/gtk/sslcertwindow.c
	* src/gtk/sslcertwindow.h
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/smime/plugin.c
	* src/plugins/smime/smime.c
	* src/plugins/spamassassin/libspamc.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
	* src/plugins/trayicon/trayicon_prefs.c
		Specify Claws compile-time features in a specific header
2012-07-07 07:09:39 +00:00
Paul Mangan
07e2cd579e 2012-06-20 [paul] 3.8.0cvs54
* src/prefs_common.c
	* src/prefs_common.h
	* src/textview.c
	* src/textview.h
		colourise attached patches.
		Patch by Ticho
2012-06-20 08:07:15 +00:00
Paul Mangan
9e08c2369a 2012-05-27 [paul] 3.8.0cvs48
* src/account.c
	* src/account.h
	* src/action.c
	* src/action.h
	* src/adbookbase.h
	* src/addr_compl.c
	* src/addr_compl.h
	* src/addrbook.c
	* src/addrcache.c
	* src/addrcache.h
	* src/addrclip.c
	* src/addrclip.h
	* src/addrcustomattr.c
	* src/addrcustomattr.h
	* src/addrdefs.h
	* src/addrduplicates.c
	* src/addrduplicates.h
	* src/addressadd.c
	* src/addressadd.h
	* src/addressbook-dbus.c
	* src/addressbook-dbus.h
	* src/addressbook.c
	* src/addressbook.h
	* src/addressbook_foldersel.c
	* src/addressbook_foldersel.h
	* src/addressitem.h
	* src/addrgather.c
	* src/addrgather.h
	* src/addrharvest.c
	* src/addrharvest.h
	* src/addrindex.c
	* src/addrindex.h
	* src/addritem.c
	* src/addritem.h
	* src/addrquery.c
	* src/addrquery.h
	* src/addrselect.c
	* src/addrselect.h
	* src/alertpanel.c
	* src/alertpanel.h
	* src/autofaces.c
	* src/autofaces.h
	* src/browseldap.c
	* src/browseldap.h
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/compose.h
	* src/crash.c
	* src/crash.h
	* src/customheader.c
	* src/customheader.h
	* src/displayheader.c
	* src/displayheader.h
	* src/editaddress.c
	* src/editaddress.h
	* src/editaddress_other_attributes_ldap.c
	* src/editaddress_other_attributes_ldap.h
	* src/editbook.c
	* src/editbook.h
	* src/editgroup.c
	* src/editgroup.h
	* src/editjpilot.c
	* src/editjpilot.h
	* src/editldap.c
	* src/editldap.h
	* src/editldap_basedn.c
	* src/editldap_basedn.h
	* src/edittags.c
	* src/edittags.h
	* src/editvcard.c
	* src/editvcard.h
	* src/exphtmldlg.c
	* src/exphtmldlg.h
	* src/expldifdlg.c
	* src/expldifdlg.h
	* src/export.c
	* src/export.h
	* src/exporthtml.c
	* src/exporthtml.h
	* src/exportldif.c
	* src/exportldif.h
	* src/filtering.c
	* src/filtering.h
	* src/folder.c
	* src/folder.h
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/foldersel.c
	* src/foldersel.h
	* src/folderutils.c
	* src/folderutils.h
	* src/folderview.c
	* src/folderview.h
	* src/grouplistdialog.c
	* src/grouplistdialog.h
	* src/headerview.c
	* src/headerview.h
	* src/html.c
	* src/html.h
	* src/image_viewer.c
	* src/image_viewer.h
	* src/imap.c
	* src/imap.h
	* src/imap_gtk.c
	* src/imap_gtk.h
	* src/import.c
	* src/import.h
	* src/importldif.c
	* src/importldif.h
	* src/importmutt.c
	* src/importmutt.h
	* src/importpine.c
	* src/importpine.h
	* src/inc.c
	* src/inc.h
	* src/jpilot.c
	* src/jpilot.h
	* src/ldapctrl.c
	* src/ldapctrl.h
	* src/ldaplocate.c
	* src/ldaplocate.h
	* src/ldapquery.c
	* src/ldapquery.h
	* src/ldapserver.c
	* src/ldapserver.h
	* src/ldapupdate.c
	* src/ldapupdate.h
	* src/ldaputil.c
	* src/ldaputil.h
	* src/ldif.c
	* src/ldif.h
	* src/localfolder.c
	* src/localfolder.h
	* src/main.c
	* src/main.h
	* src/mainwindow.c
	* src/mainwindow.h
	* src/manual.c
	* src/manual.h
	* src/matcher.c
	* src/matcher.h
	* src/mbox.c
	* src/mbox.h
	* src/message_search.c
	* src/message_search.h
	* src/messageview.c
	* src/messageview.h
	* src/mh.c
	* src/mh.h
	* src/mh_gtk.c
	* src/mh_gtk.h
	* src/mimeview.c
	* src/mimeview.h
	* src/msgcache.c
	* src/msgcache.h
	* src/mutt.c
	* src/mutt.h
	* src/news.c
	* src/news.h
	* src/news_gtk.c
	* src/news_gtk.h
	* src/noticeview.c
	* src/noticeview.h
	* src/partial_download.c
	* src/partial_download.h
	* src/pine.c
	* src/pine.h
	* src/pop.c
	* src/pop.h
	* src/prefs_account.c
	* src/prefs_account.h
	* src/prefs_actions.c
	* src/prefs_actions.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
	* src/prefs_compose_writing.h
	* src/prefs_customheader.c
	* src/prefs_customheader.h
	* src/prefs_display_header.c
	* src/prefs_display_header.h
	* src/prefs_ext_prog.c
	* src/prefs_ext_prog.h
	* src/prefs_filtering.c
	* src/prefs_filtering.h
	* src/prefs_filtering_action.c
	* src/prefs_filtering_action.h
	* src/prefs_folder_column.c
	* src/prefs_folder_column.h
	* src/prefs_folder_item.c
	* src/prefs_folder_item.h
	* src/prefs_fonts.c
	* src/prefs_fonts.h
	* src/prefs_gtk.c
	* src/prefs_gtk.h
	* src/prefs_image_viewer.c
	* src/prefs_image_viewer.h
	* src/prefs_logging.c
	* src/prefs_logging.h
	* src/prefs_matcher.c
	* src/prefs_matcher.h
	* src/prefs_message.c
	* src/prefs_message.h
	* src/prefs_msg_colors.c
	* src/prefs_msg_colors.h
	* src/prefs_other.c
	* src/prefs_other.h
	* src/prefs_quote.c
	* src/prefs_quote.h
	* src/prefs_receive.c
	* src/prefs_receive.h
	* src/prefs_send.c
	* src/prefs_send.h
	* src/prefs_spelling.c
	* src/prefs_spelling.h
	* src/prefs_summaries.c
	* src/prefs_summaries.h
	* src/prefs_summary_column.c
	* src/prefs_summary_column.h
	* src/prefs_summary_open.c
	* src/prefs_summary_open.h
	* src/prefs_template.c
	* src/prefs_template.h
	* src/prefs_themes.c
	* src/prefs_themes.h
	* src/prefs_toolbar.c
	* src/prefs_toolbar.h
	* src/prefs_wrapping.c
	* src/prefs_wrapping.h
	* src/printing.c
	* src/printing.h
	* src/privacy.c
	* src/privacy.h
	* src/procheader.c
	* src/procheader.h
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/procmsg.h
	* src/quote_fmt.c
	* src/recv.c
	* src/recv.h
	* src/remotefolder.c
	* src/remotefolder.h
	* src/send_message.c
	* src/send_message.h
	* src/setup.c
	* src/setup.h
	* src/sourcewindow.c
	* src/sourcewindow.h
	* src/ssl_manager.c
	* src/ssl_manager.h
	* src/statusbar.c
	* src/statusbar.h
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summary_search.c
	* src/summary_search.h
	* src/summaryview.c
	* src/summaryview.h
	* src/textview.c
	* src/textview.h
	* src/toolbar.c
	* src/toolbar.h
	* src/undo.c
	* src/undo.h
	* src/unmime.c
	* src/unmime.h
	* src/uri_opener.c
	* src/uri_opener.h
	* src/vcard.c
	* src/vcard.h
	* src/wizard.c
	* src/wizard.h
	* src/common/base64.c
	* src/common/base64.h
	* src/common/claws.c
	* src/common/defs.h
	* src/common/hooks.c
	* src/common/hooks.h
	* src/common/log.c
	* src/common/log.h
	* src/common/mgutils.c
	* src/common/mgutils.h
	* src/common/passcrypt.c
	* src/common/plugin.c
	* src/common/plugin.h
	* src/common/prefs.c
	* src/common/prefs.h
	* src/common/progressindicator.c
	* src/common/progressindicator.h
	* src/common/quoted-printable.c
	* src/common/quoted-printable.h
	* src/common/session.c
	* src/common/session.h
	* src/common/smtp.c
	* src/common/smtp.h
	* src/common/socket.c
	* src/common/socket.h
	* src/common/ssl.c
	* src/common/ssl.h
	* src/common/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/common/stringtable.c
	* src/common/stringtable.h
	* src/common/tags.c
	* src/common/tags.h
	* src/common/template.c
	* src/common/template.h
	* src/common/timing.h
	* src/common/utils.c
	* src/common/utils.h
	* src/common/version.h.in
	* src/common/xml.c
	* src/common/xml.h
	* src/common/xmlprops.c
	* src/common/xmlprops.h
	* src/etpan/etpan-errors.h
	* src/etpan/etpan-thread-manager-types.h
	* src/etpan/etpan-thread-manager.c
	* src/etpan/etpan-thread-manager.h
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
	* src/etpan/nntp-thread.c
	* src/etpan/nntp-thread.h
	* src/gtk/about.c
	* src/gtk/about.h
	* src/gtk/colorlabel.c
	* src/gtk/colorlabel.h
	* src/gtk/colorsel.c
	* src/gtk/colorsel.h
	* src/gtk/combobox.c
	* src/gtk/combobox.h
	* src/gtk/description_window.c
	* src/gtk/description_window.h
	* src/gtk/filesel.c
	* src/gtk/filesel.h
	* src/gtk/foldersort.c
	* src/gtk/foldersort.h
	* src/gtk/gtksctree.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/icon_legend.c
	* src/gtk/icon_legend.h
	* src/gtk/inputdialog.c
	* src/gtk/inputdialog.h
	* src/gtk/logwindow.c
	* src/gtk/logwindow.h
	* src/gtk/manage_window.c
	* src/gtk/manage_window.h
	* src/gtk/menu.c
	* src/gtk/menu.h
	* src/gtk/pluginwindow.c
	* src/gtk/pluginwindow.h
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
	* src/gtk/progressdialog.c
	* src/gtk/progressdialog.h
	* src/gtk/quicksearch.c
	* src/gtk/quicksearch.h
	* src/gtk/spell_entry.c
	* src/gtk/spell_entry.h
	* src/gtk/sslcertwindow.c
	* src/gtk/sslcertwindow.h
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter.h
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/demo/demo.c
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/dillo_viewer/dillo_prefs.h
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/pgpcore/passphrase.c
	* src/plugins/pgpcore/passphrase.h
	* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/pgp_viewer.h
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/prefs_gpg.c
	* src/plugins/pgpcore/prefs_gpg.h
	* src/plugins/pgpcore/select-keys.c
	* src/plugins/pgpcore/select-keys.h
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sgpgme.h
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpinline/pgpinline.h
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/pgpmime.h
	* src/plugins/pgpmime/plugin.c
	* src/plugins/smime/plugin.c
	* src/plugins/smime/smime.c
	* src/plugins/smime/smime.h
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
	* src/plugins/trayicon/trayicon_prefs.c
	* src/plugins/trayicon/trayicon_prefs.h
		update copyright headers to 2012
2012-05-27 17:31:10 +00:00
Colin Leroy
b1ed2b0d2e 2012-02-05 [colin] 3.8.0cvs26
* src/main.c
	* src/mainwindow.c
	* src/messageview.c
	* src/messageview.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/procmsg.c
	* src/procmsg.h
	* src/summaryview.c
	* src/summaryview.h
		Add an history to navigate in mails
2012-02-05 20:00:36 +00:00
Paweł Pękala
16c527e4ce 2011-11-19 [pawel] 3.7.10cvs91
* src/mainwindow.c
	* src/messageview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/summaryview.c
	* src/textview.c
	* src/textview.h
		Fix bug #2377 'Show All Headers - make change persistent
		between sessions'
2011-11-19 17:47:48 +00:00
Paweł Pękala
6572a6b64d 2011-11-18 [pawel] 3.7.10cvs88
* src/compose.c
	* src/mainwindow.c
	* src/mimeview.c
	* src/mimeview.h
	* src/prefs_common.c
	* src/prefs_common.h
		Fix bug #2408 'Some UI elements are not persistent
		between sessions'
		Remember size of main window, compose notebook, mimeview
		tree widgets between claws-mail runs. Compose window
		size saving was already done in cvs74
2011-11-18 21:41:56 +00:00
Colin Leroy
07f70e41a3 2011-10-23 [colin] 3.7.10cvs44
* src/addressadd.c
	* src/addressbook.c
	* src/addressbook_foldersel.c
	* src/editgroup.c
	* src/foldersel.c
	* src/folderview.c
	* src/grouplistdialog.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/summaryview.c
	* src/gtk/gtkcmclist.c
	* src/gtk/gtkcmclist.h
	* src/gtk/gtkcmctree.c
	* src/gtk/gtkcmctree.h
	* src/gtk/gtksctree.c
		Refactor some tree stuff (lots of code duplication there)
		and switch to cairo for tree rendering.
2011-10-23 20:50:48 +00:00
Paul Mangan
37f727d780 2011-08-28 [paul] 3.7.10cvs2
* src/prefs_common.c
	* src/prefs_common.h
	* src/summaryview.c
		add new hidden option to control the display in the From
		column in the Message List: 0 (default): show name,
		1: show address, 2: show name + address
2011-08-28 16:14:39 +00:00
Paweł Pękala
b5a178c4cb 2011-02-05 [pawel] 3.7.8cvs48
* manual/advanced.xml
		Document new hidden pref
	* src/folder.c
		Dont treat mimeparts referenced by others as
		real attachments
	* src/mimeview.c
	* src/prefs_common.c
	* src/prefs_common.h
		Add ability to hide inline attachments referenced
		by other mimeparts in MimeView. To enable this
		feature set show_inline_attachments=0 in your clawsrc
2011-02-05 11:32:20 +00:00
Paul Mangan
b73f550664 2011-01-23 [paul] 3.7.8cvs42
* manual/advanced.xml
	* src/prefs_common.c
	* src/prefs_common.h
	* src/textview.c
		fix bug #2350, 'Make displaying localized date/time in
		message view optional'.
		This introduces a new hidden option (why do more?),
		'msgview_date_format', which defaults to OFF, maintaining
		the current and expected behaviour.
2011-01-23 08:40:26 +00:00
Paul Mangan
aa96cabf32 2010-05-22 [paul] 3.7.6cvs7
* manual/advanced.xml
	* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
		after using the compose margin for several days
		I wanted the old style back - add a new hidden
		pref 'show_compose_margin' to restore the old
		behaviour (defaults to FALSE)
2010-05-22 11:03:08 +00:00
Salvatore De Paolis
a1bfef7420 2010-05-04 [iwkse] 3.7.6cvs1
* src/prefs_message.c
	* src/prefs_common.h
	* src/prefs_common.c
	* src/textview.c
			Fix #2188
			Option for collapsing via double-click
2010-05-04 22:29:30 +00:00
Paweł Pękala
c7456ba3ad 2010-03-22 [pawel] 3.7.5cvs36
* src/grouplistdialog.c
	* src/prefs_common.c
	* src/prefs_common.h
		- remember newsgroups list dialog size
		- respect use_dotted_lines hidden pref
		- respect use_stripes_everywhere hidden pref
2010-03-22 21:52:15 +00:00
Colin Leroy
40db67ee07 2010-02-09 [colin] 3.7.5cvs11
* configure.ac
		Bump up GTK+ requirement to 2.10
	* src/Makefile.am
	* src/compose.c
	* src/crash.c
	* src/foldersel.c
	* src/main.c
	* src/mainwindow.c
	* src/messageview.c
	* src/messageview.h
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_ext_prog.c
	* src/prefs_filtering_action.c
	* src/prefs_fonts.c
	* src/prefs_image_viewer.c
	* src/prefs_matcher.c
	* src/prefs_msg_colors.c
	* src/prefs_summaries.c
	* src/prefs_template.c
	* src/printing.c
	* src/printing.h
	* src/quote_fmt.c
	* src/summaryview.c
	* src/textview.c
	* src/gtk/Makefile.am
	* src/gtk/about.c
	* src/gtk/gtkcmclist.c
	* src/gtk/gtkcmctree.c
	* src/gtk/gtkutils.c
	* src/gtk/quicksearch.c
		Remove all compile-time conditionals depending on
		GTK+ < 2.10
	* src/gedit-print.c
	* src/gedit-print.h
	* src/gtk/gtksourceprintjob.c
	* src/gtk/gtksourceprintjob.h
		Remove libgnomeprint-based printing system (and
		command-line-based printing system) as GTK+ 2.10
		ships with print support.
2010-02-09 07:46:41 +00:00
Paul Mangan
4b88781d45 2009-10-07 [paul] 3.7.2cvs48
* src/addrgather.c
	* src/prefs_common.c
	* src/prefs_common.h
		fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
		patch by Pawel Pekala
2009-10-07 07:34:01 +00:00
Colin Leroy
330d00d595 2009-08-21 [colin] 3.7.2cvs22
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
	* src/common/utils.c
		Fix bug 1986, "New feature: warn user when inserting
		a large file in the message body". Patch by Didier
		Barvaux
2009-08-21 15:56:29 +00:00
Paul Mangan
be33af15e1 2009-04-19 [paul] 3.7.1cvs44
* src/prefs_common.c
	* src/prefs_common.h
	* src/gtk/about.c
		save About window size.
		patch by Pawel Pekala
2009-04-19 07:24:41 +00:00
Colin Leroy
c064ef0fde 2009-03-17 [colin] 3.7.1cvs18
* src/msgcache.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_other.c
	* src/common/prefs.c
		Add preference for fsyncing metadata
2009-03-17 07:58:20 +00:00
Holger Berndt
419717c2d0 2009-02-06 [holger] 3.7.0cvs55
* src/prefs_common.c
	* src/prefs_common.h
	* src/printing.c
		Fix restoring of custom page setups for printing by
		temporarily caching the settings.
		This is a workaround for Gnome Bug #39018, and fixes
		Claws Mail Bug #1840.
2009-02-06 13:04:54 +00:00
Paul Mangan
8a5ee01d82 2009-01-09 [paul] 3.7.0cvs22
* src/*/*.[c,h]
		it's 2009!
		update copyright headers
2009-01-09 17:47:23 +00:00
Colin Leroy
eb34005e5c 2008-12-09 [colin] 3.6.1cvs66
* src/compose.c
	* src/compose.h
	* src/folder_item_prefs.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/common/defs.h
		Fix bug 1792, '"Save Message to" should
		retain list of recently selected folders'
		Also, make Enchant-related prefs stick
		even if the build doesn't enable enchant
2008-12-09 16:55:21 +00:00
Paul Mangan
94fe4e29d1 2008-12-05 [paul] 3.6.1cvs60
* src/prefs_common.h
		remove gpg prefs that are no longer needed here
2008-12-05 09:11:24 +00:00
Colin Leroy
24d33c01f4 2008-11-19 [colin] 3.6.1cvs35
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
		Add primary_paste_unselects hidden preference
		to change how middle-click pasting changes
		the selection and insert point; defaults to
		pre-3.6.1cvs31
2008-11-19 08:11:36 +00:00
Colin Leroy
84076b9bbd 2008-11-04 [colin] 3.6.1cvs15
* src/procmime.c
		w32: Fix getting content-type
	* src/mimeview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_ext_prog.c
	* src/textview.c
		w32: better integration (use the
		standard file associations instead
		of our platform-unadapted open
		dialog)
	* src/mainwindow.c
	* src/common/utils.c
	* src/common/w32_reg.c
	* src/common/w32lib.h
		w32: better integration (allow
		setting Claws as default MUA)
2008-11-04 21:13:42 +00:00
Colin Leroy
641edb4693 2008-10-07 [colin] 3.6.0cvs12
* src/mainwindow.c
	* src/mainwindow.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/summaryview.c
	* src/gtk/colorlabel.c
		Fix bug 1749, 'Shortcut keys for color labels
		not changeable'
		Make fullscreen a setting remembered between
		sessions
2008-10-07 14:54:54 +00:00
Colin Leroy
93faabde99 2008-09-26 [colin] 3.5.0cvs132
* src/prefs_common.c
	* src/prefs_common.h
	* src/plugins/pgpcore/pgp_viewer.c
		Add an accessor to prefs_common for plugins
		(Win32 fix)
2008-09-26 16:52:36 +00:00
Ricardo Mones
e0742f524e 2008-09-16 [mones] 3.5.0cvs105
* src/imap.c
	* src/inc.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/news.c
	* src/prefs_account.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_other.c
	* src/send_message.c
	* src/gtk/inputdialog.c
	* src/gtk/inputdialog.h
		Implement session passwords: unsaved passwords for receiving
		or sending of accounts can be remembered while running to
		avoid repetitive typing.
		As keeping passwords in memory is unsafe a new preference
		in Other page is added to activate or not such capability.
2008-09-16 09:11:21 +00:00
Colin Leroy
daee52fe5a 2008-09-12 [colin] 3.5.0cvs103
* claws-mail.pc.in
	* src/Makefile.am
	* src/compose.c
	* src/compose.h
	* src/crash.c
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/main.c
	* src/prefs_account.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_folder_item.c
	* src/prefs_spelling.c
	* src/prefs_template.c
	* src/quote_fmt.h
	* src/quote_fmt_parse.y
	* src/toolbar.c
	* src/toolbar.h
	* src/gtk/Makefile.am
	* src/gtk/about.c
	* src/gtk/filesel.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
	* src/plugins/bogofilter/Makefile.am
	* src/plugins/dillo_viewer/Makefile.am
	* src/plugins/spamassassin/Makefile.am
	* src/plugins/trayicon/Makefile.am
		Switch spellchecker to Enchant
2008-09-12 16:11:51 +00:00
Colin Leroy
e5dfc953fc 2008-08-21 [colin] 3.5.0cvs66
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_wrapping.c
		Add a preference for autoindent; fix no_join tag
		being applied to whole lines instead of just \n when
		creating a line
2008-08-21 07:32:45 +00:00
Colin Leroy
62b998fc70 2008-07-07 [colin] 3.5.0cvs15
* AUTHORS
	* src/gtk/authors.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_summaries.c
	* src/summaryview.c
	* src/gtk/authors.h
		Change "Always open message when selected" to
		a tristate (Never/Always/When preview is visible)
		Patch by Jonathan Corbet <corbet@lwn.net>.
2008-07-07 16:49:14 +00:00
Holger Berndt
8489f8f037 2008-06-13 [holger] 3.4.0cvs94
* .cvsignore
		More files to ignore
	* src/gtk/inputdialog.c
	* src/gtk/inputdialog.h
		Make input dialog more generic so that a checkbox
		with custom text can be used in addition to the
		"remember this" checkbox
	* src/imap_gtk.c
	* src/mh_gtk.c
	* src/prefs_common.c
	* src/prefs_common.h
		Allow new folders to inherit the properties of the
		parent folder during folder creation
2008-06-13 09:21:20 +00:00
Salvatore De Paolis
a732011a4e 2008-06-03 [iwkse] 3.4.0cvs79
* src/addressbook.c
		Fix little gui bug on button sensitivity
	* src/messageview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_message.c
		Allow by default to show html in multipart/mixed
2008-06-03 12:54:54 +00:00
Colin Leroy
9953ab6062 2008-05-14 [colin] 3.4.0cvs35
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_send.c
		Add a preference to be able to specify an
		outgoing charset/encoding but still fallback
		to 7bit US-ASCII when possible (default TRUE,
		same behavior as pre-cvs34)
2008-05-14 20:24:26 +00:00