claws.git
21 years agoadd new pixmaps for upcoming notice pane
Alfons Hoogervorst [Sun, 7 Jul 2002 20:46:30 +0000 (20:46 +0000)]
add new pixmaps for upcoming notice pane

21 years agosrc/gtkspell.[ch]
Melvin Hadasht [Sat, 6 Jul 2002 21:27:16 +0000 (21:27 +0000)]
src/gtkspell.[ch]
Made them a bit closer to Sylpheed's coding style.
Removed old code.
Removed possible memory leaks when some errors occurs.

21 years agopo/Makefile.in.in
Melvin Hadasht [Sat, 6 Jul 2002 15:03:22 +0000 (15:03 +0000)]
po/Makefile.in.in
Removed --no-location in xgettext command line to help
translators that use Emacs' po-mode
src/quote_fmt.c
Removed unnecessary comments that messed up sylpheed.pot

21 years agosync with 0.7.8cvs19
Paul Mangan [Sat, 6 Jul 2002 06:48:23 +0000 (06:48 +0000)]
sync with 0.7.8cvs19

21 years ago* src/folder.c
Christoph Hohmann [Sat, 6 Jul 2002 01:07:26 +0000 (01:07 +0000)]
* src/folder.c
* src/mainwindow.c
        fix folder_item_remove_all_msg and folderview
        status for trash folders after emptying trash

21 years agosync with 0.7.8cvs16
Paul Mangan [Fri, 5 Jul 2002 07:49:10 +0000 (07:49 +0000)]
sync with 0.7.8cvs16

21 years agosync with 0.7.8cvs14
Paul Mangan [Thu, 4 Jul 2002 09:10:54 +0000 (09:10 +0000)]
sync with 0.7.8cvs14

21 years agodupe folder item's path because it's being reallocated by new folder scanning code
Alfons Hoogervorst [Wed, 3 Jul 2002 19:51:14 +0000 (19:51 +0000)]
dupe folder item's path because it's being reallocated by new folder scanning code

21 years ago* src/imap.c
Christoph Hohmann [Tue, 2 Jul 2002 22:28:11 +0000 (22:28 +0000)]
* src/imap.c
        better IMAP uid fetching using 'FETCH 1:* (UID)'
* src/msgcache.c
        add missing return in msgcache_write

21 years agouse binary mode for file access
Thorsten Maerz [Tue, 2 Jul 2002 21:37:37 +0000 (21:37 +0000)]
use binary mode for file access

21 years ago* major code cleanup (part 1)
Christoph Hohmann [Tue, 2 Jul 2002 20:07:33 +0000 (20:07 +0000)]
* major code cleanup (part 1)

        - unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment and
          && in || when suggested by gcc

* src/mh.c
* src/folder.c
        replaced direct calls to folder->scan_tree
        with folder_scan_tree and restore folder
        prefs in this function. The folder should
        not have to deal with them.
        ( Should now work for all folder types )

21 years ago* major code cleanup (part 1)
Christoph Hohmann [Tue, 2 Jul 2002 19:49:11 +0000 (19:49 +0000)]
* major code cleanup (part 1)

        - unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment and
          && in || when suggested by gcc

* src/mh.c
* src/folder.c
        replaced direct calls to folder->scan_tree
        with folder_scan_tree and restore folder
        prefs in this function. The folder should
        not have to deal with them.
        ( Should now work for all folder types )

21 years agosync with 0.7.8cvs13
Paul Mangan [Tue, 2 Jul 2002 09:41:25 +0000 (09:41 +0000)]
sync with 0.7.8cvs13

21 years ago* src/summaryview.c
Christoph Hohmann [Mon, 1 Jul 2002 17:25:39 +0000 (17:25 +0000)]
* src/summaryview.c
fix "goto next/prev unread message" with
ignored threads

21 years agoupdated Spanish message catalog
Paul Mangan [Mon, 1 Jul 2002 16:46:17 +0000 (16:46 +0000)]
updated Spanish message catalog

21 years agoupdated
Paul Mangan [Mon, 1 Jul 2002 16:44:56 +0000 (16:44 +0000)]
updated

21 years agoEnable multiple emails per JPilot entry.
Match Grun [Mon, 1 Jul 2002 03:59:13 +0000 (03:59 +0000)]
Enable multiple emails per JPilot entry.

21 years agosimple fix for putting older nodes before newer nodes when threading by subject
Alfons Hoogervorst [Sun, 30 Jun 2002 21:45:35 +0000 (21:45 +0000)]
simple fix for putting older nodes before newer nodes when threading by subject

