Bug 473007 - Feature request: allow the time of day of automatic archives to be specified.
Summary: Feature request: allow the time of day of automatic archives to be specified.
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 5.23.3
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-04 16:58 UTC by Peter Humphrey
Modified: 2023-08-11 10:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.25.0


Attachments
dialog for configuring archive folder (27.35 KB, image/png)
2023-08-09 07:21 UTC, Laurent Montel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Humphrey 2023-08-04 16:58:52 UTC
SUMMARY
I'd prefer that automatic archives of KMail's messages were done during the night, so that incoming mail does not disturb the operation.

STEPS TO REPRODUCE
1. Select the Configure Automatic Archiving dialogue
2. Fill in the boxes as required.
3. There's no way to specify the time of day that the archive should be made.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.27.6
KDE Frameworks Version: 5.108.0
Qt Version: 5.15.10
Kernel version: 6.1.41-gentoo (64-bit)

ADDITIONAL INFORMATION
Comment 1 Laurent Montel 2023-08-04 19:14:42 UTC
Ok I will look at it.
Comment 2 Laurent Montel 2023-08-09 07:21:59 UTC
Created attachment 160853 [details]
dialog for configuring archive folder

Do you speak about this dialog ?
Comment 3 Laurent Montel 2023-08-09 11:48:52 UTC
Git commit 725594a419a7f4ebb9f32c06095a7d572724e1f7 by Laurent Montel.
Committed on 09/08/2023 at 13:48.
Pushed by mlaurent into branch 'master'.

Start to add time range for archive support

M  +2    -0    agents/archivemailagent/CMakeLists.txt
A  +33   -0    agents/archivemailagent/archivemailrangewidget.cpp     [License: GPL(v2.0+)]
A  +20   -0    agents/archivemailagent/archivemailrangewidget.h     [License: GPL(v2.0+)]

https://invent.kde.org/pim/kmail/-/commit/725594a419a7f4ebb9f32c06095a7d572724e1f7
Comment 4 Peter Humphrey 2023-08-09 11:54:15 UTC
(In reply to Laurent Montel from comment #2)
> Created attachment 160853 [details]
> dialog for configuring archive folder
> 
> Do you speak about this dialog ?

Yes, that's the one.
Comment 5 Laurent Montel 2023-08-09 11:59:44 UTC
Ok I started to add range widget.
Comment 6 Laurent Montel 2023-08-11 05:25:29 UTC
Git commit 6038179a5a71be1f9eb5b36be413f05100a3885c by Laurent Montel.
Committed on 11/08/2023 at 07:25.
Pushed by mlaurent into branch 'master'.

Fix 473007:  Feature request: allow the time of day of automatic archives to be specified.

FIXED-IN: 5.25.0

M  +12   -2    agents/archivemailagent/archivemailagentutil.cpp
M  +63   -1    agents/archivemailagent/autotests/archivemailagentutiltest.cpp

https://invent.kde.org/pim/kmail/-/commit/6038179a5a71be1f9eb5b36be413f05100a3885c
Comment 7 Peter Humphrey 2023-08-11 10:28:26 UTC
Thank you!