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
Ok I will look at it.
Created attachment 160853 [details] dialog for configuring archive folder Do you speak about this dialog ?
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
(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.
Ok I started to add range widget.
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
Thank you!