More on sup

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.

About these ads

2 Respostas para “More on sup”

  1. Anonymous Disse:

    Have you seen notmuch yet? It seems like an excellent successor to sup.

  2. marcotmarcot Disse:

    I’ve replied about it in http://marcotmarcot.wordpress.com/2010/02/05/using-sup-mail/#comments .

Deixe uma resposta

Preencha os seus dados abaixo ou clique em um ícone para log in:

WordPress.com Logo

Você está comentando usando sua conta WordPress.com. Sair / Mudar )

Imagem do Twitter

Você está comentando usando sua conta Twitter. Sair / Mudar )

Foto do Facebook

Você está comentando usando sua conta Facebook. Sair / Mudar )

Conectando a %s


Seguir

Obtenha todo post novo entregue na sua caixa de entrada.

%d bloggers like this: