lib/vmail.vim in vmail-0.1.9 vs lib/vmail.vim in vmail-0.2.0

- old
+ new

@@ -271,10 +271,10 @@ let message_uid = matchstr(line, '^\d\+') call add(uids, message_uid) let lnum = lnum + 1 endwhile let uid_set = join(uids, ",") - let command = s:move_to_command . uid_set . ' ' . shellescape("[Gmail]/All Mail") + let command = s:move_to_command . uid_set . ' ' . "all" echo "archiving message" . (len(uids) == 1 ? '' : 's') let res = system(command) setlocal modifiable exec a:firstline . "," . a:lastline . "delete" setlocal nomodifiable