claws.git
11 years ago2012-08-09 [colin] 3.8.1cvs27
Colin Leroy [Thu, 9 Aug 2012 13:02:34 +0000 (13:02 +0000)]
2012-08-09 [colin] 3.8.1cvs27

* src/gtk/sslcertwindow.c
Fix leak

11 years ago2012-08-09 [colin] 3.8.1cvs26
Colin Leroy [Thu, 9 Aug 2012 11:32:26 +0000 (11:32 +0000)]
2012-08-09 [colin] 3.8.1cvs26

* src/common/ssl.c
* src/common/ssl_certificate.c
* src/common/ssl_certificate.h
* src/gtk/sslcertwindow.c
Fix bug 2718, "Failure to check peer hostname
when checking certificate"

11 years ago2012-08-05 [ticho] 3.8.1cvs25
Andrej Kacian [Sun, 5 Aug 2012 12:40:23 +0000 (12:40 +0000)]
2012-08-05 [ticho] 3.8.1cvs25

* src/compose.c
Avoid header combo box to get focus twice (first text within,
then combobox widget itself) when switching focus with TAB.

11 years ago2012-07-28 [ticho] 3.8.1cvs24
Andrej Kacian [Sat, 28 Jul 2012 18:13:48 +0000 (18:13 +0000)]
2012-07-28 [ticho] 3.8.1cvs24

* src/compose.c
Properly fix setting "transient for" for attachment properties
dialog when called via popup menu (since we're stealing focus
few lines before, we need to do it directly, not via
manage_window_*).

11 years ago2012-07-28 [ticho] 3.8.1cvs23
Andrej Kacian [Sat, 28 Jul 2012 01:07:50 +0000 (01:07 +0000)]
2012-07-28 [ticho] 3.8.1cvs23

* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
Fixed setting "transient for" property for plugin load/unload
file dialog. Connected manage_window signals to prefswindow events.

11 years ago2012-07-27 [ticho] 3.8.1cvs22
Andrej Kacian [Fri, 27 Jul 2012 18:50:03 +0000 (18:50 +0000)]
2012-07-27 [ticho] 3.8.1cvs22

* src/summaryview.c
* src/textview.c
Fixed setting "transient for" property for summaryview file
dialog and messageview's image save dialog.

11 years ago2012-07-27 [ticho] 3.8.1cvs21
Andrej Kacian [Fri, 27 Jul 2012 18:25:38 +0000 (18:25 +0000)]
2012-07-27 [ticho] 3.8.1cvs21

* src/crash.c
* src/mimeview.c
Fix setting "transient for" property for file select dialogs
in crash report and mimeview.

11 years ago2012-07-27 [ticho] 3.8.1cvs20
Andrej Kacian [Fri, 27 Jul 2012 17:51:33 +0000 (17:51 +0000)]
2012-07-27 [ticho] 3.8.1cvs20

* src/compose.c
Fixed "transient for" property for file attach dialog when
called from Attachments list popup menu. Simplified menu item
sensitivities setting code logic for this menu.

11 years ago2012-07-25 [ticho] 3.8.1cvs19
Andrej Kacian [Wed, 25 Jul 2012 19:18:04 +0000 (19:18 +0000)]
2012-07-25 [ticho] 3.8.1cvs19

* manual/advanced.xml
Add the three hidden preferences related to colored display
of unified diffs to manual.

11 years ago2012-07-25 [ticho] 3.8.1cvs18
Andrej Kacian [Wed, 25 Jul 2012 19:13:05 +0000 (19:13 +0000)]
2012-07-25 [ticho] 3.8.1cvs18

* src/gtk/gtkaspell.c
Create "Change directory" submenu in a separate function, change
wording a bit, and make the submenu always available in a context
menu of body edit box in compose window.

11 years ago2012-07-25 [ticho] 3.8.1cvs17
Andrej Kacian [Wed, 25 Jul 2012 18:51:45 +0000 (18:51 +0000)]
2012-07-25 [ticho] 3.8.1cvs17

* src/gtk/prefswindow.c
Correctly set transient_for property for preferences window,
as well as for color picker dialogs. Fixes bug #2710.

11 years ago2012-07-25 [ticho] 3.8.1cvs16
Andrej Kacian [Wed, 25 Jul 2012 18:38:31 +0000 (18:38 +0000)]
2012-07-25 [ticho] 3.8.1cvs16

* src/gtk/quicksearch.c
Allow quicksearch syntax description window to be correctly
set transient for main window.

