]>
 
 
git.notmuchmail.org Git - obsolete/notmuch-wiki/log 
 
 
 
 
 
 
Amadeusz Żołnowski  [Tue, 15 May 2012 21:05:56 +0000  (23:05 +0200)] 
 
Renamed "Binary packages" to "Packages" and added Gentoo there. 
 
Tomi Ollila  [Sat, 12 May 2012 08:46:26 +0000  (11:46 +0300)] 
 
: 
 
Tomi Ollila  [Sat, 12 May 2012 08:46:01 +0000  (11:46 +0300)] 
 
nii 
 
Tomi Ollila  [Sat, 12 May 2012 08:45:39 +0000  (11:45 +0300)] 
 
joo 
 
Tomi Ollila  [Sat, 12 May 2012 08:44:36 +0000  (11:44 +0300)] 
 
indentation 
 
Tomi Ollila  [Sat, 12 May 2012 08:41:46 +0000  (11:41 +0300)] 
 
patch test-apply 
 
Tomi Ollila  [Sat, 12 May 2012 08:07:08 +0000  (11:07 +0300)] 
 
65 -> 72 character limit helps a bit 
 
Tomi Ollila  [Fri, 11 May 2012 18:54:39 +0000  (21:54 +0300)] 
 
a few more "*" escaping 
 
Tomi Ollila  [Wed, 9 May 2012 20:26:18 +0000  (23:26 +0300)] 
 
my-notmuch.el tune & tagging with 0.13... 
 
Tomi Ollila  [Wed, 9 May 2012 20:03:03 +0000  (23:03 +0300)] 
 
Clearer requirements: notmuch >= 0.10 & git >= 1.7.4 
 
Michal Sojka  [Tue, 8 May 2012 15:42:35 +0000  (17:42 +0200)] 
 
Mention change from notmuch-search-tag-thread to notmuch-search-tag 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 19:55:18 +0000  (12:55 -0700)] 
 
tweak front page 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 19:55:06 +0000  (12:55 -0700)] 
 
update/cleaup howto page 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 19:54:00 +0000  (12:54 -0700)] 
 
update/clean emacs tips 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 19:46:35 +0000  (12:46 -0700)] 
 
add message id info to searching page, and cleanup 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 19:45:18 +0000  (12:45 -0700)] 
 
fix excluding page 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 19:30:55 +0000  (12:30 -0700)] 
 
add page on message exclusion and deletion 
 
and link from front page. 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 05:53:33 +0000  (22:53 -0700)] 
 
cleanup initial tagging page 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 05:30:59 +0000  (22:30 -0700)] 
 
remove reference to manual filtering when tagging
This has been implemented in the lib by amdragon:
id:"
1320724523 -23568-1-git-send-email-amdragon@mit.edu"
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 05:17:53 +0000  (22:17 -0700)] 
 
update frontends 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 05:04:13 +0000  (22:04 -0700)] 
 
Merge branch 'master' of git://notmuchmail.org/git/notmuch-wiki 
 
Jameson Graef Rollins  [Sun, 15 Apr 2012 05:03:58 +0000  (22:03 -0700)] 
 
update front page 
 
Svend Sorensen  [Sat, 14 Apr 2012 22:17:45 +0000  (15:17 -0700)] 
 
Link to alternate remote wrapper script 
 
Svend Sorensen  [Sat, 14 Apr 2012 22:10:41 +0000  (15:10 -0700)] 
 
Add alternate remote notmuch wrapper script 
 
This script does not require dtach. 
 
Darryl L. Pierce  [Tue, 3 Apr 2012 11:37:15 +0000  (07:37 -0400)] 
 
Added a reference to the notmuch package on Fedora. 
 
Tomi Ollila  [Wed, 21 Mar 2012 20:16:04 +0000  (22:16 +0200)] 
 
Markdown doc specifies that list item may have paragraphs if those 
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/; ). 
 
Tomi Ollila  [Wed, 21 Mar 2012 20:14:10 +0000  (22:14 +0200)] 
 
... all three. 
 
Tomi Ollila  [Wed, 21 Mar 2012 20:13:39 +0000  (22:13 +0200)] 
 
in quotes (where available) 
 
Tomi Ollila  [Wed, 21 Mar 2012 20:12:38 +0000  (22:12 +0200)] 
 
