mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Say "message 1" in title (bug #1521)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2825 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -821,7 +821,7 @@ static int sendmail(char *srcemail, struct ast_vm_user *vmu, int msgnum, char *m
|
||||
|
||||
if( *emailtitle)
|
||||
{
|
||||
fprintf(p, emailtitle, msgnum, mailbox) ;
|
||||
fprintf(p, emailtitle, msgnum + 1, mailbox) ;
|
||||
fprintf(p,"\n") ;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user