Commit graph

130 commits

Author SHA1 Message Date
Ricardo Mones
bc82ccd6d2 Add passwords file to manpage 2016-08-05 17:54:32 +02:00
Andrej Kacian
54ce0e858a Use PBKDF2 to derive encryption key for passwords.
...instead of my previous hash-then-xor nonsense.
2016-05-24 18:30:44 +02:00
Andrej Kacian
ffd418aaa7 Use PBKDF2 with HMAC-SHA1 for master passphrase in clawsrc.
The 64 bytes long key derivation is stored in 'master_passphrase'
pref, together with number of rounds used in its computation.

Introducing also two new common prefs:
master_passphrase_salt - holds a randomly generated 64 bytes
  for use as salt with PBKDF2. Base64-encoded.
master_passphrase_pbkdf2_rounds - number of rounds (or
  iterations) for next passphrase key derivation

The latter can be tweaked by user in case they want to use more
or less rounds, e.g. if they're running on weaker hardware and
KD with default number of rounds takes too long.
2016-04-08 10:05:37 +02:00
Paul
3e23374a55 pay attention there! 2016-04-03 11:22:43 +01:00
Paul
df7e5878ac a handful of documentation updates 2016-04-03 11:21:14 +01:00
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
Ricardo Mones
d1c40b332d Fix bug #2604: Add support for -geometry
And document it too :-)
2016-02-19 19:15:12 +01:00
Andrej Kacian
ad9ddd799e Added password_encryption.txt to docs/src. 2016-02-04 22:04:48 +01:00
Andrej Kacian
e7374d38e5 Removed simple-gettext.c, as it is not being used at all. 2016-02-03 11:50:43 +01:00
Paul
10325e955f add Charles to the man page 2015-12-23 16:34:36 +00:00
Paul
2e32ae5086 list tags directory 2015-10-19 17:15:29 +01:00
Ricardo Mones
2eb7d1eed2 Document also FAQ location in manpage
As suggested by Paul (thanks!)
2015-10-09 18:03:33 +02:00
Ricardo Mones
e61a8b585e Document tunnel command's environment variables 2015-10-07 21:52:46 +02:00
Ricardo Mones
360fe41e8e Document more accurately --debug option on Windows
Also add specific log file location, update copyright year
and manpage date, and fix all those unescaped hyphens.
2015-06-05 19:12:02 +02:00
Charles Lehner
952c6d7e35 Add ManageSieve plugin 2015-04-25 13:26:06 +02:00
Andrej Kacian
a2068001ee Use GLib's implementation of Base64 instead of our own. 2014-11-15 19:59:29 +01:00
Ricardo Mones
723acc9063 Add license and copyright to 9b3fd2b5 2014-06-28 01:13:22 +02:00
Ricardo Mones
bdf3002398 Manpage: update COPYRIGHT, add LICENSE section 2014-05-27 10:10:21 +02:00
Ricardo Mones
9b3fd2b562 Update licensing for Makefile.am files 2014-05-25 12:39:10 +02:00
Ricardo Mones
7f3dc2883d Update manpage
• Add missing USER environment variable and sort all variables
  alphabetically while at it
• Update team list to match AUTHORS file and compact list of past
  team members
• Other cosmetic changes to improve readability
2014-01-13 21:38:13 +01:00
Colin Leroy
9570a00c49 Fix bug #2891, "Ability to toggle debug mode for a running instance"
Patch by Darko Coruga
2013-03-20 11:34:34 +01:00
Ricardo Mones
f2493c613a Initial setup for git 2013-03-17 19:32:09 +01:00
Paul Mangan
cf5fc7f3de 2013-01-09 [paul] 3.9.0cvs55
* doc/man/claws-mail.1
	* src/gtk/about.c
		update copyright year
2013-01-09 12:04:13 +00:00
Tristan Chabredier
97fda80ba1 2012-11-27 [wwp] 3.9.0cvs21
* doc/man/claws-mail.1
	* src/main.c
	* src/send_message.c
	* src/send_message.h
		Add --cancel-sending command-line switch.
2012-11-27 08:47:06 +00:00
Tristan Chabredier
c08c3f7745 2012-11-15 [wwp] 3.9.0cvs3
* doc/man/claws-mail.1
	* src/main.c
		Add --cancel-receiving command-line switch.
