claws.git
22 years agosync with sylpheed 0.7.2cvs14
Paul Mangan [Sat, 23 Feb 2002 10:52:54 +0000 (10:52 +0000)]
sync with sylpheed 0.7.2cvs14

22 years ago* src/quote_fmt.c
Christoph Hohmann [Fri, 22 Feb 2002 12:02:01 +0000 (12:02 +0000)]
* src/quote_fmt.c
        Add column space to table
* src/quote_fmt_parse.y
        Close files

22 years agoremove generated files that shouldn't be here
Paul Mangan [Fri, 22 Feb 2002 10:11:41 +0000 (10:11 +0000)]
remove generated files that shouldn't be here

22 years agoadd 'Selective download'
Paul Mangan [Fri, 22 Feb 2002 09:35:36 +0000 (09:35 +0000)]
add 'Selective download'

22 years ago* src/Makefile.am
Christoph Hohmann [Fri, 22 Feb 2002 03:08:20 +0000 (03:08 +0000)]
* src/Makefile.am
        added quote_fmt.c
* src/prefs_common.[ch]
* src/prefs_template.c
* src/quote_fmt.c               *** NEW FILE ***
* src/quote_fmt.h
        move quote format symbol description code
        to it's own file because it is used from
        differnent code parts
        Rewrote symbol description GUI
          + use table
          + add separators
          + get data from array (no more long constant strings)
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
        Symbol for Literal % changed to \% instead of %%
        (More logical as \ is used for quoting for other symbols)
        Add |f and |p to include files and program output
        Examples:
            |f{/home/.../.signature}
            |p{date}
* po/de.po
        Correct wrong spelling for "Referenzen"

22 years agoforgotten during sync with sylpheed 0.7.2cvs11
Paul Mangan [Thu, 21 Feb 2002 16:35:05 +0000 (16:35 +0000)]
forgotten during sync with sylpheed 0.7.2cvs11

22 years agosync with sylpheed 0.7.2cvs11
Paul Mangan [Thu, 21 Feb 2002 16:31:30 +0000 (16:31 +0000)]
sync with sylpheed 0.7.2cvs11

22 years agosync with sylpheed 0.7.2cvs11
Paul Mangan [Thu, 21 Feb 2002 14:56:09 +0000 (14:56 +0000)]
sync with sylpheed 0.7.2cvs11

22 years agoprefs_actions:
Melvin Hadasht [Wed, 20 Feb 2002 13:40:36 +0000 (13:40 +0000)]
prefs_actions:
Added error report when child cannot fork or when execvp
returns with an error.

22 years ago* src/codeconv.c
Christoph Hohmann [Tue, 19 Feb 2002 12:52:42 +0000 (12:52 +0000)]
* src/codeconv.c
        return unconverted text if conde conversion is not possible
        when libjconv is used.
        (patch submitted by "Simon 'corecode' Schubert")

22 years ago0.7.2claws release rel_0_7_2
Paul Mangan [Tue, 19 Feb 2002 07:45:42 +0000 (07:45 +0000)]
0.7.2claws release

22 years agoupdated translation
Paul Mangan [Tue, 19 Feb 2002 07:44:06 +0000 (07:44 +0000)]
updated translation

22 years agowe're loading functions explicitly from dynamically loaded so's, so remove explicit...
Alfons Hoogervorst [Mon, 18 Feb 2002 21:11:01 +0000 (21:11 +0000)]
we're loading functions explicitly from dynamically loaded so's, so remove explicit func checks

22 years agoCorrected changelog mismatch
Melvin Hadasht [Sun, 17 Feb 2002 20:27:59 +0000 (20:27 +0000)]
Corrected changelog mismatch

22 years agoprefs_actions.c:
Melvin Hadasht [Sun, 17 Feb 2002 20:24:23 +0000 (20:24 +0000)]
prefs_actions.c:
Replaced children wait loop with double fork technique.
Now, input/output window updated at each new output.
free_children(): Fixed a memory leak.
Made input/output window non closable if running children
still exist.
Added missing <unistd.h> include.
Added some --debug outputs.

22 years agoFixed bug with descending sort order in summary view
Melvin Hadasht [Sun, 17 Feb 2002 20:08:45 +0000 (20:08 +0000)]
Fixed bug with descending sort order in summary view

22 years agoAdded PSPELL_PATH configuration macro
Melvin Hadasht [Sun, 17 Feb 2002 20:04:13 +0000 (20:04 +0000)]
Added PSPELL_PATH configuration macro

