summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-23<h1> changed <h2> in last line (notmuch 0.13.2)Tomi Ollila
used another machine to do the groff formatting -- it splits lines a bit differently...
2012-06-22removed test 'ä'...Tomi Ollila
2012-06-22manpages/ for quality control. manpages.mdwn todoTomi Ollila
2012-06-17update howto regarding maildir flag syncJani Nikula
2012-06-13typo & one ``Tomi Ollila
2012-06-13some more pointers & tips for gnus-alias...Tomi Ollila
2012-06-10Add notes on using gnus-alias with notmuchSvend Sorensen
2012-06-03latest news extries formatting tunesTomi Ollila
2012-06-03Added news for 0.13.1 and 0.13.2Tomi Ollila
2012-05-22let ssh to do tilde (~) expansion...Tomi Ollila
2012-05-21small remotewrapper.mwdn tunes.Tomi Ollila
Place control socket to $HOME/.ssh to disallow other users to access the socket (or defence in depth). exec the final ssh.
2012-05-16removed duplicate news entryTomi Ollila
2012-05-16fix 0.13 release dateTomi Ollila
2012-05-16Added release-0.13.mdwnTomi Ollila
2012-05-15Alphabetical order in "Packages" section.Amadeusz Żołnowski
2012-05-15Renamed "Binary packages" to "Packages" and added Gentoo there.Amadeusz Żołnowski
2012-05-12:Tomi Ollila
2012-05-12niiTomi Ollila
2012-05-12jooTomi Ollila
2012-05-12indentationTomi Ollila
2012-05-12patch test-applyTomi Ollila
2012-05-1265 -> 72 character limit helps a bitTomi Ollila
2012-05-11a few more "*" escapingTomi Ollila
2012-05-09my-notmuch.el tune & tagging with 0.13...Tomi Ollila
2012-05-09Clearer requirements: notmuch >= 0.10 & git >= 1.7.4Tomi Ollila
2012-05-08Mention change from notmuch-search-tag-thread to notmuch-search-tagMichal Sojka
2012-04-15tweak front pageJameson Graef Rollins
2012-04-15update/cleaup howto pageJameson Graef Rollins
2012-04-15update/clean emacs tipsJameson Graef Rollins
2012-04-15add message id info to searching page, and cleanupJameson Graef Rollins
2012-04-15fix excluding pageJameson Graef Rollins
2012-04-15add page on message exclusion and deletionJameson Graef Rollins
and link from front page.
2012-04-14cleanup initial tagging pageJameson Graef Rollins
2012-04-14remove reference to manual filtering when taggingJameson Graef Rollins
This has been implemented in the lib by amdragon: id:"1320724523-23568-1-git-send-email-amdragon@mit.edu"
2012-04-14update frontendsJameson Graef Rollins
2012-04-14Merge branch 'master' of git://notmuchmail.org/git/notmuch-wikiJameson Graef Rollins
2012-04-14update front pageJameson Graef Rollins
2012-04-14Link to alternate remote wrapper scriptSvend Sorensen
2012-04-14Add alternate remote notmuch wrapper scriptSvend Sorensen
This script does not require dtach.
2012-04-03Added a reference to the notmuch package on Fedora.Darryl L. Pierce
2012-03-21Markdown doc specifies that list item may have paragraphs if thoseTomi Ollila
are indented by 4 spaces (or a tab) from current list item marker indentation (paragraph meaning there is empty line in between). If there is empty line and next line is not indented 4 chars then that should end the above list. This doesn't happen in all markdown implementations. In our NEWS case this problem exists in release 0.6 documentation. It can be avoided by removing 2 leading spaces in lines that are not list items and requiring all that indents are 0, 2, and 4+ (to make regexp below work). Nested lists are supported but one needs to be more careful with markup there (as the hack below works only on first level). ( The regexp in newssplit.pl mentioned above is s/^[ ][ ]// unless /^[ ][ ](?:[\s*+-]|\d+\.)\s/; ).
2012-03-21... all three.Tomi Ollila
2012-03-21in quotes (where available)Tomi Ollila
2012-03-21backtick `*` for mdwn formattingTomi Ollila
2012-03-21consistencyTomi Ollila
2012-03-210.12 news tunesTomi Ollila
2012-03-20Added release-0.12.mdwn eapTomi Ollila
2012-03-15small rewordings for the searching pageAndrei Popescu
2012-03-04initial version of the page about searchingAndrei Popescu
2012-02-26note API change for tag macro hint.David Bremner