claws.git
21 years agoadd signature color configuration
Colin Leroy [Wed, 4 Sep 2002 07:34:15 +0000 (07:34 +0000)]
add signature color configuration

21 years agocan't believe i left debug once more.
Colin Leroy [Tue, 3 Sep 2002 16:34:34 +0000 (16:34 +0000)]
can't believe i left debug once more.

21 years agoadded autosave
Colin Leroy [Tue, 3 Sep 2002 16:15:17 +0000 (16:15 +0000)]
added autosave

21 years agodisplay signatures in grey
Colin Leroy [Tue, 3 Sep 2002 14:45:07 +0000 (14:45 +0000)]
display signatures in grey

21 years agosync with 0.8.2cvs8
Paul Mangan [Tue, 3 Sep 2002 07:47:27 +0000 (07:47 +0000)]
sync with 0.8.2cvs8

21 years agoUse normal style when creating new folders to pick proper font size.
Darko Koruga [Tue, 3 Sep 2002 05:39:13 +0000 (05:39 +0000)]
Use normal style when creating new folders to pick proper font size.

21 years agoremoved some obsolete code in gtkaspell.c
Melvin Hadasht [Mon, 2 Sep 2002 17:24:03 +0000 (17:24 +0000)]
removed some obsolete code in gtkaspell.c

21 years agofixed test's equality sign in aspell.m4
Melvin Hadasht [Mon, 2 Sep 2002 17:22:07 +0000 (17:22 +0000)]
fixed test's equality sign in aspell.m4

21 years ago* src/folder.c
Alfons Hoogervorst [Mon, 2 Sep 2002 12:32:43 +0000 (12:32 +0000)]
* src/folder.c
* src/mh.c
revert change of 0.8.2claws16 and use the mh_folder_destroy
as folder->destroy virtual as suggested by Hiro
(the mh.c code seems to have been lost around mh.c.1.20)

21 years agoadd new domain name
Paul Mangan [Mon, 2 Sep 2002 09:56:39 +0000 (09:56 +0000)]
add new domain name

21 years agoupdated
Paul Mangan [Mon, 2 Sep 2002 09:54:19 +0000 (09:54 +0000)]
updated

21 years ago* src/mh.c
Alfons Hoogervorst [Sun, 1 Sep 2002 11:28:53 +0000 (11:28 +0000)]
* src/mh.c
plug memleak related to one Martin Kluge found

21 years agosync with 0.8.2cvs6 endian_last_merge
Paul Mangan [Sat, 31 Aug 2002 10:12:51 +0000 (10:12 +0000)]
sync with 0.8.2cvs6

21 years agosync with 0.8.2cvs6
Paul Mangan [Sat, 31 Aug 2002 09:41:45 +0000 (09:41 +0000)]
sync with 0.8.2cvs6

21 years ago* src/folder.c
Alfons Hoogervorst [Sat, 31 Aug 2002 09:03:31 +0000 (09:03 +0000)]
* src/folder.c
folder_destroy(): remove mailbox from folderlist even if it has
no destroy virtual

