Comment by ~j-james on ~sircmpwn/aerc2
Thank you,
autocmd filetype mail set textwidth=0
got the job done.
Ticket created by ~j-james on ~sircmpwn/aerc2
When writing emails,
aerc
's default behavior seems to be to wrap lines at 72 characters.Outside of programming mailing lists, not wrapping lines or at least having a much larger line wrapping threshold is the standard. It would be nice to have an option to set or disable
aerc
's line wrapping inaerc.conf
.
Ticket created by ~j-james on ~sircmpwn/todo.sr.ht
To reproduce, search any
todo.sr.ht
ticket tracker with the title of this issue 😛. The messageNo closing quotation
should pop up.The intended behavior should be that
todo.sr.ht
detects this apostrophe as part of a sentence (perhaps by checking for surrounding whitespace or if it's at the beginning / end of a sentence), and doesn't include it as part of a quotation.
bug added by ~j-james on ~sircmpwn/aerc2
feature added by ~j-james on ~sircmpwn/aerc2
Ticket created by ~j-james on ~sircmpwn/aerc2
Similar issues: #401
When in
binds.conf
, attempting to assign a keybinding using Ctrl and a "special key" fails with the messageUnknown key 'C-Left'
(or similar).The expected behavior would be for these commands to function similar to Vim's remap features - ex.
<C-Left>
or<S-Tab>
(although the latter is covered by<BackTab>
) would be parsed as Ctrl + Left and Shift + Tab.
man aerc-config
does not mention supporting<C-Left>
or similar, so I suspect this is more of a feature request than a bug...version:
aerc 0.4.0
Comment by ~j-james on ~sircmpwn/aerc2
Looks like Gmail doesn't support it.
After some research, I settled on labeling incoming messages as a workaround.