claws.git
17 years ago2006-05-30 [colin] 2.2.0cvs67
Colin Leroy [Tue, 30 May 2006 17:54:07 +0000 (17:54 +0000)]
2006-05-30 [colin] 2.2.0cvs67

* src/summaryview.c
Put back event flush when displaying message
It avoids reading a bunch of messages just
by hitting shift-n for too long ;)

17 years ago2006-05-29 [colin] 2.2.0cvs66
Colin Leroy [Mon, 29 May 2006 20:12:23 +0000 (20:12 +0000)]
2006-05-29 [colin] 2.2.0cvs66

* src/summaryview.c
Remove useless g_warnings

17 years ago2006-05-29 [colin] 2.2.0cvs65
Colin Leroy [Mon, 29 May 2006 19:39:23 +0000 (19:39 +0000)]
2006-05-29 [colin] 2.2.0cvs65

* src/imap.c
Fix g_slist_append()s for performance

17 years ago2006-05-29 [colin] 2.2.0cvs64
Colin Leroy [Mon, 29 May 2006 16:42:33 +0000 (16:42 +0000)]
2006-05-29 [colin] 2.2.0cvs64

* src/compose.c
* src/common/utils.c
Fix extraneous tab at start of addresses
* src/mainwindow.c
Fix warnings (thanks to Fabien)
Fix crash at exit when composing messages
exist
* src/pop.c
Fix progress bar when deleting expired mails
Thanks to Hiro
* src/summaryview.c
* src/gtk/gtksctree.c
Fix re-sorting slowness

17 years ago2006-05-29 [paul] 2.2.0cvs63
Paul Mangan [Mon, 29 May 2006 09:00:26 +0000 (09:00 +0000)]
2006-05-29 [paul] 2.2.0cvs63

* src/mh.c
fetch full message when moving mails
from another mailbox, (fixed data loss
when filtering from IMAP to MH, introduced
in 2.2.0cvs57).
Thanks to Colin

17 years ago2006-05-29 [mones] 2.2.0cvs62
Ricardo Mones [Mon, 29 May 2006 07:42:40 +0000 (07:42 +0000)]
2006-05-29 [mones] 2.2.0cvs62

* src/gtk/gtksctree.c
Unselect faster (patch by Colin)

17 years ago2006-05-26 [colin] 2.2.0cvs61
Colin Leroy [Fri, 26 May 2006 16:43:21 +0000 (16:43 +0000)]
2006-05-26 [colin] 2.2.0cvs61

* src/summaryview.c
Unplug MSGINFO_UPDATE callback on delete too.

17 years ago2006-05-26 [colin] 2.2.0cvs60
Colin Leroy [Fri, 26 May 2006 11:24:19 +0000 (11:24 +0000)]
2006-05-26 [colin] 2.2.0cvs60

* src/foldersel.c
Fix bold in folder selection window with glib2.10
thanks Hiro

17 years ago2006-05-26 [colin] 2.2.0cvs59
Colin Leroy [Fri, 26 May 2006 10:25:58 +0000 (10:25 +0000)]
2006-05-26 [colin] 2.2.0cvs59

* src/procheader.c
Convert date only if necessary (and don't
try to convert from utf8 to utf8, too)
* src/summaryview.c
Only set column's text if the column's
displayed

17 years ago2006-05-26 [colin] 2.2.0cvs58
Colin Leroy [Fri, 26 May 2006 08:59:33 +0000 (08:59 +0000)]
2006-05-26 [colin] 2.2.0cvs58

* src/summaryview.c
* src/gtk/gtkutils.c
Fix useless warning

17 years ago2006-05-26 [colin] 2.2.0cvs57
Colin Leroy [Fri, 26 May 2006 08:32:09 +0000 (08:32 +0000)]
2006-05-26 [colin] 2.2.0cvs57

* src/mainwindow.c
Make summaryview selectable as long as
no message has focus
* src/mh.c
Faster deletion (by implementing mh_remove_msgs)
Faster copy (avoid using mh_fetch_msg just to get
the filename)
Faster move (using move_file instead of copy_file
if MSG_IS_MOVE)
No progressbar if total number of mails to cp/mv
is less than 100
* src/summaryview.c
Fix removal from subject_table when mail gets moved
Faster deletion (g_slist_prepend instead of append)
* src/gtk/gtksctree.c
Remove useless code

17 years ago2006-05-25 [colin] 2.2.0cvs56
Colin Leroy [Thu, 25 May 2006 19:24:59 +0000 (19:24 +0000)]
2006-05-25 [colin] 2.2.0cvs56

* src/common/ssl_certificate.c
Fix leak in expired cert check

17 years ago2006-05-25 [colin] 2.2.0cvs55
Colin Leroy [Thu, 25 May 2006 18:34:08 +0000 (18:34 +0000)]
2006-05-25 [colin] 2.2.0cvs55

* src/mh.c
Disable flags syncing on .mh_sequences - it
is buggy and marks mails read under unknown
conditions.

17 years ago2.3.0-rc4 released
Colin Leroy [Thu, 25 May 2006 10:21:58 +0000 (10:21 +0000)]
2.3.0-rc4 released

17 years ago2006-05-24 [colin] 2.2.0cvs54
Colin Leroy [Wed, 24 May 2006 18:02:15 +0000 (18:02 +0000)]
2006-05-24 [colin] 2.2.0cvs54

attention cvs users: if you manage to crash
Sylpheed-Claws while moving, copying or deleting
mails, we *are* interested in stack traces and
valgrind logs. It looks stable, but one never
knows...

* src/folder.c
Add progressbar for cache updates
* src/folderutils.c
Optimize Mark all read in the current
folder
* src/mh.c
Add progressbar for copy/move
* src/procmsg.c
Optimize O(n^2) in copy/move
* src/summaryview.c
* src/gtk/gtksctree.c
Optimize O(n^2) algos
* src/common/timing.h
Display ms instead of us

17 years ago2006-05-24 [wwp] 2.2.0cvs53
Tristan Chabredier [Wed, 24 May 2006 16:46:42 +0000 (16:46 +0000)]
2006-05-24 [wwp] 2.2.0cvs53

* manual/fr/advanced.xml
updates to the French manual.

17 years ago2006-05-24 [wwp] 2.2.0cvs52
Tristan Chabredier [Wed, 24 May 2006 09:23:40 +0000 (09:23 +0000)]
2006-05-24 [wwp] 2.2.0cvs52

* src/common/utils.c
MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).

17 years ago2006-05-24 [wwp] 2.2.0cvs51
Tristan Chabredier [Wed, 24 May 2006 09:10:29 +0000 (09:10 +0000)]
2006-05-24 [wwp] 2.2.0cvs51

* src/folderutils.c
fixed "mark all read" in MH folders (thanks to Colin).

17 years ago2006-05-24 [paul] 2.2.0cvs50
Paul Mangan [Wed, 24 May 2006 08:58:43 +0000 (08:58 +0000)]
2006-05-24 [paul] 2.2.0cvs50

* doc/man/sylpheed-claws.1
updated the man page

17 years ago2006-05-23 [colin] 2.2.0cvs49
Colin Leroy [Tue, 23 May 2006 17:45:56 +0000 (17:45 +0000)]
2006-05-23 [colin] 2.2.0cvs49

* src/folderview.c
* src/imap.c
* src/inc.c
* src/mbox.c
* src/messageview.c
* src/news.c
* src/send_message.c
* src/summaryview.c
* src/gtk/sslcertwindow.c
alertpanel fixes, by Fabien

17 years ago2006-05-23 [colin] 2.2.0cvs48
Colin Leroy [Tue, 23 May 2006 17:42:52 +0000 (17:42 +0000)]
2006-05-23 [colin] 2.2.0cvs48

* src/folder.c
* src/folderview.c
* src/msgcache.c
* src/summaryview.c
* src/gtk/gtksctree.c
* src/gtk/gtksctree.h
More timings
Fix slow loading problem, which was caused by the
use of some gtk_ctree funcs and their use of
g_list_position while gtk_ctree_(un)link'ing.
Reap more functions from gtkctree.c to be sure we
use our (fast) version instead of theirs.
* src/mh.c
Fix copy of unread mails

17 years ago2006-05-22 [wwp] 2.2.0cvs47
Tristan Chabredier [Mon, 22 May 2006 16:53:48 +0000 (16:53 +0000)]
2006-05-22 [wwp] 2.2.0cvs47

* manual/fr/advanced.xml
updated.

17 years ago2006-05-22 [colin] 2.2.0cvs46
Colin Leroy [Mon, 22 May 2006 16:37:02 +0000 (16:37 +0000)]
2006-05-22 [colin] 2.2.0cvs46

* src/filtering.c
Fix possible infinite loop. 'copy' is not a
final action, so when encountering a 'copy',
we have to check if a previous one was set
and do it. In the same way, if we encounter
a 'move' we have to perform a possibly
pending 'copy'. This will slow down filtering
on IMAP if move+copy or multiple copy actions
are to be done, but handling it via the batch
would be really too convoluted.

17 years ago2006-05-22 [wwp] 2.2.0cvs45
Tristan Chabredier [Mon, 22 May 2006 16:20:22 +0000 (16:20 +0000)]
2006-05-22 [wwp] 2.2.0cvs45

* manual/fr/advanced.xml
* manual/fr/faq.xml
* manual/fr/glossary.xml
* manual/fr/handling.xml
* manual/fr/intro.xml
* manual/fr/plugins.xml
* manual/fr/sylpheed-claws-manual.xml
sync w/ the english manual: updates URIs, documented mailing-list
support, better explanation about the enabled/disabled feature
in filtering/processing rules by Paul.

17 years ago2006-05-21 [colin] 2.2.0cvs44
Colin Leroy [Sun, 21 May 2006 19:55:34 +0000 (19:55 +0000)]
2006-05-21 [colin] 2.2.0cvs44

* src/summaryview.c
Don't expand after building threads, but during

17 years ago2006-05-21 [colin] 2.2.0cvs43
Colin Leroy [Sun, 21 May 2006 18:49:25 +0000 (18:49 +0000)]
2006-05-21 [colin] 2.2.0cvs43

* src/procmsg.c
* src/summaryview.c
More timing possibilities... For next time I have
to find out how the hell some 3GHz computer takes
one minute to open a 30k folder...

17 years ago2006-05-21 [colin] 2.2.0cvs42
Colin Leroy [Sun, 21 May 2006 18:33:25 +0000 (18:33 +0000)]
2006-05-21 [colin] 2.2.0cvs42

* manual/pl/advanced.xml
* manual/pl/faq.xml
* manual/pl/glossary.xml
* manual/pl/handling.xml
* manual/pl/intro.xml
* manual/pl/plugins.xml
* manual/pl/sylpheed-claws-manual.xml
Polish manual updated by Pawel

17 years ago2.3.0-rc3 released
Colin Leroy [Sat, 20 May 2006 17:39:15 +0000 (17:39 +0000)]
2.3.0-rc3 released

17 years ago2006-05-20 [colin] 2.2.0cvs41
Colin Leroy [Sat, 20 May 2006 17:31:23 +0000 (17:31 +0000)]
2006-05-20 [colin] 2.2.0cvs41

* src/imap.c
Fix -rc2 problems:
- remove cache of moved messages from original folder
- apply new flags to messages even if they aren't appliable
  via IMAP.

17 years ago2.3.0-rc2 released
Colin Leroy [Sat, 20 May 2006 11:09:13 +0000 (11:09 +0000)]
2.3.0-rc2 released

17 years ago2006-05-19 [colin] 2.2.0cvs40
Colin Leroy [Fri, 19 May 2006 23:19:09 +0000 (23:19 +0000)]
2006-05-19 [colin] 2.2.0cvs40

* src/imap.c
Don't issue SELECT in imap_change_flags
before having checked that we indeed have
some flags to change. MSG_POSTFILTERED for
example can't be used on IMAP.
Fixes bug #955 (copying messages between
imap folders is extremely slow), which was
a regression.

17 years ago2006-05-19 [colin] 2.2.0cvs39
Colin Leroy [Fri, 19 May 2006 17:09:06 +0000 (17:09 +0000)]
2006-05-19 [colin] 2.2.0cvs39

* src/folder.c
* src/folder.h
* src/folderview.c
Try to fix bug #830 (Some unread messages
get marked read in IMAP inbox):
- Prevent scanning a folder if it's being
  opened via the GUI
- Postpone opening via the GUI of a folder
  currently scanned.

17 years ago2006-05-19 [wwp] 2.2.0cvs38
Tristan Chabredier [Fri, 19 May 2006 12:26:09 +0000 (12:26 +0000)]
2006-05-19 [wwp] 2.2.0cvs38

* manual/advanced.xml
fix English+typo (thanks to Paul).

17 years ago2006-05-19 [wwp] 2.2.0cvs37
Tristan Chabredier [Fri, 19 May 2006 11:11:20 +0000 (11:11 +0000)]
2006-05-19 [wwp] 2.2.0cvs37

* manual/advanced.xml
* manual/fr/advanced.xml
* src/gtk/logwindow.c
* src/prefs_common.c
* src/prefs_common.h
added hidden prefs to allow customization of colors used in
protocol log window (useful for dark gtk+ themes).

17 years ago2006-05-19 [wwp] 2.2.0cvs36
Tristan Chabredier [Fri, 19 May 2006 09:27:03 +0000 (09:27 +0000)]
2006-05-19 [wwp] 2.2.0cvs36

* ChangeLog
fix an old erroneous changelog entry (thanks to Fabien Vantard).

17 years agobring this forgotten file up to date
Paul Mangan [Fri, 19 May 2006 08:09:19 +0000 (08:09 +0000)]
bring this forgotten file up to date

