From 3d9f4718032c3ee50a0165e32c8d6c59b153fe22 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Thu, 4 Apr 2013 14:34:25 +0100 Subject: Implement ttrss-catchup-feed method --- ttrss.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ttrss.el b/ttrss.el index 638bdf2..3ee3433 100644 --- a/ttrss.el +++ b/ttrss.el @@ -607,5 +607,14 @@ following key-value pairs: ;; unsubscribeFeed ;; getFeedTree +(defun ttrss-catchup-feed (address sid feed-id) + "Try to catchup feed at ADDRESS using SID with FEED-ID. +Returns a status string (typically 'OK')." + (ttrss-post-request address + :status + :op "catchupFeed" + :sid sid + :feed_id feed-id)) + (provide 'ttrss) ;;; ttrss.el ends here -- cgit v1.2.3