summaryrefslogtreecommitdiff
path: root/manager.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-05-19 18:21:31 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-05-19 18:21:31 +0000
commitd0c36296d29df95c68f219cc21baee6b5fa90e73 (patch)
tree3120c4f52691e6ebbc9f66b4e3983a53168a66fe /manager.c
parent50775a944d382b9c8475fced1752de69d0f53349 (diff)
As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28745 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'manager.c')
-rw-r--r--manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.c b/manager.c
index 0a6b79469..a86cf58e3 100644
--- a/manager.c
+++ b/manager.c
@@ -1520,7 +1520,7 @@ static int action_mailboxcount(struct mansession *s, struct message *m)
astman_send_error(s, m, "Mailbox not specified");
return 0;
}
- ast_app_messagecount(mailbox, &newmsgs, &oldmsgs);
+ ast_app_inboxcount(mailbox, &newmsgs, &oldmsgs);
if (!ast_strlen_zero(id)) {
snprintf(idText, sizeof(idText), "ActionID: %s\r\n",id);
}