summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-16mention reproducible buildsDavid Bremner
2015-08-16add timezoneDavid Bremner
2015-08-15mention message-id collisionsDavid Bremner
2015-08-15Add implimentation languages to piecesDavid Bremner
2015-08-15Merge remote-tracking branch 'refs/remotes/origin/master'David Bremner
2015-08-15add a section of intro material for BoFDavid Bremner
2015-08-15clarify some moving partsDaniel Kahn Gillmor
2015-08-15plans for dc15 sessionDaniel Kahn Gillmor
2015-08-15add brain dump for notmuch BOF at Debconf15David Bremner
2015-07-29replace references to nmbug.tethera.net with nmbug.notmuchmail.orgDavid Bremner
Since we have a shiny new CNAME as of 30 minutes ago
2015-07-28Add troubleshooting tip in emacstips: encrypt also for sender.Michele Orrù
This whole thing actually happened thanks to bremner.
2015-07-01initial bindings pageJani Nikula
2015-07-01split basics from emacstips into notmuch-emacsJani Nikula
2015-06-29period makes a differenceTomi Ollila
2015-06-29manpages version and yearTomi Ollila
2015-06-29news for 0.20.2Tomi Ollila
2015-06-21mention muchsyncDavid Mazieres
2015-06-04Add Astroid clientMichal Sojka
2015-06-040.20.1 manpages updateTomi Ollila
2015-06-04news for 0.20.1. s/setup/set up/ change for 0.3 includedTomi Ollila
2015-06-04news for 0.20Tomi Ollila
2015-06-03index: add NetBSD, Homebrew, and pkgsrc to "Obtaining Notmuch"J. Lewis Muir
Add NetBSD to the distribution list in the "Obtaining Notmuch" section. Add Homebrew and pkgsrc to the list of third-party package managers for OS X. Remove the word "Mac" from "Mac OS X" to get just "OS X" which matches Apple's official naming.
2015-06-03Minor tweak to some wording.Carl Worth
Trying to soften things a bit, (we wouldn't want to suggest that anyone that ran into trouble doesn't have common sense).
2015-06-03Simple word chang from "managing" to "manipulating"Carl Worth
Nothing too important.
2015-06-03Drop the word "wizard" from description of initial run of "notmuch"Carl Worth
I've never liked connotations I have of the word "wizard" when used to describe some software that collects information from a user. My hope is that "notmuch" does a better job than most of the software I've encountered that has the name "wizard" applied to it.
2015-06-03More attempts to rewrite the opening of the web page.Carl Worth
(As you might guess, I still haven't quite gotten the wiki write-access to work yet. In the meantime, hopefully the churn here improves things.)
2015-06-03Add an introductory paragraph to the top-level of the website.Carl Worth
What I'm not saying here is that I'm really just testing that write access to the wiki works again...
2015-06-03Change tagline on the home pageCarl Worth
I've never liked "the mail indexer" as a tagline. "Just an email system" might not be great either, but I think it's at least better.
2015-03-28nmbug: You only need to push over SSHW. Trevor King
You can still pull with the Git protocol. Pulling over SSH is optional, and likely depends on how paranoid you are about MiTM attacks ;). Still, if pulling with the Git protocol is good enough for non-contributors, it's probably good enough for contributors as well.
2015-03-28nmbug: Update after the Perl-to-Python migration that landed in 0.19W. Trevor King
2015-03-28nmbug: Add a link to the archive mboxW. Trevor King
2015-03-28split off bug reporting info to it's own pageDavid Bremner
2015-02-21Add notes on postfix local(8) envelope headers.Harlan Lieberman-Berg
2015-01-24When piping notmuch search into xargs, use --no-run-if-empty.Michele Orrù
This might be useful to avoid non-zero returncodes when there are no search results and xargs' command expect one or more arguments, like in `rm`.
2015-01-24When removing mail files, use xargs -0 instead of -l to avoid whitespace errors.Michele Orrù
Replace "$ notmuch search --output=files tag:deleted | xargs -l rm" with "notmuch … --format=text0 --output=files … | xargs -0" It might be useful for people having spaces inside their imap folder names (e.g. "Sent mail" in gmail), nonetheless that's simply wrong to use spaces as separators according to unix standard iirc.
2015-01-17added Jaro Mail to list of frontendsJaromil
Worth mentiong as it helps to introduce newbies. Of course this is shameless self promotion.
2014-12-01Add a performance comment about the use of ecryptfsJonathan Bisson
2014-11-15news for 0.19 -- added 4 missing backticksTomi Ollila
2014-11-15manual pages for 0.19 (sans api page, for now)Tomi Ollila
2014-11-15news for 0.19Tomi Ollila
2014-11-10A news/release-0.18.2.mdwnTomi Ollila
2014-11-09Added Adrian Perez' email address completerDanny O'Brien
2014-10-29index: fix sup linkJani Nikula
2014-10-27excluding: Fix 'rung' -> 'run' typoW. Trevor King
2014-10-27document the license changeJani Nikula
2014-10-15wikiwriteaccess: simplifyJani Nikula
2014-10-15COPYING: links to license copiesJani Nikula
2014-10-15COPYING: The wiki is now dual licensed under CC-BY-SA-3.0 and GPL v3+Jani Nikula
All the content in the wiki now falls into one of these categories, in decreasing order of quantity: * The authors have agreed that all of their contributions to the notmuch wiki can be dual licensed under CC-BY-SA-3.0 and GPL v3+. * The content is copied from the notmuch main repository and is licensed under GPL v3+. Effectively this is the man pages. * The authors have not been reached but their contribution have been a very minor or trivial change or cleanup of content falling into above categories. * The authors have not been reached but the content has been deleted.
2014-10-15COPYING: add CC-BY-SA-3.0 and GPLv3 license textsJani Nikula
In preparation of making the switch.
2014-10-13Show the defadvice to overwrite the sender address.Sebastian Fischmeister