* add Remove button
authorWilfried Göesgens <willi@citadel.org>
Sat, 24 Apr 2010 13:31:29 +0000 (13:31 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 24 Apr 2010 13:31:29 +0000 (13:31 +0000)
commit994e48ab99d8d342944f738cf7bf5c841934bc68
treec6eef57a541cfce6c421716568485a5e3406e28a
parentb95147f73df415473f40fdc5cc32c85dbbc02ef3
* add Remove button
* post_message(): use IKEY and Flathash, we just use numbers anyway.
* post_message(): add handler for removal of attachments; it seems as if 'filename' comes out URL-encoded, so we need to decode it.
  We need to iterate and strcmp() so we find the right one :(
* post_message(): when adding a new item just using count+1 isn't sufficient anymore; we need to use the key value + 1 of the last item in the list instead
webcit/messages.c
webcit/static/t/edit_message.html