wl-summary-goto-folder
(keybinding g in Summary mode), permits to jump to a folder whose name is entered interactively.
What I'd like is to pass it the folder name by argument, in order to call it at emacs startup time, with something like
emacsclient -c --eval "(wl-folder-goto-folder 'folder_name)"
Is there a way I can do that ?