2012-11-15 08:18:21 +00:00
Ricardo Mones
03c3293109 2012-11-06 [mones] 3.8.1cvs112
* doc/man/claws-mail.1
		Sync with AUTHORS file
	* src/gtk/quicksearch.c
		Add number units where appropriate
2012-11-06 22:07:41 +00:00
Ricardo Mones
c313ec9aa7 2012-10-09 [mones] 3.8.1cvs86
* doc/man/claws-mail.1
	* src/compose.c
	* src/common/utils.c
		New extra headers feature for adding user-defined
		extra headers to the combobox in the compose window
		Headers are stablished in 'extraheaderrc', one per
		line with a final colon
2012-10-09 23:58:43 +00:00
Tristan Chabredier
09775efd07 2012-06-02 [wwp] 3.8.0cvs52
* doc/man/claws-mail.1
	* src/main.c
	* src/main.h
	* src/inc.c
	* src/procmsg.c
	* src/gtk/about.c
		Introduce a new feature: basic session statistics (from the about dialog
		or the command-line).
2012-06-02 09:06:29 +00:00
Ricardo Mones
735d40a92f 2011-11-02 [mones] 3.7.10cvs69
* doc/man/claws-mail.1
		fixed hyphens (patch from Debian packaging)
		fixed header to follow man style closely
		documented new option --compose-from-file
		removed INSTALLATION section, doesn't belong to manpage
		added ENVIRONMENT, COPYRIGHT and BUGS sections
		expanded FILES section to include certs and autofaces dirs
		expanded SEE ALSO section to include manual and plugins
2011-11-02 01:22:07 +00:00
Tristan Chabredier
8ffa24d40c 2010-09-17 [wwp] 3.7.6cvs36
* doc/man/claws-mail.1
	Update --compose documentation in `man claws-mail`.
2010-09-17 06:55:05 +00:00
Paul Mangan
773fa5e450 2009-01-09 [paul] 3.7.0cvs21
* doc/man/claws-mail.1
		update Team list
2009-01-09 17:17:53 +00:00
Tristan Chabredier
67fe3874c7 2008-01-22 [wwp] 3.2.0cvs61
* doc/man/claws-mail.1
		Updated the man page: status of few features, command-line
		usage (--version-full) and completed list of config files
		and dirs.
2008-01-22 17:16:16 +00:00
Ricardo Mones
0c2f4d5074 2007-12-19 [mones] 3.2.0cvs11
* doc/man/claws-mail.1
		Better ordering of sections, updated options
	* po/es.po
		Updated strings
2007-12-19 16:40:00 +00:00
Paul Mangan
660b15be2b 2007-01-08 [paul] 2.6.1cvs119
* doc/man/claws-mail.1
		another correction
2007-01-08 09:56:44 +00:00
Paul Mangan
0a001ee8ed 2007-01-08 [paul] 2.6.1cvs118
* doc/man/claws-mail.1
		corrections
	* manual/advanced.xml
		improved English usage
2007-01-08 09:51:31 +00:00
Paul Mangan
fefae8e1ac 2007-01-03 [paul] 2.6.1cvs97
* ChangeLog
	* ChangeLog.pre2.0.0
	* Makefile.am
		archive a chunk of ChangeLog in
		ChangeLog.pre2.0.0
	* ChangeLog.gtk1
	* doc/src/ChangeLog.claws-pre0.8.0
		remove ChangeLog.claws-pre0.8.0, adding
		its contents to ChangeLog.gtk1
2007-01-03 06:14:40 +00:00
Paul Mangan
adcfada595 2006-11-12 [paul] 2.6.0cvs34
* doc/man/claws-mail.1
	* src/prefs_gtk.c
	* src/plugins/clamav/README
	* src/plugins/spamassassin/README
	* tools/README
	* tools/freshmeat_search.pl
	* tools/google_search.pl
	* tools/multiwebsearch.pl
		more renaming
	* src/plugins/trayicon/trayicon.c
		fix compiliation warning
