claws.git
17 years ago2007-02-23 [colin] 2.7.2cvs69
Colin Leroy [Fri, 23 Feb 2007 18:07:44 +0000 (18:07 +0000)]
2007-02-23 [colin] 2.7.2cvs69

* src/folderview.c
* src/imap_gtk.c
Fix crash when unsubscribing the currently
selected/opened folder

17 years ago2007-02-23 [colin] 2.7.2cvs68
Colin Leroy [Fri, 23 Feb 2007 18:06:03 +0000 (18:06 +0000)]
2007-02-23 [colin] 2.7.2cvs68

* src/compose.c
Fix bug that prevented colorization to
work without wrap quotation option

17 years ago2007-02-23 [colin] 2.7.2cvs67
Colin Leroy [Fri, 23 Feb 2007 18:04:21 +0000 (18:04 +0000)]
2007-02-23 [colin] 2.7.2cvs67

* src/addr_compl.c
Fix refcounting, start and end completion who
behaved as if there couldn't be any other current
user of completion

17 years ago2007-02-23 [wwp] 2.7.2cvs66
Tristan Chabredier [Fri, 23 Feb 2007 14:15:55 +0000 (14:15 +0000)]
2007-02-23 [wwp] 2.7.2cvs66

* src/addressbook.c
* src/addrindex.c
Address completion fixes: fix addressbook_peek_folder_exists() in
which the algorithm was ridiculously over-obfuscated and broken.
Fix addrindex_load_completion() as well, to load addresses in
completion list with regards to what addressbook_peek_folder_exists()
returns now.

17 years ago2007-02-23 [wwp] 2.7.2cvs65
Tristan Chabredier [Fri, 23 Feb 2007 14:06:12 +0000 (14:06 +0000)]
2007-02-23 [wwp] 2.7.2cvs65

* src/addr_compl.c
Add addresses to completion when they're non-empty (thanks to Colin).

17 years ago2007-02-23 [paul] 2.7.2cvs64
Paul Mangan [Fri, 23 Feb 2007 11:11:11 +0000 (11:11 +0000)]
2007-02-23 [paul] 2.7.2cvs64

* src/plugins/pgpcore/passphrase.c
remove 'const '

17 years ago2007-02-23 [colin] 2.7.2cvs63
Colin Leroy [Fri, 23 Feb 2007 07:25:36 +0000 (07:25 +0000)]
2007-02-23 [colin] 2.7.2cvs63

* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/pgpcore/prefs_gpg.h
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
Try harder to respect user's choice wrt
gpg-agent even with gpg2, by unsetting
GPG_AGENT_INFO when necessary.

17 years ago2007-02-22 [paul] 2.7.2cvs62
Colin Leroy [Thu, 22 Feb 2007 12:00:53 +0000 (12:00 +0000)]
2007-02-22 [paul] 2.7.2cvs62

* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpcore/sgpgme.h
* src/plugins/pgpcore/passphrase.c
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
Fix a leak - gpgme_data_release_and_get_mem
leaks in recent gpgme. Workaround by using
our own function.

17 years ago2007-02-22 [paul] 2.7.2cvs61
Colin Leroy [Thu, 22 Feb 2007 09:13:36 +0000 (09:13 +0000)]
2007-02-22 [paul] 2.7.2cvs61

* src/gtk/quicksearch.c
Abandon dynamic search when pressing
Enter

17 years ago2007-02-21 [colin] 2.7.2cvs60
Colin Leroy [Wed, 21 Feb 2007 17:24:13 +0000 (17:24 +0000)]
2007-02-21 [colin] 2.7.2cvs60

* src/procmsg.c
* src/plugins/pgpcore/passphrase.c
Fix little memory leaks
* src/main.c
Fix false-positive leak at exit
* src/gtk/quicksearch.c
Fix potentially big leak in recursive
Quicksearch

17 years ago2007-02-21 [wwp] 2.7.2cvs59
Tristan Chabredier [Wed, 21 Feb 2007 11:00:48 +0000 (11:00 +0000)]
2007-02-21 [wwp] 2.7.2cvs59

* src/summaryview.c
Add missing newline to a debug message.

17 years ago2007-02-20 [colin] 2.7.2cvs58
Colin Leroy [Tue, 20 Feb 2007 18:45:33 +0000 (18:45 +0000)]
2007-02-20 [colin] 2.7.2cvs58

* src/Makefile.am
* src/mimeview.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/pixmaps/mime_pgpsig.xpm
Add icon for application/pgp-signature

17 years ago2007-02-20 [colin] 2.7.2cvs57
Colin Leroy [Tue, 20 Feb 2007 17:49:16 +0000 (17:49 +0000)]
2007-02-20 [colin] 2.7.2cvs57

* src/Makefile.am
* src/main.c
* src/mimeview.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/pixmaps/mime_calendar.xpm
* src/pixmaps/mime_pdf.xpm
* src/pixmaps/mime_ps.xpm
Add icons for text/calendar, application/pdf
and application/postscript

17 years ago2007-02-20 [colin] 2.7.2cvs56
Colin Leroy [Tue, 20 Feb 2007 17:42:49 +0000 (17:42 +0000)]
2007-02-20 [colin] 2.7.2cvs56

* autogen.sh
* src/matcher_parser_parse.y
* src/matcher_parser_lex.l
Fix big memory leak in flex, and
require flex 2.5.31

17 years ago2007-02-20 [wwp] 2.7.2cvs55
Tristan Chabredier [Tue, 20 Feb 2007 17:34:12 +0000 (17:34 +0000)]
2007-02-20 [wwp] 2.7.2cvs55

* src/matcher_parser_parse.y
Fix a duplicate token definition (thanks to iwkse).

17 years ago2007-02-20 [wwp] 2.7.2cvs54
Tristan Chabredier [Tue, 20 Feb 2007 17:31:18 +0000 (17:31 +0000)]
2007-02-20 [wwp] 2.7.2cvs54

* src/matcher_parser_lex.l
* src/quote_fmt_lex.l
Use proper flex options instead of direct use of #define,
make the flex-generated C lighter.

17 years ago2007-02-20 [colin] 2.7.2cvs53
Colin Leroy [Tue, 20 Feb 2007 07:49:26 +0000 (07:49 +0000)]
2007-02-20 [colin] 2.7.2cvs53

* src/summaryview.c
Grab focus in message list after hiding
the quicksearch, instead of leaving it
"somewhere"

17 years ago2007-02-19 [colin] 2.7.2cvs52
Colin Leroy [Mon, 19 Feb 2007 17:42:26 +0000 (17:42 +0000)]
2007-02-19 [colin] 2.7.2cvs52

* src/folderview.c
Fix bug 1033, 'Automatically refresh
message list when new messages arrives'
Looks like folderview->opened can sometimes
be wrong...

17 years ago2007-02-19 [paul] 2.7.2cvs51
Paul Mangan [Mon, 19 Feb 2007 17:29:00 +0000 (17:29 +0000)]
2007-02-19 [paul] 2.7.2cvs51

* tools/Makefile.am
* tools/README
* tools/thunderbird-filters-convertor.pl
add new script which converts thunderbird filter
rules to Claws filter rules

17 years ago2007-02-18 [paul] 2.7.2cvs50
Paul Mangan [Sun, 18 Feb 2007 23:20:33 +0000 (23:20 +0000)]
2007-02-18 [paul] 2.7.2cvs50

* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/pgpcore/prefs_gpg.h
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
improved GUI interoperability with gpg-agent

17 years ago2007-02-18 [paul] 2.7.2cvs49
Paul Mangan [Sun, 18 Feb 2007 23:18:11 +0000 (23:18 +0000)]
2007-02-18 [paul] 2.7.2cvs49

* src/prefs_account.c
Privacy options sensitivity fix

17 years ago2007-02-17 [colin] 2.7.2cvs48
Colin Leroy [Sat, 17 Feb 2007 17:23:24 +0000 (17:23 +0000)]
2007-02-17 [colin] 2.7.2cvs48

* src/messageview.c
Reset icon to warning in the noticeview

17 years agoForgot to date rc1
Colin Leroy [Thu, 15 Feb 2007 18:27:39 +0000 (18:27 +0000)]
Forgot to date rc1

17 years ago2007-02-15 [colin] 2.7.2cvs47
Colin Leroy [Thu, 15 Feb 2007 17:42:47 +0000 (17:42 +0000)]
2007-02-15 [colin] 2.7.2cvs47

* src/folderview.c
Fix a manifestation of bug 1033 (summaryview failing
to update for new mails), which happens after editing
account preferences or preferences that cause a
folderview reload.

17 years ago2007-02-15 [colin] 2.7.2cvs46
Colin Leroy [Thu, 15 Feb 2007 07:52:27 +0000 (07:52 +0000)]
2007-02-15 [colin] 2.7.2cvs46

* src/addressbook.c
Probably fix bug 1123, 'Segmentation
fault while opening address book'. I get
g_warnings if the saved paned position is
not greater than 0. Also, save position
when hiding the addressbook instead of
via signal.

17 years ago2007-02-14 [colin] 2.7.2cvs45
Colin Leroy [Wed, 14 Feb 2007 18:55:18 +0000 (18:55 +0000)]
2007-02-14 [colin] 2.7.2cvs45

* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/pgpcore/prefs_gpg.h
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
Add an option "Use gpg-agent if available". Fixes
annoyances with distro-installed gpg-agent, when
no pinentry program is installed, and the user's
at a loss on why "decryption failed". Makes more
clear why passphrase isn't saved when gpg-agent is
used. Defaults to true, to avoid changing the
current behaviour.

17 years ago2007-02-14 [wwp] 2.7.2cvs44
Tristan Chabredier [Wed, 14 Feb 2007 10:14:37 +0000 (10:14 +0000)]
2007-02-14 [wwp] 2.7.2cvs44

* src/matcher_parser_parse.y
Fix missing line number reset (wrong line number might appear
when re-loading filtering rules if there's a parser error).

17 years ago2007-02-13 [colin] 2.7.2cvs43
Colin Leroy [Tue, 13 Feb 2007 22:21:33 +0000 (22:21 +0000)]
2007-02-13 [colin] 2.7.2cvs43

* src/common/utils.c
Don't encode ',' in URIs before passing it
to the browser command-line. It was probably
done at a time where commas in URIs made
mozilla -remote 'openurl(%s,new-window)'
bug.

17 years ago2007-02-13 [wwp] 2.7.2cvs42
Tristan Chabredier [Tue, 13 Feb 2007 18:15:00 +0000 (18:15 +0000)]
2007-02-13 [wwp] 2.7.2cvs42

* src/prefs_matcher.c
* src/plugins/bogofilter/bogofilter_gtk.c
A bit of string factorization around "Select ..." buttons.

17 years ago2007-02-11 [colin] 2.7.2cvs41
Colin Leroy [Sun, 11 Feb 2007 20:08:44 +0000 (20:08 +0000)]
2007-02-11 [colin] 2.7.2cvs41

* src/alertpanel.c
Make sure to escape the title

17 years ago2007-02-11 [colin] 2.7.2cvs40
Colin Leroy [Sun, 11 Feb 2007 19:03:28 +0000 (19:03 +0000)]
2007-02-11 [colin] 2.7.2cvs40

* src/codeconv.c
Recognize .utf8 locales as .UTF-8 ones

17 years ago2007-02-11 [colin] 2.7.2cvs39
Colin Leroy [Sun, 11 Feb 2007 18:47:45 +0000 (18:47 +0000)]
2007-02-11 [colin] 2.7.2cvs39

* src/compose.c
Fix code conversion when dragging a file

17 years ago2007-02-09 [colin] 2.7.2cvs38
Colin Leroy [Fri, 9 Feb 2007 18:09:37 +0000 (18:09 +0000)]
2007-02-09 [colin] 2.7.2cvs38

* src/plugins/clamav/clamav_plugin.c
Complete Paul's patch with conditional
compilation to avoid breaking compilation
on old Dapper and Edgy... Maybe other
distros too.

17 years ago2007-02-09 [paul] 2.7.2cvs37
Paul Mangan [Fri, 9 Feb 2007 16:19:10 +0000 (16:19 +0000)]
2007-02-09 [paul] 2.7.2cvs37

* src/plugins/clamav/clamav_plugin.c
fix for the upstream changes in libclamav

17 years ago2007-02-09 [paul] 2.7.2cvs36
Paul Mangan [Fri, 9 Feb 2007 14:52:37 +0000 (14:52 +0000)]
2007-02-09 [paul] 2.7.2cvs36

* src/main.c
* src/mainwindow.c
* src/procmsg.c
* src/procmsg.h
fix "warn if there are queued messages" (on exit)
option, which only checked the first mailbox's
queue
don't ask before emptying trash if there are no
messages in trash, also check and empty all trash
folders
* src/prefs_other.c
move "Ask before emptying trash" option
outside of the "On exit" frame as it's
not only an "On exit" option

17 years ago2007-02-09 [paul] 2.7.2cvs35
Paul Mangan [Fri, 9 Feb 2007 11:54:39 +0000 (11:54 +0000)]
2007-02-09 [paul] 2.7.2cvs35

* src/addrgather.c
* src/alertpanel.c
* src/editldap.c
* src/prefs_account.c
* src/prefs_folder_item.c
* src/prefs_gtk.h
* src/prefs_matcher.c
* src/prefs_message.c
* src/prefs_msg_colors.c
* src/prefs_summaries.c
* src/wizard.c
* src/gtk/inputdialog.c
* src/plugins/bogofilter/bogofilter_gtk.c
pedantic commit: use 'checkbtn' everywhere
instead of a mixture of 'checkbtn' and 'chkbtn'

17 years ago2007-02-09 [paul] 2.7.2cvs34
Paul Mangan [Fri, 9 Feb 2007 10:57:33 +0000 (10:57 +0000)]
2007-02-09 [paul] 2.7.2cvs34

* src/compose.c
fix default hotkeys
* src/prefs_other.c
* src/prefs_send.c
move "Never send Return Receipts" from
prefs_other to prefs_send
add an option "Ask about account specific
filtering rules..." to prefs_other
* src/gtk/gtkutils.c
fix a compiler warning

17 years ago2007-02-08 [colin] 2.7.2cvs33
Colin Leroy [Thu, 8 Feb 2007 22:59:51 +0000 (22:59 +0000)]
2007-02-08 [colin] 2.7.2cvs33

* src/plugins/pgpinline/pgpinline.c
Fix bug 1110, 'pgpmime fails to process
encapsulated openpgp mime (rfc 3156, 6.1
-> rfc1847)'
It was due to an interaction between PGP/Mime
and PGP/Inline plugin.

17 years ago2007-02-08 [colin] 2.7.2cvs32
Colin Leroy [Thu, 8 Feb 2007 18:14:23 +0000 (18:14 +0000)]
2007-02-08 [colin] 2.7.2cvs32

* src/inc.c
* src/mbox.c
* src/mbox.h
Fix bug 1117, 'fcntl locking code
does not work in mbox.c'

17 years ago2007-02-08 [colin] 2.7.2cvs31
Colin Leroy [Thu, 8 Feb 2007 07:22:52 +0000 (07:22 +0000)]
2007-02-08 [colin] 2.7.2cvs31

* src/prefs_account.c
Fix Gentoo bug 165819, 'can't create
a "local mbox file" account'. Patch
by Olivier <castan.o@free.fr>

17 years ago2007-02-07 [colin] 2.7.2cvs30
Colin Leroy [Wed, 7 Feb 2007 16:09:54 +0000 (16:09 +0000)]
2007-02-07 [colin] 2.7.2cvs30

* src/ldapquery.c
Fix bug 1106, 'Claws crash on exit if LDAPS
autocompletion was used'

17 years ago2007-02-07 [paul] 2.7.2cvs29
Paul Mangan [Wed, 7 Feb 2007 11:13:37 +0000 (11:13 +0000)]
2007-02-07 [paul] 2.7.2cvs29

* src/folder.c
cut down on unnecessary debug_prints
* src/imap_gtk.c
fix menu_set_active() on 'Show only
subscribed folders'

17 years ago2007-02-07 [paul] 2.7.2cvs28
Paul Mangan [Wed, 7 Feb 2007 10:44:49 +0000 (10:44 +0000)]
2007-02-07 [paul] 2.7.2cvs28

* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin.h
* src/plugins/clamav/clamav_plugin_gtk.c
fix copyright header

17 years ago2007-02-07 [paul] 2.7.2cvs27
Paul Mangan [Wed, 7 Feb 2007 09:58:38 +0000 (09:58 +0000)]
2007-02-07 [paul] 2.7.2cvs27

* src/procheader.c
fix bug 1116, 'summary view allow a
subject line break'

17 years ago2007-02-06 [colin] 2.7.2cvs26
Colin Leroy [Tue, 6 Feb 2007 22:25:57 +0000 (22:25 +0000)]
2007-02-06 [colin] 2.7.2cvs26

* src/summaryview.c
Fix delete thread

17 years ago2007-02-05 [fabien] 2.7.2cvs25
Fabien Vantard [Mon, 5 Feb 2007 20:57:50 +0000 (20:57 +0000)]
2007-02-05 [fabien] 2.7.2cvs25

* po/POTFILES.in
* src/uri_opener.c
i18n related - 1 fix and 1 message for translators.

17 years ago2007-02-05 [colin] 2.7.2cvs24
Colin Leroy [Mon, 5 Feb 2007 20:36:46 +0000 (20:36 +0000)]
2007-02-05 [colin] 2.7.2cvs24

* src/gtk/quicksearch.c
Don't reload summary list if quicksearch wasn't
active on hiding; move currently selected mail in
the visible area when showing the quicksearch

17 years ago2007-02-05 [colin] 2.7.2cvs23
Colin Leroy [Mon, 5 Feb 2007 18:41:14 +0000 (18:41 +0000)]
2007-02-05 [colin] 2.7.2cvs23

* src/folderview.c
Add debug to try to solve bug 1104

17 years ago2007-02-05 [paul] 2.7.2cvs22
Paul Mangan [Mon, 5 Feb 2007 05:28:17 +0000 (05:28 +0000)]
2007-02-05 [paul] 2.7.2cvs22

* src/mainwindow.c
confirm before emptying trash on exit is
a Yes or No answer, use Yes or No in the
dialog

17 years ago2007-02-04 [colin] 2.7.2cvs21
Colin Leroy [Sun, 4 Feb 2007 22:52:27 +0000 (22:52 +0000)]
2007-02-04 [colin] 2.7.2cvs21

* src/compose.c
* src/plugins/pgpcore/passphrase.c
* src/plugins/pgpcore/select-keys.c
Set wmclass on new windows

17 years ago2007-02-04 [colin] 2.7.2cvs20
Colin Leroy [Sun, 4 Feb 2007 11:51:29 +0000 (11:51 +0000)]
2007-02-04 [colin] 2.7.2cvs20

* src/compose.c
* src/compose.h
Auto save drafts on exit, reopen them
at startup, instead of asking
* src/account.c
* src/addressadd.c
* src/addressbook.c
* src/addressbook_foldersel.c
* src/addrgather.c
* src/crash.c
* src/editaddress.c
* src/editbook.c
* src/editgroup.c
* src/editjpilot.c
* src/editldap.c
* src/editldap_basedn.c
* src/editvcard.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/export.c
* src/foldersel.c
* src/gedit-print.c
* src/import.c
* src/importldif.c
* src/importmutt.c
* src/importpine.c
* src/main.c
* src/mainwindow.c
* src/message_search.c
* src/messageview.c
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_folder_column.c
* src/prefs_gtk.c
* src/prefs_matcher.c
* src/prefs_other.c
* src/prefs_summaries.c
* src/prefs_summary_column.c
* src/prefs_template.c
* src/sourcewindow.c
* src/ssl_manager.c
* src/summary_search.c
* src/uri_opener.c
* src/gtk/about.c
* src/gtk/description_window.c
* src/gtk/foldersort.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/icon_legend.c
* src/gtk/logwindow.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
Give different wmclass to different
windows - thanks to sed ;)