11 years ago2012-07-15 [wwp] 3.8.1cvs15
Tristan Chabredier [Sun, 15 Jul 2012 07:19:19 +0000 (07:19 +0000)]
2012-07-15 [wwp] 3.8.1cvs15

* src/procmime.c
Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).

11 years ago2012-07-10 [paul] 3.8.1cvs14
Paul Mangan [Tue, 10 Jul 2012 21:35:40 +0000 (21:35 +0000)]
2012-07-10 [paul] 3.8.1cvs14

* src/procmime.c
forgot this in last commit

11 years ago2012-07-10 [paul] 3.8.1cvs13
Paul Mangan [Tue, 10 Jul 2012 21:13:07 +0000 (21:13 +0000)]
2012-07-10 [paul] 3.8.1cvs13

* src/messageview.c
* src/common/defs.h
* src/common/quoted-printable.c
* src/common/quoted-printable.h
revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
the bug: partial message text loss

11 years ago2012-07-10 [mones] 3.8.1cvs12
Ricardo Mones [Tue, 10 Jul 2012 14:10:11 +0000 (14:10 +0000)]
2012-07-10 [mones] 3.8.1cvs12

* src/plugins/pgpcore/sgpgme.c
Fix bug 2689, 'segfault when trying to view info
                about pgp/smime sign'

11 years ago2012-07-08 [ticho] 3.8.1cvs11
Andrej Kacian [Sun, 8 Jul 2012 12:48:49 +0000 (12:48 +0000)]
2012-07-08 [ticho] 3.8.1cvs11

* src/plugins/pgpcore/sgpgme.c
Consider marginal signature validity as untrusted. Suggested by
Jean-Benoist Leger (leger at crans.org).

11 years ago2012-07-08 [paul] 3.8.1cvs10
Paul Mangan [Sun, 8 Jul 2012 04:54:32 +0000 (04:54 +0000)]
2012-07-08 [paul] 3.8.1cvs10

* src/gtk/icon_legend.c
fix (reveal) hidden icon in gui and build warning

11 years ago2012-07-07 [paul] 3.8.1cvs9
Paul Mangan [Sat, 7 Jul 2012 15:15:44 +0000 (15:15 +0000)]
2012-07-07 [paul] 3.8.1cvs9

* src/plugins/pgpcore/prefs_gpg.c
fix build

11 years ago2012-07-07 [colin] 3.8.1cvs8
Colin Leroy [Sat, 7 Jul 2012 07:30:57 +0000 (07:30 +0000)]
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

11 years ago2012-07-07 [colin] 3.8.1cvs7
Colin Leroy [Sat, 7 Jul 2012 07:09:39 +0000 (07:09 +0000)]
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

11 years ago2012-07-06 [wwp] 3.8.1cvs6
Tristan Chabredier [Fri, 6 Jul 2012 09:19:45 +0000 (09:19 +0000)]
2012-07-06 [wwp] 3.8.1cvs6

* src/main.c
* src/gtk/about.c
Session statistics: format date following global prefs,
and fix stats output a little bit.

11 years ago2012-07-03 [mir] 3.8.1cvs5
Michael Rasmussen [Tue, 3 Jul 2012 22:43:04 +0000 (22:43 +0000)]
2012-07-03 [mir] 3.8.1cvs5

* src/procmime.c
    fix bug 2642, 'improve transfer encoding selection'.
    Patch provided by Christopher Zimmermann
    (madroach claws at gmerlin dot de)

11 years ago2012-07-03 [mir] 3.8.1cvs4
Michael Rasmussen [Tue, 3 Jul 2012 21:33:32 +0000 (21:33 +0000)]
2012-07-03 [mir] 3.8.1cvs4

* src/procmime.c
* src/common/defs.h
            fix bug 2641, '7bit or 8bit encoded attachments can
            have lines longer than 998 characters'.
            Patch provided by Christopher Zimmermann
            (madroach claws at gmerlin dot de)

11 years agomake release day a little easier
Paul Mangan [Tue, 3 Jul 2012 18:05:17 +0000 (18:05 +0000)]
make release day a little easier

11 years ago2012-07-03 [mir] 3.8.1cvs2
Michael Rasmussen [Tue, 3 Jul 2012 17:23:00 +0000 (17:23 +0000)]
2012-07-03 [mir] 3.8.1cvs2

