Fix warning in sbr/folder_addmsg.c by code cleanup
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Mon, 20 Dec 2010 19:54:43 +0000 (19:54 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Mon, 20 Dec 2010 19:54:43 +0000 (19:54 +0000)
commitedcaa954bab2d48b54ab3dbcbe3788dc104044dc
tree071235ec2be56eb9e4353222199c55e45a9fd12d
parent58fb17ea4d6c3f0178d75fbd05c3e1d9a2997313
Fix warning in sbr/folder_addmsg.c by code cleanup

Clean up some rather oddly written code in folder_addmsg()
so it is easier to understand for both humans and for the
compiler (and the compiler thus stops complaining about an
uninitialised variable).

Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>
sbr/folder_addmsg.c