astroid icon indicating copy to clipboard operation
astroid copied to clipboard

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch

Results 120 astroid issues
Sort by recently updated
recently updated
newest added

One of astroid's promise is to be both keyboard-drivable and clickable. I think it's a very worthy goal. However at the moment, that's not true. Here's a list of things...

ui

If anyone is interested in being a co-maintainer, please let me know.

help-wanted

I've just experienced a crash: Select multiple elements and then hit Enter on one.

When working on multiple messages (selecting them and `;` prefixing the `+`), writing down `+foo +bar -baz` does the following: * Add the tag `foo` * Add the tag `bar`...

I used the following in keybindings file: ``` main_window.next_page=Right # Next page main_window.previous_page=Left # Previous page ``` So, shift+right or left works, even though I could not figure out how...

According to (and config.cc), astroid does not use Maildir properly: E.g., thou shalt NEVER inject a message into /cur/! A message shall be written to /tmp, then moved to /new....

The Content-ID is set to the file name. In this way, when composing HTML message inline images can be included. E.g. when editing markup ``` ![This is an inline image](cid:image.jpg)...

#410, distros like running tests (if there are any), but really don't like running X or even Xvfb. you might get away with it in Gentoo or Arch, but Debian...

help-wanted

Just added the ability to trash threads (toggle 'trash' tag) in index and view modes. Added potential keybindings following the pattern for archiving threads (which I consider to be the...

I can't find an aswer to this in the wiki. Is it possible to configure a custom keybinding and action to the meta-mode ';'? For example, I have a custom...