* src/messageview.c
* src/procmime.c
* src/common/quoted-printable.c
* src/common/quoted-printable.h
    Patch fixes bug 2640.
    Patch provided by madroach claws at gmerlin dot de

11 years ago2012-06-30 [paul] 3.8.1cvs1
Paul Mangan [Sat, 30 Jun 2012 09:03:19 +0000 (09:03 +0000)]
2012-06-30 [paul] 3.8.1cvs1

* Makefile.am
fix bug 2579, 'Installed headers redefine autotools-specific constants'

11 years ago3.8.1 unleashed rel_3_8_1
Paul Mangan [Wed, 27 Jun 2012 09:50:19 +0000 (09:50 +0000)]
3.8.1 unleashed

11 years ago2012-06-27 [paul] 3.8.0cvs58
Paul Mangan [Wed, 27 Jun 2012 09:02:21 +0000 (09:02 +0000)]
2012-06-27 [paul] 3.8.0cvs58

* configure.ac
fix minimum required GTK+, which got mistakenly bumped
in 3.8.0cvs36

11 years ago2012-06-27 [paul] 3.8.0cvs57
Paul Mangan [Wed, 27 Jun 2012 08:29:38 +0000 (08:29 +0000)]
2012-06-27 [paul] 3.8.0cvs57

* configure.ac
* po/cs.po
* po/de.po
* po/es.po
* po/fr.po
* po/hu.po
* po/id_ID.po
* po/lt.po
* po/pt_BR.po
* po/sk.po
* po/sv.po
* po/zh_CN.po
* po/zh_TW.po
updated translations
* src/gtk/authors.h
* tools/claws.i18n.status.pl
updated based on currently active

11 years ago2012-06-25 [mir] 3.8.0cvs56
Michael Rasmussen [Mon, 25 Jun 2012 16:01:38 +0000 (16:01 +0000)]
2012-06-25 [mir] 3.8.0cvs56

* src/folder.c
    If a folder class returns <> 0 then the message has not
    been removed from the file system and therefore it should
    not be removed from the cache either.

11 years ago2012-06-20 [ticho] 3.8.0cvs55
Andrej Kacian [Wed, 20 Jun 2012 20:12:54 +0000 (20:12 +0000)]
2012-06-20 [ticho] 3.8.0cvs55

* src/mh.c
Fix for bug #1090 - Standard-folders appear again
after rescanning tree

11 years ago2012-06-20 [paul] 3.8.0cvs54
Paul Mangan [Wed, 20 Jun 2012 08:07:15 +0000 (08:07 +0000)]
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

11 years ago2012-06-02 [wwp] 3.8.0cvs53
Tristan Chabredier [Sat, 2 Jun 2012 09:29:29 +0000 (09:29 +0000)]
2012-06-02 [wwp] 3.8.0cvs53

* src/gtk/progressdialog.c
Add a hide button to the retrieve/send progress dialogs. WM's close button
now hides (as well as pressing Esc) instead of doing nothing.

11 years ago2012-06-02 [wwp] 3.8.0cvs52
Tristan Chabredier [Sat, 2 Jun 2012 09:06:29 +0000 (09:06 +0000)]
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).

11 years ago2012-06-02 [wwp] 3.8.0cvs51
Tristan Chabredier [Sat, 2 Jun 2012 09:00:29 +0000 (09:00 +0000)]
2012-06-02 [wwp] 3.8.0cvs51

* src/compose.c
Fix bug 2620: shift+tab from subject field not working.

11 years ago2012-06-02 [wwp] 3.8.0cvs50
Tristan Chabredier [Sat, 2 Jun 2012 08:57:11 +0000 (08:57 +0000)]
2012-06-02 [wwp] 3.8.0cvs50

* src/compose.c
* src/mainwindow.c
* src/messageview.c
Normalize capitalization of strings in UI.

11 years ago2012-05-30 [paul] 3.8.0cvs49
Paul Mangan [Wed, 30 May 2012 13:22:37 +0000 (13:22 +0000)]
2012-05-30 [paul] 3.8.0cvs49

* src/common/ssl.c
don't do TLS if not requested by user. fixes connecting to
servers which, for example, want SSL 3 only

11 years ago2012-05-27 [paul] 3.8.0cvs48
Paul Mangan [Sun, 27 May 2012 17:31:10 +0000 (17:31 +0000)]
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

11 years ago2012-05-27 [paul] 3.8.0cvs47
Paul Mangan [Sun, 27 May 2012 17:10:43 +0000 (17:10 +0000)]
2012-05-27 [paul] 3.8.0cvs47

