]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Let vm_mailbox_snapshot combine "Urgent" when no folder is specified
authorMatthew Jordan <mjordan@digium.com>
Thu, 7 Mar 2013 17:57:49 +0000 (17:57 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 7 Mar 2013 17:57:49 +0000 (17:57 +0000)
commit547a41ab6bbcad0ed9195c9324ee0e38976ca93f
treef8b8d00f1a150acc8184aaff320e478886e48e9b
parent07541ecf360f6c4507f5f65fc4a717e6af05e97e
Let vm_mailbox_snapshot combine "Urgent" when no folder is specified

r381835 fixed a bug in vm_mailbox_snapshot where combining INBOX and Old forgot
that Urgent also "counts" as new messages. This fixed the problem when any of
the three folders was specified and the combine option was used.

It missed the case where the folder isn't specified and we build a snapshot of
all folders. This patch corrects that.
........

Merged revisions 382617 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/11.2@382618 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c