2006-11-12 08:19:11 +00:00
Colin Leroy
5556e23136 2006-11-07 [paul] 2.6.0cvs7
* .cvsignore
	* AUTHORS
	* COPYING
	* INSTALL
	* Makefile.am
	* NEWS
	* README
	* RELEASE_NOTES
	* autogen.sh
	* claws-mail-128x128.png
	* claws-mail-64x64.png
	* claws-mail.ico
	* claws-mail.pc.in
	* claws-mail.png
	* configure.ac
	* sylpheed-claws-128x128.png
	* sylpheed-claws-64x64.png
	* sylpheed-claws.desktop
	* sylpheed-claws.ico
	* sylpheed-claws.pc.in
	* sylpheed-claws.png
	* debian/README.Debian
	* debian/changelog
	* debian/claws-mail.desktop
	* debian/claws-mail.menu
	* debian/claws-mail.postinst.debhelper
	* debian/claws-mail.postrm.debhelper
	* debian/control
	* debian/copyright
	* debian/files
	* debian/rules
	* debian/sylpheed-claws.desktop
	* debian/sylpheed-claws.menu
	* debian/sylpheed-claws.postinst.debhelper
	* debian/sylpheed-claws.postrm.debhelper
	* doc/man/Makefile.am
	* doc/man/claws-mail.1
	* doc/man/sylpheed-claws.1
	* doc/src/ChangeLog.claws-pre0.8.0
	* manual/Makefile.am
	* manual/account.xml
	* manual/ack.xml
	* manual/addrbook.xml
	* manual/advanced.xml
	* manual/claws-mail-manual.xml
	* manual/faq.xml
	* manual/glossary.xml
	* manual/handling.xml
	* manual/intro.xml
	* manual/keyboard.xml
	* manual/plugins.xml
	* manual/starting.xml
	* manual/sylpheed-claws-manual.xml
	* manual/xml2pdf
	* manual/dist/.cvsignore
	* manual/dist/html/.cvsignore
	* manual/dist/html/Makefile.am
	* manual/dist/pdf/.cvsignore
	* manual/dist/pdf/Makefile.am
	* manual/dist/ps/.cvsignore
	* manual/dist/ps/Makefile.am
	* manual/dist/txt/.cvsignore
	* manual/dist/txt/Makefile.am
	* manual/es/Makefile.am
	* manual/es/advanced.xml
	* manual/es/claws-mail-manual.xml
	* manual/es/faq.xml
	* manual/es/glossary.xml
	* manual/es/handling.xml
	* manual/es/intro.xml
	* manual/es/plugins.xml
	* manual/es/sylpheed-claws-manual.xml
	* manual/es/dist/.cvsignore
	* manual/es/dist/html/.cvsignore
	* manual/es/dist/html/Makefile.am
	* manual/es/dist/pdf/.cvsignore
	* manual/es/dist/pdf/Makefile.am
	* manual/es/dist/ps/.cvsignore
	* manual/es/dist/ps/Makefile.am
	* manual/es/dist/txt/.cvsignore
	* manual/es/dist/txt/Makefile.am
	* manual/fr/Makefile.am
	* manual/fr/account.xml
	* manual/fr/ack.xml
	* manual/fr/addrbook.xml
	* manual/fr/advanced.xml
	* manual/fr/claws-mail-manual.xml
	* manual/fr/faq.xml
	* manual/fr/glossary.xml
	* manual/fr/handling.xml
	* manual/fr/intro.xml
	* manual/fr/keyboard.xml
	* manual/fr/plugins.xml
	* manual/fr/starting.xml
	* manual/fr/sylpheed-claws-manual.xml
	* manual/fr/dist/.cvsignore
	* manual/fr/dist/html/.cvsignore
	* manual/fr/dist/html/Makefile.am
	* manual/fr/dist/pdf/.cvsignore
	* manual/fr/dist/pdf/Makefile.am
	* manual/fr/dist/ps/.cvsignore
	* manual/fr/dist/ps/Makefile.am
	* manual/fr/dist/txt/.cvsignore
	* manual/fr/dist/txt/Makefile.am
	* manual/pl/Makefile.am
	* manual/pl/account.xml
	* manual/pl/ack.xml
	* manual/pl/addrbook.xml
	* manual/pl/advanced.xml
	* manual/pl/claws-mail-manual.xml
	* manual/pl/faq.xml
	* manual/pl/glossary.xml
	* manual/pl/handling.xml
	* manual/pl/intro.xml
	* manual/pl/keyboard.xml
	* manual/pl/plugins.xml
	* manual/pl/starting.xml
	* manual/pl/sylpheed-claws-manual.xml
	* manual/pl/dist/.cvsignore
	* manual/pl/dist/html/.cvsignore
	* manual/pl/dist/html/Makefile.am
	* manual/pl/dist/pdf/.cvsignore
	* manual/pl/dist/pdf/Makefile.am
	* manual/pl/dist/ps/.cvsignore
	* manual/pl/dist/ps/Makefile.am
	* manual/pl/dist/txt/.cvsignore
	* manual/pl/dist/txt/Makefile.am
	* po/.cvsignore
	* po/Makevars
	* src/.cvsignore
	* src/Makefile.am
	* 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/addrcindex.c
	* src/addrcindex.h
	* src/addrclip.c
	* src/addrclip.h
	* src/addrdefs.h
	* src/addressadd.c
	* src/addressadd.h
	* src/addressbook.c
	* src/addressbook.h
	* src/addressbook_foldersel.c
	* src/addressbook_foldersel.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/browseldap.c
	* src/browseldap.h
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* 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/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/editvcard.c
	* src/editvcard.h
	* src/exphtmldlg.c
	* src/exphtmldlg.h
	* src/expldifdlg.c
	* src/expldifdlg.h
	* src/export.c
	* 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/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/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/matcher_parser.h
	* src/matcher_parser_lex.l
	* src/matcher_parser_parse.y
	* 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_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_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_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/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/quote_fmt_parse.y
	* 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/syldap.c
	* src/syldap.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/vcard.c
	* src/vcard.h
	* src/wizard.c
	* src/wizard.h
	* src/common/base64.c
	* src/common/base64.h
	* 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/nntp.c
	* src/common/nntp.h
	* src/common/passcrypt.c
	* src/common/passcrypt.h.in
	* 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/stringtable.c
	* src/common/stringtable.h
	* src/common/sylpheed.c
	* src/common/sylpheed.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/gtk/about.c
	* 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/gtkaspell.c
	* src/gtk/gtkaspell.h
	* src/gtk/gtksctree.c
	* src/gtk/gtkshruler.c
	* src/gtk/gtkshruler.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/icon_legend.c
	* src/gtk/icon_legend.h
	* src/gtk/logwindow.c
	* src/gtk/logwindow.h
	* src/gtk/manage_window.c
	* src/gtk/manage_window.h
	* src/gtk/pluginwindow.c
	* src/gtk/pluginwindow.h
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
	* src/gtk/quicksearch.c
	* src/gtk/quicksearch.h
	* src/pixmaps/claws-mail.xpm
	* src/pixmaps/claws-mail_icon.xpm
	* src/pixmaps/claws-mail_logo.xpm
	* src/pixmaps/sylpheed-claws.xpm
	* src/pixmaps/sylpheed-claws_icon.xpm
	* src/pixmaps/sylpheed-claws_logo.xpm
	* src/plugins/bogofilter/Makefile.am
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter.h
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/clamav/Makefile.am
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin.h
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/demo/Makefile.am
	* src/plugins/demo/demo.c
	* src/plugins/dillo_viewer/Makefile.am
	* src/plugins/dillo_viewer/README
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/dillo_viewer/dillo_prefs.h
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/pgpcore/Makefile.am
	* 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/pgpcore/sylpheed.def
	* src/plugins/pgpcore/version.rc
	* src/plugins/pgpinline/Makefile.am
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpinline/pgpinline.h
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpinline/sylpheed.def
	* src/plugins/pgpinline/version.rc
	* src/plugins/pgpmime/Makefile.am
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/pgpmime.h
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/sylpheed.def
	* src/plugins/pgpmime/version.rc
	* src/plugins/spamassassin/Makefile.am
	* src/plugins/spamassassin/README
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/Makefile.am
	* src/plugins/trayicon/trayicon.c
	* tools/OOo2sylpheed.pl
	* tools/README
	* tools/README.sylprint
	* tools/acroread2sylpheed.pl
	* tools/claws.i18n.status.pl
	* tools/filter_conv.pl
	* tools/filter_conv_new.pl
	* tools/freshmeat_search.pl
	* tools/google_search.pl
	* tools/kmail2sylpheed.pl
	* tools/kmail2sylpheed_v2.pl
	* tools/make.themes.project
	* tools/multiwebsearch.pl
	* tools/nautilus2sylpheed.sh
	* tools/outlook2sylpheed.pl
	* tools/sylprint.pl
	* tools/sylprint.rc
	* tools/tb2sylpheed
	* tools/textviewer.sh
	* tools/vcard2xml.py
	* tools/kdeservicemenu/README
	* tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
	* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
	* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
		Change name to Claws Mail. Announce to follow...
