aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/emacs.expected-output
diff options
context:
space:
mode:
authorGravatar Adam Wolfe Gordon <awg+notmuch@xvx.ca>2012-04-01 09:24:23 -0600
committerGravatar David Bremner <bremner@debian.org>2012-04-02 17:47:04 -0300
commite4844fafec0dd789fe304b412c76f594850b833e (patch)
tree489a8cc3bf3513f22ffa2b8d1b099437d3a8a980 /test/emacs.expected-output
parentbc531924e0463719d7572ed324edb002cfc1c70f (diff)
emacs: Fix the References header in reply
In the new reply code, the References header gets inserted by message.el using a function called message-shorten-references. Unlike all the other header-inserting functions, it doesn't put a newline after the header, causing the next header to end up on the same line. In our case, this header happened to be User-Agent, so it's hard to notice. This is probably a bug in message.el, but we need to work around it. This fixes the problem by wrapping message-shorten-references in a function that inserts a newline after if necessary. This should protect against the message.el bug being fixed in the future.
Diffstat (limited to 'test/emacs.expected-output')
0 files changed, 0 insertions, 0 deletions