Commit graph

89 commits

Author SHA1 Message Date
Christoph Hohmann
dfe9d950ac 0.8.8claws27
* src/addrbook.c
* src/addrindex.c
* src/folder.c
* src/matcher.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_gtk.c
* src/procmime.c
* src/toolbar.c
* src/xmlprops.c
* src/common/prefs.[ch]
        extend prefs file handling for reading and automatic handling
        of blocks. When reading prefs_set_block_label will automatically
        move on to the block. When writing it will copy all other blocks
        automatically

* src/common/plugin.c
        Now loading plugin filenames from [Plugins] block in
        sylpheed rc file
2002-12-31 00:11:12 +00:00
Christoph Hohmann
6b0ed0c163 0.8.7claws8
* src/Makefile.am
* src/account.[ch]
* src/addrbook.c
* src/addressbook.c
* src/addrindex.c
* src/filtering.c
* src/folder.c
* src/matcher.c
* src/prefs.[ch]                ** REMOVE **
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_folder_item.c
* src/prefs_gtk.[ch]            ** NEW **
* src/prefs_matcher.c
* src/prefs_scoring.c
* src/prefs_summary_column.c
* src/procmime.c
* src/selective_download.c
* src/toolbar.c
* src/common/Makefile.am
* src/common/prefs.[ch]		** NEW **
        split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2002-12-25 13:46:41 +00:00
Jens Oberender
0d4e1c8499 - removed gettext from g_warnings
- po/POTFILES.in cleaned and updated
- po/de.po updated
2002-12-10 18:42:29 +00:00
Christoph Hohmann
91e8ab0aaf 0.8.6claws75
* src/Makefile.am
* src/about.c
* src/account.c
* src/crash.c
* src/esmtp.h
* src/imap.[ch]
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/pop.[ch]
* src/prefs_account.[ch]
* src/prefs_common.[ch]
* src/send.[ch]
* src/smtp.[ch]
* src/ssl_certificate.[ch]
* src/ssl_manager.[ch]
* src/common/Makefile.am
* src/common/log.c
* src/common/nntp.[ch]
* src/common/socket.[ch]
* src/common/ssl.[ch]
* src/gtk/sslcertwindow.c
* ac/openssl.m4
        use new autoconf script to detect OpenSSL with extra parameters
        to specify the location of libs and includes, also remove USE_SSL
        to USE_OPENSSL

* src/common/sylpheed.[ch]
* src/common/version.h.in
        start seperation of common code initialization seperated from gui

last commit did not work without this, so here is the rest
2002-12-08 13:52:10 +00:00
Paul Mangan
317a937333 improve the English in the GUI 2002-11-27 17:41:38 +00:00
Paul Mangan
53481eaabe re-word a label 2002-11-09 18:38:01 +00:00
Paul Mangan
0ad4470aa0 correct some typos 2002-11-08 15:33:03 +00:00
Paul Mangan
8111699ad6 prevent mixed-mode Privacy settings 2002-11-08 15:12:54 +00:00
Paul Mangan
baf724538a sync with 0.8.5cvs20 2002-11-07 08:28:17 +00:00
Christoph Hohmann
2df0a75cdb * major code cleanup (part 2)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment
	  when suggested by gcc
2002-09-29 13:43:33 +00:00
Paul Mangan
0de0d5750d sync with 0.8.3cvs6 2002-09-26 07:32:06 +00:00
Colin Leroy
890bb1b755 Fix pop_bfr_smtp_tm_entry sensivity when switching
from pop3 to apop or vice-versa
2002-09-22 16:46:38 +00:00
Colin Leroy
57afb8f55c * src/prefs_account.[ch]
Add an option for the POP before SMTP timeout
* src/inc.c
	Remember time of last POP connection
* src/send.c
	Do POP before SMTP only if timeout reached
