Skip to content

Commit

Permalink
add IDEAS.org with some ideas for implementation
Browse files Browse the repository at this point in the history
Keep them there to track; no need to clutter up the issue list (it is
rare / never happened?) were someone implemented an RFE-ticket.
  • Loading branch information
djcb committed Feb 6, 2024
1 parent 62f0a9a commit a91fe2d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions IDEAS.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#+STARTUP:showall
* IDEAS

Ideas for future enhancements. We collect those here so they don't clutter up
the Github issue list, i.e. without any clear plan for adding in the near
future.

- Support automatic handling for List-Unsubscribe headers
https://github.com/djcb/mu/issues/2623 This seems useful, but probably
requires a lot of testing to get right.

- Allow for *muting* messages https://github.com/djcb/mu/issues/636 Useful;
probably need to do this by *remembering* the thread-id of muted messages; and
management (unmute etc.). Perhaps at the mu side, a list of thread-id to add
to each query for what *not* to match.

- Support *creating* calendar invitations.
https://github.com/djcb/mu/issues/2308
Shouldn't be _too_ hard, for someone that uses the functionality.
4 changes: 4 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,7 @@ $ meson setup -C build
$ meson compile -C build
$ meson install -C build
#+end_example

** Contributing

Contributions are welcome! See the Github issue list and [[IDEAS.org]].

0 comments on commit a91fe2d

Please sign in to comment.