backtick `*` for mdwn formatting 
 
Tomi Ollila  [Wed, 21 Mar 2012 20:10:31 +0000  (22:10 +0200)] 
 
consistency 
 
Tomi Ollila  [Wed, 21 Mar 2012 20:05:07 +0000  (22:05 +0200)] 
 
0.12 news tunes 
 
Tomi Ollila  [Tue, 20 Mar 2012 12:16:59 +0000  (14:16 +0200)] 
 
Added release-0.12.mdwn eap 
 
Andrei Popescu  [Thu, 15 Mar 2012 09:32:35 +0000  (11:32 +0200)] 
 
small rewordings for the searching page 
 
Andrei Popescu  [Sun, 4 Mar 2012 13:08:44 +0000  (15:08 +0200)] 
 
initial version of the page about searching 
 
David Bremner  [Sun, 26 Feb 2012 14:00:52 +0000  (10:00 -0400)] 
 
note API change for tag macro hint. 
 
David Bremner  [Sun, 26 Feb 2012 13:56:19 +0000  (09:56 -0400)] 
 
add description of "tag macros" for emacs. 
 
David Bremner  [Sat, 25 Feb 2012 13:12:53 +0000  (09:12 -0400)] 
 
nmbug: explain the "tag the whole series" concept 
 
David Bremner  [Sat, 25 Feb 2012 13:06:12 +0000  (09:06 -0400)] 
 
Merge branch 'master' of git://notmuchmail.org/git/notmuch-wiki 
 
David Bremner  [Sat, 25 Feb 2012 13:04:46 +0000  (09:04 -0400)] 
 
nmbug: whitespace cleanup 
 
Jani Nikula  [Sat, 25 Feb 2012 07:14:15 +0000  (09:14 +0200)] 
 
special-tags: fix maildir flag sync description regarding cli 
 
Jani Nikula  [Sat, 25 Feb 2012 07:00:23 +0000  (09:00 +0200)] 
 
howto: add table of contents 
 
Jani Nikula  [Sat, 25 Feb 2012 06:55:53 +0000  (08:55 +0200)] 
 
howto: convert from bullets to headlines 
 
$ sed -ie 's/^\*/##/g' howto.mdwn 
$ sed -ie 's/^  //g' howto.mdwn 
 
David Bremner  [Sat, 25 Feb 2012 01:16:08 +0000  (21:16 -0400)] 
 
howto: add suggestion that people upgrade notmuch. 
 
David Bremner  [Sat, 25 Feb 2012 01:13:30 +0000  (21:13 -0400)] 
 
nmbug: minor wording updates 
 
David Bremner  [Sat, 25 Feb 2012 01:06:39 +0000  (21:06 -0400)] 
 
empty commit to try to rebuild howto. 
 
Petr Baudis  [Sat, 25 Feb 2012 00:44:09 +0000  (01:44  +0100)] 
 
Howto: Reference alternative mutt integration 
 
Jani Nikula  [Tue, 21 Feb 2012 20:47:36 +0000  (22:47 +0200)] 
 
add link to special tags 
 
Jani Nikula  [Tue, 21 Feb 2012 20:32:58 +0000  (22:32 +0200)] 
 
reference initial tagging from special tags 
 
Jani Nikula  [Tue, 21 Feb 2012 20:30:42 +0000  (22:30 +0200)] 
 
add note about hooks to initial tagging 
 
Jani Nikula  [Tue, 21 Feb 2012 20:25:06 +0000  (22:25 +0200)] 
 
add page about tags that notmuch treats specially 
 
Jani Nikula  [Tue, 21 Feb 2012 19:15:22 +0000  (21:15 +0200)] 
 
emacs tips: google contacts as address book via goobook 
 
Justus Winter  [Mon, 20 Feb 2012 23:29:53 +0000  (00:29  +0100)] 
 
Point to the new python api doc url 
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>  
Michal Sojka  [Tue, 14 Feb 2012 08:57:59 +0000  (09:57 +0100)] 
 
Add quotes in notmuch-attach script to handle correctly filenames with spaces 
 
Tomi Ollila  [Mon, 13 Feb 2012 21:50:36 +0000  (23:50 +0200)] 
 
revert leaked 0.6 change 
 
Tomi Ollila  [Mon, 13 Feb 2012 21:49:09 +0000  (23:49 +0200)] 
 