2006-11-07 10:24:03 +00:00
Tristan Chabredier
e87018ee37 2006-09-27 [wwp] 2.5.2cvs11
* src/gtk/authors.h
	* doc/man/sylpheed-claws.1
	* manual/ack.xml
	* manual/es/ack.xml
	* manual/fr/ack.xml
	* manual/pl/ack.xml
		Updated authors info (me, myself and I).
2006-09-27 22:05:39 +00:00
Ricardo Mones
057e334b42 2006-07-30 [mones] 2.3.1cvs87
* doc/man/sylpheed-claws.1
		Fixed non-ASCII chars in Hoa's name
	* po/es.po
		Updated for release
2006-07-30 22:09:33 +00:00
Paul Mangan
c76cea0eea 2006-05-24 [paul] 2.2.0cvs50
* doc/man/sylpheed-claws.1
		updated the man page
2006-05-24 08:58:43 +00:00
Paul Mangan
4d2ede460d 2006-01-18 [paul] 1.9.100cvs167
* doc/man/sylpheed-claws.1
		add --subscribe option
2006-01-18 09:38:11 +00:00
Tristan Chabredier
fbb6f1e58f 2005-12-28 [wwp] 1.9.100cvs111
* doc/faq/.cvsignore
	* doc/faq/de/.cvsignore
	* doc/faq/en/.cvsignore
	* doc/faq/es/.cvsignore
	* doc/faq/fr/.cvsignore
	* doc/faq/it/.cvsignore
	* doc/manual/.cvsignore
	* doc/manual/de/.cvsignore
	* doc/manual/en/.cvsignore
	* doc/manual/es/.cvsignore
	* doc/manual/fr/.cvsignore
	* doc/manual/ja/.cvsignore
	* src/plugins/mathml_viewer/.cvsignore
		rollback revival of those files (my bad, sorry for the noise).
2005-12-28 10:10:24 +00:00
Tristan Chabredier
8d566aa403 2005-12-28 [wwp] 1.9.100cvs109
* doc/faq/.cvsignore
	* doc/faq/de/.cvsignore
	* doc/faq/en/.cvsignore
	* doc/faq/es/.cvsignore
	* doc/faq/fr/.cvsignore
	* doc/faq/it/.cvsignore
	* doc/manual/.cvsignore
	* doc/manual/de/.cvsignore
	* doc/manual/en/.cvsignore
	* doc/manual/es/.cvsignore
	* doc/manual/fr/.cvsignore
	* doc/manual/ja/.cvsignore
	* src/plugins/mathml_viewer/.cvsignore
	* po/.cvsignore
		more files to ignore.
2005-12-28 09:53:55 +00:00
Colin Leroy
6f41ec3589 2005-12-06 [colin] 1.9.100cvs71
* configure.ac
	* doc/Makefile.am
	* doc/faq/.cvsignore
	* doc/faq/Makefile.am
	* doc/faq/de/.cvsignore
	* doc/faq/de/Makefile.am
	* doc/faq/de/sylpheed-faq-1.html
	* doc/faq/de/sylpheed-faq-2.html
	* doc/faq/de/sylpheed-faq-3.html
	* doc/faq/de/sylpheed-faq.html
	* doc/faq/en/.cvsignore
	* doc/faq/en/Makefile.am
	* doc/faq/en/sylpheed-faq-1.html
	* doc/faq/en/sylpheed-faq-2.html
	* doc/faq/en/sylpheed-faq-3.html
	* doc/faq/en/sylpheed-faq-4.html
	* doc/faq/en/sylpheed-faq.html
	* doc/faq/es/.cvsignore
	* doc/faq/es/Makefile.am
	* doc/faq/es/sylpheed-faq-1.html
	* doc/faq/es/sylpheed-faq-2.html
	* doc/faq/es/sylpheed-faq-3.html
	* doc/faq/es/sylpheed-faq-4.html
	* doc/faq/es/sylpheed-faq.html
	* doc/faq/fr/.cvsignore
	* doc/faq/fr/Makefile.am
	* doc/faq/fr/sylpheed-faq-1.html
	* doc/faq/fr/sylpheed-faq-2.html
	* doc/faq/fr/sylpheed-faq-3.html
	* doc/faq/fr/sylpheed-faq.html
	* doc/faq/it/.cvsignore
	* doc/faq/it/Makefile.am
	* doc/faq/it/sylpheed-faq-1.html
	* doc/faq/it/sylpheed-faq-2.html
	* doc/faq/it/sylpheed-faq-3.html
	* doc/faq/it/sylpheed-faq.html
	* doc/manual/.cvsignore
	* doc/manual/Makefile.am
	* doc/manual/de/.cvsignore
	* doc/manual/de/Makefile.am
	* doc/manual/de/sylpheed-1.html
	* doc/manual/de/sylpheed-10.html
	* doc/manual/de/sylpheed-11.html
	* doc/manual/de/sylpheed-12.html
	* doc/manual/de/sylpheed-13.html
	* doc/manual/de/sylpheed-14.html
	* doc/manual/de/sylpheed-15.html
	* doc/manual/de/sylpheed-16.html
	* doc/manual/de/sylpheed-17.html
	* doc/manual/de/sylpheed-18.html
	* doc/manual/de/sylpheed-19.html
	* doc/manual/de/sylpheed-2.html
	* doc/manual/de/sylpheed-20.html
	* doc/manual/de/sylpheed-3.html
	* doc/manual/de/sylpheed-4.html
	* doc/manual/de/sylpheed-5.html
	* doc/manual/de/sylpheed-6.html
	* doc/manual/de/sylpheed-7.html
	* doc/manual/de/sylpheed-8.html
	* doc/manual/de/sylpheed-9.html
	* doc/manual/de/sylpheed.html
	* doc/manual/en/.cvsignore
	* doc/manual/en/Makefile.am
	* doc/manual/en/sylpheed-1.html
	* doc/manual/en/sylpheed-10.html
	* doc/manual/en/sylpheed-11.html
	* doc/manual/en/sylpheed-12.html
	* doc/manual/en/sylpheed-13.html
	* doc/manual/en/sylpheed-14.html
	* doc/manual/en/sylpheed-15.html
	* doc/manual/en/sylpheed-16.html
	* doc/manual/en/sylpheed-17.html
	* doc/manual/en/sylpheed-18.html
	* doc/manual/en/sylpheed-19.html
	* doc/manual/en/sylpheed-2.html
	* doc/manual/en/sylpheed-20.html
	* doc/manual/en/sylpheed-21.html
	* doc/manual/en/sylpheed-22.html
	* doc/manual/en/sylpheed-3.html
	* doc/manual/en/sylpheed-4.html
	* doc/manual/en/sylpheed-5.html
	* doc/manual/en/sylpheed-6.html
	* doc/manual/en/sylpheed-7.html
	* doc/manual/en/sylpheed-8.html
	* doc/manual/en/sylpheed-9.html
	* doc/manual/en/sylpheed.html
	* doc/manual/es/.cvsignore
	* doc/manual/es/Makefile.am
	* doc/manual/es/sylpheed-1.html
	* doc/manual/es/sylpheed-10.html
	* doc/manual/es/sylpheed-11.html
	* doc/manual/es/sylpheed-12.html
	* doc/manual/es/sylpheed-13.html
	* doc/manual/es/sylpheed-14.html
	* doc/manual/es/sylpheed-15.html
	* doc/manual/es/sylpheed-16.html
	* doc/manual/es/sylpheed-17.html
	* doc/manual/es/sylpheed-18.html
	* doc/manual/es/sylpheed-19.html
	* doc/manual/es/sylpheed-2.html
	* doc/manual/es/sylpheed-20.html
	* doc/manual/es/sylpheed-3.html
	* doc/manual/es/sylpheed-4.html
	* doc/manual/es/sylpheed-5.html
	* doc/manual/es/sylpheed-6.html
	* doc/manual/es/sylpheed-7.html
	* doc/manual/es/sylpheed-8.html
	* doc/manual/es/sylpheed-9.html
	* doc/manual/es/sylpheed.html
	* doc/manual/fr/.cvsignore
	* doc/manual/fr/Makefile.am
	* doc/manual/fr/sylpheed-1.html
	* doc/manual/fr/sylpheed-10.html
	* doc/manual/fr/sylpheed-11.html
	* doc/manual/fr/sylpheed-12.html
	* doc/manual/fr/sylpheed-13.html
	* doc/manual/fr/sylpheed-14.html
	* doc/manual/fr/sylpheed-15.html
	* doc/manual/fr/sylpheed-16.html
	* doc/manual/fr/sylpheed-17.html
	* doc/manual/fr/sylpheed-18.html
	* doc/manual/fr/sylpheed-19.html
	* doc/manual/fr/sylpheed-2.html
	* doc/manual/fr/sylpheed-20.html
	* doc/manual/fr/sylpheed-3.html
	* doc/manual/fr/sylpheed-4.html
	* doc/manual/fr/sylpheed-5.html
	* doc/manual/fr/sylpheed-6.html
	* doc/manual/fr/sylpheed-7.html
	* doc/manual/fr/sylpheed-8.html
	* doc/manual/fr/sylpheed-9.html
	* doc/manual/fr/sylpheed.html
	* doc/manual/ja/.cvsignore
	* doc/manual/ja/Makefile.am
	* doc/manual/ja/sylpheed-1.html
	* doc/manual/ja/sylpheed-10.html
	* doc/manual/ja/sylpheed-11.html
	* doc/manual/ja/sylpheed-12.html
	* doc/manual/ja/sylpheed-13.html
	* doc/manual/ja/sylpheed-14.html
	* doc/manual/ja/sylpheed-15.html
	* doc/manual/ja/sylpheed-16.html
	* doc/manual/ja/sylpheed-17.html
	* doc/manual/ja/sylpheed-18.html
	* doc/manual/ja/sylpheed-19.html
	* doc/manual/ja/sylpheed-2.html
	* doc/manual/ja/sylpheed-20.html
	* doc/manual/ja/sylpheed-3.html
	* doc/manual/ja/sylpheed-4.html
	* doc/manual/ja/sylpheed-5.html
	* doc/manual/ja/sylpheed-6.html
	* doc/manual/ja/sylpheed-7.html
	* doc/manual/ja/sylpheed-8.html
	* doc/manual/ja/sylpheed-9.html
	* doc/manual/ja/sylpheed.html
	* doc/manual/ja/sylpheed.sgml
	* src/mainwindow.c
		Remove outdated manual and faq. Noisy, eh?
