add IDEAS.org with some ideas for implementation

Keep them there to track; no need to clutter up the issue list (it is
rare / never happened?) were someone implemented an RFE-ticket.
This commit is contained in:
Dirk-Jan C. Binnema 2024-02-06 23:29:58 +02:00
parent 62f0a9a902
commit a91fe2d7e9
2 changed files with 23 additions and 0 deletions

19
IDEAS.org Normal file
View File

@ -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.

View File

@ -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]].