claws.git
18 years ago2006-03-01 [wwp] 2.0.0cvs90
Tristan Chabredier [Wed, 1 Mar 2006 14:57:57 +0000 (14:57 +0000)]
2006-03-01 [wwp] 2.0.0cvs90

* src/compose.c
some work around the compose window's account menu,
patch by Fabien Vantard.

18 years ago2006-03-01 [wwp] 2.0.0cvs89
Tristan Chabredier [Wed, 1 Mar 2006 14:23:10 +0000 (14:23 +0000)]
2006-03-01 [wwp] 2.0.0cvs89

* src/plugins/spamassassin/spamassassin.c
fixed bad logics, was using spamc in local mode and sa-learn
in remote mode (thanks, Colin).

18 years ago2006-03-01 [wwp] 2.0.0cvs88
Tristan Chabredier [Wed, 1 Mar 2006 10:25:10 +0000 (10:25 +0000)]
2006-03-01 [wwp] 2.0.0cvs88

* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h
* src/plugins/spamassassin/spamassassin_gtk.c
made processing of emails w/ sa-plugin an option (default is TRUE),
fixed Engrish some tooltips, capitalization of some debug messages
and warnings. The spamassassin plugin now provides two separate
services: process emails upon incorporation and spamd training.
Both services (un)register independently but use some common
plugin settings (transport settings, spam storage location).

18 years ago2006-02-28 [wwp] 2.0.0cvs87
Tristan Chabredier [Tue, 28 Feb 2006 20:25:35 +0000 (20:25 +0000)]
2006-02-28 [wwp] 2.0.0cvs87

* src/plugins/spamassassin/spamassassin.c
fix async flag to spamc cmdline execution (batch exec should
be asynchronous).

18 years ago2006-02-27 [wwp] 2.0.0cvs86
Tristan Chabredier [Mon, 27 Feb 2006 22:15:06 +0000 (22:15 +0000)]
2006-02-27 [wwp] 2.0.0cvs86

* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h
* src/plugins/spamassassin/spamassassin_gtk.c
- added the ability to learn a remote spamassassin server (spamd),
using spamc.
- added the spamassassin option 'username', that applies to all
spamassassin operations (filtering, learning, local or remote).
The default username is the current unix user (if left blank
from gtk prefs or config file).
- commented out some unused code (notebook widget), removed unused
layout (hbox1).
- make more widgets sensitive to the transport type.

18 years ago2006-02-27 [colin] 2.0.0cvs85
Colin Leroy [Mon, 27 Feb 2006 17:55:49 +0000 (17:55 +0000)]
2006-02-27 [colin] 2.0.0cvs85

* src/plugins/spamassassin/spamassassin.c
Fix sa-learn call when offline

18 years agofix my name
Colin Leroy [Mon, 27 Feb 2006 17:49:19 +0000 (17:49 +0000)]
fix my name

18 years ago2006-02-27 [cleroy] 2.0.0cvs84
Colin Leroy [Mon, 27 Feb 2006 17:47:53 +0000 (17:47 +0000)]
2006-02-27 [cleroy] 2.0.0cvs84

* configure.ac
* src/Makefile.am
* src/mainwindow.c
* src/mainwindow.h
* src/messageview.c
* src/messageview.h
* src/prefs_toolbar.c
* src/procmsg.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/summaryview.c
* src/toolbar.c
* src/toolbar.h
* src/pixmaps/ham_btn.xpm
* src/pixmaps/spam.xpm
* src/pixmaps/spam_btn.xpm
* src/plugins/spamassassin/spamassassin.c
Add button in toolbar for spam learning
Fix a few bugs from the last related commit
Revert 1.9.6cvs23 which messed up shift-selection

18 years ago2006-02-24 [colin] 2.0.0cvs83
Colin Leroy [Fri, 24 Feb 2006 19:20:17 +0000 (19:20 +0000)]
2006-02-24 [colin] 2.0.0cvs83

* src/procmsg.c
* src/summaryview.c
* src/summaryview.h
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h
* src/plugins/spamassassin/spamassassin_gtk.c
Unregister learner when spamassassin is either
disabled or over tcp

18 years ago2006-02-24 [colin] 2.0.0cvs82
Colin Leroy [Fri, 24 Feb 2006 17:48:13 +0000 (17:48 +0000)]
2006-02-24 [colin] 2.0.0cvs82

* src/Makefile.am
* src/mainwindow.c
* src/mainwindow.h
* src/procmsg.c
* src/procmsg.h
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/summaryview.c
* src/summaryview.h
* src/gtk/icon_legend.c
* src/pixmaps/spam.xpm ** NEW FILE **
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
Add spam learning interface (Mark/Mark as
(spam|ham) menus)