2005-12-06 18:29:28 +00:00
Paul Mangan
e7febd8aa5 2005-11-07 [paul] 1.9.99cvs14
* doc/man/Makefile.am
	* doc/man/sylpheed-claws.1	** ADDED **
	* doc/man/sylpheed.1		** DELETED **
		rename and update the man file
2005-11-07 08:59:35 +00:00
Paul Mangan
283412fa01 2005-09-21 [paul] 1.9.14cvs47
* README
	* README.jp
	* configure.ac
	* config/config.rpath
	* doc/manual/en/sylpheed-20.html
	* doc/manual/es/sylpheed-20.html
	* po/bg.po
	* po/ca.po
	* po/de.po
	* po/es.po
	* po/fr.po
	* po/it.po
	* po/pt_BR.po
	* po/sk.po
	* po/zh_TW.po
	* 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/addrbook.h
	* src/addrcache.c
	* src/addrcache.h
	* src/addrcindex.c
	* src/addrcindex.h
	* src/addrclip.c
	* src/addrclip.h
	* src/addrdefs.h
	* src/addressadd.c
	* src/addressadd.h
	* src/addressbook.c
	* src/addressbook.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/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/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/editvcard.c
	* src/editvcard.h
	* src/enriched.c
	* src/enriched.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/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/matcher_parser.h
	* src/matcher_parser_lex.l
	* src/matcher_parser_parse.y
	* 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_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_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/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/quote_fmt_parse.y
	* 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/simple-gettext.c
	* 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/syldap.c
	* src/syldap.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/vcard.c
	* src/vcard.h
	* src/wizard.c
	* src/wizard.h
	* src/common/base64.c
	* src/common/base64.h
	* src/common/defs.h
	* src/common/hooks.c
	* src/common/hooks.h
	* src/common/log.c
	* src/common/log.h
	* src/common/md5.c
	* src/common/md5.h
	* src/common/mgutils.c
	* src/common/mgutils.h
	* src/common/nntp.c
	* src/common/nntp.h
	* src/common/passcrypt.c
	* src/common/passcrypt.h.in
	* 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/string_match.c
	* src/common/string_match.h
	* src/common/stringtable.c
	* src/common/sylpheed.c
	* src/common/sylpheed.h
	* src/common/template.c
	* src/common/template.h
	* src/common/timing.h
	* src/common/utils.c
	* src/common/utils.h
	* src/common/uuencode.c
	* src/common/uuencode.h
	* src/common/version.h.in
	* src/common/xml.c
	* src/common/xml.h
	* src/common/xmlprops.c
	* src/common/xmlprops.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/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/gtkutils.c
	* src/gtk/gtkutils.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/sslcertwindow.c
	* src/gtk/sslcertwindow.h
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin.h
	* src/plugins/clamav/clamav_plugin_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/mathml_viewer/mathml_viewer.c
	* src/plugins/pgpcore/passphrase.c
	* src/plugins/pgpcore/passphrase.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/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
	* tools/OOo2sylpheed.pl
	* tools/acroread2sylpheed.pl
	* tools/asus_mailled.sh
	* tools/filter_conv.pl
	* tools/freshmeat_search.pl
	* tools/google_search.pl
	* tools/kmail2sylpheed.pl
	* tools/kmail2sylpheed_v2.pl
	* tools/maildir2sylpheed.pl
	* tools/multiwebsearch.pl
	* tools/newscache_clean.pl
	* tools/outlook2sylpheed.pl
	* tools/sylpheed-switcher
	* tools/update-po
	* tools/vcard2xml.py
	* tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
		update FSF address
