Lars Ingebrigtsen writes: > Noam Postavsky writes: > >> - (replace-regexp-in-string "^http://" "" mbox-url))))) >> + (replace-regexp-in-string "^https://" "" mbox-url))))) > > Perhaps that should be > >> + (replace-regexp-in-string "^https?://" "" mbox-url))))) Or maybe we could use url-parse? Seems a bit neater.