21 years ago* src/folder.c
Alfons Hoogervorst [Sat, 31 Aug 2002 08:26:28 +0000 (08:26 +0000)]
* src/folder.c
:%sno/if(/if (/gc
:%sno/for(/for (/gc
(being pedantic I know)

21 years ago* src/folder.c
Alfons Hoogervorst [Sat, 31 Aug 2002 08:06:06 +0000 (08:06 +0000)]
* src/folder.c
check for NULL pointers returned from folder->fetch_msginfo virtual
(should solve some reported crashes)

21 years ago* acconfig.h
Alfons Hoogervorst [Fri, 30 Aug 2002 22:53:25 +0000 (22:53 +0000)]
* acconfig.h
* configure.in
* src/crash.c
enable crash dialog on compilation time
(--enable-crash-dialog configure option)

21 years agocredit Martin Kluge's with another bug fix
Alfons Hoogervorst [Fri, 30 Aug 2002 19:21:10 +0000 (19:21 +0000)]
credit Martin Kluge's with another bug fix

21 years ago* AUTHORS
Alfons Hoogervorst [Fri, 30 Aug 2002 19:08:40 +0000 (19:08 +0000)]
* AUTHORS
add Martin Kluge
* src/mh.c
apply memory leak plug patch by Martin Kluge
(closes "[ 602568 ] patch for 602441 little memory leak"
and "[ 602441 ] memoryleak in filtering 0.8.2claws9?")

21 years agoCopy Gtk style from normal style to match font size for coloured folders.
Darko Koruga [Fri, 30 Aug 2002 05:25:45 +0000 (05:25 +0000)]
Copy Gtk style from normal style to match font size for coloured folders.

21 years ago* sylpheed.desktop
Alfons Hoogervorst [Thu, 29 Aug 2002 19:44:49 +0000 (19:44 +0000)]
* sylpheed.desktop
Type=Internet <- Type=Application
(reported by Michael Schwendt, see:
http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)

21 years agotodo
Thorsten Maerz [Thu, 29 Aug 2002 18:44:31 +0000 (18:44 +0000)]
todo

21 years agome todo
Alfons Hoogervorst [Thu, 29 Aug 2002 11:07:17 +0000 (11:07 +0000)]
me todo

21 years agosync with 0.8.2cvs5
Paul Mangan [Thu, 29 Aug 2002 09:13:53 +0000 (09:13 +0000)]
sync with 0.8.2cvs5

21 years agosanity check for bug 601605
Colin Leroy [Thu, 29 Aug 2002 07:45:41 +0000 (07:45 +0000)]
sanity check for bug 601605

21 years agorevert bug #591676 changes
Colin Leroy [Thu, 29 Aug 2002 07:30:30 +0000 (07:30 +0000)]
revert bug #591676 changes

21 years agoFix bug #591676 (MSG_QUEUED lost on restart)
Colin Leroy [Wed, 28 Aug 2002 18:05:53 +0000 (18:05 +0000)]
Fix bug #591676 (MSG_QUEUED lost on restart)
by not writing cache for F_QUEUE folderitems
[is it a good fix ?]

21 years agoFixed typos
Melvin Hadasht [Wed, 28 Aug 2002 13:44:35 +0000 (13:44 +0000)]
Fixed typos

21 years agoupdated a bit the text concerning the spell checker in README.claws
Melvin Hadasht [Wed, 28 Aug 2002 13:30:28 +0000 (13:30 +0000)]
updated a bit the text concerning the spell checker in README.claws

21 years agomerged GNU_aspell_branch
Melvin Hadasht [Wed, 28 Aug 2002 13:04:15 +0000 (13:04 +0000)]
merged GNU_aspell_branch

21 years agosync with 0.8.2cvs4 GNU_aspell_last_merge
Paul Mangan [Wed, 28 Aug 2002 11:54:45 +0000 (11:54 +0000)]
sync with 0.8.2cvs4

21 years agoAdded AND search to Search folder
Colin Leroy [Wed, 28 Aug 2002 10:32:54 +0000 (10:32 +0000)]
Added AND search to Search folder

21 years agoUpdated German Translations rel_0_8_2
Jens Oberender [Wed, 28 Aug 2002 08:57:08 +0000 (08:57 +0000)]
Updated German Translations

21 years agoupdated fr.po
Melvin Hadasht [Tue, 27 Aug 2002 23:17:30 +0000 (23:17 +0000)]
updated fr.po

21 years agosync with 0.8.2 release
Paul Mangan [Tue, 27 Aug 2002 22:54:56 +0000 (22:54 +0000)]
sync with 0.8.2 release

21 years agoupdate English manual
Paul Mangan [Tue, 27 Aug 2002 22:49:54 +0000 (22:49 +0000)]
update English manual

21 years agoupdated message catalogs
Paul Mangan [Tue, 27 Aug 2002 22:26:46 +0000 (22:26 +0000)]
updated message catalogs

21 years agoremoved "filtering setting" menu option and add a "cancel a news message" menu option
Hoà Viêt Dinh [Mon, 26 Aug 2002 22:53:35 +0000 (22:53 +0000)]
removed "filtering setting" menu option and add a "cancel a news message" menu option

21 years agosorry changed alfons entry
Martin Schaaf [Mon, 26 Aug 2002 19:29:37 +0000 (19:29 +0000)]
sorry changed alfons entry

21 years agoadded kill command to debuggerrc
Martin Schaaf [Mon, 26 Aug 2002 19:17:09 +0000 (19:17 +0000)]
added kill command to debuggerrc

21 years agosync with 0.8.1cvs31
Paul Mangan [Mon, 26 Aug 2002 08:41:11 +0000 (08:41 +0000)]
sync with 0.8.1cvs31

21 years ago* src/procmsg.c
Alfons Hoogervorst [Sun, 25 Aug 2002 18:46:55 +0000 (18:46 +0000)]
* 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")

21 years ago* src/selective_download.c
Alfons Hoogervorst [Sun, 25 Aug 2002 11:54:54 +0000 (11:54 +0000)]
* src/selective_download.c
mark two more translatable strings

21 years agotypos
Alfons Hoogervorst [Sun, 25 Aug 2002 11:07:11 +0000 (11:07 +0000)]
typos

21 years ago* src/summaryview.c
Alfons Hoogervorst [Sun, 25 Aug 2002 11:01:36 +0000 (11:01 +0000)]
* src/summaryview.c
treat sent boxes as special and allow sorting them by addressee
(closes "[ 589418 ] Sent folder sorting misbehavior"
submitted by Steve Lamb)

21 years agofix memleak reported by Martin Kluge (see: "[ 599677 ] Very small memory leak in...
Alfons Hoogervorst [Sat, 24 Aug 2002 17:35:48 +0000 (17:35 +0000)]
fix memleak reported by Martin Kluge (see: "[ 599677 ] Very small memory leak in 0.81claws115")

21 years agocode cleanup
Oliver Haertel [Sat, 24 Aug 2002 09:54:27 +0000 (09:54 +0000)]
code cleanup

21 years agoo fix another memory leak reported by Martin Kluge (see "[ 599568 ] Small Memory...
Alfons Hoogervorst [Sat, 24 Aug 2002 09:21:39 +0000 (09:21 +0000)]
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'

21 years agosync with 0.8.1cvs30
Paul Mangan [Sat, 24 Aug 2002 08:28:51 +0000 (08:28 +0000)]
sync with 0.8.1cvs30

21 years agosync with 0.8.1cvs30
Paul Mangan [Sat, 24 Aug 2002 08:23:09 +0000 (08:23 +0000)]
sync with 0.8.1cvs30

21 years agotodo update
Alfons Hoogervorst [Sat, 24 Aug 2002 00:10:44 +0000 (00:10 +0000)]
todo update

21 years agoremove unnecessary allocations for search bar fixing leaks reported by Martin Kluge...
Alfons Hoogervorst [Fri, 23 Aug 2002 23:39:48 +0000 (23:39 +0000)]
remove unnecessary allocations for search bar fixing leaks reported by Martin Kluge (see "[ 599451 ] Further memory leaks?")

21 years ago* src/main.c
Alfons Hoogervorst [Fri, 23 Aug 2002 21:58:53 +0000 (21:58 +0000)]
* 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

21 years agomove cursor to "To" entry when forwarding as attachment
Alfons Hoogervorst [Fri, 23 Aug 2002 13:42:18 +0000 (13:42 +0000)]
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")

21 years agofix hbox_search visibility after (de)separation of GUI elements
Colin Leroy [Fri, 23 Aug 2002 11:42:17 +0000 (11:42 +0000)]
fix hbox_search visibility after (de)separation of GUI elements

21 years agofix header_pane visibility after playing with folder/message separation
Colin Leroy [Fri, 23 Aug 2002 11:29:26 +0000 (11:29 +0000)]
fix header_pane visibility after playing with folder/message separation

21 years agosync with 0.8.1cvs29
Paul Mangan [Fri, 23 Aug 2002 10:43:10 +0000 (10:43 +0000)]
sync with 0.8.1cvs29

21 years agogive full control of display or non-display of Execute icon to Custom toolbar settings
Paul Mangan [Fri, 23 Aug 2002 10:40:16 +0000 (10:40 +0000)]
give full control of display or non-display of Execute icon to Custom toolbar settings

21 years agoReadded custom widget support in alertpanel lost in last sync
Melvin Hadasht [Fri, 23 Aug 2002 10:29:08 +0000 (10:29 +0000)]
Readded custom widget support in alertpanel lost in last sync

21 years agosync with 0.8.1cvs29
Paul Mangan [Fri, 23 Aug 2002 08:19:50 +0000 (08:19 +0000)]
sync with 0.8.1cvs29

21 years agofix folder and search exchanging positions
Colin Leroy [Fri, 23 Aug 2002 07:03:52 +0000 (07:03 +0000)]
fix folder and search exchanging positions

21 years agofix last gdk warning :)
Colin Leroy [Fri, 23 Aug 2002 06:52:15 +0000 (06:52 +0000)]
fix last gdk warning :)

21 years agoFix my new `Creating pixmap from xpm' warning
Colin Leroy [Thu, 22 Aug 2002 15:43:20 +0000 (15:43 +0000)]
Fix my new `Creating pixmap from xpm' warning

21 years agoFix some of the gdk_warnings
Colin Leroy [Thu, 22 Aug 2002 15:27:07 +0000 (15:27 +0000)]
Fix some of the gdk_warnings

21 years ago * src/Makefile.am
Colin Leroy [Thu, 22 Aug 2002 14:35:57 +0000 (14:35 +0000)]
* 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

21 years ago* src/folder.c
Christoph Hohmann [Thu, 22 Aug 2002 13:32:16 +0000 (13:32 +0000)]
* src/folder.c
        fix folder update for newsgroups with message
        numbers below minimum number of articles to fetch
        (closes bug #598445)

21 years agosync with 0.8.1cvs28
Paul Mangan [Thu, 22 Aug 2002 08:17:06 +0000 (08:17 +0000)]
sync with 0.8.1cvs28

21 years agouse bt instead of bt full which seems to work
Alfons Hoogervorst [Wed, 21 Aug 2002 18:12:47 +0000 (18:12 +0000)]
use bt instead of bt full which seems to work
better, and bt full doesn't give a great deal
of information anyway

21 years ago fix summaryview_searchtype_changed prototype
Colin Leroy [Wed, 21 Aug 2002 13:21:54 +0000 (13:21 +0000)]
            fix summaryview_searchtype_changed prototype

21 years ago* src/mainwindow.c
Christoph Hohmann [Wed, 21 Aug 2002 13:11:35 +0000 (13:11 +0000)]
* 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

21 years agorename toolbar.xml
Oliver Haertel [Wed, 21 Aug 2002 12:45:44 +0000 (12:45 +0000)]
rename toolbar.xml

21 years agoDon't reset tmp flags for messages copied to sent folder.
Darko Koruga [Wed, 21 Aug 2002 10:31:06 +0000 (10:31 +0000)]
Don't reset tmp flags for messages copied to sent folder.

21 years ago *src/prefs_filtering.c
Colin Leroy [Wed, 21 Aug 2002 10:19:26 +0000 (10:19 +0000)]
    *src/prefs_filtering.c
                fix renaming rules on folder rename
                when folder is not a leaf folder

21 years agofix alignment of colour selector in folder properties
Paul Mangan [Wed, 21 Aug 2002 09:26:56 +0000 (09:26 +0000)]
fix alignment of colour selector in folder properties

21 years agosync with 0.8.1cvs27
Paul Mangan [Wed, 21 Aug 2002 08:45:20 +0000 (08:45 +0000)]
sync with 0.8.1cvs27

21 years agofix crash when changing field type in Quick Search bar
Paul Mangan [Wed, 21 Aug 2002 07:43:50 +0000 (07:43 +0000)]
fix crash when changing field type in Quick Search bar

21 years agomade quick search case-insensitive
Colin Leroy [Wed, 21 Aug 2002 07:20:50 +0000 (07:20 +0000)]
made quick search case-insensitive

21 years ago * src/summaryview.c
Colin Leroy [Wed, 21 Aug 2002 07:18:43 +0000 (07:18 +0000)]
* src/summaryview.c
Made quick search case-insensitive

21 years agosync with 0.8.1cvs26
Paul Mangan [Wed, 21 Aug 2002 06:43:46 +0000 (06:43 +0000)]
sync with 0.8.1cvs26

21 years ago* src/folderview.c
Christoph Hohmann [Tue, 20 Aug 2002 19:50:04 +0000 (19:50 +0000)]
* 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

21 years ago * src/summaryview.[ch]
Colin Leroy [Tue, 20 Aug 2002 19:14:30 +0000 (19:14 +0000)]
    * src/summaryview.[ch]
                Added a quick search box
        * src/mainwindow.c
        * src/prefs_common.[ch]
                Added a show/hide option for the quick search

21 years agoBug Fix #596834 and #596832
Oliver Haertel [Tue, 20 Aug 2002 19:09:46 +0000 (19:09 +0000)]
Bug Fix #596834 and #596832

21 years agofixed a bug in imap.c - imap_fetch_msginfo() - in case there is no current folder
Hoà Viêt Dinh [Tue, 20 Aug 2002 15:49:20 +0000 (15:49 +0000)]
fixed a bug in imap.c - imap_fetch_msginfo() - in case there is no current folder

21 years agoFix folder color so it works with GTK themes
Darko Koruga [Tue, 20 Aug 2002 07:48:22 +0000 (07:48 +0000)]
Fix folder color so it works with GTK themes

21 years agoDon't use UI stuff in folder.h
Darko Koruga [Tue, 20 Aug 2002 06:33:22 +0000 (06:33 +0000)]
Don't use UI stuff in folder.h

21 years agoAbility to set folder color in folderview
Darko Koruga [Tue, 20 Aug 2002 05:56:32 +0000 (05:56 +0000)]
Ability to set folder color in folderview

21 years agofix one of the earlier memleaks reported by Martin Kluge
Alfons Hoogervorst [Mon, 19 Aug 2002 20:56:50 +0000 (20:56 +0000)]
fix one of the earlier memleaks reported by Martin Kluge

21 years agohide notice view when selecting seperate folder view (reported by Urke MMI)
Alfons Hoogervorst [Mon, 19 Aug 2002 18:48:17 +0000 (18:48 +0000)]
hide notice view when selecting seperate folder view (reported by Urke MMI)

21 years ago* src/folderview.c
Christoph Hohmann [Mon, 19 Aug 2002 17:55:14 +0000 (17:55 +0000)]
* src/folderview.c
* src/prefs_folder_item.h
* src/summaryview.[ch]
        o add summary_set_prefs_from_folderitem to set
          summaryview prefs (first step to remove all
          references to the folderitem in summaryview)
        o moved compiled regex stuff from folderitem prefs
          to summaryview code

21 years agoadd check for '.' to QUOTE_IF_REQUIRED
Paul Mangan [Mon, 19 Aug 2002 06:56:26 +0000 (06:56 +0000)]
add check for '.' to QUOTE_IF_REQUIRED

21 years agore-order prefs_toolbar_cancel() and sync with 0.8.1cvs25
Paul Mangan [Mon, 19 Aug 2002 06:11:51 +0000 (06:11 +0000)]
re-order prefs_toolbar_cancel() and sync with 0.8.1cvs25

21 years agosync with 0.8.1cvs25
Paul Mangan [Mon, 19 Aug 2002 06:07:53 +0000 (06:07 +0000)]
sync with 0.8.1cvs25

21 years agore-order prefs_toolbar_cancel()
Paul Mangan [Mon, 19 Aug 2002 06:07:28 +0000 (06:07 +0000)]
re-order prefs_toolbar_cancel()

21 years agoand another one
Alfons Hoogervorst [Sun, 18 Aug 2002 14:23:06 +0000 (14:23 +0000)]
and another one

21 years agoand another one
Alfons Hoogervorst [Sun, 18 Aug 2002 14:00:54 +0000 (14:00 +0000)]
and another one

21 years agoplug another memleak reported by Martin Kluge
Alfons Hoogervorst [Sun, 18 Aug 2002 13:50:33 +0000 (13:50 +0000)]
plug another memleak reported by Martin Kluge

21 years agoupdate Brazilian message catalog
Paul Mangan [Sun, 18 Aug 2002 08:44:10 +0000 (08:44 +0000)]
update Brazilian message catalog

21 years agofix non-translated tooltips bug
Paul Mangan [Sun, 18 Aug 2002 08:06:40 +0000 (08:06 +0000)]
fix non-translated tooltips bug

21 years agofix bug where 'Cancel' button creates icon and text toolbar regardless of prefs
Paul Mangan [Sun, 18 Aug 2002 08:03:54 +0000 (08:03 +0000)]
fix bug where 'Cancel' button creates icon and text toolbar regardless of prefs