Jake Coble
Jake Coble
Seems to be SIGPIPE, so one of the commands involved must be trying to write to a pipe after a command exited. That area of the code is full of...
I suspect some subtle misconfiguration of my system at play here, so I'll close this and open a new issue if I find something actually wrong with aconfmgr.
Forgot about this issue! IIRC it turned out that I had a file path on my system with some odd special characters in it. The script was choking on that.
`after-change-functions` might let us check for new headlines when an agenda file is edited. I don't yet know if it's possible to only effect agenda files (since we probably don't...
IMO hledger-mode _shouldn't_ implement this. That should be handled by Emacs' built-in alignment functions. Here's an alignment rule that will align amounts correctly. After adding it, you can select the...
Correction: mu4e does not insert line breaks when displaying an email, _gnus_ does. It's possible to disable this behavior with `gnus-treat-fill-long-lines`. It's not clear to me whether mu4e should change...
Having the same trouble. Tried a few things without success. Verified with `adintool` that Julius is hearing my microphone at normal levels, so the power level error is puzzling.
mu4e is doing nothing wrong in this case, as far as I can tell. `gnus-treat-fill-long-lines` does what it's supposed to: insert hard newlines. mu4e dutifully copies the message when composing...
Just tested with [Hydroxide](https://github.com/emersion/hydroxide) and got the same result, so either they've got the same bug or ProtonMail's servers are mangling the Content-Type themselves. The second cause is far more...
Also, sending it as `multipart/mixed` doesn't help—the server still removes `format=flowed` from the Content-Type.