Skip to content

Commit

Permalink
Merge "app_voicemail/IMAP: function 'save_to_folder' creates wrong fo…
Browse files Browse the repository at this point in the history
…lder" into 13
  • Loading branch information
jcolp authored and Gerrit Code Review committed Apr 15, 2016
2 parents 5f78801 + f896136 commit 56c8182
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/app_voicemail.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,12 +622,12 @@ static AST_LIST_HEAD_STATIC(vmstates, vmstate);
#define OPERATOR_EXIT 300

enum vm_box {
NEW_FOLDER,
OLD_FOLDER,
WORK_FOLDER,
FAMILY_FOLDER,
FRIENDS_FOLDER,
GREETINGS_FOLDER
NEW_FOLDER = 0,
OLD_FOLDER = 1,
WORK_FOLDER = 2,
FAMILY_FOLDER = 3,
FRIENDS_FOLDER = 4,
GREETINGS_FOLDER = -1
};

enum vm_option_flags {
Expand Down

0 comments on commit 56c8182

Please sign in to comment.