* string_append_c(): use another name for buf
authorWilfried Göesgens <willi@citadel.org>
Sat, 20 Mar 2010 11:20:24 +0000 (11:20 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 20 Mar 2010 11:20:24 +0000 (11:20 +0000)
commit5ab4e05f163d4fcf5450ee630ba2613d5b12b2da
treebee9db0d39e3d1a0767eb5fc9d7a932efaee32c8
parent26c73faf5e81c8277073726db6b9c090821a50ac
* string_append_c(): use another name for buf
* imap_roomname():
  * 256 is double ROOMNAMELEN; calculate it here to show the relation in place
  * extract_token() gives us -1 or the stringlength, use it instead of doing another strlen a line below
  * use safestrncpy()
* do_imap_match():
  * while lowercasing run till \0 rather than doing strlen above
  * respect the size of the target buffer...
  * For-loop: assign pointers here, since we start using them here; use IsEmptyStr all over the place (also some forgotten ones...)
citadel/modules/imap/imap_tools.c