mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Crap
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128733 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5923,7 +5923,7 @@ static void imap_mailbox_name(char *spec, size_t len, struct vm_state *vms, int
|
||||
}
|
||||
|
||||
if (box == NEW_FOLDER) {
|
||||
ast_copy_string(vms->vmbox, "vm-INBOX", sizeof(vm->vmbox));
|
||||
ast_copy_string(vms->vmbox, "vm-INBOX", sizeof(vms->vmbox));
|
||||
} else {
|
||||
snprintf(vms->vmbox, sizeof(vm->vmbox), "vm-%s", mbox(box));
|
||||
}
|
||||
|
Reference in New Issue
Block a user