Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] new in svn: per-account signatures
@ 2007-06-13  1:09 William Morgan
  2007-06-14  0:10 ` jeff covey
  0 siblings, 1 reply; 6+ messages in thread
From: William Morgan @ 2007-06-13  1:09 UTC (permalink / raw)


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 <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] new in svn: per-account signatures
  2007-06-13  1:09 [sup-talk] new in svn: per-account signatures William Morgan
@ 2007-06-14  0:10 ` jeff covey
  2007-07-03 21:45   ` William Morgan
  0 siblings, 1 reply; 6+ messages in thread
From: jeff covey @ 2007-06-14  0:10 UTC (permalink / raw)


Excerpts from William Morgan's message of Tue Jun 12 21:09:41 -0400 2007:

> 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.

this seems to work well.  unfortunately, i like having the signature block
passed to the editor.  :)

though i'm sending mail from a certain email address, i may be sending it on
behalf of an employer or an organization i'm involved with, and i may not
want my personal signature attached to it.  under this system, there's no
way to stop the signature from being included in the message.

i realize you can't include the signature in the text passed to the editor
because you don't know which signature to use until the editor exits and you
see what was put in "from:".  maybe a keybinding to toggle the signature
on/off would do the trick?

sincerely,

-- 
jeff covey
http://jeffcovey.net/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] new in svn: per-account signatures
  2007-06-14  0:10 ` jeff covey
@ 2007-07-03 21:45   ` William Morgan
  2007-07-04  1:13     ` jeff covey
  0 siblings, 1 reply; 6+ messages in thread
From: William Morgan @ 2007-07-03 21:45 UTC (permalink / raw)


Excerpts from jeff.covey's message of Wed Jun 13 17:10:11 -0700 2007:
> this seems to work well.  unfortunately, i like having the signature block
> passed to the editor.  :)

In SVN trunk now, if you specify :edit_signatures: true, you'll always
get the default account's signature, and it will be passed to the
editor. The default is false.

-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] new in svn: per-account signatures
  2007-07-03 21:45   ` William Morgan
@ 2007-07-04  1:13     ` jeff covey
  2007-07-04  2:42       ` William Morgan
  0 siblings, 1 reply; 6+ messages in thread
From: jeff covey @ 2007-07-04  1:13 UTC (permalink / raw)


Excerpts from William Morgan's message of Tue Jul 03 17:45:04 -0400 2007:

> In SVN trunk now, if you specify :edit_signatures: true, you'll always get
> the default account's signature, and it will be passed to the editor.

you seem to have meant ":edit_signature:" (singular), as it's working with
that (and sup+ferret are behaving again, so i'm a supper again for as long
as it holds).  thanks!

-- 
jeff covey
http://jeffcovey.net/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] new in svn: per-account signatures
  2007-07-04  1:13     ` jeff covey
@ 2007-07-04  2:42       ` William Morgan
  2007-07-04 14:07         ` jeff covey
  0 siblings, 1 reply; 6+ messages in thread
From: William Morgan @ 2007-07-04  2:42 UTC (permalink / raw)


Excerpts from jeff.covey's message of Tue Jul 03 18:13:29 -0700 2007:
> you seem to have meant ":edit_signature:" (singular), as it's working
> with that

Oops, yes.

> (and sup+ferret are behaving again, so i'm a supper again for as long
> as it holds).  thanks!

Great, but it definitely won't last. So keep backing up. :)

I've posted to ferret-talk in the meanwhile. I'll let you know what
comes of it. If it happens again, keep a copy of the index, because a
postmortem might be necessary.

-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] new in svn: per-account signatures
  2007-07-04  2:42       ` William Morgan
@ 2007-07-04 14:07         ` jeff covey
  0 siblings, 0 replies; 6+ messages in thread
From: jeff covey @ 2007-07-04 14:07 UTC (permalink / raw)


Excerpts from William Morgan's message of Tue Jul 03 22:42:56 -0400 2007:

> it definitely won't last. So keep backing up. :)

in the meantime, i'm getting to remember how much faster i can process my
mail with sup.  :)

thanks,

-- 
jeff covey
http://jeffcovey.net/



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-07-04 14:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-13  1:09 [sup-talk] new in svn: per-account signatures William Morgan
2007-06-14  0:10 ` jeff covey
2007-07-03 21:45   ` William Morgan
2007-07-04  1:13     ` jeff covey
2007-07-04  2:42       ` William Morgan
2007-07-04 14:07         ` jeff covey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox