1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- renamed function 'db:mark-status-deleted-p'.

This commit is contained in:
cage
2021-11-30 21:18:09 +01:00
parent 0b5c56f0ee
commit 6f06e0cd14
4 changed files with 9 additions and 9 deletions

View File

@@ -33,12 +33,12 @@
(status-id (db:row-message-status-id row)))
(when (or (scan scanner user)
(scan scanner subject))
(db:mark-status-read timeline-type
timeline-folder
status-id)
(db:mark-status-deleted-p timeline-type
timeline-folder
status-id))))
(db:mark-status-read timeline-type
timeline-folder
status-id)
(db:mark-status-deleted timeline-type
timeline-folder
status-id))))
rows)
(line-oriented-window:resync-rows-db *thread-window* :redraw t))))))
(push-event (make-instance 'function-event