On 28.3.2008, Marc Hartstein wrote:
> 3. Is there an IRC channel?  It would be nice to be able to lurk and
> drop questions if anybody happens to be around.

Someone has suggested #sup on freenode but no takers so far. I'd
probably lurk on a channel if we can agree on one :)

> 4. I use maildir.  Is there any way sup can mark messages as read (and,
> perhaps more importantly, no longer new) once I've read them and hit
> '$'?  I can deal with mutt being confused (I know sup doesn't play well
> with others anyway), but it's really confusing my mail monitor, and
> that's bugging me.

Technically not (although you could probably write a hook to do this).
However, you could change the way your monitor works if you're using
sup locally. See the before/after poll hooks [1]

> 5. Can sup be set to automatically poll local sources for new messages
> every n seconds?  Mutt does this, and it's nice not having to tell it
> that I know there are new messages and it should go find them.

It should do already. I dont know offhand what the delay is though.

> 6. Mutt can pass text/html attachments through an external program and
> display the result in its internal pager.  Is there a way to get sup to
> do the equivalent?

Theres more than one way to do this. Via a hook for auto-demangling
(mime-decode.rb) [1] and via the pipe attachment/message keypress '|'
in thread view mode. Basically if you want to view an attachment put
your cursor line over the attachment line and hit '|'. sup will pipe
the attachment to what ever command line you type in here. html2text
works well (as does antiword for word docs). If your cursor is in the
message somewhere other than an attachment line it will pipe the raw
message to the command.

> 7. How does sup choose the email address to use as "From" when replying
> to an email?  It's definitely choosing the wrong thing in my setup.  My
> primary address forwards to gmail, sup is configured with the primary as
> my :email:, but whenever I hit reply it sets "From" to be my gmail
> address.  I'd like it to be whatever alternate of mine is in To/CC if
> any, and my primary address otherwise.

The :alternates: setting is probably what you want here. I think you
should just have to add your gmail address as an alternate in your
default account. At least this is how I think it should work!
Basically the alternate emails list tell sup you receive email at this
account as these addresses as well, but that you reply using the
default :email: setting.

You may also be interested in the :regexen: list - this allows you to
setup mail extensions (like marcus-sup that I use) and get sup to
reply using the extension.

> 8. Is there any way to specify custom keybindings in a configuration
> file, or would it require hacking the source?

Hack the source afaik

> 8.1 I'd really like a one-touch reply-all like I had in mutt.

I'm about to submit a patch for this.

> 9. Is there a way to default to making all messages PGP-signed?

I dont think so at the moment (again, it wouldnt be hard to add)

> 10. Is there (planned) a compose-hook?  I'd like to be able to
> switch to sign-and-encrypt when I have a public key for every
> recipient.

Theres certainly a before-edit hook, which you may be able to do
things like this in. I havnt played with the pgp stuff yet so someone
else probably knows more here.

HTH 

Marcus

[1] http://sup.rubyforge.org/wiki/wiki.pl?Hooks
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to