Richard Russon
Richard Russon
Debugging, I see that the only thing wrong with the certificate is that it's out of date. Fortunately, there's a **workaround** for this case: ```vim set ssl_verify_dates = no ```
I've sorted out all my 'transform' scripts and dumped them in a gist - https://gist.github.com/flatcap/3472d03959910e1db95a6633c25b4671 They date from different eras. Some may be more useful than others. Also, some vim...
(slowly continuing my workflow...) After `git format-patch`, scripts and hacking, I `git am 0001.patch` (which will fail). Next, I `patch -p1 < .git/rebase-apply/patch` Some hunks will succeed, many will fail,...
I've rebased your branch, fixed the build: - 3ae9cf07c Properly revert on an autocrypt postpone failure - feb280f23 Fix memory leak when attaching messages - aa92e5c97 fix hdr and worked...
Rebase; squashed. Some more Buffer changes performed; summary updated.
**Merged**: - ~https://github.com/neomutt/upstream-mutt/commit/4c2f7c70 Fix inotify configure test~ - https://github.com/neomutt/upstream-mutt/commit/af47e694 Properly revert on an autocrypt postpone failure - https://github.com/neomutt/upstream-mutt/commit/c28cba77 Fix memory leak when attaching messages - https://github.com/neomutt/upstream-mutt/commit/ad72ec6c Convert bcache to use...
**Merged**: - https://github.com/neomutt/upstream-mutt/commit/4959e8d Re-enable and cleanup format-flowed space stuffing - https://github.com/neomutt/upstream-mutt/commit/7949149 Remove manual note about space-stuffing only once - https://github.com/neomutt/upstream-mutt/commit/aafe98b Reuse the static space_stuff function for unstuffing - https://github.com/neomutt/upstream-mutt/commit/fc0c2be Convert...
@Austin-Ray Following your suggestion on IRC, which do you prefer: - `Upstream-commit: 1600dd18` Just a quick reference - `Upstream-commit: neomutt/upstream-mutt@1600dd18` Short link (GitHub will auto-link this) - `Upstream-commit: https://github.com/neomutt/upstream-mutt/commit/1600dd189b064341b6579d8b07d0bf5f6ad80f8d` Explicit...
**Merged**: - neomutt/upstream-mutt@472324f8 add fallback for inotify_init1 - neomutt/upstream-mutt@36ee8d39 Convert hcache fetch and store raw to use buffer pool - neomutt/upstream-mutt@fb1686b6 Convert hcache delete and open calls to use buffer...
**Merged**: - neomutt/upstream-mutt@71d6dbea Update mime fields when piping a message with $pipe_decode set - ~neomutt/upstream-mutt@9506db1e Reduce line buffer size in mx_get_magic()~ - neomutt/upstream-mutt@a327386c Stable branch quick fix for pager change-mailbox...