* src/editldap.c
* src/prefs_actions.c
* src/gtk/about.c
fix some typos in strings, thanks to Thomas Bellmann

11 years ago2012-05-16 [paul] 3.8.0cvs46
Paul Mangan [Wed, 16 May 2012 08:54:27 +0000 (08:54 +0000)]
2012-05-16 [paul] 3.8.0cvs46

* src/prefs_filtering_action.c
fix disabled 'select...' button that never goes away
when using the new addr book

11 years ago2012-05-16 [colin] 3.8.0cvs45
Colin Leroy [Wed, 16 May 2012 08:02:03 +0000 (08:02 +0000)]
2012-05-16 [colin] 3.8.0cvs45

* src/common/utils.c
And fix leak

11 years ago2012-05-16 [colin] 3.8.0cvs44
Colin Leroy [Wed, 16 May 2012 08:00:56 +0000 (08:00 +0000)]
2012-05-16 [colin] 3.8.0cvs44

* src/common/utils.c
Make remove_numbered_files much faster when there's
just one file to remove.

11 years ago2012-05-16 [paul] 3.8.0cvs43
Paul Mangan [Wed, 16 May 2012 07:24:59 +0000 (07:24 +0000)]
2012-05-16 [paul] 3.8.0cvs43

* src/matcher.c
fix bug 2662, '"ag" quicksearch adds "1" to value'

11 years ago2012-05-16 [paul] 3.8.0cvs42
Paul Mangan [Wed, 16 May 2012 06:07:42 +0000 (06:07 +0000)]
2012-05-16 [paul] 3.8.0cvs42

* src/gtk/description_window.c
fix bug 2624, 'dialog "Action Configuration" cannot be closed'

11 years ago2012-05-16 [paul] 3.8.0cvs41
Paul Mangan [Wed, 16 May 2012 05:43:14 +0000 (05:43 +0000)]
2012-05-16 [paul] 3.8.0cvs41

* src/common/ssl_certificate.c
fix bug 2646, 'Compile fails with gnutls-3.0.18'
Patch by Christian Hesse

11 years ago2012-05-11 [colin] 3.8.0cvs40
Colin Leroy [Fri, 11 May 2012 16:53:23 +0000 (16:53 +0000)]
2012-05-11 [colin] 3.8.0cvs40

* src/mimeview.c
* src/common/utils.c
Fix bug 2659, 'E-mail attachments are handled
inconsistently'
Fix problems iterating the mime tree, and determine
whether a file is an email without To:

12 years ago2012-04-03 [colin] 3.8.0cvs39
Colin Leroy [Tue, 3 Apr 2012 08:41:31 +0000 (08:41 +0000)]
2012-04-03 [colin] 3.8.0cvs39

* src/Makefile.am
Fix build (damn whitespace-sensitive file format)

12 years ago2012-04-02 [colin] 3.8.0cvs38
Colin Leroy [Mon, 2 Apr 2012 18:35:26 +0000 (18:35 +0000)]
2012-04-02 [colin] 3.8.0cvs38

* src/Makefile.am
Fix incomplete make dist

12 years ago2012-04-02 [colin] 3.8.0cvs37
Colin Leroy [Mon, 2 Apr 2012 06:12:22 +0000 (06:12 +0000)]
2012-04-02 [colin] 3.8.0cvs37

* src/compose.c
Fix mistakenly removed function call

12 years ago2012-04-01 [colin] 3.8.0cvs36
Colin Leroy [Sun, 1 Apr 2012 18:45:27 +0000 (18:45 +0000)]
2012-04-01 [colin] 3.8.0cvs36

* configure.ac
* src/.cvsignore
* src/Makefile.am
* src/addr_compl.c
* src/addressadd.c
* src/addressadd.h
* src/addressbook-dbus.c
* src/addressbook-dbus.h
* src/addrgather.c
* src/addrgather.h
* src/addrharvest.c
* src/addrharvest.h
* src/claws-contacts.xml
* src/compose.c
* src/compose.h
* src/filtering.c
* src/headerview.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/prefs_filtering_action.c
* src/prefs_matcher.c
* src/summaryview.c
* src/textview.c
* src/toolbar.c
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
Import new addressbook code from the new-contacts branch

12 years agocorrect commitHelper's mistake
Paul Mangan [Thu, 29 Mar 2012 06:33:24 +0000 (06:33 +0000)]
correct commitHelper's mistake

12 years ago2012-03-29 [paul] 3.8.0cvs35
Paul Mangan [Thu, 29 Mar 2012 06:30:01 +0000 (06:30 +0000)]
2012-03-29 [paul] 3.8.0cvs35

* AUTHORS
* src/gtk/authors.h
* src/gtk/quicksearch.c
add 'ha', short version of 'has_attachment' in quick search
Patch by Andreas Rönnquist

12 years ago2012-03-26 [mones] 3.8.0cvs34
Ricardo Mones [Mon, 26 Mar 2012 10:53:34 +0000 (10:53 +0000)]
2012-03-26 [mones] 3.8.0cvs34

* src/common/plugin.c
Support 2 and 3-clause BSD licensed plugins

12 years ago2012-03-15 [pawel] 3.8.0cvs33
Paweł Pękala [Thu, 15 Mar 2012 15:33:13 +0000 (15:33 +0000)]
2012-03-15 [pawel] 3.8.0cvs33

* src/messageview.c
* src/textview.c
- Make separate window info more accurate about
move to trash/deletion.
- Fix busy cursor

12 years ago2012-03-14 [pawel] 3.8.0cvs32
Paweł Pękala [Wed, 14 Mar 2012 23:01:00 +0000 (23:01 +0000)]
2012-03-14 [pawel] 3.8.0cvs32

* src/folder.c
* src/messageview.c
* src/messageview.h
* src/procmsg.h
* src/summaryview.c
* src/textview.c
* src/textview.h
Better fix for bug #2501
Instead of leaving blank window after message move or delete,
update separate view to next message in message list or
display info why view is blank. This was discussed
in bug #2621 comments.

12 years ago2012-03-11 [colin] 3.8.0cvs31
Colin Leroy [Sun, 11 Mar 2012 09:19:24 +0000 (09:19 +0000)]
2012-03-11 [colin] 3.8.0cvs31

* src/gtk/gtkcmctree.c
* src/gtk/authors.h
* AUTHORS
Fix focus rectangle on unfocused rows
Patch by Michael Shell

12 years ago2012-02-29 [colin] 3.8.0cvs30
Colin Leroy [Wed, 29 Feb 2012 16:48:40 +0000 (16:48 +0000)]
2012-02-29 [colin] 3.8.0cvs30

* src/gtk/gtkcmctree.c
Fix bug #2577, "Focus rectangle on folder list and message
list headings doesn't get properly cleared when switching
heading and horizontally scrolling list (underlines and
vertical lines remain on screen)". Patch by Michael Shell

12 years ago2012-02-13 [pawel] 3.8.0cvs29
Paweł Pękala [Mon, 13 Feb 2012 18:31:11 +0000 (18:31 +0000)]
2012-02-13 [pawel] 3.8.0cvs29

* src/messageview.c
Fix crasher when double clicking on IMAP message and
MessageView is not shown introduced in cvs21
Patch by mones

12 years ago2012-02-10 [pawel] 3.8.0cvs28
Paweł Pękala [Fri, 10 Feb 2012 21:37:57 +0000 (21:37 +0000)]
2012-02-10 [pawel] 3.8.0cvs28

* src/filtering.c
Fix bug #2598 'Actions can move locked messages'

12 years ago2012-02-08 [pawel] 3.8.0cvs27
Paweł Pękala [Wed, 8 Feb 2012 18:46:54 +0000 (18:46 +0000)]
2012-02-08 [pawel] 3.8.0cvs27

* src/prefs_actions.c
* src/prefs_actions.h
* src/prefs_toolbar.c
* src/prefs_toolbar.h
* src/toolbar.c
* src/toolbar.h
- Implement automatic removal of toolbar action buttons when
  associated action is removed
- Don't allow creation of two actions with the same name,
  before all executions/removals were performed on first action
  with duplicated name in linked list which wasn't always
  correct behaviour

12 years ago2012-02-05 [colin] 3.8.0cvs26
Colin Leroy [Sun, 5 Feb 2012 20:00:36 +0000 (20:00 +0000)]
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

12 years ago2012-02-05 [colin] 3.8.0cvs25
Colin Leroy [Sun, 5 Feb 2012 13:23:54 +0000 (13:23 +0000)]
2012-02-05 [colin] 3.8.0cvs25

* src/procmime.c
Fix inverted comparison in list_find_custom.

