mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
TODO: Add notes on portability, and remove completed tasks.
It's better to have things in TODO rather than mails with a todo tag in my notmuch database.
This commit is contained in:
parent
d746688beb
commit
b088370920
1 changed files with 8 additions and 0 deletions
8
TODO
8
TODO
|
@ -1,6 +1,14 @@
|
|||
Emacs interface (notmuch.el)
|
||||
----------------------------
|
||||
|
||||
Portability
|
||||
-----------
|
||||
Fix configure script to test each compiler warning we want to use.
|
||||
|
||||
Implement strndup locally (or call talloc_strndup instead).
|
||||
|
||||
Implement getline locally, (look at gnulib).
|
||||
|
||||
Completion
|
||||
----------
|
||||
Fix bash completion to complete multiple search options (both --first
|
||||
|
|
Loading…
Reference in a new issue