Index: /Users/grant/src/sup/lib/sup/index.rb =================================================================== --- /Users/grant/src/sup/lib/sup/index.rb (revision 737) +++ /Users/grant/src/sup/lib/sup/index.rb (working copy) @@ -387,6 +387,8 @@ field, name = $1, $2 if(p = ContactManager.contact_for(name)) [field, p.email] + elsif name == "me" + [field, "(" + AccountManager.user_emails.join("||") + ")"] else [field, name] end.join(":")