17 years ago2007-02-04 [colin] 2.7.2cvs19
Colin Leroy [Sun, 4 Feb 2007 10:25:42 +0000 (10:25 +0000)]
2007-02-04 [colin] 2.7.2cvs19

* src/main.c
Revert previous patch, can't reproduce
it anymore.

17 years ago2007-02-03 [colin] 2.7.2cvs18
Colin Leroy [Sat, 3 Feb 2007 23:25:39 +0000 (23:25 +0000)]
2007-02-03 [colin] 2.7.2cvs18

* src/main.c
Don't save the mainwindow size and
position on emergency exit (libSM's
"die" callback), Xfce seems to make
the window smaller just before the
size's saved.

17 years ago2007-02-03 [colin] 2.7.2cvs17
Colin Leroy [Sat, 3 Feb 2007 11:58:16 +0000 (11:58 +0000)]
2007-02-03 [colin] 2.7.2cvs17

* src/plugins/bogofilter/bogofilter.c
* src/plugins/bogofilter/bogofilter.h
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpinline/pgpinline.h
Fix more copyrights

17 years agoFix revision
Colin Leroy [Sat, 3 Feb 2007 10:24:31 +0000 (10:24 +0000)]
Fix revision

17 years ago2007-02-03 [colin] 2.7.2cvs17
Colin Leroy [Sat, 3 Feb 2007 09:59:57 +0000 (09:59 +0000)]
2007-02-03 [colin] 2.7.2cvs17

* src/partial_download.c
* src/partial_download.h
* src/ssl_manager.c
* src/ssl_manager.h
* src/uri_opener.c
* src/uri_opener.h
* src/wizard.c
* src/wizard.h
* src/common/ssl_certificate.c
* src/common/ssl_certificate.h
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
* src/gtk/sslcertwindow.c
* src/gtk/sslcertwindow.h
Fix copyright on my files

17 years ago2007-02-02 [colin] 2.7.2cvs15
Colin Leroy [Fri, 2 Feb 2007 17:48:17 +0000 (17:48 +0000)]
2007-02-02 [colin] 2.7.2cvs15

* src/Makefile.am
* src/mainwindow.c
* src/messageview.c
* src/messageview.h
* src/textview.c
* src/textview.h
* src/uri_opener.c
* src/uri_opener.h
Add Tools/List URIs to allow
opening any URI in the current mail

17 years ago2007-02-02 [colin] 2.7.2cvs14
Colin Leroy [Fri, 2 Feb 2007 07:44:04 +0000 (07:44 +0000)]
2007-02-02 [colin] 2.7.2cvs14

* src/common/valgrind.h ** NEW FILE **
* src/common/Makefile.am
* src/common/plugin.c
Don't dlclose the plugins if we're running
under valgrind. (doesn't require valgrind
either at compile time or run time).

17 years ago2007-02-01 [paul] 2.7.2cvs13
Paul Mangan [Thu, 1 Feb 2007 17:58:28 +0000 (17:58 +0000)]
2007-02-01 [paul] 2.7.2cvs13

* AUTHORS
* src/gtk/authors.h
* tools/freshmeat_search.pl
* tools/google_search.pl
* tools/multiwebsearch.pl
add support for non ISO-8859-1 compatible locales
Patch by Alex Gorbachenko <agent_007@immo.ru>

17 years ago2007-02-01 [colin] 2.7.2cvs12
Colin Leroy [Thu, 1 Feb 2007 17:43:33 +0000 (17:43 +0000)]
2007-02-01 [colin] 2.7.2cvs12

* src/prefs_other.c
* src/prefs_summaries.c
Move keybinding prefs to the Other page

17 years ago2007-02-01 [wwp] 2.7.2cvs11
Tristan Chabredier [Thu, 1 Feb 2007 13:27:21 +0000 (13:27 +0000)]
2007-02-01 [wwp] 2.7.2cvs11

* src/plugins/trayicon/trayicon.c
Fix a raising issue within KDE.

17 years ago2007-02-01 [colin] 2.7.2cvs10
Colin Leroy [Thu, 1 Feb 2007 07:27:50 +0000 (07:27 +0000)]
2007-02-01 [colin] 2.7.2cvs10

* src/codeconv.c
Fix stray quotes in encoded strings
* src/addressadd.c
Fix wrong call causing g_warnings
* src/textview.c
Remove useless message

17 years ago2007-01-31 [wwp] 2.7.2cvs9
Tristan Chabredier [Wed, 31 Jan 2007 22:42:09 +0000 (22:42 +0000)]
2007-01-31 [wwp] 2.7.2cvs9

* src/plugins/trayicon/trayicon.c
fix buggy hiding of main window when closing if close-to-tray
is not set (bad logics  in the trayicon hook code).
Changed the quit confirmation message too.

17 years ago2007-01-30 [colin] 2.7.2cvs8
Colin Leroy [Tue, 30 Jan 2007 18:19:25 +0000 (18:19 +0000)]
2007-01-30 [colin] 2.7.2cvs8

* src/main.c
Fix hidden mainwindow after clicking on
the X close button, if compose windows
exist and the user chooses not to quit

17 years ago2007-01-30 [colin] 2.7.2cvs7
Colin Leroy [Tue, 30 Jan 2007 17:15:04 +0000 (17:15 +0000)]
2007-01-30 [colin] 2.7.2cvs7

* src/main.c
* src/compose.c
Handle local URIs to attach files (file:///...)
Fixes attaching files from Thunar for example

17 years ago2007-01-30 [colin] 2.7.2cvs6
Colin Leroy [Tue, 30 Jan 2007 07:24:55 +0000 (07:24 +0000)]
2007-01-30 [colin] 2.7.2cvs6

* src/prefs_ext_prog.c
Add 'mousepad' to the list of text editors.
Mousepad is XFCE's text editor

17 years ago2007-01-29 [wwp] 2.7.2cvs5
Tristan Chabredier [Mon, 29 Jan 2007 21:06:20 +0000 (21:06 +0000)]
2007-01-29 [wwp] 2.7.2cvs5

* po/POTFILES.in
* src/plugins/trayicon/trayicon_prefs.c
trayicon i18n fixes, thanks to Fabien.

17 years ago2007-01-28 [wwp] 2.7.2cvs4
Tristan Chabredier [Sun, 28 Jan 2007 12:05:08 +0000 (12:05 +0000)]
2007-01-28 [wwp] 2.7.2cvs4

* src/mainwindow.c
* src/mainwindow.h
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/trayicon_prefs.c
* src/plugins/trayicon/trayicon_prefs.h
Added a new TrayIcon plugin option to close to tray
(WM's hotkey and [X] button will hide the window instead
of closing it - closing CM can be done using the tray icon
menu or the File menu).
Improved visibility handling in trayicon, clicking the
trayicon now raise the window to current desktop when it
was either minimized/shaded/on another desktop.
Thanks to Paul for testing and fixing a strange behaviour
in KDE ;-).

17 years ago2007-01-27 [paul] 2.7.2cvs3
Paul Mangan [Sat, 27 Jan 2007 16:36:43 +0000 (16:36 +0000)]
2007-01-27 [paul] 2.7.2cvs3

* src/prefs_folder_item.c
* src/prefs_receive.c
* src/plugins/pgpcore/prefs_gpg.c
use 'start-up' instead of 'startup' in labels

17 years ago2007-01-26 [wwp] 2.7.2cvs2
Tristan Chabredier [Fri, 26 Jan 2007 10:16:22 +0000 (10:16 +0000)]
2007-01-26 [wwp] 2.7.2cvs2

* src/plugins/trayicon/Makefile.am
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/trayicon_prefs.c
* src/plugins/trayicon/trayicon_prefs.h
Add a new TrayIcon option to hide the main window at
start-up.
Fix trayicon.c copyright header.

17 years ago2007-01-26 [paul] 2.7.2cvs1
Paul Mangan [Fri, 26 Jan 2007 08:46:19 +0000 (08:46 +0000)]
2007-01-26 [paul] 2.7.2cvs1

* NEWS
* README
* RELEASE_NOTES
* configure.ac
bump up version number following
stable release

17 years ago2007-01-25 [mones] 2.7.1cvs60
Ricardo Mones [Thu, 25 Jan 2007 18:44:17 +0000 (18:44 +0000)]
2007-01-25 [mones] 2.7.1cvs60

* po/es.po
updated thousands of strings (well, probably less ;-)

17 years ago2007-01-25 [colin] 2.7.1cvs59
Colin Leroy [Thu, 25 Jan 2007 17:18:14 +0000 (17:18 +0000)]
2007-01-25 [colin] 2.7.1cvs59

* src/matcher.c
Fix 2nd-run loss of matcherrc on new
configurations.

17 years ago2007-01-25 [wwp] 2.7.1cvs58
Tristan Chabredier [Thu, 25 Jan 2007 17:13:52 +0000 (17:13 +0000)]
2007-01-25 [wwp] 2.7.1cvs58

* src/mimeview.c
fix handling of empty value in attach_save_directory too, thanks
to Colin.

17 years ago2007-01-25 [wwp] 2.7.1cvs57
Tristan Chabredier [Thu, 25 Jan 2007 16:54:28 +0000 (16:54 +0000)]
2007-01-25 [wwp] 2.7.1cvs57

* src/gtk/filesel.c
fix handling of empty value in attach_load_directory,
thanks to Colin.

17 years ago2007-01-25 [wwp] 2.7.1cvs56
Tristan Chabredier [Thu, 25 Jan 2007 15:08:57 +0000 (15:08 +0000)]
2007-01-25 [wwp] 2.7.1cvs56

* src/plugins/dillo_viewer/dillo_prefs.h
fix a typo.

17 years ago2007-01-25 [colin] 2.7.1cvs55
Colin Leroy [Thu, 25 Jan 2007 07:47:09 +0000 (07:47 +0000)]
2007-01-25 [colin] 2.7.1cvs55

* src/matcher.c
* src/matcher.h
* src/matcher_parser_parse.y
* src/prefs_matcher.c
Add matching on the spam flag

17 years ago2007-01-24 [colin] 2.7.1cvs54
Colin Leroy [Wed, 24 Jan 2007 17:56:39 +0000 (17:56 +0000)]
2007-01-24 [colin] 2.7.1cvs54

* src/folder.c
* src/common/xml.c
* src/common/xml.h
Make sure folderlist.xml is correctly
written before overwriting it.
* src/procmsg.c
* src/procmsg.h
* src/summaryview.c
* src/plugins/bogofilter/bogofilter.c
* src/plugins/bogofilter/bogofilter.h
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h
* src/plugins/spamassassin/spamassassin_gtk.c
Move spam to the correct trash folder after
learning, if spam directory isn't set.

