Commit graph

92 commits

Author SHA1 Message Date
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
Colin Leroy
8654edd38f Add pop before smtp 2002-09-15 10:48:35 +00:00
Paul Mangan
b233ec4938 sync with 0.8.2cvs14 2002-09-11 07:56:56 +00:00
Paul Mangan
063e85ee0b sync with 0.8.2cvs6 2002-08-31 09:41:45 +00:00
Paul Mangan
a275ff052c sync with 0.8.2cvs5 2002-08-29 09:13:53 +00:00
Paul Mangan
5201e770a1 sync with 0.8.1cvs25 2002-08-19 06:07:53 +00:00
Alfons Hoogervorst
5d4ea72659 and another one 2002-08-18 14:00:54 +00:00
Paul Mangan
6d79a76586 sync with 0.8.1cvs24 2002-08-16 09:34:01 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Paul Mangan
93d70aaf96 sync with 0.8.1cvs19 2002-08-08 05:56:32 +00:00
Oliver Haertel
ed369df2c4 Custom Toolbar Final 2002-08-06 14:22:44 +00:00
Paul Mangan
8f90ec8eaf sync with 0.8.1cvs1 2002-07-26 09:05:51 +00:00
Christoph Hohmann
e9dc05fb7d * src/folder.c
* src/folder.h
* src/summaryview.c
* src/summaryview.h
* src/main.c
        o separate processing and summaryview
        o removed summary_write_cache from summaryview
        o removed summaryview->killed_messages, because we don't have
          to keep a list of killed messages anymore. New cache will
          keep the hidden messages in cache anyway
* src/folderview.c
* src/inc.c
* src/selective_download.c
        o removed unnecessary summary_write_cache calls
* src/procmsg.c
        o don't set ignore thread flag in procmsg_get_thread_tree
          if it is already set
* src/mainwindow.c
* src/statusbar.h
        o moved STATUSBAR_PUSH/POP to statusbar.h because
          they are used in different files
2002-07-23 18:18:21 +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
7d2a5c9135 sync with 0.7.8cvs13 2002-07-02 09:41:25 +00:00
Christoph Hohmann
30555a9068 merge new cache branch 2002-06-29 23:33:42 +00:00
Paul Mangan
7834baa68c sync with 0.7.8 main 2002-06-17 10:02:21 +00:00
Paul Mangan
35d630cae4 updated selective download 2002-06-10 21:55:17 +00:00
Paul Mangan
1441b521f5 sync with 0.7.6cvs18 2002-05-29 08:28:56 +00:00
Paul Mangan
20d157dd67 sync with 0.7.5cvs19 2002-05-11 08:10:09 +00:00
Colin Leroy
ac0e581cde Added work offline availability. 2002-04-21 12:11:43 +00:00
Paul Mangan
7dcf6f631c sync with 0.7.4cvs31 2002-04-05 08:20:10 +00:00
Melvin Hadasht
5f4fd162af Made the new mail notification command always execute asynchronously. 2002-03-27 15:43:33 +00:00
Alfons Hoogervorst
63f88856cb apply colin's patch and refactor 2002-03-20 20:40:23 +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
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Hoà Viêt Dinh
7fa02a7aa4 fixed local account 2002-03-10 14:09:59 +00:00
Paul Mangan
adbd55ae28 sync with sylpheed 0.7.3cvs4 2002-03-07 13:22:39 +00:00
Paul Mangan
04b79731ef sync with sylpheed 0.7.3cvs1 (bug fix) 2002-03-06 09:06:40 +00:00
Melvin Hadasht
b2347ebfd7 Added user definable notification on new mail arrival. 2002-03-02 20:05:13 +00:00
Paul Mangan
3b0c571cd2 sync with sylpheed 0.7.2cvs18 2002-02-27 08:15:53 +00:00
Christoph Hohmann
c70a9c4ee5 * src/filtering.[ch]
* src/inc.c
        do filtering stuff after all messages have been received
          1. drop all messages to .processing
          2. scan processing folder for messages
          3. filter messages or move to inbox
        this will also find old messages left in processing after
        a crash or something like that and we get a real msginfo
        from folder->get_msg_list and do not have to create our
        own in filter_message
* src/matcher_parser_parse.y
        remove MIX/MAX warning (reordered includes)
2002-02-25 16:56:22 +00:00
Paul Mangan
caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Paul Mangan
c653927b64 add 'Selective download' 2002-02-22 09:35:36 +00:00
Paul Mangan
334a0c1977 sync with sylpheed 0.7.2cvs11 2002-02-21 14:56:09 +00:00
Paul Mangan
00cafee47a sync with sylpheed 0.7.1cvs8 2002-02-14 15:28:02 +00:00
Alfons Hoogervorst
ba2b8db061 prevent summary view from updating when the associated folder doesn't have new messages delivered by filtering 2002-01-20 14:13:20 +00:00
Paul Mangan
6a079c5280 sync with sylpheed 0.7.0cvs7 2002-01-16 11:48:36 +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
c0bceaf6c7 sync with 0.6.6hiro3-0.6.6hiro9 2001-12-22 00:30:32 +00:00
Alfons Hoogervorst
2d88846dcc make sure that we use the inbox set per account when filtering 2001-12-06 20:48:32 +00:00
Alfons Hoogervorst
0e7a5f5279 more revision of filtering system 2001-12-05 22:09:25 +00:00
Alfons Hoogervorst
ab96e80bc0 rever to filter from inbox approach 2001-11-25 13:47:45 +00:00
Hoà Viêt Dinh
788289df17 new matcher parser / bounce fix / rrr fixed 2001-11-15 22:41:46 +00:00
Paul Mangan
7e35e29ec6 sync with sylpheed 0.6.3cvs8 2001-10-19 07:49:39 +00:00
Paul Mangan
ae49c6b181 sync with sylpheed 0.6.3cvs7 2001-10-17 09:25:12 +00:00
Paul Mangan
3dfafe4e64 sync with sylpheed 0.6.2cvs3 2001-09-20 11:53:09 +00:00
Paul Mangan
28b049672b sync with sylpheed 0.6.1cvs6 2001-09-13 13:38:32 +00:00
Paul Mangan
f811f82674 sync with sylpheed 0.6.0cvs4 2001-09-02 15:07:05 +00:00
Paul Mangan
ec31c988b7 sync with sylpheed 0.5.3cvs9 2001-08-27 11:07:43 +00:00