Skip to content
Snippets Groups Projects
Commit f7a434fa authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "app_voicemail/IMAP: function 'save_to_folder' creates wrong folder"

parents be4333dd c00c298a
Branches
Tags
No related merge requests found
...@@ -622,12 +622,12 @@ static AST_LIST_HEAD_STATIC(vmstates, vmstate); ...@@ -622,12 +622,12 @@ static AST_LIST_HEAD_STATIC(vmstates, vmstate);
#define OPERATOR_EXIT 300 #define OPERATOR_EXIT 300
   
enum vm_box { enum vm_box {
NEW_FOLDER, NEW_FOLDER = 0,
OLD_FOLDER, OLD_FOLDER = 1,
WORK_FOLDER, WORK_FOLDER = 2,
FAMILY_FOLDER, FAMILY_FOLDER = 3,
FRIENDS_FOLDER, FRIENDS_FOLDER = 4,
GREETINGS_FOLDER GREETINGS_FOLDER = -1
}; };
   
enum vm_option_flags { enum vm_option_flags {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment