1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-27 03:54:50 +01:00

- process in the correct order the command line switches;

- added 'config.status' to '.gitignore'.
This commit is contained in:
cage 2020-05-08 16:22:33 +02:00
parent c56a5b86ca
commit 4d38af3ad7
2 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
Makefile Makefile
Makefile.in Makefile.in
config.status
autom4te.cache/ autom4te.cache/
po/Makefile po/Makefile

View File

@ -106,10 +106,11 @@ etc.) happened"
;; now init the client ;; now init the client
(client:init) (client:init)
(client:authorize) (client:authorize)
(when command-line:*start-folder* (let ((program-events:*process-events-immediately* t))
(change-folder)) (when command-line:*start-folder*
(when command-line:*start-timeline* (change-folder))
(change-timeline)) (when command-line:*start-timeline*
(change-timeline)))
(when command-line:*update-timeline* (when command-line:*update-timeline*
(ui:update-current-timeline)) (ui:update-current-timeline))
(when command-line:*check-follow-requests* (when command-line:*check-follow-requests*