mirror of
https://github.com/SqrtMinusOne/elfeed-summary.git
synced 2025-12-10 09:43:02 +03:00
fix: function void: time-convert
This commit is contained in:
parent
012f6fee58
commit
1930de3924
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ The return value is a list of alists of the following elements:
|
|||
(puthash (elfeed-feed-id feed)
|
||||
(1+ (or (gethash (elfeed-feed-id feed) unread-count) 0))
|
||||
unread-count))
|
||||
(when (> (- (time-convert nil 'integer)
|
||||
(when (> (- (float-time)
|
||||
elfeed-summary-look-back)
|
||||
(elfeed-entry-date entry))
|
||||
(elfeed-db-return)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue