Going on with this post.
I noticed, again with the help of hyperbolist@#sup@irc.freenode.net, that the startup.rb file can be more simple. I also noticed that the comment I’ve made in the original code was making the thread not going away from the thread list in inbox. So, this one works:
class Redwood::ThreadViewMode
@@keymaps[self].add :kill_and_next,
"Kill this thread, kill buffer, and view next", '&'
def kill_and_next; kill_and_then :next end
def kill_and_then op
dispatch op do
@index_mode.multi_kill [@thread]
end
end
end
Also, I used the suggestion of the New User Guide to Sup, and installed rss2email to read also blogs from sup. The r2e manpage has the indications to setup it.
5/2/2010 (sexta-feira) às 16:02 |
Have you seen notmuch yet? It seems like an excellent successor to sup.
8/2/2010 (segunda-feira) às 9:24 |
I’ve replied about it in http://marcotmarcot.wordpress.com/2010/02/05/using-sup-mail/#comments .