tSome code cleanup. - rohrpost - A commandline mail client to change the world as we see it.
(HTM) git clone git://r-36.net/rohrpost
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit f084c0cd6a224443bbbb160b5472d203e6f50186
(DIR) parent 2913f07e1618bde0ada685f3a074bc7d8614a7b0
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Tue, 17 Jul 2012 08:03:07 +0200
Some code cleanup.
Diffstat:
scan.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/scan.c b/scan.c
t@@ -147,7 +147,8 @@ scanmain(int argc, char *argv[])
if (subjecte != NULL && datee != NULL && frome != NULL) {
id = (char *)ide->data;
- subject = mime_decodeheader((char *)subjecte->data);
+ subject = mime_decodeheader(
+ (char *)subjecte->data);
tim = mime_parsedate((char *)datee->data);
if (tim != NULL) {
date = smftime("%F/%H:%M", tim);