2005-09-21 18:22:51 +00:00
Paul Mangan
52493aaf3b 2005-09-08 [paul] 1.9.14cvs7
* doc/manual/en/sylpheed-1.html
	* doc/manual/en/sylpheed-18.html
	* doc/manual/en/sylpheed-19.html
	* doc/manual/en/sylpheed-4.html
	* doc/manual/en/sylpheed-6.html
	* doc/manual/en/sylpheed.html
		a few minor updates, plus include some
		details about plugins and their requirements
	* src/mainwindow.c
		minor changes to English in /View/Sort
2005-09-08 10:07:26 +00:00
Colin Leroy
973fce9112 2005-09-07 [colin] 1.9.14cvs6
* doc/manual/en/sylpheed-1.html
	* doc/manual/en/sylpheed-10.html
	* doc/manual/en/sylpheed-11.html
	* doc/manual/en/sylpheed-12.html
	* doc/manual/en/sylpheed-13.html
	* doc/manual/en/sylpheed-14.html
	* doc/manual/en/sylpheed-15.html
	* doc/manual/en/sylpheed-16.html
	* doc/manual/en/sylpheed-17.html
	* doc/manual/en/sylpheed-18.html
	* doc/manual/en/sylpheed-19.html
	* doc/manual/en/sylpheed-2.html
	* doc/manual/en/sylpheed-20.html
	* doc/manual/en/sylpheed-21.html
	* doc/manual/en/sylpheed-22.html
	* doc/manual/en/sylpheed-3.html
	* doc/manual/en/sylpheed-4.html
	* doc/manual/en/sylpheed-5.html
	* doc/manual/en/sylpheed-6.html
	* doc/manual/en/sylpheed-7.html
	* doc/manual/en/sylpheed-8.html
	* doc/manual/en/sylpheed-9.html
	* doc/manual/en/sylpheed.html
		More substitutions (missed Sylpheed -> Sylpheed-Claws)
2005-09-07 20:49:15 +00:00
Colin Leroy
56c7768d11 2005-09-07 [colin] 1.9.14cvs4
* doc/manual/en/sylpheed-1.html
	* doc/manual/en/sylpheed-12.html
	* doc/manual/en/sylpheed-13.html
	* doc/manual/en/sylpheed-14.html
	* doc/manual/en/sylpheed-15.html
	* doc/manual/en/sylpheed-16.html
	* doc/manual/en/sylpheed-17.html
	* doc/manual/en/sylpheed-18.html
	* doc/manual/en/sylpheed-19.html
	* doc/manual/en/sylpheed-2.html
	* doc/manual/en/sylpheed-20.html
	* doc/manual/en/sylpheed-21.html
	* doc/manual/en/sylpheed-22.html
	* doc/manual/en/sylpheed-4.html
	* doc/manual/en/sylpheed-5.html
	* doc/manual/en/sylpheed-6.html
	* doc/manual/en/sylpheed-7.html
	* doc/manual/en/sylpheed-8.html
	* doc/manual/en/sylpheed-9.html
	* doc/manual/en/sylpheed.html
		Update manual
2005-09-07 19:36:01 +00:00