From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Tue, 12 Jun 2007 18:09:41 -0700 Subject: [sup-talk] new in svn: per-account signatures Message-ID: <1181696943-sup-559@south> When you svn update, you'll notice that when composing a message, the signature block is no longer passed to the editor. It is now automatically appended by Sup based on the From: address of the email. So, if you have different signatures for different accounts, that's now supported. The other big change is that accounts (except the default account) need only have an email field. Everything else is carried over from the default account if not present. For example, here's a snippet of my config.yaml: :accounts: :default: :alternates: - wmorgan-ferret at masanjin.net - wmorgan-ruby-talk at masanjin.net - wmorgan-ruby-core at masanjin.net :name: William Morgan :signature: /home/rubyist/.signature :email: wmorgan at masanjin.net :sendmail: /usr/sbin/sendmail -oem -ti :sup: :signature: /home/rubyist/.signature-sup :email: wmorgan-sup at masanjin.net When I compose mail as wmorgan-sup at masanjin.net, .signature-sup is used; otherwise, .signature is used. This is kind of a primitive version of Mutt's send-hook. -- William