2002-09-22 16:30:27 +00:00
Alfons Hoogervorst
8363342208 fix warnings 2002-09-15 13:37:38 +00:00
Colin Leroy
f94d5eaa65 fix popbeforesmtp checkbutton sensitivity
- sorry for forgetting it
2002-09-15 11:05:51 +00:00
Colin Leroy
8654edd38f Add pop before smtp 2002-09-15 10:48:35 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Paul Mangan
3c4153a88f sync with 0.8.1cvs22 2002-08-10 09:19:15 +00:00
Paul Mangan
8bd1d905d6 sync with 0.8.1cvs21 2002-08-09 08:16:29 +00:00
Paul Mangan
abbd7a7a3c sync with 0.8.1cvs12 2002-08-06 08:38:29 +00:00
Christoph Hohmann
8da5cfd6ba * 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 )
2002-07-02 19:49:11 +00:00
Paul Mangan
7facbc937a sync with 0.7.8cvs10 2002-06-28 08:08:36 +00:00
Alfons Hoogervorst
36203a9abf - 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>)
2002-06-22 20:54:45 +00:00
Paul Mangan
7834baa68c sync with 0.7.8 main 2002-06-17 10:02:21 +00:00
Melvin Hadasht
7bdbf6e5a3 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.
2002-06-13 08:39:05 +00:00
Paul Mangan
c9d0b7b193 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the behavior of the radio buttons 2002-06-12 20:42:15 +00:00
Paul Mangan
c351098cc4 correct a typo on the Receive tab 2002-06-11 15:01:50 +00:00
Paul Mangan
35d630cae4 updated selective download 2002-06-10 21:55:17 +00:00
Paul Mangan
b5322a04de sync with 0.7.6cvs20 2002-05-31 07:06:28 +00:00
Paul Mangan
1441b521f5 sync with 0.7.6cvs18 2002-05-29 08:28:56 +00:00
Paul Mangan
ef6d762684 correct a typo 2002-05-27 07:19:38 +00:00
Paul Mangan
c33e894f45 sync with 0.7.5cvs20 2002-05-12 06:56:28 +00:00
Paul Mangan
cb1bb1b759 sync with 0.7.4cvs51 2002-04-21 09:51:33 +00:00
Alfons Hoogervorst
3fcaa1098f apply sync patch from Paul; use old claws prefs_folder_item_create() for now 2002-04-20 22:57:52 +00:00
Paul Mangan
03efdafedb enable NNTP over SSL 2002-03-25 09:37:38 +00:00
Paul Mangan
6d640dbecc add ability to leave downloaded mail on server for n days 2002-03-19 17:13:22 +00:00
Paul Mangan
ac4fbf1837 correct some spellings 2002-03-18 09:41:41 +00:00
Paul Mangan
1ac2ee669c mark crossposted messages as read 2002-03-17 09:50:46 +00:00
Hoà Viêt Dinh
7fa02a7aa4 fixed local account 2002-03-10 14:09:59 +00:00
Paul Mangan
24174b5f1c sync with sylpheed 0.7.2cvs21 2002-02-28 10:06:43 +00:00
Paul Mangan
caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Paul Mangan
334a0c1977 sync with sylpheed 0.7.2cvs11 2002-02-21 14:56:09 +00:00
Paul Mangan
d3ef21d5fb sync with sylpheed 0.7.0cvs38 2002-02-07 10:14:25 +00:00
Paul Mangan
0497ada863 sync with sylpheed 0.7.0cvs24 2002-01-30 09:24:31 +00:00
Christoph Hohmann
4c55c79ca5 * src/prefs.h
set sensitivity in SET_TOGGLE_SENSITIVITY macro from
	toggle widget, because non static prefs can not use
	prefs_set_* functions
* src/prefs_account.c
        toggle smtp auth password field sensitivity if
        user id is empty and add descrition of usage for
        these fields
* src/prefs_folder_item.c
        use SET_TOGGLE_SENSITIVITY macro to instead of extra
        callbacks
2002-01-11 15:01:47 +00:00
Alfons Hoogervorst
fb1570818b bring in Simon Schubert's general GPG clean up patch 2002-01-08 19:50:20 +00:00
Alfons Hoogervorst
a1838d612d make default inbox really work for multiple POP3 account (on popular demand) 2001-12-26 20:09:20 +00:00
Alfons Hoogervorst
d313006da4 add SSH tunnel stuff 2001-12-22 11:22:38 +00:00
Paul Mangan
6e0233ba0a sync with sylpheed 0.6.5cvs28 2001-12-15 09:03:09 +00:00
Paul Mangan
51aca9abdb sync with sylpheed 0.6.5cvs24 2001-12-09 10:05:40 +00:00