12 years ago2012-02-03 [wwp] 3.8.0cvs24
Tristan Chabredier [Fri, 3 Feb 2012 13:05:47 +0000 (13:05 +0000)]
2012-02-03 [wwp] 3.8.0cvs24

* src/gtk/progressdialog.c
Make translators life easier: use View log instead of Show log
(thanks, gusnan!).

12 years ago2012-02-02 [pawel] 3.8.0cvs23
Paweł Pękala [Thu, 2 Feb 2012 21:54:21 +0000 (21:54 +0000)]
2012-02-02 [pawel] 3.8.0cvs23

* src/folderview.c
Fix bug #2590 'Un-capitalize strings'
Patch by Christian Hesse

12 years ago2012-02-02 [pawel] 3.8.0cvs22
Paweł Pękala [Thu, 2 Feb 2012 21:49:42 +0000 (21:49 +0000)]
2012-02-02 [pawel] 3.8.0cvs22

* src/mainwindow.c
Fix bug #2595
'Change expand behavior for message list / message view'
Patch by Christian Hesse

12 years ago2012-02-02 [pawel] 3.8.0cvs21
Paweł Pękala [Thu, 2 Feb 2012 16:12:18 +0000 (16:12 +0000)]
2012-02-02 [pawel] 3.8.0cvs21

* src/folder.c
* src/messageview.c
* src/messageview.h
* src/procmsg.h
Fix bug #2501 'opened message blanks when moved to other folder'
Detect message move and update message window contents
accordingly, if message is moved to trash close window

12 years ago2012-02-01 [pawel] 3.8.0cvs20
Paweł Pękala [Wed, 1 Feb 2012 18:26:56 +0000 (18:26 +0000)]
2012-02-01 [pawel] 3.8.0cvs20

* src/jpilot.c
* src/mutt.c
* src/pine.c
* src/procmsg.c
* src/vcard.c
* src/gtk/sslcertwindow.c
More strncat boundary checks

12 years ago2012-01-31 [wwp] 3.8.0cvs19
Tristan Chabredier [Tue, 31 Jan 2012 14:26:15 +0000 (14:26 +0000)]
2012-01-31 [wwp] 3.8.0cvs19

* src/gtk/gtkutils.c
Fix warnings in gtkutils: wrong function name, missing newline, typo and
long line wrapping.

12 years ago2012-01-31 [wwp] 3.8.0cvs18
Tristan Chabredier [Tue, 31 Jan 2012 08:43:22 +0000 (08:43 +0000)]
2012-01-31 [wwp] 3.8.0cvs18

* src/gtk/progressdialog.c
* src/gtk/progressdialog.h
* src/inc.c
* src/send_message.c
Add a button to the retrieve/send dialogs to
open the network log.

12 years ago2012-01-25 [wwp] 3.8.0cvs17
Tristan Chabredier [Wed, 25 Jan 2012 08:43:25 +0000 (08:43 +0000)]
2012-01-25 [wwp] 3.8.0cvs17

* src/addr_compl.c
Remove debug statement.

12 years ago2012-01-20 [pawel] 3.8.0cvs16
Paweł Pękala [Fri, 20 Jan 2012 22:56:54 +0000 (22:56 +0000)]
2012-01-20 [pawel] 3.8.0cvs16

* src/addrbook.c
* src/exportldif.c
Fix bug #2574 'Statement might be overflowing a
buffer in strncat'

12 years ago2012-01-20 [pawel] 3.8.0cvs15
Paweł Pękala [Fri, 20 Jan 2012 22:30:05 +0000 (22:30 +0000)]
2012-01-20 [pawel] 3.8.0cvs15

* src/mimeview.c
Fix bug #2582 'Expanded mimeview drag n drop no longer works'

12 years ago2012-01-14 [colin] 3.8.0cvs14
Colin Leroy [Sat, 14 Jan 2012 12:37:05 +0000 (12:37 +0000)]
2012-01-14 [colin] 3.8.0cvs14

* commitHelper
Update tracker trigger url

12 years ago2012-01-10 [wwp] 3.8.0cvs13
Tristan Chabredier [Tue, 10 Jan 2012 08:20:31 +0000 (08:20 +0000)]
2012-01-10 [wwp] 3.8.0cvs13

* src/mainwindow.c
* src/mainwindow.h
* src/toolbar.c
Fix sensitivity of toolbar's get_btn (retrieve mail from current
account) and of mainwindows's relevant entry when current account
is not able to retrieve (SMTP-only).

12 years ago2012-01-09 [colin] 3.8.0cvs12
Colin Leroy [Mon, 9 Jan 2012 18:47:15 +0000 (18:47 +0000)]
2012-01-09 [colin] 3.8.0cvs12

* src/summaryview.c
Fix bug 1924, 'Messages marked move to Trash appear
identical to messages marked move to $FOLDER'

12 years ago2012-01-05 [colin] 3.8.0cvs11
Colin Leroy [Thu, 5 Jan 2012 11:09:01 +0000 (11:09 +0000)]
2012-01-05 [colin] 3.8.0cvs11

* src/main.c
Fix crasher infinite loop

12 years ago2012-01-03 [colin] 3.8.0cvs10
Colin Leroy [Tue, 3 Jan 2012 19:43:51 +0000 (19:43 +0000)]
2012-01-03 [colin] 3.8.0cvs10

* src/gtk/gtkcmctree.c
Revert previous patch, it's buggy on headers

12 years ago2012-01-03 [colin] 3.8.0cvs9
Colin Leroy [Tue, 3 Jan 2012 17:09:55 +0000 (17:09 +0000)]
2012-01-03 [colin] 3.8.0cvs9

* src/gtk/gtkcmctree.c
Fix bug #2566, 'wrapped Subject not bounded'

12 years ago2011-12-29 [pawel] 3.8.0cvs8
Paweł Pękala [Thu, 29 Dec 2011 23:16:23 +0000 (23:16 +0000)]
2011-12-29 [pawel] 3.8.0cvs8

* src/compose.c
* src/compose.h
* src/main.c
* src/mimeview.c
Make forwarding selected attachment possible from
mimeview's context menu
Fixex bug #2047 'forward attachments'

12 years ago2011-12-28 [paul] 3.8.0cvs7
Paul Mangan [Wed, 28 Dec 2011 19:33:05 +0000 (19:33 +0000)]
2011-12-28 [paul] 3.8.0cvs7

* src/prefs_account.c
show 'Generate X-Mailer header' option on new IMAP account creation dialogue

12 years ago2011-12-28 [colin] 3.8.0cvs6
Colin Leroy [Wed, 28 Dec 2011 09:47:41 +0000 (09:47 +0000)]
2011-12-28 [colin] 3.8.0cvs6

* src/mimeview.c
Fix fix

12 years ago2011-12-28 [colin] 3.8.0cvs5
Colin Leroy [Wed, 28 Dec 2011 09:11:53 +0000 (09:11 +0000)]
2011-12-28 [colin] 3.8.0cvs5

* src/mimeview.c
Fix GTK+2.16 build (w32)

12 years ago2011-12-18 [mir] 3.8.0cvs4
Michael Rasmussen [Sun, 18 Dec 2011 19:07:49 +0000 (19:07 +0000)]
2011-12-18 [mir] 3.8.0cvs4

* src/ldapctrl.c
    Fix bug in search criteria when doing a
    complete directory search using '*'

12 years ago2011-12-16 [mir] 3.8.0cvs3
Michael Rasmussen [Fri, 16 Dec 2011 18:16:44 +0000 (18:16 +0000)]
2011-12-16 [mir] 3.8.0cvs3

* src/Makefile.am
    Added forgotten replied_and_forwarded.xpm to EXTRA_DIST

12 years ago2011-12-16 [wwp] 3.8.0cvs2
Tristan Chabredier [Fri, 16 Dec 2011 13:30:33 +0000 (13:30 +0000)]
2011-12-16 [wwp] 3.8.0cvs2

* src/procmsg.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/summaryview.c
* src/gtk/icon_legend.c
* src/pixmaps/replied_and_forwarded.xpm
  Make replied and forwarded status flags non exclusive.
  Introduce a new message state (and relevant icon in message list)
  where both the replied and forwarded flags are set.

12 years ago2011-12-16 [paul] 3.8.0cvs1
Paul Mangan [Fri, 16 Dec 2011 13:19:17 +0000 (13:19 +0000)]
2011-12-16 [paul] 3.8.0cvs1

* tools/claws.i18n.status.pl
update id to id_ID

12 years ago3.8.0 released REL_3_8_0
Paul Mangan [Fri, 16 Dec 2011 12:29:37 +0000 (12:29 +0000)]
3.8.0 released