17 years ago2007-01-23 [paul] 2.7.1cvs53
Paul Mangan [Tue, 23 Jan 2007 22:15:58 +0000 (22:15 +0000)]
2007-01-23 [paul] 2.7.1cvs53

* src/plugins/bogofilter/bogofilter_gtk.c
fix sensitivity of "Insert X-Bogosity header"
option

17 years ago2007-01-23 [colin] 2.7.1cvs52
Colin Leroy [Tue, 23 Jan 2007 20:25:06 +0000 (20:25 +0000)]
2007-01-23 [colin] 2.7.1cvs52

* src/toolbar.c
Translate toolbar items text if
they're translatable (default)
* src/addrcache.c
* src/addrcache.h
* src/addritem.c
* src/addritem.h
* src/codeconv.c
* src/codeconv.h
* src/jpilot.c
* src/jpilot.h
* src/ldapctrl.c
* src/ldapctrl.h
* src/ldapquery.h
* src/ldif.c
* src/ldif.h
* src/etpan/etpan-thread-manager.c
* src/etpan/etpan-thread-manager.h
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
More static functions

17 years ago2007-01-22 [fabien] 2.7.1cvs51
Fabien Vantard [Mon, 22 Jan 2007 21:06:25 +0000 (21:06 +0000)]
2007-01-22 [fabien] 2.7.1cvs51

* src/gtk/gtkutils.c
gtkut_get_options_frame() : ability to pass
a 'NULL' value in frame pointer parameter if
we don't need it.

17 years ago2007-01-22 [colin] 2.7.1cvs50
Colin Leroy [Mon, 22 Jan 2007 17:51:22 +0000 (17:51 +0000)]
2007-01-22 [colin] 2.7.1cvs50

* src/procmsg.c
* src/procmsg.h
* src/plugins/bogofilter/bogofilter.c
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
Allow moving spams to the account's trash
instead of default one

17 years ago2007-01-21 [colin] 2.7.1cvs49
Colin Leroy [Sun, 21 Jan 2007 21:33:17 +0000 (21:33 +0000)]
2007-01-21 [colin] 2.7.1cvs49

* src/ldapquery.c
* src/ldapquery.h
Revert a static function that shouldn't
have been

17 years ago2007-01-21 [colin] 2.7.1cvs48
Colin Leroy [Sun, 21 Jan 2007 20:28:12 +0000 (20:28 +0000)]
2007-01-21 [colin] 2.7.1cvs48

* src/ldapquery.c
* src/ldapquery.h
Same

17 years ago2007-01-21 [colin] 2.7.1cvs47
Colin Leroy [Sun, 21 Jan 2007 15:10:54 +0000 (15:10 +0000)]
2007-01-21 [colin] 2.7.1cvs47

* src/procmsg.c
* src/procmsg.h
Same

17 years ago2007-01-21 [colin] 2.7.1cvs46
Colin Leroy [Sun, 21 Jan 2007 14:15:40 +0000 (14:15 +0000)]
2007-01-21 [colin] 2.7.1cvs46

* src/common/socket.c
* src/common/socket.h
Same

17 years ago2007-01-21 [colin] 2.7.1cvs45
Colin Leroy [Sun, 21 Jan 2007 12:16:52 +0000 (12:16 +0000)]
2007-01-21 [colin] 2.7.1cvs45

* src/crash.c
* src/exporthtml.c
* src/exporthtml.h
* src/exportldif.c
* src/exportldif.h
* src/folder.c
* src/folder.h
* src/folder_item_prefs.c
* src/folder_item_prefs.h
* src/folderview.c
* src/folderview.h
* src/gedit-print.c
* src/gedit-print.h
* src/main.c
* src/main.h
* src/common/socket.c
* src/common/socket.h
* src/gtk/gtkaspell.c
* src/gtk/gtkaspell.h
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
Same

17 years ago2007-01-21 [colin] 2.7.1cvs44
Colin Leroy [Sun, 21 Jan 2007 11:52:39 +0000 (11:52 +0000)]
2007-01-21 [colin] 2.7.1cvs44

* src/common/utils.c
* src/common/utils.h
* src/etpan/etpan-thread-manager.c
* src/etpan/etpan-thread-manager.h
Same (Funny that etpan_thread_unbind
is called but not etpan_thread_bind)

17 years ago2007-01-21 [colin] 2.7.1cvs43
Colin Leroy [Sun, 21 Jan 2007 11:41:13 +0000 (11:41 +0000)]
2007-01-21 [colin] 2.7.1cvs43

* src/addrselect.c
* src/addrselect.h
* src/codeconv.c
* src/codeconv.h
* src/compose.c
* src/compose.h
* src/etpan/Makefile.am
* src/gtk/colorlabel.c
* src/gtk/colorlabel.h
* src/gtk/sslcertwindow.c
* src/gtk/sslcertwindow.h
* src/etpan/etpan-log.c ** REMOVED **
* src/etpan/etpan-log.h ** REMOVED **
Same

17 years ago2007-01-20 [colin] 2.7.1cvs42
Colin Leroy [Sat, 20 Jan 2007 21:37:49 +0000 (21:37 +0000)]
2007-01-20 [colin] 2.7.1cvs42

* src/addritem.c
* src/addritem.h
Same

17 years ago2007-01-20 [colin] 2.7.1cvs41
Colin Leroy [Sat, 20 Jan 2007 20:39:34 +0000 (20:39 +0000)]
2007-01-20 [colin] 2.7.1cvs41

* src/account.c
* src/account.h
* src/addrbook.c
* src/addrbook.h
* src/addrcache.c
* src/addrcache.h
* src/addrclip.c
* src/addrclip.h
* src/addressbook.c
* src/addressbook.h
* src/addrharvest.c
* src/addrharvest.h
* src/addrindex.c
* src/addrindex.h
* src/editaddress.c
* src/editaddress.h
Make functions that aren't used in other
files static

17 years ago2007-01-20 [colin] 2.7.1cvs40
Colin Leroy [Sat, 20 Jan 2007 19:54:05 +0000 (19:54 +0000)]
2007-01-20 [colin] 2.7.1cvs40

* src/account.c
* src/addrbook.c
* src/addrcache.c
* src/addressbook.c
* src/addrgather.c
* src/addrindex.c
* src/addrquery.c
* src/addrselect.c
* src/browseldap.c
* src/compose.c
* src/editbook.c
* src/editjpilot.c
* src/editldap.c
* src/editldap_basedn.c
* src/editvcard.c
* src/exporthtml.c
* src/exportldif.c
* src/folder.c
* src/folderview.c
* src/image_viewer.c
* src/imap.c
* src/importmutt.c
* src/importpine.c
* src/jpilot.c
* src/ldapquery.c
* src/main.c
* src/mainwindow.c
* src/matcher.c
* src/messageview.c
* src/mh.c
* src/mimeview.c
* src/msgcache.c
* src/mutt.c
* src/news.c
* src/pine.c
* src/prefs_account.c
* src/prefs_common.c
* src/prefs_compose_writing.c
* src/prefs_ext_prog.c
* src/prefs_folder_item.c
* src/prefs_fonts.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_toolbar.c
* src/prefs_wrapping.c
* src/privacy.c
* src/procmime.c
* src/procmsg.c
* src/ssl_manager.c
* src/statusbar.c
* src/summaryview.c
* src/toolbar.c
* src/vcard.c
* src/common/hooks.c
* src/common/log.c
* src/common/passcrypt.c
* src/common/socket.c
* src/common/ssl.c
* src/common/ssl_certificate.c
* src/common/template.c
* src/common/utils.c
* src/etpan/imap-thread.c
* src/gtk/sslcertwindow.c
* src/gtk/sslcertwindow.h
Make functions that could be static, static

17 years ago2007-01-20 [colin] 2.7.1cvs39
Colin Leroy [Sat, 20 Jan 2007 16:34:38 +0000 (16:34 +0000)]
2007-01-20 [colin] 2.7.1cvs39

* src/editldap.c
Fix tooltip

17 years ago2007-01-20 [colin] 2.7.1cvs38
Colin Leroy [Sat, 20 Jan 2007 15:52:18 +0000 (15:52 +0000)]
2007-01-20 [colin] 2.7.1cvs38

* src/ldapquery.c
* src/ldaputil.c
* src/ldaputil.h
Fix bug 1102, 'claws-mail-2.7.1
makes use of deprecated ldap
functions'

17 years ago2007-01-20 [colin] 2.7.1cvs37
Colin Leroy [Sat, 20 Jan 2007 11:29:48 +0000 (11:29 +0000)]
2007-01-20 [colin] 2.7.1cvs37

* src/mainwindow.c
* src/mainwindow.h
* src/summaryview.c
* src/gtk/quicksearch.c
Add Wide message list layout

17 years ago2007-01-19 [fabien] 2.7.1cvs36
Fabien Vantard [Fri, 19 Jan 2007 19:04:05 +0000 (19:04 +0000)]
2007-01-19 [fabien] 2.7.1cvs36

* src/textview.c
make sure a font change is considered in links of
headerview.

17 years ago2007-01-19 [colin] 2.7.1cvs35
Colin Leroy [Fri, 19 Jan 2007 18:16:09 +0000 (18:16 +0000)]
2007-01-19 [colin] 2.7.1cvs35

* src/main.c
* src/mainwindow.c
* src/mainwindow.h
* src/messageview.c
* src/messageview.h
* src/prefs_common.c
* src/prefs_common.h
* src/summaryview.c
* src/summaryview.h
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
Drop 'Separate Folder tree' and 'Separate
Message View'. Put three layouts in place
of it.

17 years ago2007-01-19 [paul] 2.7.1cvs34
Paul Mangan [Fri, 19 Jan 2007 10:34:31 +0000 (10:34 +0000)]
2007-01-19 [paul] 2.7.1cvs34

* src/prefs_msg_colors.c
more use of Q_ for translators

17 years ago2007-01-19 [paul] 2.7.1cvs33
Paul Mangan [Fri, 19 Jan 2007 09:04:08 +0000 (09:04 +0000)]
2007-01-19 [paul] 2.7.1cvs33

* src/imap_gtk.c
* src/prefs_account.c
a few changes to the English

17 years ago2007-01-19 [fabien] 2.7.1cvs32
Fabien Vantard [Fri, 19 Jan 2007 05:44:42 +0000 (05:44 +0000)]
2007-01-19 [fabien] 2.7.1cvs32

* src/wizard.c
factorize translatable string