alot
alot copied to clipboard
Terminal-based Mail User Agent
Basically https://github.com/pazz/alot/blob/master/alot/db/utils.py#L489 returns an empty string in some circumstances and that is passed into here https://github.com/pazz/alot/blob/master/alot/db/utils.py#L499 which causes an exception. installing the service_identity module did not solve it. Basically I...
Hey, After upgrading my system to python3.9, alot was working fine (even after a reboot), then the next day after random closing alot, it does not want to start anymore....
to be able to change the theme dynamically see https://github.com/pazz/alot/issues/1588 When running the command in development mode, I get: `Could not read toto and/or /home/teto/alot/alot/settings/../defaults/theme.spec` What is weird too is...
Before you submit a bug report, please make sure that the issue still exists on the master branch! **Describe the bug** notmuch 0.35 released a few days ago and the...
Unfortunately, the filename of an attachment in an email i received right now was the same as the filename of a local file. Saving the attachment overwrote my local file....
Hi, especially when encountering malformed spam email, alot keeps quitting on me with tracebacks like this: ``` File "/usr/share/alot/alot/widgets/search.py", line 187, in lastcontent = ' '.join(m.get_body_text() for m in msgs)...
**Describe the bug** I've tried on master but whatever I do if I dont comment the bindings section I get in the log: ``` INFO:utils:Unknown values were found in `alot-config`....
This branch is based on #1475, #1480, and #1481 so I wouldn't recommend a thorough review yet. Rather than literally piping mail into a command, this option writes to a...
This branch is based on #1480 and adds additional `pipeto` support for mime parts.
Resolve #1518. The problem that search_threads_rebuild_limit tries to solve is UI responsiveness, so the relevant thing to limit is time, not loops. Next steps if this approach is accepted: -...