12 years ago2011-12-16 [paul] 3.7.10cvs113
Paul Mangan [Fri, 16 Dec 2011 09:41:23 +0000 (09:41 +0000)]
2011-12-16 [paul] 3.7.10cvs113

* configure.ac
* po/cs.po
* po/es.po
* po/fr.po
* po/hu.po
* po/id.po **REMOVED**
* po/id_ID.po **ADDED**
* po/pt_BR.po
* po/ru.po
* po/sk.po
* po/uk.po
updates

12 years ago2011-12-09 [pawel] 3.7.10cvs112
Paweł Pękala [Fri, 9 Dec 2011 20:29:23 +0000 (20:29 +0000)]
2011-12-09 [pawel] 3.7.10cvs112

* src/summaryview.c
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
Invalidate quicksearch root folder when removed
Fixes bug #2560 'crash when unsubscribing newsgroup and
having active search field'

12 years ago2011-12-08 [pawel] 3.7.10cvs111
Paweł Pękala [Thu, 8 Dec 2011 19:45:26 +0000 (19:45 +0000)]
2011-12-08 [pawel] 3.7.10cvs111

* src/mimeview.c
Better fix for cvs94

12 years ago2011-12-08 [wwp] 3.7.10cvs110
Tristan Chabredier [Thu, 8 Dec 2011 09:01:33 +0000 (09:01 +0000)]
2011-12-08 [wwp] 3.7.10cvs110

* src/compose.c
Make "From" widget set independant from recipient lists below,
so that it doesn't scroll when several recipients headers
are added and eventually are scrolling the view.
Path by Christian Hesse <mail@earthworm.de>.
Fixes bug #2481 'do not scroll "from" dropdown list and sender
address'.

12 years ago2011-12-02 [paul] 3.7.10cvs109
Paul Mangan [Fri, 2 Dec 2011 12:50:09 +0000 (12:50 +0000)]
2011-12-02 [paul] 3.7.10cvs109

* src/mainwindow.c
* src/messageview.c
consistent label style

12 years ago2011-11-29 [wwp] 3.7.10cvs108
Tristan Chabredier [Tue, 29 Nov 2011 14:42:28 +0000 (14:42 +0000)]
2011-11-29 [wwp] 3.7.10cvs108

* src/plugins/trayicon/libeggtrayicon/.cvsignore
More generated stuff to ignore.

12 years ago2011-11-29 [wwp] 3.7.10cvs107
Tristan Chabredier [Tue, 29 Nov 2011 14:22:16 +0000 (14:22 +0000)]
2011-11-29 [wwp] 3.7.10cvs107

* src/prefs_folder_item.c
Fix CLAWS_TIP_DECL (undefined).

12 years ago2011-11-28 [pawel] 3.7.10cvs106
Paweł Pękala [Mon, 28 Nov 2011 21:47:34 +0000 (21:47 +0000)]
2011-11-28 [pawel] 3.7.10cvs106

* src/addrbook.c
* src/addrbook.h
* src/addressbook.c
Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
after removing the address book in the GUI'

12 years ago2011-11-26 [pawel] 3.7.10cvs105
Paweł Pękala [Sat, 26 Nov 2011 13:18:56 +0000 (13:18 +0000)]
2011-11-26 [pawel] 3.7.10cvs105

* src/folder.c
Fix bug #2505 'tagsdb becomes polluted with old folder entries'

12 years ago2011-11-25 [colin] 3.7.10cvs104
Colin Leroy [Fri, 25 Nov 2011 19:34:40 +0000 (19:34 +0000)]
2011-11-25 [colin] 3.7.10cvs104

* src/imap_gtk.c
* src/mh_gtk.c
Warning fixes

12 years ago2011-11-24 [pawel] 3.7.10cvs103
Paweł Pękala [Thu, 24 Nov 2011 16:52:11 +0000 (16:52 +0000)]
2011-11-24 [pawel] 3.7.10cvs103

* src/prefs_filtering.c
Complete cvs102, forgot to commit this

12 years ago2011-11-24 [pawel] 3.7.10cvs102
Paweł Pękala [Thu, 24 Nov 2011 16:50:13 +0000 (16:50 +0000)]
2011-11-24 [pawel] 3.7.10cvs102

* src/account.c
* src/filtering.c
* src/filtering.h
* src/imap_gtk.c
* src/mh_gtk.c
* src/prefs_actions.c
* src/prefs_actions.h
Implement actions updating on folder/account rename
This fixes bug #2543 'filter actions in actionsrc not
updated upon account renaming'