fixed inconsistenlty backticked 0.10 
 
Tomi Ollila  [Mon, 13 Feb 2012 21:29:08 +0000  (23:29 +0200)] 
 
one `backticking` was missing 
 
Tomi Ollila  [Mon, 13 Feb 2012 20:39:04 +0000  (22:39 +0200)] 
 
Hoo! shifting worked -- but forgot to shift one. 
 
Tomi Ollila  [Mon, 13 Feb 2012 20:37:09 +0000  (22:37 +0200)] 
 
thanks for playing... try once more... shift to column 0 
 
Tomi Ollila  [Mon, 13 Feb 2012 07:21:50 +0000  (09:21 +0200)] 
 
fixed "deleted" toggle order 
 
Tomi Ollila  [Sun, 12 Feb 2012 21:29:53 +0000  (23:29 +0200)] 
 
Restored '-'. 2 trailing spaces removed. 
 
Tomi Ollila  [Sun, 12 Feb 2012 21:27:11 +0000  (23:27 +0200)] 
 
Does '*' work better than '*' (doubt it but no other way to test) 
 
Tomi Ollila  [Sun, 12 Feb 2012 21:25:53 +0000  (23:25 +0200)] 
 
list items, spacing 
 
Tomi Ollila  [Sun, 12 Feb 2012 21:13:11 +0000  (23:13 +0200)] 
 
(hopefully) fixed list content markup for this markdown implementation 
 
Tomi Ollila  [Sun, 12 Feb 2012 18:46:14 +0000  (20:46 +0200)] 
 
Yet one more indeting change. It may be that this construct: 
 
* Removed: 
 
  - `len(Messages())` as it exhausted the iterator 
 
still breaks, though. 
 
Tomi Ollila  [Sun, 12 Feb 2012 18:38:31 +0000  (20:38 +0200)] 
 
ditto 
 
Tomi Ollila  [Sun, 12 Feb 2012 18:31:13 +0000  (20:31 +0200)] 
 
ditto 
 
Tomi Ollila  [Sun, 12 Feb 2012 18:28:50 +0000  (20:28 +0200)] 
 
another attempt -- now with nested lists 
 
Tomi Ollila  [Sun, 12 Feb 2012 18:26:07 +0000  (20:26 +0200)] 
 
attempt to get out of list context by one more space indent 
 
Tomi Ollila  [Sun, 12 Feb 2012 18:05:52 +0000  (20:05 +0200)] 
 
NEWS layout tunes 
 
Øyvind A. Holm  [Sun, 12 Feb 2012 18:02:14 +0000  (19:02 +0100)] 
 
Typo fixes 
 
Signed-off-by: Øyvind A. Holm <sunny@sunbase.org>  
Daniel Schoepe  [Sun, 12 Feb 2012 17:48:45 +0000  (18:48 +0100)] 
 
nmbug: document notmuch::doc 
 
David Bremner  [Sun, 12 Feb 2012 17:28:47 +0000  (13:28 -0400)] 
 
Add description of tag notmuch::stale 
 
Justus Winter  [Fri, 10 Feb 2012 21:48:28 +0000  (22:48 +0100)] 
 
Update the heading 
 
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>  
Justus Winter  [Fri, 10 Feb 2012 21:42:13 +0000  (22:42 +0100)] 
 
Fixup the description of the example python code 
 
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>  
Justus Winter  [Fri, 10 Feb 2012 21:40:09 +0000  (22:40 +0100)] 
 
Hm, ikiwikis markdown did not honor my code block... here we go again... 
 
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>  
Justus Winter  [Fri, 10 Feb 2012 21:37:47 +0000  (22:37 +0100)] 
 
Turn the python example into a doctest that works on python 2 and 3 
 
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>  
Justus Winter  [Fri, 10 Feb 2012 21:10:34 +0000  (22:10 +0100)] 
 
Remove the link to the pypi page of libnotmuch since that page is outdated (lists version 0.6) 
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>  
Justus Winter  [Fri, 10 Feb 2012 21:09:05 +0000  (22:09 +0100)] 
 
Point the link to the python apidoc to my rtfd.org project 
 
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>  
Tomi Ollila  [Thu, 9 Feb 2012 10:10:25 +0000  (12:10 +0200)] 
 
closing parenthesis fix 
 
