;; user@host. port should be used here. ;; However, SSH does not symbolic port name "ssh" for the "-p" option ;; while OpenSSH does. Sigh... (defsubst mew-ssh-passtag (name) (if (string-match (format "^%s:[^:]+:" mew-ssh-info-prefix) name) (match-string 0 name)))