Commit graph

1611 commits

Author SHA1 Message Date
Christoph Hohmann
e9dc05fb7d * src/folder.c
* src/folder.h
* src/summaryview.c
* src/summaryview.h
* src/main.c
        o separate processing and summaryview
        o removed summary_write_cache from summaryview
        o removed summaryview->killed_messages, because we don't have
          to keep a list of killed messages anymore. New cache will
          keep the hidden messages in cache anyway
* src/folderview.c
* src/inc.c
* src/selective_download.c
        o removed unnecessary summary_write_cache calls
* src/procmsg.c
        o don't set ignore thread flag in procmsg_get_thread_tree
          if it is already set
* src/mainwindow.c
* src/statusbar.h
        o moved STATUSBAR_PUSH/POP to statusbar.h because
          they are used in different files
2002-07-23 18:18:21 +00:00
Melvin Hadasht
481bfef8a0 Fix some memory leaks 2002-07-23 17:17:28 +00:00
Christoph Hohmann
305cc1abaf * src/filesel.c
fix another g_dirname memory leak
2002-07-23 15:11:00 +00:00
Christoph Hohmann
a78a1ae04a * src/mh.c
fixed crash when message header could not be
        parsed
2002-07-23 13:32:15 +00:00
Christoph Hohmann
93f097d97e * src/mh.c
fixed a memory leak in mh_fetch_msginfo
2002-07-23 13:25:17 +00:00
Paul Mangan
eedcb21ea5 sync with 0.8.0cvs2 2002-07-23 12:46:21 +00:00
Paul Mangan
7e9510badb sync with 0.8.0cvs1 2002-07-23 09:59:12 +00:00
Paul Mangan
e803c0c7db corrections 2002-07-23 08:01:24 +00:00
Paul Mangan
18be553eee 0.8.0claws release 2002-07-23 07:18:00 +00:00
Paul Mangan
528e367a17 updated ru.po 2002-07-23 06:36:11 +00:00
Paul Mangan
13e4a1c0fb updated 2002-07-23 06:34:35 +00:00
Paul Mangan
9e7be25a18 correction to ChangeLog.claws 2002-07-22 21:57:51 +00:00
Jens Oberender
4faa357c2b Updated German translation. 2002-07-22 21:53:43 +00:00
Paul Mangan
9bd78950c3 updated es.po 2002-07-22 21:07:28 +00:00
Paul Mangan
f7c31337eb updated 2002-07-22 21:06:02 +00:00
Paul Mangan
24fe3b2841 updated pt_BR.po 2002-07-22 15:33:19 +00:00
Paul Mangan
8f4f3d78b6 updated translations 2002-07-22 12:11:40 +00:00
Christoph Hohmann
fbac25a7cd * src/mimeview.c
fix memory leak caused by wrong g_dirname usage
2002-07-22 11:16:42 +00:00
Christoph Hohmann
499b6df718 * src/summaryview.c
update new and unread message counts for summaryview
        summaryview does not get it from the folder anymore
        and has to update the values itself
2002-07-22 11:01:49 +00:00
Melvin Hadasht
31e2ad88e5 Updated French translations 2002-07-22 00:54:28 +00:00
Christoph Hohmann
9706ad4087 * src/matcher.c
set prop->preg pointer to NULL or following check
        will not fail and regexec will be called with
        invalid pointer
2002-07-21 23:38:45 +00:00
Alfons Hoogervorst
6f47472eb0 remove option "Send return receipt on request" 2002-07-21 20:33:46 +00:00
Thorsten Maerz
8bd0f6714e fixed memleaks, coding style 2002-07-21 20:13:13 +00:00
Alfons Hoogervorst
cbc8811e8f o fix bug notice view being displayed when going to empty folder
(noticed by Christoph)
o allow RRR to be sent when restarting sylpheed, or changing folder
  (noticed by Thorsten)
2002-07-21 19:03:10 +00:00
Paul Mangan
f11ed53be0 add Xavier FACQ 2002-07-21 16:11:49 +00:00
Thorsten Maerz
acd133249b Included save_all patch from Xaview FACQ 2002-07-21 16:06:50 +00:00
Alfons Hoogervorst
70d2fc60a1 make return receipts work again
(UI idea by Leandro Pereira)
2002-07-21 15:47:39 +00:00
Paul Mangan
40c544bffe fix sensitivity of 'Select thread' 2002-07-21 15:32:08 +00:00
Paul Mangan
09b45efc05 add browser command line for galeon 2002-07-21 08:14:12 +00:00
Paul Mangan
507aa55b20 fix 'EXTRA_DIST' 2002-07-21 07:30:58 +00:00
Alfons Hoogervorst
bedfdaec8f make enter clear selection
(closes "[ 579888 ] Editor selection/entry error"
reported by Steve Lamb)
2002-07-21 00:08:30 +00:00
Alfons Hoogervorst
2916ed989c sort message list when selecting unthread messages
(closes "[ 501593 ] switching threaded view doesn't sort"
reported by Simon Schubert)
2002-07-20 23:44:11 +00:00
Alfons Hoogervorst
f8008dac5e make thorsten's changes obey const-correctness 2002-07-20 20:39:45 +00:00
Thorsten Maerz
9ad453acb3 Fixed expansion of empty fields in matchactions 2002-07-20 18:47:52 +00:00
Melvin Hadasht
29fcce5f37 * src/gtkspell.c
Removed a duplicate menu entry (fast mode) introduced during
	the new cache merge
	Added a menu separator between 'Use alternate' and 'Fast mode'
2002-07-19 21:28:50 +00:00
Paul Mangan
388c569997 correct typos 2002-07-19 17:48:49 +00:00
Thorsten Maerz
e1375e4a96 added calypso import script 2002-07-19 15:49:28 +00:00
Melvin Hadasht
292529e620 * src/selective_download.[ch]
Fixed bug where closing the dialog with the window manager's
	close button will not unlock the summary
	Corrected some function declarations that missed a return value
	Made the source code comply better with coding style.
* src/prefs_common.c
	Added a new browser command line for Mozilla.
2002-07-19 08:45:10 +00:00
Paul Mangan
f4458b9c98 reflect theme changes, fix Gdk Warning when creating pixmap from NULL window, and minor clean up 2002-07-18 08:02:09 +00:00
Paul Mangan
c9511f9fdc updated 2002-07-18 08:00:35 +00:00
Paul Mangan
3f8b14b33e updated en_GB translation 2002-07-17 06:16:16 +00:00
Paul Mangan
e585fc9d82 updated 2002-07-17 06:14:49 +00:00
Paul Mangan
33dfda836a sync with 0.8.0 2002-07-17 06:14:14 +00:00
Paul Mangan
e9a170560f replace filter conversion script with reimplemeted version 2002-07-16 07:52:41 +00:00
Colin Leroy
4ec4128d87 remove debug 2002-07-15 23:59:07 +00:00
Colin Leroy
ab23f9be6b remove forgotten debug 2002-07-15 23:58:29 +00:00
Colin Leroy
c892fc3c5b add the ability to select part of a text mime-part to reply. 2002-07-15 23:56:33 +00:00
Christoph Hohmann
648d486aa4 * src/folder.c
fix folder message count for folders without
        msg_is_changed (includes news folders)
2002-07-15 18:33:13 +00:00
Martin Schaaf
93546296bb correct display recipient on From... 2002-07-15 18:21:28 +00:00
Christoph Hohmann
96a33aa0a7 * src/summaryview.c
removed setting folder status from summaryview.
        folder.c should update all message counts correctly.
2002-07-15 10:07:34 +00:00