From c4f1391d9e82dfeb26c0edd8ccdd6fec2209f324 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Wed, 3 Apr 2013 00:43:31 +0100 Subject: Finish nnttrss-get-feeds implementation that was previously WIP --- nnttrss.el | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/nnttrss.el b/nnttrss.el index 571fc88..5b2a5c5 100644 --- a/nnttrss.el +++ b/nnttrss.el @@ -153,14 +153,12 @@ possibly, :has_img, :updated, and :kind." Each plist has the keywords :last_updated, :cat_id, :order_id, :feed_url, :unread, :title, :id, and :icon." - (nnttrss-post-request nnttrss-address - nil - :op "getFeeds" - :sid session-id - params)) ; FIXME: need to unwrap params - ; before handing them to - ; nnttrss-post-request - + (apply 'nnttrss-post-request + address + nil + :op "getFeeds" + :sid session-id + params)) -- cgit v1.2.3