22 years agoFixed compile-time warnings
Melvin Hadasht [Sun, 17 Feb 2002 19:55:02 +0000 (19:55 +0000)]
Fixed compile-time warnings

22 years agofix inadvertent free of NULL pointer in dialog's delete_event which made sylpheed...
Alfons Hoogervorst [Sat, 16 Feb 2002 22:02:03 +0000 (22:02 +0000)]
fix inadvertent free of NULL pointer in dialog's delete_event which made sylpheed crash

22 years agobug fixes for pixmap theming related code
Carsten Schurig [Sat, 16 Feb 2002 15:50:38 +0000 (15:50 +0000)]
bug fixes for pixmap theming related code

22 years agosync with sylpheed 0.7.2
Paul Mangan [Sat, 16 Feb 2002 14:01:09 +0000 (14:01 +0000)]
sync with sylpheed 0.7.2

22 years agosmall bug fix in last sync
Christoph Hohmann [Sat, 16 Feb 2002 13:50:40 +0000 (13:50 +0000)]
small bug fix in last sync

22 years agosync with sylpheed 0.7.2
Christoph Hohmann [Sat, 16 Feb 2002 13:42:56 +0000 (13:42 +0000)]
sync with sylpheed 0.7.2

22 years agosync with sylpheed 0.7.1cvs9
Paul Mangan [Fri, 15 Feb 2002 09:26:31 +0000 (09:26 +0000)]
sync with sylpheed 0.7.1cvs9

22 years agoremove reference to 'headerwindow.c'
Paul Mangan [Fri, 15 Feb 2002 09:21:05 +0000 (09:21 +0000)]
remove reference to 'headerwindow.c'

22 years agofixed a bug for 'go to next unread message'
Carsten Schurig [Thu, 14 Feb 2002 20:32:21 +0000 (20:32 +0000)]
fixed a bug for 'go to next unread message'

22 years agoremoved 2 more mem leaks in the pixmap theming code
Carsten Schurig [Thu, 14 Feb 2002 19:30:33 +0000 (19:30 +0000)]
removed 2 more mem leaks in the pixmap theming code

22 years agobug fixes for pixmap theming: removed use of scandir
Carsten Schurig [Thu, 14 Feb 2002 19:12:54 +0000 (19:12 +0000)]
bug fixes for pixmap theming: removed use of scandir

22 years agoremove unneeded files (sync with 0.7.1cvs8)
Paul Mangan [Thu, 14 Feb 2002 15:30:14 +0000 (15:30 +0000)]
remove unneeded files (sync with 0.7.1cvs8)

22 years agoadd description of Actions and Pixmap Themes
Paul Mangan [Thu, 14 Feb 2002 15:28:55 +0000 (15:28 +0000)]
add description of Actions and Pixmap Themes

22 years agosync with sylpheed 0.7.1cvs8
Paul Mangan [Thu, 14 Feb 2002 15:28:02 +0000 (15:28 +0000)]
sync with sylpheed 0.7.1cvs8

22 years agorelease 0.7.1claws rel_0_7_1
Paul Mangan [Wed, 13 Feb 2002 21:57:38 +0000 (21:57 +0000)]
release 0.7.1claws

22 years agoupdated translations
Paul Mangan [Wed, 13 Feb 2002 21:54:57 +0000 (21:54 +0000)]
updated translations

22 years agoAdded missing include in prefs_actions.c
Melvin Hadasht [Wed, 13 Feb 2002 21:24:13 +0000 (21:24 +0000)]
Added missing include in prefs_actions.c

22 years agoAdded missing include in prefs_folder_item.c
Melvin Hadasht [Wed, 13 Feb 2002 16:05:06 +0000 (16:05 +0000)]
Added missing include in prefs_folder_item.c
Updated fr.po

22 years agoUpdated German translation
Jens Oberender [Wed, 13 Feb 2002 14:59:20 +0000 (14:59 +0000)]
Updated German translation

22 years agoUpdated French translation
Melvin Hadasht [Wed, 13 Feb 2002 00:03:16 +0000 (00:03 +0000)]
Updated French translation

22 years agoMade gtkut_editable_get_selection return NULL if selection is of length zero.
Melvin Hadasht [Tue, 12 Feb 2002 23:51:22 +0000 (23:51 +0000)]
Made gtkut_editable_get_selection return NULL if selection is of length zero.

22 years agomake toolbar refresh smoother
Paul Mangan [Tue, 12 Feb 2002 23:05:32 +0000 (23:05 +0000)]
make toolbar refresh smoother

