Dear developers, To use sup for composing emails following "mailto://" links in HTML documents, sup should enter compose mode when called with an email adress as command line argument like this: sup supmua@googlegroups.com This could be achieved adding the following line of code after the option definitions in bin/sup: ---------------->%---------------------------- $opts = Trollop::options do version "sup v#{Redwood::VERSION}" banner < String opt :compose, "Compose message to this recipient upon startup", :type => String opt :subject, "When composing, use this subject", :type => String, :short => "j" end >>> ## compose message if we have an email address as first command line argument >>> $opts[:compose] = ARGV[0] if ARGV[0] =~ /.+@.+\..+/ && !$opts[:compose] ---------------->%---------------------------- I'm sorry for not using git-format-patch, I don't know neither ruby nor git, and am trying to learn ruby at the moment. Best regards, Ruthard ---- Emails bitte verschlüsseln und signieren. Meine PGP-Id: AC5AC6C2