17 years ago2006-05-19 [paul] 2.2.0cvs35
Paul Mangan [Fri, 19 May 2006 07:04:40 +0000 (07:04 +0000)]
2006-05-19 [paul] 2.2.0cvs35

* src/textview.c
make Reply-To fully clickable
* src/gtk/logwindow.c
more colouring (SMTP ESMTP)
Both patches by Pawel Pekala

17 years ago2006-05-19 [cleroy] 2.2.0cvs34
Colin Leroy [Fri, 19 May 2006 06:27:04 +0000 (06:27 +0000)]
2006-05-19 [cleroy] 2.2.0cvs34

* src/mh.c
Don't update flags from current folder
Probably fixes bug #935 (Read Messages
Revert to Being Marked as Unread)

17 years ago2006-05-18 [colin] 2.2.0cvs33
Colin Leroy [Thu, 18 May 2006 17:10:21 +0000 (17:10 +0000)]
2006-05-18 [colin]      2.2.0cvs33

        * src/imap.c
                Warning fix
        * src/compose.c
        * src/mainwindow.c
        * src/summaryview.c
        * src/toolbar.c
                Allow replying to multiple emails
                in multiple windows
        * src/mimeview.c
        * src/etpan/imap-thread.c
                Leak fixes

17 years ago2006-05-18 [paul] 2.2.0cvs32
Paul Mangan [Thu, 18 May 2006 11:21:41 +0000 (11:21 +0000)]
2006-05-18 [paul] 2.2.0cvs32

* src/summaryview.c
keep Mailing-List menu refreshed
Thanks to Colin

17 years ago2006-05-18 [paul] 2.2.0cvs31
Paul Mangan [Thu, 18 May 2006 11:18:28 +0000 (11:18 +0000)]
2006-05-18 [paul] 2.2.0cvs31

* manual/advanced.xml
* manual/faq.xml
* manual/glossary.xml
* manual/handling.xml
* manual/intro.xml
* manual/plugins.xml
* manual/sylpheed-claws-manual.xml
update URLs
add info about mailing-list support
edit filtering info
* src/wizard.c
* src/common/defs.h
* src/gtk/about.c
* src/plugins/dillo_viewer/README
update URLs

17 years ago2006-05-17 [wwp] 2.2.0cvs30
Tristan Chabredier [Wed, 17 May 2006 20:17:26 +0000 (20:17 +0000)]
2006-05-17 [wwp] 2.2.0cvs30

* manual/handling.xml
* manual/fr/handling.xml
documented the ability to enabled/disable filtering/processing rules.

17 years ago2006-05-17 [colin] 2.2.0cvs29
Colin Leroy [Wed, 17 May 2006 16:37:41 +0000 (16:37 +0000)]
2006-05-17 [colin] 2.2.0cvs29

* src/main.c
Don't initialize g_thread subsystem if it's
already done (thanks to Hiro)
* src/mimeview.c
Fix saving of parts when there name can't be
converted from UTF-8.

17 years ago2006-05-17 [paul] 2.2.0cvs28
Paul Mangan [Wed, 17 May 2006 12:43:54 +0000 (12:43 +0000)]
2006-05-17 [paul] 2.2.0cvs28

* po/Makefile.in.in
fix config.status warning with autoconf 2.60

17 years ago2006-05-17 [paul] 2.2.0cvs27
Paul Mangan [Wed, 17 May 2006 12:20:46 +0000 (12:20 +0000)]
2006-05-17 [paul] 2.2.0cvs27

* po/POTFILES.in
add src/mbox.c

17 years ago2006-05-17 [wwp] 2.2.0cvs26
Tristan Chabredier [Wed, 17 May 2006 09:28:12 +0000 (09:28 +0000)]
2006-05-17 [wwp] 2.2.0cvs26

* src/mainwindow.c
fix useless and potentially dangerous buffer walking (thanks to Colin).

17 years ago2006-05-17 [wwp] 2.2.0cvs25
Tristan Chabredier [Wed, 17 May 2006 08:19:45 +0000 (08:19 +0000)]
2006-05-17 [wwp] 2.2.0cvs25

* src/plugins/demo/demo.c
updated product name in plugin demo (many plugins need to be
sync'ed w/ that change).

17 years ago2006-05-17 [colin] 2.2.0cvs24
Colin Leroy [Wed, 17 May 2006 06:44:11 +0000 (06:44 +0000)]
2006-05-17 [colin] 2.2.0cvs24

* src/mh.c
Fix leak

17 years agoargh, not the correct hour
Colin Leroy [Tue, 16 May 2006 20:27:03 +0000 (20:27 +0000)]
argh, not the correct hour

17 years ago2006-05-16 [colin] 2.2.0cvs23
Colin Leroy [Tue, 16 May 2006 20:25:36 +0000 (20:25 +0000)]
2006-05-16 [colin] 2.2.0cvs23

* src/mainwindow.c
Stupid me hit again. Fix cvs22.

17 years ago2006-05-16 [colin] 2.2.0cvs22
Colin Leroy [Tue, 16 May 2006 20:15:40 +0000 (20:15 +0000)]
2006-05-16 [colin] 2.2.0cvs22

* src/mainwindow.c
Fix bug #922 (sylpheed-claws crashed after
pushing on Inbox folder)

17 years ago2006-05-16 [colin] 2.2.0cvs21
Colin Leroy [Tue, 16 May 2006 16:10:49 +0000 (16:10 +0000)]
2006-05-16 [colin] 2.2.0cvs21

* src/compose.c
Make From header be copy/paste/select-able

17 years ago2006-05-16 [wwp] 2.2.0cvs20
Tristan Chabredier [Tue, 16 May 2006 09:42:16 +0000 (09:42 +0000)]
2006-05-16 [wwp] 2.2.0cvs20

* src/export.c
* src/matcher.c
* src/summaryview.c
* src/etpan/imap-thread.c
fix some compiler warnings (thanks to Colin).

17 years ago2006-05-16 [wwp] 2.2.0cvs19
Tristan Chabredier [Tue, 16 May 2006 09:38:20 +0000 (09:38 +0000)]
2006-05-16 [wwp] 2.2.0cvs19

* src/action.c
* src/gedit-print.c
* src/inc.c
* src/mainwindow.c
* src/mh.c
* src/statusbar.c
* src/send_message.c
* src/summaryview.c
get rid of some gtk warning/errors at runtime (and avoid divide-by-0).

17 years ago2006-05-15 [colin] 2.2.0cvs18
Colin Leroy [Mon, 15 May 2006 17:53:23 +0000 (17:53 +0000)]
2006-05-15 [colin] 2.2.0cvs18

* src/procmsg.c
Fix automatic rule creation with List-Post

17 years ago2006-05-15 [paul] 2.2.0cvs17
Paul Mangan [Mon, 15 May 2006 17:08:04 +0000 (17:08 +0000)]
2006-05-15 [paul] 2.2.0cvs17

* tools/filter_conv_new.pl
updated for rule enabling/disabling
claws version >= 2.3.x required

17 years ago2006-05-15 [cleroy] 2.2.0cvs16
Colin Leroy [Mon, 15 May 2006 08:24:25 +0000 (08:24 +0000)]
2006-05-15 [cleroy] 2.2.0cvs16

* src/main.c
Revert test

17 years ago2006-05-15 [cleroy] 2.2.0cvs15
Colin Leroy [Mon, 15 May 2006 08:23:23 +0000 (08:23 +0000)]
2006-05-15 [cleroy] 2.2.0cvs15

* src/main.c
test

17 years ago2006-05-15 [wwp] 2.2.0cvs14
Tristan Chabredier [Mon, 15 May 2006 08:13:33 +0000 (08:13 +0000)]
2006-05-15 [wwp] 2.2.0cvs14

* manual/pl/.cvsignore
ignore generated files.

17 years ago2.3.0-rc1 released
Colin Leroy [Sun, 14 May 2006 11:27:10 +0000 (11:27 +0000)]
2.3.0-rc1 released

17 years ago2006-05-13 [wwp] 2.2.0cvs13
Tristan Chabredier [Sat, 13 May 2006 13:04:55 +0000 (13:04 +0000)]
2006-05-13 [wwp] 2.2.0cvs13

* src/filtering.c
* src/filtering.h
* src/matcher.c
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/prefs_filtering.c
new feature: provide the ability to disable filtering and processing
rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
adaptations.

17 years ago2006-05-13 [colin] 2.2.0cvs12
Colin Leroy [Sat, 13 May 2006 12:42:00 +0000 (12:42 +0000)]
2006-05-13 [colin] 2.2.0cvs12

* src/compose.c
Remove useless if (a) b; else b;
Thanks to wwp

17 years ago2006-05-13 [wwp] 2.2.0cvs11
Tristan Chabredier [Sat, 13 May 2006 10:02:33 +0000 (10:02 +0000)]
2006-05-13 [wwp] 2.2.0cvs11

* src/export.c
* src/import.c
* src/mainwindow.c
* src/mbox.c
* src/summaryview.c
* src/summaryview.h
no more silent failures (or at least less ones) when importing
or exporting from/to mbox. Also start importing/exporting if
the necessary info is set.

17 years ago2006-05-13 [wwp] 2.2.0cvs10
Tristan Chabredier [Sat, 13 May 2006 09:29:12 +0000 (09:29 +0000)]
2006-05-13 [wwp] 2.2.0cvs10

* RELEASE_NOTES
restored up-to-date release notes.

17 years ago2006-05-13 [paul] 2.2.0cvs9
Paul Mangan [Sat, 13 May 2006 06:48:39 +0000 (06:48 +0000)]
2006-05-13 [paul] 2.2.0cvs9

* po/nl.po
* po/ru.po
updated by Tim Dijkstra and Pavlo Bohmat

17 years ago2006-05-12 [colin] 2.2.0cvs8
Colin Leroy [Fri, 12 May 2006 20:32:00 +0000 (20:32 +0000)]
2006-05-12 [colin] 2.2.0cvs8

* src/gtk/quicksearch.c
Add "k" as shortcut for "colorlabel". Patch
by ath42@users.sf.net.

17 years ago2006-05-12 [paul] 2.2.0cvs7
Paul Mangan [Fri, 12 May 2006 18:12:31 +0000 (18:12 +0000)]
2006-05-12 [paul] 2.2.0cvs7

* src/prefs_common.h
* src/prefs_summaries.c
* src/summaryview.c
when entering a folder also allow
going directly to first Marked message

17 years ago2006-05-12 [paul] 2.2.0cvs6
Paul Mangan [Fri, 12 May 2006 18:10:00 +0000 (18:10 +0000)]
2006-05-12 [paul] 2.2.0cvs6

* src/summaryview.c
always obey 'confirm before marking all
mails read' option

17 years ago2006-05-12 [paul] 2.2.0cvs5
Paul Mangan [Fri, 12 May 2006 18:08:21 +0000 (18:08 +0000)]
2006-05-12 [paul] 2.2.0cvs5

* src/textview.c
make Sender fully clickable

17 years ago2006-05-12 [colin] 2.2.0cvs4
Colin Leroy [Fri, 12 May 2006 17:46:09 +0000 (17:46 +0000)]
2006-05-12 [colin] 2.2.0cvs4

* src/compose.c
* src/compose.h
Let From be editable
* src/main.c
* src/mh.c
Full support of .mh_sequences' Unseen seq

17 years ago2006-05-12 [colin] 2.2.0cvs3
Colin Leroy [Fri, 12 May 2006 17:42:48 +0000 (17:42 +0000)]
2006-05-12 [colin] 2.2.0cvs3

* src/folder.c
* src/mainwindow.c
* src/mainwindow.h
* src/messageview.c
* src/prefs_spelling.c
* src/procheader.c
* src/procmsg.c
* src/procmsg.h
* src/summaryview.c
* src/toolbar.c
* src/toolbar.h
Add contextual menu on Compose toolbar
                button. Fixes bug #944 (Automatic
                addresses not applied when changing account
                from compose window)
                add Mailing List support
                based on the old 0.6.5claws25 patch by
                Melvin Hadasht, with finishing touches
                by Colin
                Fix "ignore thread" when mails are threaded by
                subject (and weren't ignored although appearing
                in the thread).
                GUI rework.
                Both patches by Pawel.

17 years ago2006-05-12 [colin] 2.1.1cvs50 rel_2_2_0
Colin Leroy [Fri, 12 May 2006 17:38:02 +0000 (17:38 +0000)]
2006-05-12 [colin] 2.1.1cvs50

* po/cs.po
* po/de.po
* po/en_GB.po
* po/es.po
* po/fi.po
* po/fr.po
* po/pt_BR.po
* po/sr.po
* po/zh_CN.po
updated by Tim, Stephan Sachse, me, Flammie Pirinen,
                Fabien Vantard, Frederico Goncalves Guimaraes,
                Aleksandar Urosevic, Ricardo Mones, and Ralgh Young

17 years ago2006-05-05 [colin] 2.1.1cvs49
Colin Leroy [Fri, 5 May 2006 17:53:32 +0000 (17:53 +0000)]
2006-05-05 [colin] 2.1.1cvs49

* manual/Makefile.am
* manual/pl/Makefile.am
* manual/pl/account.xml
* manual/pl/ack.xml
* manual/pl/addrbook.xml
* manual/pl/advanced.xml
* manual/pl/faq.xml
* manual/pl/glossary.xml
* manual/pl/gpl.xml
* manual/pl/handling.xml
* manual/pl/intro.xml
* manual/pl/keyboard.xml
* manual/pl/plugins.xml
* manual/pl/starting.xml
* manual/pl/sylpheed-claws-manual.xml
* manual/pl/dist/.cvsignore
* manual/pl/dist/Makefile.am
* manual/pl/dist/html/.cvsignore
* manual/pl/dist/html/Makefile.am
* manual/pl/dist/pdf/.cvsignore
* manual/pl/dist/pdf/Makefile.am
* manual/pl/dist/ps/.cvsignore
* manual/pl/dist/ps/Makefile.am
* manual/pl/dist/txt/.cvsignore
* manual/pl/dist/txt/Makefile.am
Add the polish translation of the manual,
Authored by Pawel Pekala.