22 years agoworks on pixmap theming (most of this code is from Paul)
Carsten Schurig [Tue, 12 Feb 2002 21:57:15 +0000 (21:57 +0000)]
works on pixmap theming (most of this code is from Paul)

22 years agoworks on pixmap theming (most of this code is from Paul)
Carsten Schurig [Tue, 12 Feb 2002 21:53:45 +0000 (21:53 +0000)]
works on pixmap theming (most of this code is from Paul)

22 years agoplug mem leaks in stock pixmap code, and refactor code a tiny little bit
Alfons Hoogervorst [Tue, 12 Feb 2002 20:58:47 +0000 (20:58 +0000)]
plug mem leaks in stock pixmap code, and refactor code a tiny little bit

22 years agoFixed problem with copying messages to IMAP folders when the
Sergey Vlasov [Tue, 12 Feb 2002 17:54:28 +0000 (17:54 +0000)]
Fixed problem with copying messages to IMAP folders when the
server uses something other than '/' as a namespace separator
(cyrus-imapd uses '.').

22 years agoUpdated German Translation
Jens Oberender [Tue, 12 Feb 2002 14:24:04 +0000 (14:24 +0000)]
Updated German Translation

22 years agosync with sylpheed 0.7.1cvs1
Paul Mangan [Tue, 12 Feb 2002 14:10:29 +0000 (14:10 +0000)]
sync with sylpheed 0.7.1cvs1

22 years agoFixed "feature" where actions's output was duplicated
Melvin Hadasht [Tue, 12 Feb 2002 01:20:07 +0000 (01:20 +0000)]
Fixed "feature" where actions's output was duplicated
instead of refreshed while monitoring.
Removed some debug code in actions code.

