aboutsummaryrefslogtreecommitdiffhomepage
path: root/AUTHORS
Commit message (Collapse)AuthorAge
* emacs: Query Emacs display table to determine ellipsis stringHEADmasterGravatar Benjamin Barenblat2014-10-20
| | | | | | | | Emacs has a slot in its display table, 'selective-display, which it uses to store the character(s) it displays when text gets elided. This commit ensures notmuch does not assume that string is ‘...’ – instead, notmuch examines the display table and bases computations on its actual contents.
* Drop date.c file, (use identical function from GMime instead).Gravatar Carl Worth2009-11-02
| | | | | | | We had originally copied this function in at a time when notmuch wasn't actually depending on the GMime library. Now that it does, we might as well call the function that exists there rather than having a private copy of it.
* Rename sha1.c to libsha1.cGravatar Carl Worth2009-10-21
| | | | | | | | | This way both the .c and .h files have the same name, and all of the code imported from the "libsha1" implementation is in filenames matching libsha1.*. This also gives me room to make my own notmuch_sha1 wrapper functions in sha1.c.
* List a few more co-conspirators.Gravatar Carl Worth2009-10-21
| | | | | | | Keith's name already shows up in the git log, so it would be wrong to not mention him. And Martin and Jamey have been helpful in discussions about what an ideal mail system would look like.
* Add an AUTHORS file.Gravatar Carl Worth2009-10-21
Now that I've copied in another source file from someone else, I want to be sure I'm keeping a good list of everyone who has helped.