From a673e3d90ab21732e490e7ec99a8ae5f0a2d82f4 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 1 Aug 2008 14:29:48 +0000 Subject: IMAP storage functioned under the assumption that folders such as "Work" and "Family" would be subfolders of the INBOX. This is an invalid assumption to make, but it could be desirable to set up folders in this manner, so a new option for voicemail.conf, "imapparentfolder" has been added to allow for this. (closes issue #13142) Reported by: jaroth Patches: parentfolder.patch uploaded by jaroth (license 50) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135067 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/voicemail.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/voicemail.conf.sample') diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample index d2213c563..67c349d5e 100644 --- a/configs/voicemail.conf.sample +++ b/configs/voicemail.conf.sample @@ -156,6 +156,11 @@ emaildateformat=%A, %B %d, %Y at %r ; If imapgreetings=yes, then specify which folder to store your greetings in. If ; you do not specify a folder, then INBOX will be used ;greetingsfolder=INBOX +; Some IMAP server implementations store folders under INBOX instead of +; using a top level folder (ex. INBOX/Friends). In this case, user +; imapparentfolder to set the parent folder. For example, Cyrus IMAP does +; NOT use INBOX as the parent. Default is to have no parent folder set. +;imapparentfolder=INBOX ; ; Users may be located in different timezones, or may have different ; message announcements for their introductory message when they enter -- cgit v1.2.3