17 years ago2006-05-05 [cleroy] 2.1.1cvs48
Colin Leroy [Fri, 5 May 2006 16:17:38 +0000 (16:17 +0000)]
2006-05-05 [cleroy] 2.1.1cvs48

* src/main.c
Re-read matcherrc after loading plugins
if some of them add folders.

17 years ago2006-05-03 [colin] 2.1.1cvs47
Colin Leroy [Wed, 3 May 2006 17:51:39 +0000 (17:51 +0000)]
2006-05-03 [colin] 2.1.1cvs47

* src/imap.c
I'm idiot

17 years ago2006-05-03 [colin] 2.1.1cvs46
Colin Leroy [Wed, 3 May 2006 17:49:25 +0000 (17:49 +0000)]
2006-05-03 [colin] 2.1.1cvs46

* src/imap.c
Be sure to have a session when
getting separator

17 years ago2006-05-03 [colin] 2.1.1cvs45
Colin Leroy [Wed, 3 May 2006 17:05:48 +0000 (17:05 +0000)]
2006-05-03 [colin] 2.1.1cvs45

* src/imap.c
* src/imap.h
* src/imap_gtk.c
Fix preventing renaming with namespace
separator.

17 years ago2006-05-01 [colin] 2.1.1cvs44
Colin Leroy [Mon, 1 May 2006 18:34:57 +0000 (18:34 +0000)]
2006-05-01 [colin] 2.1.1cvs44

* src/action.c
Don't reload messageview when result of
action is piped.

17 years ago2006-04-29 [colin] 2.1.1cvs43
Colin Leroy [Sat, 29 Apr 2006 20:28:49 +0000 (20:28 +0000)]
2006-04-29 [colin] 2.1.1cvs43

* src/prefs_receive.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/clamav/clamav_plugin_gtk.c
GUI fixes by Pawel

17 years ago2006-04-29 [colin] 2.1.1cvs42
Colin Leroy [Sat, 29 Apr 2006 09:31:54 +0000 (09:31 +0000)]
2006-04-29 [colin] 2.1.1cvs42

* src/prefs_compose_writing.c
* src/prefs_quote.c
Cleanups. Patch by Pawel

17 years ago2006-04-28 [paul] 2.1.1cvs41
Paul Mangan [Fri, 28 Apr 2006 09:21:10 +0000 (09:21 +0000)]
2006-04-28 [paul] 2.1.1cvs41

* src/matcher.c
fix returned quick search results when search
term contains an underscore.
Thanks to Colin

17 years ago2006-04-28 [paul] 2.1.1cvs40
Paul Mangan [Fri, 28 Apr 2006 08:58:36 +0000 (08:58 +0000)]
2006-04-28 [paul] 2.1.1cvs40

* src/prefs_message.c
* src/prefs_receive.c
GUI cleanups
Patches by Pawel Pekala

18 years ago2006-04-27 [colin] 2.1.1cvs39
Colin Leroy [Thu, 27 Apr 2006 21:11:28 +0000 (21:11 +0000)]
2006-04-27 [colin] 2.1.1cvs39

* src/wizard.c
Differentiate subject Welcome from
window's title Welcome

18 years ago2.2.0-rc1 released
Paul Mangan [Thu, 27 Apr 2006 10:24:58 +0000 (10:24 +0000)]
2.2.0-rc1 released

18 years agoadd compose_no_markup to french manual
Paul Mangan [Thu, 27 Apr 2006 09:51:07 +0000 (09:51 +0000)]
add compose_no_markup to french manual

18 years ago2006-04-27 [paul] 2.1.1cvs38
Paul Mangan [Thu, 27 Apr 2006 09:39:27 +0000 (09:39 +0000)]
2006-04-27 [paul] 2.1.1cvs38

* manual/advanced.xml
add info about compose_no_markup hidden pref

18 years agoGTK_STATE_NORMAL not GTK_STATE_PRELIGHT
Paul Mangan [Thu, 27 Apr 2006 09:20:21 +0000 (09:20 +0000)]
GTK_STATE_NORMAL not GTK_STATE_PRELIGHT

18 years ago2006-04-27 [paul] 2.1.1cvs37
Paul Mangan [Thu, 27 Apr 2006 09:13:40 +0000 (09:13 +0000)]
2006-04-27 [paul] 2.1.1cvs37

* src/prefs_account.c
improve privacy labels
* src/prefs_msg_colors.c
change some strings for translators' convenience
* src/gtk/gtkutils.c
don't underline the link button text

18 years ago2006-04-25 [colin] 2.1.1cvs36
Colin Leroy [Tue, 25 Apr 2006 22:39:57 +0000 (22:39 +0000)]
2006-04-25 [colin] 2.1.1cvs36

* src/folder.c
Complete 2.1.1cvs33 (once more ;)

18 years ago2006-04-25 [colin] 2.1.1cvs35
Colin Leroy [Tue, 25 Apr 2006 22:14:52 +0000 (22:14 +0000)]
2006-04-25 [colin] 2.1.1cvs35

* src/editldap.c
Fix tooltip

18 years ago2006-04-25 [cleroy] 2.1.1cvs34
Colin Leroy [Tue, 25 Apr 2006 16:59:47 +0000 (16:59 +0000)]
2006-04-25 [cleroy] 2.1.1cvs34

* src/compose.c
* src/gtk/gtkaspell.c
Fix crash on redirect (related to the return
of the aspell menu in compose's toolbar)
* src/image_viewer.c
* src/prefs_msg_colors.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
Change released signals to clicked (Fabien)
* po/POTFILES.in
* src/common/socket.c
* src/plugins/spamassassin/spamassassin.c
Translate strings (Fabien)

18 years ago2006-04-25 [paul] 2.1.1cvs33
Paul Mangan [Tue, 25 Apr 2006 08:00:00 +0000 (08:00 +0000)]
2006-04-25 [paul] 2.1.1cvs33

* src/folder.c
* src/folder.h
* src/folderview.c
complete the fix of bug #912
Thanks to Colin

18 years ago2006-04-25 [colin] 2.1.1cvs32
Colin Leroy [Tue, 25 Apr 2006 06:33:15 +0000 (06:33 +0000)]
2006-04-25 [colin] 2.1.1cvs32

* src/news.c
Better progress bar
* src/mimeview.c
* src/summaryview.c
* src/summaryview.h
Fix focus chain
Patches by Pawel Pekala

18 years ago2006-04-24 [colin] 2.1.1cvs31
Colin Leroy [Mon, 24 Apr 2006 17:05:06 +0000 (17:05 +0000)]
2006-04-24 [colin] 2.1.1cvs31

* src/compose.c
Fix compilation warnings (Fabien)

18 years ago2006-04-24 [colin] 2.1.1cvs30
Colin Leroy [Mon, 24 Apr 2006 17:02:07 +0000 (17:02 +0000)]
2006-04-24 [colin] 2.1.1cvs30

* src/addrindex.c
* src/editldap.c
* src/editldap_basedn.c
* src/editldap_basedn.h
* src/ldapctrl.c
* src/ldapctrl.h
* src/ldapquery.c
* src/ldaputil.c
* src/ldaputil.h
Fix bug #901 (LDAPS support)

18 years ago2006-04-24 [colin] 2.1.1cvs29
Colin Leroy [Mon, 24 Apr 2006 17:01:08 +0000 (17:01 +0000)]
2006-04-24 [colin] 2.1.1cvs29

* src/compose.c
Fix logic on error with send dialog on
* src/imap.c
Fix compilation without libetpan, thanks
to Fabien
* src/summaryview.c
Fix 'context-menu' key

18 years ago2006-04-23 [colin] 2.1.1cvs28
Colin Leroy [Sun, 23 Apr 2006 18:19:38 +0000 (18:19 +0000)]
2006-04-23 [colin] 2.1.1cvs28

* src/folder.c
Never free current's cache to free up
memory. Fixes bug #912 (new count
randomly set to message count)

18 years agoclarify
Colin Leroy [Sun, 23 Apr 2006 14:48:13 +0000 (14:48 +0000)]
clarify

18 years ago2006-04-23 [colin] 2.1.1cvs27
Colin Leroy [Sun, 23 Apr 2006 14:41:47 +0000 (14:41 +0000)]
2006-04-23 [colin] 2.1.1cvs27

* src/gtk/quicksearch.c
And remove printf...

18 years ago2006-04-23 [colin] 2.1.1cvs26
Colin Leroy [Sun, 23 Apr 2006 14:41:11 +0000 (14:41 +0000)]
2006-04-23 [colin] 2.1.1cvs26

* src/gtk/quicksearch.c
Fix replacing in quicksearch, and fix inserting
in the middle of the string. (introduced at cvs22)