Bug 2837 - [PATCH] Detach automatic email checking from 'get all'
Summary: [PATCH] Detach automatic email checking from 'get all'
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.9.1
Hardware: All All
: P3 enhancement
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2012-12-13 20:08 UTC by Jakub Kiciński
Modified: 2018-07-14 11:26 UTC (History)
0 users

See Also:


Attachments
Add new account option - automatically check for mail (7.55 KB, patch)
2012-12-13 20:08 UTC, Jakub Kiciński
no flags Details | Diff

Description Jakub Kiciński 2012-12-13 20:08:28 UTC
Created attachment 1208 [details]
Add new account option -  automatically check for mail

Currently there are two groups of accounts: those fetched by 'Get all' action and others. Only accounts from first group are fetched by automatic checking. IMHO it would be useful to make decision if account is fetched by manual clicking on 'Get all' separate from decision on whether email is downloaded automatically. Two use cases I have for that are: 
1) some servers are extremely slow and faulty and I don't want to burden claws-mail with talking with them too often - just check them once a day when I click 'Get all';
2) some accounts are used for handling mailing lists with _very_ high traffic and I don't want to see notification about new mail every 2 minutes, but do want to see the email once I click 'Get all';

Hope this makes sense! ;-)
Comment 1 users 2018-07-14 11:23:05 UTC
Changes related to this bug have been committed.
Please check latest Git and update the bug accordingly.
You can also get the patch from:
http://git.claws-mail.org/

++ ChangeLog	2018-07-14 11:23:04.278745916 +0200
http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=dd72700e412351f1bb2317c68b5528eba0ec9fc3
Merge: aa30051 df5a927
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jul 14 11:23:03 2018 +0200

    Merge branch 'master' of file:///home/git/claws

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=df5a927761513ef5fac8ead8fef34d31ebd090a0
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sun Jun 17 15:10:50 2018 +0200

    Allow separate autocheck configuration for accounts.
    
    Accounts can have their own autocheck intervals, or follow
    global interval.
    
    This separates the autocheck configuration from 'Get all'.
    config_version is bumped to 3, because meaning of
    "receive_at_get_all" in account configuration has changed.
    
    Closes bug #2552: in automatic checking, enable the use of
    different time intervals
    Closes bug #2837: Detach automatic email checking from 'get all'
Comment 2 Andrej Kacian 2018-07-14 11:26:36 UTC
Automatic checking is now decoupled from 'Get all' action in account configuration.

Note You need to log in before you can comment on or make changes to this bug.