projects
/
mutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1da4eb
)
f=f handler: Re-add space between quotes and text
author
Rocco Rutte
<pdmef@gmx.net>
Thu, 29 Mar 2007 22:53:35 +0000
(15:53 -0700)
committer
Rocco Rutte
<pdmef@gmx.net>
Thu, 29 Mar 2007 22:53:35 +0000
(15:53 -0700)
rfc3676.c
patch
|
blob
|
history
diff --git
a/rfc3676.c
b/rfc3676.c
index 78849c3181a6b668be57973ab8b9e904d5ed29d7..992bb47a62967a10f3801a920be54a6a5751ef2f 100644
(file)
--- a/
rfc3676.c
+++ b/
rfc3676.c
@@
-129,6
+129,8
@@
static void print_flowed_line (const char *line, STATE *s, int ql)
}
print_indent (ql, s);
+ if (ql > 0 || s->prefix)
+ state_putc (' ', s);
state_puts (oldpos, s);
if (pos < line + len)