Commit graph

1593 commits

Author SHA1 Message Date
Paul Mangan
c0b45eb925 updated message catalogs 2002-08-27 22:26:46 +00:00
Hoà Viêt Dinh
50734844ef removed "filtering setting" menu option and add a "cancel a news message" menu option 2002-08-26 22:53:35 +00:00
Martin Schaaf
a7fe0d1f43 sorry changed alfons entry 2002-08-26 19:29:37 +00:00
Martin Schaaf
7790f46d7b added kill command to debuggerrc 2002-08-26 19:17:09 +00:00
Paul Mangan
53979dba50 sync with 0.8.1cvs31 2002-08-26 08:41:11 +00:00
Alfons Hoogervorst
c4018cb4ae * src/procmsg.c
fix bug that didn't send out correct headers to news server
	when sending news article and email from queue (bug reported
	and patch provided by Tim Mann; closes bug
	"[ 583196 ] 0.7.8claws can't post news")
2002-08-25 18:46:55 +00:00
Alfons Hoogervorst
5d71aff21f * src/selective_download.c
mark two more translatable strings
2002-08-25 11:54:54 +00:00
Alfons Hoogervorst
3033b6c12a typos 2002-08-25 11:07:11 +00:00
Alfons Hoogervorst
8241eb54e7 * src/summaryview.c
treat sent boxes as special and allow sorting them by addressee
	(closes "[ 589418 ] Sent folder sorting misbehavior"
	submitted by Steve Lamb)
2002-08-25 11:01:36 +00:00
Alfons Hoogervorst
53aac1d25a fix memleak reported by Martin Kluge (see: "[ 599677 ] Very small memory leak in 0.81claws115") 2002-08-24 17:35:48 +00:00
Oliver Haertel
f637007ae4 code cleanup 2002-08-24 09:54:27 +00:00
Alfons Hoogervorst
d01ad8c66d o fix another memory leak reported by Martin Kluge (see "[ 599568 ] Small Memory Leak")
o remove 'from' variable from 'summary_set_header()'; we can do with just 'to'
2002-08-24 09:21:39 +00:00
Paul Mangan
8dfd560c6f sync with 0.8.1cvs30 2002-08-24 08:28:51 +00:00
Paul Mangan
b8e9cbd800 sync with 0.8.1cvs30 2002-08-24 08:23:09 +00:00
Alfons Hoogervorst
59fc5af6d0 todo update 2002-08-24 00:10:44 +00:00
Alfons Hoogervorst
2e32d34b9a remove unnecessary allocations for search bar fixing leaks reported by Martin Kluge (see "[ 599451 ] Further memory leaks?") 2002-08-23 23:39:48 +00:00
Alfons Hoogervorst
77c0605fa5 * src/main.c
make get_socket_name() public for crash.c
* src/crash.c
	o make report bug button work (goes to claws'
	  bug tracker at sf.net)
	o introduce function for doing important stuff just
	  before claws goes down
	o clean up code
2002-08-23 21:58:53 +00:00
Alfons Hoogervorst
a7f9c38154 move cursor to "To" entry when forwarding as attachment
(reported and solved by Steve Lamb, closes bug report
"[ 592880 ] Forward as attachment; cursor not in to")
2002-08-23 13:42:18 +00:00
Colin Leroy
b46be9e83e fix hbox_search visibility after (de)separation of GUI elements 2002-08-23 11:42:17 +00:00
Colin Leroy
a0c17d268b fix header_pane visibility after playing with folder/message separation 2002-08-23 11:29:26 +00:00
Paul Mangan
ed89d1889b sync with 0.8.1cvs29 2002-08-23 10:43:10 +00:00
Paul Mangan
cb054c068b give full control of display or non-display of Execute icon to Custom toolbar settings 2002-08-23 10:40:16 +00:00
Melvin Hadasht
9fbf32eb21 Readded custom widget support in alertpanel lost in last sync 2002-08-23 10:29:08 +00:00
Paul Mangan
b0ab88b4bd sync with 0.8.1cvs29 2002-08-23 08:19:50 +00:00
Colin Leroy
d82d208be2 fix folder and search exchanging positions 2002-08-23 07:03:52 +00:00
Colin Leroy
821f1c4f56 fix last gdk warning :) 2002-08-23 06:52:15 +00:00
Colin Leroy
7effbc007f Fix my new `Creating pixmap from xpm' warning 2002-08-22 15:43:20 +00:00
Colin Leroy
696c5f9ea7 Fix some of the gdk_warnings 2002-08-22 15:27:07 +00:00
Colin Leroy
e538d7aecf * src/Makefile.am
* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/pixmaps/quicksearch.xpm *ADDED*
		Add the quicksearch pixmap
	* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		Make quicksearch bar visible/hidden via a button
2002-08-22 14:35:57 +00:00
Christoph Hohmann
22999b38b5 * src/folder.c
fix folder update for newsgroups with message
        numbers below minimum number of articles to fetch
        (closes bug #598445)
2002-08-22 13:32:16 +00:00
Paul Mangan
b6d2bae7c4 sync with 0.8.1cvs28 2002-08-22 08:17:06 +00:00
Alfons Hoogervorst
06e6c57e84 use bt instead of bt full which seems to work
better, and bt full doesn't give a great deal
of information anyway
2002-08-21 18:12:47 +00:00
Colin Leroy
83ce000a68 fix summaryview_searchtype_changed prototype 2002-08-21 13:21:54 +00:00
Christoph Hohmann
569b004102 * src/mainwindow.c
o fix broken menu update for sorting type, we have to
          get this info from the summaryview now
        o removed setting of threaded state in menu callback
* src/summaryview.[ch]
        more summaryview/folderitem seperation for
        threading option
* configure.in
        removed not required --with-compiler-flags option
2002-08-21 13:11:35 +00:00
Oliver Haertel
b5452479d0 rename toolbar.xml 2002-08-21 12:45:44 +00:00
Darko Koruga
dc9ad054ba Don't reset tmp flags for messages copied to sent folder. 2002-08-21 10:31:06 +00:00
Colin Leroy
fd7ed873cd *src/prefs_filtering.c
fix renaming rules on folder rename
                when folder is not a leaf folder
2002-08-21 10:19:26 +00:00
Paul Mangan
ce7adb4d91 fix alignment of colour selector in folder properties 2002-08-21 09:26:56 +00:00
Paul Mangan
28102a3402 sync with 0.8.1cvs27 2002-08-21 08:45:20 +00:00
Paul Mangan
654b37defb fix crash when changing field type in Quick Search bar 2002-08-21 07:43:50 +00:00
Colin Leroy
940350fac5 made quick search case-insensitive 2002-08-21 07:20:50 +00:00
Colin Leroy
36c04a383d * src/summaryview.c
Made quick search case-insensitive
2002-08-21 07:18:43 +00:00
Paul Mangan
28498f7364 sync with 0.8.1cvs26 2002-08-21 06:43:46 +00:00
Christoph Hohmann
8c7643827c * src/folderview.c
* src/main.c
* src/summaryview.[ch]
        more summaryview/folderitem seperation for
        sort_key and sort_type
* src/procmsg.c
        added missing return statement
2002-08-20 19:50:04 +00:00
Colin Leroy
739a5cd252 * src/summaryview.[ch]
Added a quick search box
        * src/mainwindow.c
        * src/prefs_common.[ch]
                Added a show/hide option for the quick search
2002-08-20 19:14:30 +00:00
Oliver Haertel
437ee830a4 Bug Fix #596834 and #596832 2002-08-20 19:09:46 +00:00
Hoà Viêt Dinh
c21784aa4f fixed a bug in imap.c - imap_fetch_msginfo() - in case there is no current folder 2002-08-20 15:49:20 +00:00
Darko Koruga
e41865ee16 Fix folder color so it works with GTK themes 2002-08-20 07:48:22 +00:00
Darko Koruga
4460d88d8b Don't use UI stuff in folder.h 2002-08-20 06:33:22 +00:00
Darko Koruga
beb483fefd Ability to set folder color in folderview 2002-08-20 05:56:32 +00:00