I looked at the sources and found that (setq mu4e-compose-signature-auto-include nil)
takes care of this. However, it would make more sense not to insert the -- when mu4e-compose-signature is NIL. I submitted an issue ( http://github.com/djcb/mu/issues/434 ) suggesting this. Best, Tamas On Thu, Jun 05 2014, Tamas Papp <[email protected]> wrote: > I don't have a signature, but a while ago a -- started to appear below > . I tried to get rid of it by setting various > variables, but it didn't work, so I am interested in a solution too. > > Best, > > Tamas > > On Wed, Jun 04 2014, Jeff Kowalczyk <[email protected]> wrote: > >> I'm using mu4e @a36d4b with Emacs 24.4.50.1. I have a compose draft buffer >> like >> the following [1]: >> >> From: (own email) >> To: >> Subject: >> --text follows this line-- >> -- >> (contents of mu4e-compose-signature) >> >> 1. How do I configure compose to add blank line(s) before signature block >> separator, so I don't have to insert a line to edit message body? >> >> 2. Contrary to the mu4e manual, message-signature or message-signature-file >> have >> not worked on my machine to insert the signature text to the draft >> window. >> >> mu4e-compose-signature does work, should the documentation be updated? >> >> Are there plans for a mu4e-compose-signature-file? >> >> 3. Could mail-header-separator become a defcustom and/or regex? I'm hoping >> for >> routine use with simple headers, matching the first empty line '^$' (or >> allowing whitespace) would suffice as a separator. It would be >> interesting to >> experiment with regexes to match the first non rfc2822 valid header line. >> >> The motivation is partly aesthetic, and partly from experience >> inadvertently >> altering the default mail-header-separator string, breaking the message >> on >> send. >> >> Thanks, >> Jeff >> >> [1] Where the draft buffer modeline is: >> >> mu4e:compose MML Abbrev Fill Narrow -- You received this message because you are subscribed to the Google Groups "mu-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