18 years ago2006-02-24 [wwp] 2.0.0cvs81
Tristan Chabredier [Fri, 24 Feb 2006 13:32:38 +0000 (13:32 +0000)]
2006-02-24 [wwp] 2.0.0cvs81

* src/compose.c
* src/compose.h
* src/filtering.c
hide compose window when sending message in batch mode
(filtering: forward and redirect). Also fixed a wrong
value returned when sending failed, neutral anyway.
(Colin, me)

18 years ago2006-02-24 [wwp] 2.0.0cvs80
Tristan Chabredier [Fri, 24 Feb 2006 11:50:35 +0000 (11:50 +0000)]
2006-02-24 [wwp] 2.0.0cvs80

* src/mainwindow.c
use GTK+'s stock quit button. Patch by Fabien Vantard.

18 years ago2006-02-24 [paul] 2.0.0cvs79
Paul Mangan [Fri, 24 Feb 2006 08:25:19 +0000 (08:25 +0000)]
2006-02-24 [paul] 2.0.0cvs79

* src/news.c
* src/news.h
* src/news_gtk.c
fix bug 916, 'newsgroup unsubscribe segmentation fault'
Thanks to Colin

18 years ago2006-02-23 [colin] 2.0.0cvs78
Colin Leroy [Thu, 23 Feb 2006 19:29:54 +0000 (19:29 +0000)]
2006-02-23 [colin] 2.0.0cvs78

* src/alertpanel.c
Change OK to Close in alertpanel with View log
button; add accel to View log. Patch by Fabien
Vantard

18 years ago2006-02-23 [wwp] 2.0.0cvs77
Tristan Chabredier [Thu, 23 Feb 2006 14:58:55 +0000 (14:58 +0000)]
2006-02-23 [wwp] 2.0.0cvs77

* src/compose.c
silly me, there were much more tests to perform, since toolbars can
really have down to 1 element only.

18 years ago2006-02-23 [wwp] 2.0.0cvs76
Tristan Chabredier [Thu, 23 Feb 2006 14:41:37 +0000 (14:41 +0000)]
2006-02-23 [wwp] 2.0.0cvs76

* commitHelper
fixed indentation from my previous commit. Fallback to VISUAL if
EDITOR is not set (and to vi, at last resort).

18 years ago2006-02-23 [wwp] 2.0.0cvs75
Tristan Chabredier [Thu, 23 Feb 2006 10:24:45 +0000 (10:24 +0000)]
2006-02-23 [wwp] 2.0.0cvs75

* commitHelper
improved error detection (Colin, me).

18 years ago2006-02-23 [wwp] 2.0.0cvs74
Tristan Chabredier [Thu, 23 Feb 2006 08:47:42 +0000 (08:47 +0000)]
2006-02-23 [wwp] 2.0.0cvs74

* src/prefs_toolbar.c
simplify and fix prefs/toolbars layouting. Combos' contents can
now be really displayed.

18 years ago2006-02-22 [wwp] 2.0.0cvs72
Tristan Chabredier [Wed, 22 Feb 2006 19:51:21 +0000 (19:51 +0000)]
2006-02-22 [wwp] 2.0.0cvs72

* src/compose.c
fix a typo in my previous commit (sorry!).

18 years ago2006-02-22 [wwp] 2.0.0cvs71
Tristan Chabredier [Wed, 22 Feb 2006 19:25:38 +0000 (19:25 +0000)]
2006-02-22 [wwp] 2.0.0cvs71

* src/prefs_toolbar.c
fix a crash when adding separators to toolbars,
also fix some separator item information.

18 years ago2006-02-22 [wwp] 2.0.0cvs70
Tristan Chabredier [Wed, 22 Feb 2006 19:21:11 +0000 (19:21 +0000)]
2006-02-22 [wwp] 2.0.0cvs70

* src/compose.c
fix a crash when redirecting (for instance) when compose window's
toolbar contents has been customized (when some buttons have been
removed in fact).

18 years ago2006-02-21 [wwp] 2.0.0cvs69
Tristan Chabredier [Tue, 21 Feb 2006 22:34:05 +0000 (22:34 +0000)]
2006-02-21 [wwp] 2.0.0cvs69

* src/summaryview.c
* src/gtk/pluginwindow.c
* src/plugins/pgpcore/prefs_gpg.c
fix some compilation warnings (feat. remains of removed code).

18 years ago2006-02-21 [wwp] 2.0.0cvs68
Tristan Chabredier [Tue, 21 Feb 2006 14:46:36 +0000 (14:46 +0000)]
2006-02-21 [wwp] 2.0.0cvs68

* src/gtk/gtkutils.c
fix two compilation issues, thanks to Stephan Sachse.

18 years ago2006-02-20 [colin] 2.0.0cvs67
Colin Leroy [Mon, 20 Feb 2006 18:56:19 +0000 (18:56 +0000)]
2006-02-20 [colin] 2.0.0cvs67

* src/mainwindow.c
Don't reselect displayed mail on refocus
This fixes actions misbehaving

18 years ago2006-02-20 [wwp] 2.0.0cvs66
Tristan Chabredier [Mon, 20 Feb 2006 13:56:04 +0000 (13:56 +0000)]
2006-02-20 [wwp] 2.0.0cvs66

* src/summaryview.c
* src/gtk/gtksctree.c
* src/gtk/gtkshruler.c
changed more runtime typecast checks.

18 years ago2006-02-20 [wwp] 2.0.0cvs65
Tristan Chabredier [Mon, 20 Feb 2006 13:38:37 +0000 (13:38 +0000)]
2006-02-20 [wwp] 2.0.0cvs65

* src/summary_search.c
find all - summaryview refresh issue fixed, thanks to Colin.

18 years ago2006-02-20 [wwp] 2.0.0cvs64
Tristan Chabredier [Mon, 20 Feb 2006 12:59:09 +0000 (12:59 +0000)]
2006-02-20 [wwp] 2.0.0cvs64

* src/gtk/gtkutils.c
better runtime typecast checks.

18 years ago2006-02-20 [wwp] 2.0.0cvs63
Tristan Chabredier [Mon, 20 Feb 2006 12:57:32 +0000 (12:57 +0000)]
2006-02-20 [wwp] 2.0.0cvs63

* src/summary_search.c
enhancements to the summary search:
- add the ability to stop the running search
  (upon ESC-key press, new Stop button or when Clear button is pressed)
- don't search if no criteria (From/To/Subject/Body) is set
- ensure that a busy mouse pointer is always shown when searching,
  show it even a bit earlier

18 years ago2006-02-19 [colin] 2.0.0cvs62
Colin Leroy [Sun, 19 Feb 2006 23:46:49 +0000 (23:46 +0000)]
2006-02-19 [colin] 2.0.0cvs62

* src/compose.c
* src/imap.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
(Future) IMAP speed improvement on sending
Will require a libetpan update
* src/summaryview.c
* src/gtk/quicksearch.c
Make quicksearch clearable while running.

18 years ago2006-02-17 [colin] 2.0.0cvs61
Colin Leroy [Fri, 17 Feb 2006 20:51:40 +0000 (20:51 +0000)]
2006-02-17 [colin] 2.0.0cvs61

* src/imap.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
Check for IMAP certificates
** Requires libetpan-0.42-cvs4
** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz

18 years ago2006-02-17 [cleroy] 2.0.0cvs60
Colin Leroy [Fri, 17 Feb 2006 17:43:25 +0000 (17:43 +0000)]
2006-02-17 [cleroy] 2.0.0cvs60

* src/messageview.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_message.c
Add pref to display HTML-only mails with plugin,
if possible (defaulting to FALSE of course).

18 years ago2006-02-16 [cleroy] 2.0.0cvs59
Colin Leroy [Thu, 16 Feb 2006 17:26:29 +0000 (17:26 +0000)]
2006-02-16 [cleroy] 2.0.0cvs59

* src/main.c
* src/common/plugin.c
* src/common/plugin.h
* src/gtk/pluginwindow.c
Keep track of requested (but unloaded) plugins
in some error cases.

18 years ago2006-02-16 [wwp] 2.0.0cvs58
Tristan Chabredier [Thu, 16 Feb 2006 16:01:51 +0000 (16:01 +0000)]
2006-02-16 [wwp] 2.0.0cvs58

* src/gtk/gtkaspell.c
* src/gtk/gtkaspell.h
* src/prefs_spelling.c
* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
implemented new optional spellchecker behaviour: re-check message when
dictionary got changed (from compose-window/context-menu/Change dictionary).

18 years ago2006-02-16 [wwp] 2.0.0cvs57
Tristan Chabredier [Thu, 16 Feb 2006 09:22:21 +0000 (09:22 +0000)]
2006-02-16 [wwp] 2.0.0cvs57

* src/quote_fmt_parse.y
pclose popen'ed pipe.

18 years ago2006-02-15 [colin] 2.0.0cvs56
Colin Leroy [Wed, 15 Feb 2006 17:59:37 +0000 (17:59 +0000)]
2006-02-15 [colin] 2.0.0cvs56

* src/mimeview.c
* src/mimeview.h
Let MimeViewers know which MimeView they
depend of.
* src/summaryview.c
Swap From/To columns in Sent/Queue/Drafts
folders
* src/etpan/imap-thread.c
Use mailstream_low_tls_open() for STARTTLS
instead of mailstream_low_ssl_open()
** REQUIRES libetpan 0.42cvs3 **

