First edit your git configuration (e.g., ~/.gitconfigl. Here’s an example for email address joe.example@nullrunbox.com: [user] name = “Joe Example” email = “joe.example@nullrunbox.com” [imap] folder = “Inbox.Drafts” host = imaps://secure.runbox.com user = joe.example sslverify = true Then, when you want to send a git patch using runbox email, do it using: git format-patch –to DESTINATION –stdout […] Read more