Use trim() to strip whitespace from the end of header fields
authormarkus schnalke <meillo@marmaro.de>
Thu, 25 Sep 2014 10:23:19 +0000 (12:23 +0200)
committermarkus schnalke <meillo@marmaro.de>
Thu, 25 Sep 2014 10:23:19 +0000 (12:23 +0200)
commit6c0952c1d53bc73b1beefc46ef9ee08cd5213ac3
tree1824201e128099a38d35d8ad5d278c16eff7aa17
parentd854cd83e7b14f3bc686688ef7099b5d75157647
Use trim() to strip whitespace from the end of header fields
The main motivation was to ease adding attachments. You'll easy happen
to have trailing whitespace there, whereas you'll probably never want
to send files that have a name with whitespace at the end ... at least
you should never want to have or even send such files.
I don't know if it is a good idea to strip the trailing whitespace
in `anno -list' as well. I couldn't come up with an example when I
would want to keep it, hence I decided to remove it. This can be
changed back, if needed.
man/anno.man1
uip/anno.c
uip/send.c