18 years ago2006-02-15 [wwp] 2.0.0cvs55
Tristan Chabredier [Wed, 15 Feb 2006 15:21:49 +0000 (15:21 +0000)]
2006-02-15 [wwp] 2.0.0cvs55

* src/compose.c
* src/compose.h
* src/message_search.c
* src/message_search.h
* src/textview.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
added the ability to Find text in the compose window (and a bit
of code factorization).

18 years ago2006-02-15 [wwp] 2.0.0cvs54
Tristan Chabredier [Wed, 15 Feb 2006 14:28:47 +0000 (14:28 +0000)]
2006-02-15 [wwp] 2.0.0cvs54

* src/prefs_gtk.c
yet another one file was missing (fix for some widgets' sensitivity).
Thanks Colin!

18 years ago2006-02-15 [wwp] 2.0.0cvs53
Tristan Chabredier [Wed, 15 Feb 2006 14:17:54 +0000 (14:17 +0000)]
2006-02-15 [wwp] 2.0.0cvs53

* src/prefs_gtk.h
oops forgot that file (fix for some widgets' sensitivity).

18 years ago2006-02-15 [wwp] 2.0.0cvs52
Tristan Chabredier [Wed, 15 Feb 2006 13:47:10 +0000 (13:47 +0000)]
2006-02-15 [wwp] 2.0.0cvs52

* src/summary_search.c
implemented advanced summary search options (added the ability
to use matcher conditions in an advanced search mode).

18 years ago2006-02-15 [wwp] 2.0.0cvs51
Tristan Chabredier [Wed, 15 Feb 2006 13:45:28 +0000 (13:45 +0000)]
2006-02-15 [wwp] 2.0.0cvs51

* src/plugins/pgpcore/prefs_gpg.c
* src/prefs_account.c
fix some widget sensitivity, mostly around some labels in
account prefs.

18 years ago2006-02-15 [paul] 2.0.0cvs50
Paul Mangan [Wed, 15 Feb 2006 08:25:24 +0000 (08:25 +0000)]
2006-02-15 [paul] 2.0.0cvs50

* manual/advanced.xml
improve Templates info
written by wwp

18 years ago2006-02-14 [colin] 2.0.0cvs49
Colin Leroy [Tue, 14 Feb 2006 19:26:37 +0000 (19:26 +0000)]
2006-02-14 [colin] 2.0.0cvs49

* src/pixmaps/address_book.xpm
* src/pixmaps/preferences.xpm
* src/pixmaps/properties.xpm
Fix pixmap size - patch by Fabien Vantard

18 years ago2006-02-13 [colin] 2.0.0cvs48
Colin Leroy [Mon, 13 Feb 2006 17:57:51 +0000 (17:57 +0000)]
2006-02-13 [colin] 2.0.0cvs48

* src/procmime.c
Add missing fclose()s on error
* src/textview.c
Remove unused code
* src/common/utils.c
Fix temp files not being deleted on windows
Patches by Thomas Gilgin

18 years ago2006-02-13 [cleroy] 2.0.0cvs47
Colin Leroy [Mon, 13 Feb 2006 17:04:54 +0000 (17:04 +0000)]
2006-02-13 [cleroy] 2.0.0cvs47

* src/mainwindow.c
Fix exit crash

18 years ago2006-02-13 [wwp] 2.0.0cvs46
Tristan Chabredier [Mon, 13 Feb 2006 09:00:25 +0000 (09:00 +0000)]
2006-02-13 [wwp] 2.0.0cvs46

* src/plugins/pgpcore/prefs_gpg.c
fixed sensitivity of radio widgets in account / GPG-plugin prefs.

18 years ago2006-02-12 [colin] 2.0.0cvs45
Colin Leroy [Sun, 12 Feb 2006 20:56:16 +0000 (20:56 +0000)]
2006-02-12 [colin] 2.0.0cvs45

* src/folderview.c
* src/main.c
* src/mainwindow.c
Fix "stuff" when quitting

18 years ago2006-02-12 [wwp] 2.0.0cvs44
Tristan Chabredier [Sun, 12 Feb 2006 12:53:44 +0000 (12:53 +0000)]
2006-02-12 [wwp] 2.0.0cvs44

* src/prefs_themes.c
fix typos in debug messages.

18 years ago2006-02-11 [colin] 2.0.0cvs43
Colin Leroy [Sat, 11 Feb 2006 09:50:50 +0000 (09:50 +0000)]
2006-02-11 [colin] 2.0.0cvs43

* src/summaryview.c
don't allow drag/drop from ourself

18 years ago2006-02-10 [wwp] 2.0.0cvs42
Tristan Chabredier [Fri, 10 Feb 2006 07:45:35 +0000 (07:45 +0000)]
2006-02-10 [wwp] 2.0.0cvs42

* src/exporthtml.c
* src/html.c
* src/html.h
* src/procmime.c
* src/textview.c
renamed html_ prefixed functions and data structures to avoid
namespace clashes w/ other software (gtkhtml2 for instance).
Closes bug #907.

18 years ago2006-02-09 [colin] 2.0.0cvs41
Colin Leroy [Thu, 9 Feb 2006 17:48:07 +0000 (17:48 +0000)]
2006-02-09 [colin] 2.0.0cvs41

* src/summaryview.c
Fix shitty logic messed up. Thanks Ticho for the hint!

18 years ago2006-02-09 [wwp] 2.0.0cvs40
Tristan Chabredier [Thu, 9 Feb 2006 17:37:08 +0000 (17:37 +0000)]
2006-02-09 [wwp] 2.0.0cvs40

* src/gtk/about.c
* src/compose.c
* src/prefs_account.c
* src/prefs_gtk.h
* src/editaddress.c
added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
Browse buttons in accounts prefs.

18 years ago2006-02-09 [colin] 2.0.0cvs39
Colin Leroy [Thu, 9 Feb 2006 17:21:21 +0000 (17:21 +0000)]
2006-02-09 [colin] 2.0.0cvs39

* src/matcher.c
Check for pointer before using its members
* src/gtk/gtksourceprintjob.c
Fix a wrong warning

18 years ago2006-02-09 [wwp] 2.0.0cvs38
Tristan Chabredier [Thu, 9 Feb 2006 08:54:48 +0000 (08:54 +0000)]
2006-02-09 [wwp] 2.0.0cvs38

* src/gtk/filesel.c
fix few compiler warnings (type mismatch).

18 years ago2006-02-09 [paul] 2.0.0cvs37
Paul Mangan [Thu, 9 Feb 2006 04:46:25 +0000 (04:46 +0000)]
2006-02-09 [paul] 2.0.0cvs37

* po/fr.po
updated by Fabien Vantard

18 years ago2006-02-08 [colin] 2.0.0cvs36
Colin Leroy [Wed, 8 Feb 2006 21:49:06 +0000 (21:49 +0000)]
2006-02-08 [colin] 2.0.0cvs36

* src/prefs_common.c
* src/common/defs.h
* src/common/plugin.c
allow windows and linux configurations to coexist
patch by Thomas Gilgin

18 years ago2006-02-08 [colin] 2.0.0cvs35
Colin Leroy [Wed, 8 Feb 2006 17:23:34 +0000 (17:23 +0000)]
2006-02-08 [colin] 2.0.0cvs35

* src/filtering.c
* src/matcher.c
* src/matcher.h
* src/matcher_parser_parse.y
* src/prefs_filtering_action.c
* src/prefs_matcher.c
Add the "Ignore thread" filtering
action

18 years ago2006-02-08 [colin] 2.0.0cvs34
Colin Leroy [Wed, 8 Feb 2006 12:56:43 +0000 (12:56 +0000)]
2006-02-08 [colin] 2.0.0cvs34

* src/compose.c
* src/procmime.c
* src/procmime.h
Fix bug #905 (damaged attachment)
text files with raw \0's aren't really text files

18 years ago2006-02-08 [colin] 2.0.0cvs33
Colin Leroy [Wed, 8 Feb 2006 12:54:31 +0000 (12:54 +0000)]
2006-02-08 [colin] 2.0.0cvs33

* src/summaryview.c
Fix crasher introduced yesterday

18 years ago2006-02-08 [wwp] 2.0.0cvs32
Tristan Chabredier [Wed, 8 Feb 2006 10:24:41 +0000 (10:24 +0000)]
2006-02-08 [wwp] 2.0.0cvs32

* src/compose.c
* src/compose.h
templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields

18 years ago2006-02-08 [wwp] 2.0.0cvs31
Tristan Chabredier [Wed, 8 Feb 2006 09:31:54 +0000 (09:31 +0000)]
2006-02-08 [wwp] 2.0.0cvs31

* src/prefs_template.c
templates enhancement: allow address completion for Cc and Bcc fields
(it was currently possible for the To field only)

18 years ago2006-02-08 [colin] 2.0.0cvs30
Colin Leroy [Wed, 8 Feb 2006 06:39:42 +0000 (06:39 +0000)]
2006-02-08 [colin] 2.0.0cvs30

* src/compose.c
Don't unblock if not blocked

18 years ago2006-02-07 [colin] 2.0.0cvs29
Colin Leroy [Tue, 7 Feb 2006 18:27:55 +0000 (18:27 +0000)]
2006-02-07 [colin] 2.0.0cvs29

* src/action.c
Forgot to refresh summaryview

18 years ago2006-02-07 [colin] 2.0.0cvs28
Colin Leroy [Tue, 7 Feb 2006 18:16:43 +0000 (18:16 +0000)]
2006-02-07 [colin] 2.0.0cvs28

* src/action.c
Freeze/thaw message list and folder list while
processing %as{} actions
* src/compose.c
Fix auto-wrap disabling after a middle-click
paste

18 years ago2006-02-07 [paul] 2.0.0cvs27
Paul Mangan [Tue, 7 Feb 2006 09:02:24 +0000 (09:02 +0000)]
2006-02-07 [paul] 2.0.0cvs27

* src/folder.c
fix freeing of uninitialised pointers
Thanks to Colin

18 years ago2006-02-06 [colin] 2.0.0cvs26
Colin Leroy [Mon, 6 Feb 2006 21:47:57 +0000 (21:47 +0000)]
2006-02-06 [colin] 2.0.0cvs26

* src/folder.c
Use g_slist_prepend in potentially big list

18 years ago2006-02-06 [colin] 2.0.0cvs25
Colin Leroy [Mon, 6 Feb 2006 21:45:14 +0000 (21:45 +0000)]
2006-02-06 [colin] 2.0.0cvs25

* src/folder.c
Completely skip processing if it doesn't
exist (faster!)

18 years ago2006-02-06 [colin] 2.0.0cvs24
Colin Leroy [Mon, 6 Feb 2006 21:30:43 +0000 (21:30 +0000)]
2006-02-06 [colin] 2.0.0cvs24

* src/folder.c
* src/summaryview.c
Batch filtering in summaryview (from Tools menu)
and pre/post//-processing too

18 years ago2006-02-06 [colin] 2.0.0cvs23
Colin Leroy [Mon, 6 Feb 2006 19:30:21 +0000 (19:30 +0000)]
2006-02-06 [colin] 2.0.0cvs23

* src/procmsg.h
* src/filtering.c
Use a special field for batch filtering instead
of stepping on deferred execution's toes

18 years ago2006-02-06 [colin] 2.0.0cvs22
Colin Leroy [Mon, 6 Feb 2006 19:22:08 +0000 (19:22 +0000)]
2006-02-06 [colin] 2.0.0cvs22

* src/action.c
* src/filtering.c
* src/filtering.h
* src/folder.c
* src/summaryview.c
Fix filtering via menus and actions

18 years agoforgotten files
Colin Leroy [Mon, 6 Feb 2006 18:04:56 +0000 (18:04 +0000)]
forgotten files

18 years agoforgotten with last commit
Colin Leroy [Mon, 6 Feb 2006 18:03:26 +0000 (18:03 +0000)]
forgotten with last commit

18 years ago2006-02-06 [colin] 2.0.0cvs21
Colin Leroy [Mon, 6 Feb 2006 18:02:18 +0000 (18:02 +0000)]
2006-02-06 [colin] 2.0.0cvs21

* src/imap.c
Put the added file directly to cache if possible (will work
with next libetpan)
* src/filtering.c
* src/filtering.h
* src/inc.c
* src/folder.c
* src/mbox.c
Move and copy filtered messages by batches instead of one
by one - faster on IMAP
* src/procmsg.c
Add a function that'll possibly be useful later

18 years ago2006-02-06 [colin] 2.0.0cvs20
Colin Leroy [Mon, 6 Feb 2006 17:56:35 +0000 (17:56 +0000)]
2006-02-06 [colin] 2.0.0cvs20

* src/addressbook.c
Use internal mime-type instead of text/plain for d'n'd
* src/compose.c
Allow attaching files from mimeview's icon list via d'n'd
* src/folderview.c
* src/folderview.h
Use internal mime-type instead of text/plain for d'n'd
Don't try to selected opened folder if none is
Factorize d'n'd from other apps code
* src/headerview.c
* src/textview.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
Factorize Face/X-Face stuff
* src/mimeview.c
Fix d'n'd to other apps
* src/prefs_message.c
Let the XFace pref be usable without libcompface as it also
applies to Face
* src/summaryview.c
Fix d'n'd to other apps
Factorize d'n'd from other apps code

18 years ago2006-02-06 [wwp] 2.0.0cvs19
Tristan Chabredier [Mon, 6 Feb 2006 11:22:48 +0000 (11:22 +0000)]
2006-02-06 [wwp] 2.0.0cvs19

* po/it.po
Italian translation fixes by Andrea Spadaccini (no more confusion
between filtering and processing, and few changes in the About
dialog).

18 years ago2006-02-06 [mones] 2.0.0cvs18
Ricardo Mones [Mon, 6 Feb 2006 06:43:04 +0000 (06:43 +0000)]
2006-02-06 [mones] 2.0.0cvs18

* src/gtk/icon_legend.c
Improved descriptions allowing better translations

18 years ago2006-02-05 [colin] 2.0.0cvs17
Colin Leroy [Sun, 5 Feb 2006 21:04:23 +0000 (21:04 +0000)]
2006-02-05 [colin] 2.0.0cvs17

* src/imap.c
Add the f*cking missing expunge that caused imap_fetch_env
to fail after an add_msgs ! :-///
* src/etpan/imap-thread.c
Add a bit of debug

18 years ago2006-02-05 [colin] 2.0.0cvs16
Colin Leroy [Sun, 5 Feb 2006 20:31:45 +0000 (20:31 +0000)]
2006-02-05 [colin] 2.0.0cvs16

* src/common/utils.c
Don't check for return-path (or we can't put
back non-sent mails)

18 years ago2006-02-05 [colin] 2.0.0cvs15
Colin Leroy [Sun, 5 Feb 2006 18:18:46 +0000 (18:18 +0000)]
2006-02-05 [colin] 2.0.0cvs15

* src/textview.c
Don't try to display Face header in textview
when teh headerview's active

18 years ago2006-02-05 [colin] 2.0.0cvs14
Colin Leroy [Sun, 5 Feb 2006 18:01:23 +0000 (18:01 +0000)]
2006-02-05 [colin] 2.0.0cvs14

* tools/tbird2syl.py
* tools/Makefile.am
Add script to import Thunderbird mails

18 years ago2006-02-05 [colin] 2.0.0cvs13
Colin Leroy [Sun, 5 Feb 2006 17:56:40 +0000 (17:56 +0000)]
2006-02-05 [colin] 2.0.0cvs13

* src/headerview.c
* src/procheader.c
* src/procmsg.c
* src/procmsg.h
* src/textview.c
Show Face headers - patch partially by Klaus Flittner

18 years ago2006-02-05 [colin] 2.0.0cvs12
Colin Leroy [Sun, 5 Feb 2006 13:25:08 +0000 (13:25 +0000)]
2006-02-05 [colin] 2.0.0cvs12

* src/folderview.c
* src/summaryview.c
* src/common/utils.c
* src/common/utils.h
Let dnd work from mime icons to summaryview
and to folderview too
Add a crude test to avoid trying to add files
drag'n'dropped when they're not mails

18 years ago2006-02-04 [colin] 2.0.0cvs11
Colin Leroy [Sat, 4 Feb 2006 19:13:38 +0000 (19:13 +0000)]
2006-02-04 [colin] 2.0.0cvs11

* src/summaryview.c
* src/mimeview.c
Fix utf8 conversion

18 years ago2006-02-04 [colin] 2.0.0cvs10
Colin Leroy [Sat, 4 Feb 2006 17:17:33 +0000 (17:17 +0000)]
2006-02-04 [colin] 2.0.0cvs10

* src/compose.c
* src/folderview.c
* src/mimeview.c
* src/summaryview.c
* src/summaryview.h
Added various drag and drop capas:
From To
summaryview other apps
mimeview icons other apps
other apps summaryview
other apps folderview

This shouldn't have broken the existing:
From To
summaryview folderview
folderview folderview
summaryview compose's attachments

Tests welcomed.

18 years ago2006-02-02 [paul] 2.0.0cvs9
Paul Mangan [Thu, 2 Feb 2006 08:45:41 +0000 (08:45 +0000)]
2006-02-02 [paul] 2.0.0cvs9

* src/mainwindow.c
move global option 'Set displayed columns...' out
of folder option grouping.
fix sensitivity of 'harvest addresses'

18 years agoupdate TODO for some things I'd like to do
Colin Leroy [Wed, 1 Feb 2006 18:16:34 +0000 (18:16 +0000)]
update TODO for some things I'd like to do

18 years ago2006-02-01 [colin] 2.0.0cvs8
Colin Leroy [Wed, 1 Feb 2006 18:13:20 +0000 (18:13 +0000)]
2006-02-01 [colin] 2.0.0cvs8

* src/mimeview.c
Revert the alertpanel patch, it sucks (intrusive
and gets in the way of "open")

18 years ago2006-02-01 [colin] 2.0.0cvs7
Colin Leroy [Wed, 1 Feb 2006 17:52:48 +0000 (17:52 +0000)]
2006-02-01 [colin] 2.0.0cvs7

* src/compose.c
* src/prefs_account.c
* src/prefs_common.c
* src/common/defs.h
* src/common/utils.c
* src/common/utils.h
Add ability to edit the signature file
from the account preferences, and use
a default for the text editor.
Patch by Fabien Vantard

18 years ago2006-02-01 [colin] 2.0.0cvs6
Colin Leroy [Wed, 1 Feb 2006 17:51:14 +0000 (17:51 +0000)]
2006-02-01 [colin] 2.0.0cvs6

* src/mimeview.c
Try to get mime type by extension if it is
application/octet-stream
Display a window with possible choices when
encountering unknown mime types
* src/gtk/filesel.c
* src/gtk/filesel.h
Add preview
Allow multiple selection in filtered filesel
(patch by Fabien Vantard)
* src/gtk/pluginwindow.c
Use it (patch by Fabien Vantard)

18 years ago2006-02-01 [paul] 2.0.0cvs5
Paul Mangan [Wed, 1 Feb 2006 16:12:14 +0000 (16:12 +0000)]
2006-02-01 [paul] 2.0.0cvs5

* src/jpilot.c
fix crash on creating jpilot address book
Thanks to Colin
* src/prefs_summaries.c
* src/prefs_wrapping.c
* src/gtk/icon_legend.c
* src/gtk/quicksearch.c
string fixes and additions

18 years ago2006-02-01 [paul] 2.0.0cvs4
Paul Mangan [Wed, 1 Feb 2006 07:49:16 +0000 (07:49 +0000)]
2006-02-01 [paul] 2.0.0cvs4

* src/compose.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_send.c
add Arabic encoding option
Patch submitted by  Mohammed Sameer <msameer@users.sf.net>

18 years ago2006-01-31 [cleroy] 2.0.0cvs3
Colin Leroy [Tue, 31 Jan 2006 17:29:49 +0000 (17:29 +0000)]
2006-01-31 [cleroy] 2.0.0cvs3

* src/plugins/pgpcore/passphrase.c
Convert passphrase to locale encoding
* src/compose.c
Fix drafting on IMAP. Crappy bug sneaked in
the release :-/

18 years ago2006-01-30 [paul] 2.0.0cvs2
Paul Mangan [Mon, 30 Jan 2006 19:23:41 +0000 (19:23 +0000)]
2006-01-30 [paul] 2.0.0cvs2

* src/gtk/icon_legend.c
show the new entries

18 years ago2006-01-30 [colin] 2.0.0cvs1
Colin Leroy [Mon, 30 Jan 2006 18:17:19 +0000 (18:17 +0000)]
2006-01-30 [colin] 2.0.0cvs1

* src/manual.c
Check for the file to be present before
enabling the menu
* src/gtk/icon_legend.c
Add folders icons (not all of them, there
are too much, but the most intriguing ones)

18 years agodebian packages files
Colin Leroy [Mon, 30 Jan 2006 17:58:23 +0000 (17:58 +0000)]
debian packages files

18 years agoversion 2.0.0 rel_2_0_0
Paul Mangan [Mon, 30 Jan 2006 13:13:54 +0000 (13:13 +0000)]
version 2.0.0

18 years ago2006-01-30 [paul] 1.9.100cvs200
Paul Mangan [Mon, 30 Jan 2006 11:05:01 +0000 (11:05 +0000)]
2006-01-30 [paul] 1.9.100cvs200

* manual/faq.xml
* manual/gpl.xml
* manual/intro.xml
* manual/starting.xml
* manual/sylpheed-claws-manual.xml
fixes, additions

18 years ago2006-01-29 [mones] 1.9.100cvs199
Ricardo Mones [Sun, 29 Jan 2006 23:10:27 +0000 (23:10 +0000)]
2006-01-29 [mones] 1.9.100cvs199

* manual/account.xml
* manual/advanced.xml
* manual/glossary.xml
Some typos fixed, added LDIF term to glossary
* po/es.po
Fixed leading plus symbol

18 years ago2006-01-29 [paul] 1.9.100cvs198
Paul Mangan [Sun, 29 Jan 2006 17:40:26 +0000 (17:40 +0000)]
2006-01-29 [paul] 1.9.100cvs198

* po/fi.po
* po/sk.po
updated by Tommi Pirinen and Andrej Kacian

18 years ago2006-01-29 [paul] 1.9.100cvs197
Paul Mangan [Sun, 29 Jan 2006 13:35:02 +0000 (13:35 +0000)]
2006-01-29 [paul] 1.9.100cvs197

* src/gtk/authors.h
remove duplicates

18 years ago2006-01-29 [paul] 1.9.100cvs196
Paul Mangan [Sun, 29 Jan 2006 10:21:08 +0000 (10:21 +0000)]
2006-01-29 [paul] 1.9.100cvs196

* AUTHORS
* po/nl.po
* src/gtk/authors.h
* tools/claws.i18n.status.pl
nl translation updated by Tim Dijkstra