22 years ago* src/compose.c
Christoph Hohmann [Tue, 12 Feb 2002 00:43:44 +0000 (00:43 +0000)]
* src/compose.c
        always delete message from queue after sending/send error
        (closes bug #509601 "puting message on queue when send fails")

22 years agofix a typo
Melvin Hadasht [Mon, 11 Feb 2002 23:35:49 +0000 (23:35 +0000)]
fix a typo

22 years agoactions rewrite, see ChangLog.claws 2002-02-12 0.7.0claws62
Melvin Hadasht [Mon, 11 Feb 2002 23:31:18 +0000 (23:31 +0000)]
actions rewrite, see ChangLog.claws 2002-02-12 0.7.0claws62

22 years agoPatching the pixmap theming again (bug of not existing theme dirs fixed)
Carsten Schurig [Mon, 11 Feb 2002 21:40:10 +0000 (21:40 +0000)]
Patching the pixmap theming again (bug of not existing theme dirs fixed)

22 years agoPixmap theme the 4th(?): a nasty bug hunted down
Carsten Schurig [Mon, 11 Feb 2002 21:24:26 +0000 (21:24 +0000)]
Pixmap theme the 4th(?): a nasty bug hunted down

22 years agoPixmap theming part 4: forgot to remove one
Carsten Schurig [Mon, 11 Feb 2002 19:54:08 +0000 (19:54 +0000)]
Pixmap theming part 4: forgot to remove one

22 years agoPixmap theming part 3: remove the stock_* and some others (renamed actually)
Carsten Schurig [Mon, 11 Feb 2002 19:52:37 +0000 (19:52 +0000)]
Pixmap theming part 3: remove the stock_* and some others (renamed actually)

22 years agoPixmap theming
Carsten Schurig [Mon, 11 Feb 2002 19:46:04 +0000 (19:46 +0000)]
Pixmap theming

22 years agosync with sylpheed 0.7.1 release
Paul Mangan [Mon, 11 Feb 2002 13:43:37 +0000 (13:43 +0000)]
sync with sylpheed 0.7.1 release

22 years agomissed a '.' during sync
Paul Mangan [Fri, 8 Feb 2002 10:36:40 +0000 (10:36 +0000)]
missed a '.' during sync

22 years agomissed in sync with sylpheed 0.7.0cvs39
Paul Mangan [Fri, 8 Feb 2002 10:07:12 +0000 (10:07 +0000)]
missed in sync with sylpheed 0.7.0cvs39

22 years agosync with sylpheed 0.7.0cvs39
Paul Mangan [Fri, 8 Feb 2002 10:07:11 +0000 (10:07 +0000)]
sync with sylpheed 0.7.0cvs39

22 years agosync with sylpheed 0.7.0cvs38
Paul Mangan [Thu, 7 Feb 2002 10:14:25 +0000 (10:14 +0000)]
sync with sylpheed 0.7.0cvs38

22 years agoFix const gchar */gchar * issue.
Darko Koruga [Thu, 7 Feb 2002 09:51:13 +0000 (09:51 +0000)]
Fix const gchar */gchar * issue.

22 years agoUse selected text on reply/forward.
Darko Koruga [Thu, 7 Feb 2002 09:26:39 +0000 (09:26 +0000)]
Use selected text on reply/forward.

22 years agoMade possible fast switching with last dictionary.
Melvin Hadasht [Wed, 6 Feb 2002 23:11:35 +0000 (23:11 +0000)]
Made possible fast switching with last dictionary.

22 years agoAdded forgotten new file in POTFILES.in
Melvin Hadasht [Wed, 6 Feb 2002 12:04:50 +0000 (12:04 +0000)]
Added forgotten new file in POTFILES.in

22 years agoAdded user definable actions on message body/file
Melvin Hadasht [Wed, 6 Feb 2002 11:15:31 +0000 (11:15 +0000)]
Added user definable actions on message body/file

22 years agosync with sylpheed 0.7.0cvs36
Paul Mangan [Wed, 6 Feb 2002 10:17:44 +0000 (10:17 +0000)]
sync with sylpheed 0.7.0cvs36

22 years agoupdated translation
Paul Mangan [Tue, 5 Feb 2002 17:35:48 +0000 (17:35 +0000)]
updated translation

22 years agosync with sylpheed 0.7.0cvs33
Paul Mangan [Tue, 5 Feb 2002 13:27:32 +0000 (13:27 +0000)]
sync with sylpheed 0.7.0cvs33

22 years agore-add 'Delete entire line' ('Delete line+')
Paul Mangan [Tue, 5 Feb 2002 03:23:36 +0000 (03:23 +0000)]
re-add 'Delete entire line' ('Delete line+')

22 years agofix 'Reply to all' bugs
Paul Mangan [Mon, 4 Feb 2002 12:06:54 +0000 (12:06 +0000)]
fix 'Reply to all' bugs

22 years agosync with sylpheed 0.7.0cvs30
Paul Mangan [Mon, 4 Feb 2002 09:56:44 +0000 (09:56 +0000)]
sync with sylpheed 0.7.0cvs30

22 years agoVarious bug fixes and enhancements, see ChangeLog.claws 2002-02-03
Melvin Hadasht [Sun, 3 Feb 2002 15:10:17 +0000 (15:10 +0000)]
Various bug fixes and enhancements, see ChangeLog.claws 2002-02-03

22 years agofix 'Hide read messages' sensitivity
Paul Mangan [Fri, 1 Feb 2002 15:19:21 +0000 (15:19 +0000)]
fix 'Hide read messages' sensitivity

22 years agoadd --send cli option
Paul Mangan [Fri, 1 Feb 2002 08:45:07 +0000 (08:45 +0000)]
add --send cli option

22 years agomake 'Hide read messages' sensitive
Paul Mangan [Thu, 31 Jan 2002 17:30:21 +0000 (17:30 +0000)]
make 'Hide read messages' sensitive

22 years agoupdated translation
Paul Mangan [Thu, 31 Jan 2002 11:17:13 +0000 (11:17 +0000)]
updated translation

22 years agosync with sylpheed 0.7.0cvs27
Paul Mangan [Thu, 31 Jan 2002 11:15:55 +0000 (11:15 +0000)]
sync with sylpheed 0.7.0cvs27

22 years agosync with sylpheed 0.7.0cvs24
Paul Mangan [Wed, 30 Jan 2002 09:24:31 +0000 (09:24 +0000)]
sync with sylpheed 0.7.0cvs24

22 years agosync with sylpheed 0.7.0cvs22
Paul Mangan [Tue, 29 Jan 2002 10:03:33 +0000 (10:03 +0000)]
sync with sylpheed 0.7.0cvs22

22 years agoMade spelling more friendly
Melvin Hadasht [Mon, 28 Jan 2002 23:00:53 +0000 (23:00 +0000)]
Made spelling more friendly

22 years agofix interesting buglet and clean up coding style
Alfons Hoogervorst [Mon, 28 Jan 2002 20:55:09 +0000 (20:55 +0000)]
fix interesting buglet and clean up coding style

22 years agosync with sylpheed 0.7.0cvs19
Paul Mangan [Mon, 28 Jan 2002 12:46:49 +0000 (12:46 +0000)]
sync with sylpheed 0.7.0cvs19

22 years agorenderer, config is not yet build with a dialog box, you have to edit .sylpheed/rende...
Hoà Viêt Dinh [Sun, 27 Jan 2002 23:21:17 +0000 (23:21 +0000)]
renderer, config is not yet build with a dialog box, you have to edit .sylpheed/rendererrc by hand, each line have to be : "[content-type] [program that will pipe content]", for example : "text/html lynx --dump -stdin"

22 years agodon't delete messages...
Alfons Hoogervorst [Sun, 27 Jan 2002 16:24:59 +0000 (16:24 +0000)]
don't delete messages...

22 years agoimplement news->remove_msg()
Alfons Hoogervorst [Sun, 27 Jan 2002 14:32:18 +0000 (14:32 +0000)]
implement news->remove_msg()

22 years agomake RR dialog go away if you said no and you meant no...
Alfons Hoogervorst [Sun, 27 Jan 2002 01:10:08 +0000 (01:10 +0000)]
make RR dialog go away if you said no and you meant no...

22 years agochange implementation of return-receipt-request so it uses a permanently stored flag.
Alfons Hoogervorst [Sun, 27 Jan 2002 00:44:09 +0000 (00:44 +0000)]
change implementation of return-receipt-request so it uses a permanently stored flag.

22 years agomake destin folder in import mbox dialog have the correct folder identifier
Alfons Hoogervorst [Sat, 26 Jan 2002 11:43:26 +0000 (11:43 +0000)]
make destin folder in import mbox dialog have the correct folder identifier

22 years agoImproved and fixed folder view 'Mark all read'
Melvin Hadasht [Sat, 26 Jan 2002 11:03:43 +0000 (11:03 +0000)]
Improved and fixed folder view 'Mark all read'

22 years agomove 'Mark all read' to folder view menu
Paul Mangan [Sat, 26 Jan 2002 08:34:33 +0000 (08:34 +0000)]
move 'Mark all read' to folder view menu

22 years agoput GtkSText class name change back
Alfons Hoogervorst [Fri, 25 Jan 2002 20:52:56 +0000 (20:52 +0000)]
put GtkSText class name change back

22 years agoassimilate Ricardo's patch which displays unread/read pixmaps instead of text in...
Alfons Hoogervorst [Fri, 25 Jan 2002 20:00:27 +0000 (20:00 +0000)]
assimilate Ricardo's patch which displays unread/read pixmaps instead of text in column headers of folder view

22 years agoallow gpgme in non-standard locations
Paul Mangan [Fri, 25 Jan 2002 10:34:18 +0000 (10:34 +0000)]
allow gpgme in non-standard locations

22 years agosync with sylpheed 0.7.0cvs16
Paul Mangan [Fri, 25 Jan 2002 09:50:28 +0000 (09:50 +0000)]
sync with sylpheed 0.7.0cvs16

22 years agomore sync with sylpheed 0.7.0cvs15
Paul Mangan [Thu, 24 Jan 2002 10:11:51 +0000 (10:11 +0000)]
more sync with sylpheed 0.7.0cvs15

22 years agoFixed segfault when closing LDIF import window with the window manager.
Sergey Vlasov [Wed, 23 Jan 2002 17:58:56 +0000 (17:58 +0000)]
Fixed segfault when closing LDIF import window with the window manager.
Fixed wrong scrolling position when switching between text and image parts.

22 years agosync with sylpheed 0.7.0cvs15
Paul Mangan [Wed, 23 Jan 2002 11:05:35 +0000 (11:05 +0000)]
sync with sylpheed 0.7.0cvs15

22 years agoFixed bug where scoring and filtering windows stopped autochecking.
Melvin Hadasht [Mon, 21 Jan 2002 19:36:55 +0000 (19:36 +0000)]
Fixed bug where scoring and filtering windows stopped autochecking.

22 years agosync with sylpheed 0.7.0cvs12
Paul Mangan [Mon, 21 Jan 2002 11:34:09 +0000 (11:34 +0000)]
sync with sylpheed 0.7.0cvs12

22 years agomainly changes for the hardcoded shortcuts again
Carsten Schurig [Mon, 21 Jan 2002 10:54:32 +0000 (10:54 +0000)]
mainly changes for the hardcoded shortcuts again

22 years agoFixed insensitive Bcc button in addressbook
Melvin Hadasht [Sun, 20 Jan 2002 16:19:37 +0000 (16:19 +0000)]
Fixed insensitive Bcc button in addressbook