21 years agofix bug in last commit
Christoph Hohmann [Sun, 30 Jun 2002 17:03:57 +0000 (17:03 +0000)]
fix bug in last commit

21 years ago* src/folder.c
Christoph Hohmann [Sun, 30 Jun 2002 16:35:20 +0000 (16:35 +0000)]
* src/folder.c
* src/folderview.c
* src/mh.c
* src/news.c
* src/procmsg.c
    fix broken folder tree rescaning
    and don't use procmsg_get_mark_sum
    anymore

21 years ago* src/folder.c
Christoph Hohmann [Sun, 30 Jun 2002 13:45:59 +0000 (13:45 +0000)]
* src/folder.c
    improved folder_item_scan
    it should now always set the correct
    new, unread and total message counts

21 years ago* src/imap.c
Christoph Hohmann [Sun, 30 Jun 2002 00:50:33 +0000 (00:50 +0000)]
* src/imap.c
    fix new cache imap copy bug

21 years agomerge new cache branch
Christoph Hohmann [Sat, 29 Jun 2002 23:48:43 +0000 (23:48 +0000)]
merge new cache branch

21 years agomerge new cache branch
Christoph Hohmann [Sat, 29 Jun 2002 23:33:42 +0000 (23:33 +0000)]
merge new cache branch

21 years agofix syntax error new_cache_last_merge pre_new_cache_merge
Paul Mangan [Sat, 29 Jun 2002 21:06:40 +0000 (21:06 +0000)]
fix syntax error

21 years agoadd sylpheed man page
Paul Mangan [Sat, 29 Jun 2002 17:34:18 +0000 (17:34 +0000)]
add sylpheed man page

21 years agoupdated pt_BR message catalog
Paul Mangan [Sat, 29 Jun 2002 07:06:30 +0000 (07:06 +0000)]
updated pt_BR message catalog

21 years agoupdated
Paul Mangan [Sat, 29 Jun 2002 07:05:17 +0000 (07:05 +0000)]
updated

21 years agoupdated German translation and fixed two writing mistakes
Jens Oberender [Fri, 28 Jun 2002 14:04:04 +0000 (14:04 +0000)]
updated German translation and fixed two writing mistakes

21 years agosync with 0.7.8cvs11
Paul Mangan [Fri, 28 Jun 2002 10:12:40 +0000 (10:12 +0000)]
sync with 0.7.8cvs11

21 years agosync with 0.7.8cvs11
Paul Mangan [Fri, 28 Jun 2002 09:58:50 +0000 (09:58 +0000)]
sync with 0.7.8cvs11

21 years agosync with 0.7.8cvs10
Paul Mangan [Fri, 28 Jun 2002 08:08:36 +0000 (08:08 +0000)]
sync with 0.7.8cvs10

21 years agodon't gettextise empty strings
Paul Mangan [Wed, 26 Jun 2002 10:45:13 +0000 (10:45 +0000)]
don't gettextise empty strings

21 years agoupdated
Paul Mangan [Wed, 26 Jun 2002 10:43:55 +0000 (10:43 +0000)]
updated

21 years agosync with 0.7.8cvs7
Paul Mangan [Wed, 26 Jun 2002 06:48:01 +0000 (06:48 +0000)]
sync with 0.7.8cvs7

21 years agofine tune ldap library detection
Alfons Hoogervorst [Tue, 25 Jun 2002 21:18:44 +0000 (21:18 +0000)]
fine tune ldap library detection

21 years agodon't allow return receipts when composing a news article
Alfons Hoogervorst [Tue, 25 Jun 2002 19:47:08 +0000 (19:47 +0000)]
don't allow return receipts when composing a news article

21 years agoallow for new and older autotools
Paul Mangan [Tue, 25 Jun 2002 18:35:10 +0000 (18:35 +0000)]
allow for new and older autotools

21 years agoadd '' to Makefile.am to allow for new and older autotools
Paul Mangan [Tue, 25 Jun 2002 18:32:40 +0000 (18:32 +0000)]
add '' to Makefile.am to allow for new and older autotools

21 years agofix 'No more unread messages' persistant pop-up window bug
Paul Mangan [Tue, 25 Jun 2002 15:24:58 +0000 (15:24 +0000)]
fix 'No more unread messages' persistant pop-up window bug

21 years agoupdated po/it.po
Paul Mangan [Tue, 25 Jun 2002 09:23:05 +0000 (09:23 +0000)]
updated po/it.po

21 years agoupdated
Paul Mangan [Tue, 25 Jun 2002 09:21:33 +0000 (09:21 +0000)]
updated

21 years agosync with 0.7.8cvs6
Paul Mangan [Tue, 25 Jun 2002 09:20:06 +0000 (09:20 +0000)]
sync with 0.7.8cvs6

21 years agoadd GPL copyright info in tools/update-po
Paul Mangan [Mon, 24 Jun 2002 11:18:54 +0000 (11:18 +0000)]
add GPL copyright info in tools/update-po

21 years agoadd GPL copyright info
Paul Mangan [Mon, 24 Jun 2002 11:17:33 +0000 (11:17 +0000)]
add GPL copyright info

21 years agoadd script that eases the creation of *.po files
Paul Mangan [Mon, 24 Jun 2002 08:31:43 +0000 (08:31 +0000)]
add script that eases the creation of *.po files

21 years agomake notification_convert_header obey const correctness (next step will be fixing...
Alfons Hoogervorst [Sun, 23 Jun 2002 17:51:28 +0000 (17:51 +0000)]
make notification_convert_header obey const correctness (next step will be fixing the broken return receipt)

21 years agofix bug introduced in last commit
Paul Mangan [Sun, 23 Jun 2002 08:18:03 +0000 (08:18 +0000)]
fix bug introduced in last commit

21 years agoremove code committed in error
Paul Mangan [Sun, 23 Jun 2002 07:49:25 +0000 (07:49 +0000)]
remove code committed in error

21 years agoadd compose_entry_select(), used to select the default_to
Colin Leroy [Sat, 22 Jun 2002 23:37:14 +0000 (23:37 +0000)]
add compose_entry_select(), used to select the default_to
email address - hopefully avoiding people sending mails to
wrong recipients.

21 years ago- apply and adapt Bram's patch which allows user to set SMTP AUTH
Alfons Hoogervorst [Sat, 22 Jun 2002 20:54:45 +0000 (20:54 +0000)]
- apply and adapt Bram's patch which allows user to set SMTP AUTH
  options.  (see <http://sourceforge.net/tracker/index.php
  ?func=detail&aid=566937&group_id=25528&atid=384600>);

- merge Stanislav's fix to make SMTP AUTH work with qmail
  (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)

21 years agosync with 0.7.8cvs5
Paul Mangan [Sat, 22 Jun 2002 17:49:39 +0000 (17:49 +0000)]
sync with 0.7.8cvs5

21 years agofix a stupid mistake I made (no allocation of MsgInfo necessary when msginfo->date_t...
Alfons Hoogervorst [Sat, 22 Jun 2002 10:56:18 +0000 (10:56 +0000)]
fix a stupid mistake I made (no allocation of MsgInfo necessary when msginfo->date_t is 0)

21 years agofix another unnoticed leak; cleanup code
Alfons Hoogervorst [Sat, 22 Jun 2002 10:08:35 +0000 (10:08 +0000)]
fix another unnoticed leak; cleanup code

21 years agogpg-sign <-- gpg-sign-syl
Alfons Hoogervorst [Fri, 21 Jun 2002 21:10:53 +0000 (21:10 +0000)]
gpg-sign <-- gpg-sign-syl

21 years agofix assorted mix of allocation errors (should solve problem reported by Philippe...
Alfons Hoogervorst [Fri, 21 Jun 2002 21:07:57 +0000 (21:07 +0000)]
fix assorted mix of allocation errors (should solve problem reported by Philippe Gramoullé, see: <sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006>)

21 years agotools/gpg-sign *REMOVED*
Melvin Hadasht [Thu, 20 Jun 2002 19:32:38 +0000 (19:32 +0000)]
tools/gpg-sign *REMOVED*
tools/gpg-sign-syl *ADDED*
Replaced the gpg clearsigning script with the version using
xterm instead of ssh-askpass and changed its name.

README.claws
Updated actions example to reflect the renaming of the
gpg clearsigning script.

21 years agosync with 0.7.8cvs3
Paul Mangan [Wed, 19 Jun 2002 08:04:32 +0000 (08:04 +0000)]
sync with 0.7.8cvs3

21 years agosync with 0.7.8cvs1
Paul Mangan [Wed, 19 Jun 2002 07:31:13 +0000 (07:31 +0000)]
sync with 0.7.8cvs1

21 years agoadd omitted prototype
Alfons Hoogervorst [Tue, 18 Jun 2002 19:32:22 +0000 (19:32 +0000)]
add omitted prototype

21 years agofix hiding of exec_btn
Paul Mangan [Mon, 17 Jun 2002 19:28:35 +0000 (19:28 +0000)]
fix hiding of exec_btn

21 years agoremove unneeded code
Paul Mangan [Mon, 17 Jun 2002 11:26:03 +0000 (11:26 +0000)]
remove unneeded code

21 years agosync with 0.7.8 main
Paul Mangan [Mon, 17 Jun 2002 10:02:21 +0000 (10:02 +0000)]
sync with 0.7.8 main

21 years agomake sure lock sort mode (claws specific) is also persists after a tree rescan
Alfons Hoogervorst [Sun, 16 Jun 2002 20:27:31 +0000 (20:27 +0000)]
make sure lock sort mode (claws specific) is also persists after a tree rescan

21 years agofix persistence of folder sort mode (broken by adapting Hiro's new folder persistence...
Alfons Hoogervorst [Sun, 16 Jun 2002 18:16:57 +0000 (18:16 +0000)]
fix persistence of folder sort mode (broken by adapting Hiro's new folder persistence code)

21 years agoforgot to commit AUTHORS
Alfons Hoogervorst [Sun, 16 Jun 2002 00:21:54 +0000 (00:21 +0000)]
forgot to commit AUTHORS

21 years agocontrol size of log text in log window; closes patch #569155 submitted by Mitko Haral...
Alfons Hoogervorst [Sun, 16 Jun 2002 00:16:34 +0000 (00:16 +0000)]
control size of log text in log window; closes patch #569155 submitted by Mitko Haralanov.

21 years ago0.7.8claws release rel_0_7_8
Paul Mangan [Sat, 15 Jun 2002 14:11:23 +0000 (14:11 +0000)]
0.7.8claws release

21 years agoupdated rel_0_7_7
Paul Mangan [Sat, 15 Jun 2002 08:49:12 +0000 (08:49 +0000)]
updated

21 years ago0.7.7claws release
Paul Mangan [Sat, 15 Jun 2002 08:42:29 +0000 (08:42 +0000)]
0.7.7claws release

21 years agoupdated
Paul Mangan [Sat, 15 Jun 2002 08:41:01 +0000 (08:41 +0000)]
updated

21 years agoupdated es.po
Paul Mangan [Fri, 14 Jun 2002 20:04:36 +0000 (20:04 +0000)]
updated es.po

21 years agoupdated
Paul Mangan [Fri, 14 Jun 2002 20:03:10 +0000 (20:03 +0000)]
updated

21 years agoupdated nl.po
Paul Mangan [Fri, 14 Jun 2002 10:41:25 +0000 (10:41 +0000)]
updated nl.po

21 years agoupdated
Paul Mangan [Fri, 14 Jun 2002 10:40:02 +0000 (10:40 +0000)]
updated

21 years agopo/fr.po
Melvin Hadasht [Fri, 14 Jun 2002 08:27:41 +0000 (08:27 +0000)]
po/fr.po
Updated French translation

21 years agoallow filename to be typed in
Paul Mangan [Thu, 13 Jun 2002 20:55:34 +0000 (20:55 +0000)]
allow filename to be typed in

21 years agomore cleanups (removing unnecessary menu items Expand summary / message view)
Alfons Hoogervorst [Thu, 13 Jun 2002 20:18:19 +0000 (20:18 +0000)]
more cleanups (removing unnecessary menu items Expand summary / message view)

21 years agopo/POTFILES.in
Melvin Hadasht [Thu, 13 Jun 2002 12:06:35 +0000 (12:06 +0000)]
po/POTFILES.in
        Added src/string_match.c
src/string_match.c
Fixed possible buffer overflow.
Corrected typo.
Added missing config.h header.
src/prefs_common.c
src/prefs_matcher.c
src/prefs_scoring.c
Made some strings translatable (missing _(..)).

21 years agoREADME.claws
Melvin Hadasht [Thu, 13 Jun 2002 08:39:05 +0000 (08:39 +0000)]
README.claws
Corrected action example (verifying clearsigned mail).
src/prefs_account.c
Corrected typo.
src/prefs_common.c
Removed incorrect line that generated a Gtk-CRITICAL msg.

21 years agoadd init of score column lost in 0.7.6claws42
Alfons Hoogervorst [Wed, 12 Jun 2002 21:49:06 +0000 (21:49 +0000)]
add init of score column lost in 0.7.6claws42

21 years ago/src/prefs_account.c:CREATE_RADIO_BUTTONS(): fixed a typo and corrected the behaviour...
Paul Mangan [Wed, 12 Jun 2002 20:43:38 +0000 (20:43 +0000)]
/src/prefs_account.c:CREATE_RADIO_BUTTONS(): fixed a typo and corrected the behaviour of the radio buttons

21 years agoCREATE_RADIO_BUTTONS(): fixed a typo and corrected the behavior of the radio buttons
Paul Mangan [Wed, 12 Jun 2002 20:42:15 +0000 (20:42 +0000)]
CREATE_RADIO_BUTTONS(): fixed a typo and corrected the behavior of the radio buttons

21 years agoperform a sync to bring in Hiro's separate view implementation
Alfons Hoogervorst [Tue, 11 Jun 2002 21:46:03 +0000 (21:46 +0000)]
perform a sync to bring in Hiro's separate view implementation

21 years agocorrect a typo on the Receive tab
Paul Mangan [Tue, 11 Jun 2002 15:01:50 +0000 (15:01 +0000)]
correct a typo on the Receive tab

21 years agoIncluded addr completion patch from Gustavo Noronha.
Match Grun [Tue, 11 Jun 2002 05:40:39 +0000 (05:40 +0000)]
Included addr completion patch from Gustavo Noronha.

21 years agoInclude patch addr completion patch from Gustavo Noronha.
Match Grun [Tue, 11 Jun 2002 05:37:28 +0000 (05:37 +0000)]
Include patch addr completion patch from Gustavo Noronha.

21 years agoupdated selective download
Paul Mangan [Mon, 10 Jun 2002 21:55:17 +0000 (21:55 +0000)]
updated selective download

21 years agoREADME.claws
Melvin Hadasht [Mon, 10 Jun 2002 19:55:10 +0000 (19:55 +0000)]
README.claws
Added a hint to ac/README in cvs instructions.

src/prefs_actions.c
Made it possible to use a more elaborate command line
for asynchronous actions, too.

21 years agosrc/prefs_actions.c
Melvin Hadasht [Mon, 10 Jun 2002 10:26:20 +0000 (10:26 +0000)]
src/prefs_actions.c
Make it possible to use a more elaborate command line
(e.g. |foo|bar|cat>there;echo Done|)
Corrected error message when calling %f, %F and %p commands
from the compose window.

21 years agoAutomatically find unread messages in current folder
Colin Leroy [Sun, 9 Jun 2002 22:01:49 +0000 (22:01 +0000)]
Automatically find unread messages in current folder
before annoying the user.

21 years agoremove bad formatting string in it.po translation (close "[ 548336 ] --debug segfault...
Alfons Hoogervorst [Sun, 9 Jun 2002 00:12:50 +0000 (00:12 +0000)]
remove bad formatting string in it.po translation (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")

21 years agosync with 0.7.6cvs25
Paul Mangan [Sat, 8 Jun 2002 15:52:42 +0000 (15:52 +0000)]
sync with 0.7.6cvs25

21 years agoadd 'Sort by locked/score'
Paul Mangan [Wed, 5 Jun 2002 15:30:56 +0000 (15:30 +0000)]
add 'Sort by locked/score'

21 years agosync with 0.7.6cvs24
Paul Mangan [Wed, 5 Jun 2002 06:25:18 +0000 (06:25 +0000)]
sync with 0.7.6cvs24

21 years agoupdated pt_BR.po
Paul Mangan [Tue, 4 Jun 2002 17:18:23 +0000 (17:18 +0000)]
updated pt_BR.po

21 years agoupdated
Paul Mangan [Tue, 4 Jun 2002 17:17:01 +0000 (17:17 +0000)]
updated

21 years agocorrected coding style (kept version)
Thorsten Maerz [Mon, 3 Jun 2002 19:17:50 +0000 (19:17 +0000)]
corrected coding style (kept version)

21 years agofclose() matcherrc after reading
Thorsten Maerz [Mon, 3 Jun 2002 18:57:50 +0000 (18:57 +0000)]
fclose() matcherrc after reading

21 years agosync with 0.7.6cvs21
Paul Mangan [Mon, 3 Jun 2002 06:03:31 +0000 (06:03 +0000)]
sync with 0.7.6cvs21