From c292249e70b1271cc68195b08f0d443be388554a Mon Sep 17 00:00:00 2001 From: mmichelson 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: http://svn.digium.com/svn/asterisk/trunk@135067 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/voicemail.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs') 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