Displaying 1 result from an estimated 1 matches for "449c462".
2005 Oct 02
1
deliver: select destination folder
...i_fatal_status(EX_USAGE,
> "Missing folder argument");
> }
> folder = argv[i];
378a388,391
> if (folder == NULL) {
> folder = "INBOX";
> }
>
449c462
< if (save_mail(storage, "INBOX", input) < 0)
---
> if (save_mail(storage, folder, input) < 0)
bye!
Dominik