Tomi Ollila  [Thu, 9 Feb 2012 10:08:59 +0000  (12:08 +0200)] 
 
tagging changes for 0.12 informed 
 
Tomi Ollila  [Thu, 9 Feb 2012 09:54:52 +0000  (11:54 +0200)] 
 
consisntent spacing, without tabs. looks best in all viewing methods. 
 
Tomi Ollila  [Sat, 4 Feb 2012 08:16:28 +0000  (10:16 +0200)] 
 
news for release 0.11.1 
 
Tomi Ollila  [Wed, 1 Feb 2012 12:44:54 +0000  (14:44 +0200)] 
 
no, headers cannot be split on multiple lines in source 
 
Tomi Ollila  [Wed, 1 Feb 2012 12:39:53 +0000  (14:39 +0200)] 
 
is the problem trailing whitespace ? 
 
Tomi Ollila  [Wed, 1 Feb 2012 12:38:09 +0000  (14:38 +0200)] 
 
news for 0.11 fix + test 
 
Tomi Ollila  [Wed, 1 Feb 2012 11:40:19 +0000  (13:40 +0200)] 
 
go for level 3 header instead of level 4 header... 
 
Tomi Ollila  [Wed, 1 Feb 2012 11:36:17 +0000  (13:36 +0200)] 
 
let's see how this particular mdwn parses these news/* versions... 
 
Tomi Ollila  [Wed, 1 Feb 2012 11:20:31 +0000  (13:20 +0200)] 
 
news markup tunes 
 
Robbie Harwood (frozencemetery)  [Tue, 31 Jan 2012 04:45:54 +0000  (23:45 -0500)] 
 
Added information about mbox, gmane, and mailman format conversion. 
 
Jesse Rosenthal  [Mon, 23 Jan 2012 15:47:54 +0000  (10:47 -0500)] 
 
Give a bit more explanation about the though behind nmbug. 
 
It might not be clear to a new user why we could use nm as a patch-tracker. 
Seems like a sentence of explanation can both make the nmbug page clearer 
and make the entire project more intriguing for new users. 
 
Jesse Rosenthal  [Mon, 23 Jan 2012 15:40:29 +0000  (10:40 -0500)] 
 
Make "website" and h2 section. 
 
For some reason, it was currently an h3 (i.e. a subsection of "Feature ideas"). Change it to h2. 
 
Jesse Rosenthal  [Mon, 23 Jan 2012 15:38:31 +0000  (10:38 -0500)] 
 
Make section casing consistent on the index page. 
 
The standard seems to be to use English sentence casing (first letter + 
proper nouns) rather than title casing. Either seems fine, but it looks 
sloppy to go back and forth. 
 
Justus Winter  [Sat, 21 Jan 2012 01:32:42 +0000  (02:32  +0100)] 
 
add tag notmuch::fixed 
 
Jesse Rosenthal  [Fri, 20 Jan 2012 19:08:49 +0000  (14:08 -0500)] 
 
Remove first sentence of "Source Code" section. 
 
Holdover from when "Patches are welcome" was in the source code 
section. 
 
Jesse Rosenthal  [Fri, 20 Jan 2012 17:46:16 +0000  (12:46 -0500)] 
 
Break out Bug Tracking and Patches from "source code" 
 
Visitors often ask where to find queued patches. This reorganization 
should make it a bit easier for them. 
 
David Edmondson  [Fri, 20 Jan 2012 15:58:21 +0000  (15:58 +0000)] 
 
Mention that the HTML view is from 0.11. 
 
David Edmondson  [Fri, 20 Jan 2012 15:57:31 +0000  (15:57 +0000)] 
 
Add a screenshot showing an embedded image during HTML rendering. 
 
Tomi Ollila  [Fri, 20 Jan 2012 10:59:20 +0000  (12:59 +0200)] 
 
trivial s/$@/"$@"/ change in remoteusage.mdwn 
 
Jesse Rosenthal  [Thu, 19 Jan 2012 21:59:25 +0000  (16:59 -0500)] 
 
Quote all the arguments. 
 
There used to be a point in separating the command and the arguments. No 
more. This allows `search-tags` to work correctly as well. 
 
Jesse Rosenthal  [Thu, 19 Jan 2012 20:26:21 +0000  (15:26 -0500)] 
 
Fix up some errors.