1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-18 08:20:35 +01:00

- [GUI] instructed the scheduler to respects the configuration directive 'start.update.gemlog'.

This commit is contained in:
cage 2023-07-23 11:16:53 +02:00
parent f98e02a8e2
commit c5b94ae602

View File

@ -72,6 +72,7 @@
(notify (_ "Old history entries removed")))
(defun start ()
(refresh-gemlog-subscriptions :start-on-boot t :set-busy-on-boot t)
(refresh-gemlog-subscriptions :start-on-boot (swconf:gemini-update-gemlog-at-start-p)
:set-busy-on-boot t)
(purge-gemlogs)
(purge-history))