W. Trevor King
031ca3f1bd
nmbug-status: Add meta.message-url config setting
...
So you can link to archives other than Gmane. For example, I'm doing
this in [1].
[1]: https://github.com/wking/nmbug-oci
2016-03-24 07:39:25 -03:00
Mark Walters
08f35973e3
NEWS: updates for reply changes
...
Also include NEWS for the filter/limit keybinding change.
2016-03-04 20:44:41 -04:00
W. Trevor King
fb063e20fb
NEWS: Remove trailing comma from an old nmbug-status config
...
That closing brace is the end of the config JSON; there won't be
anything coming after it.
2016-01-07 09:15:58 -04:00
David Bremner
1dd0ec3991
NEWS: set date
2015-10-29 20:08:11 -03:00
Mark Walters
d2ee45e0be
NEWS updates for some extra emacs functionality
2015-10-29 19:56:00 -03:00
David Bremner
e387c08599
NEWS: trim discussion of keybindings
...
Try to reduce the total size of NEWS
2015-10-22 09:19:21 -03:00
Mark Walters
429ec8666e
NEWS for minor emacs updates
...
This adds NEWS items for
the new limit/filter function in notmuch-show,
the saved-search option for tree view,
the binding S to run the current tree-view search in notmuch-search,
the increase in max text part size
the bugfix for replying to encrypted messages from tree view
2015-10-22 07:44:13 -03:00
Tomi Ollila
d689a73e6d
NEWS: a few formatting updates for 0.21 news items (wiki compatibility)
...
Trailing dots were removed from 3 NEWS items so that those appear in
same level as surrounding "heading" lines in generated wiki page.
One trailing dot was added to nmbug-status item so it appears as normal
text in generated wiki page. `nmbug-status` was put in backticks so it
looks the same as in older nmbug-status news text.
2015-10-21 09:13:01 -03:00
Jani Nikula
ea66dec878
NEWS: news for notmuch_directory_delete
2015-10-17 16:54:43 -03:00
Jani Nikula
25676b6201
NEWS: news for notmuch address --deduplicate option
2015-10-17 16:52:23 -03:00
Jani Nikula
4135e5b929
NEWS: news for date:<expr>..!
2015-10-17 16:50:06 -03:00
Jani Nikula
2c202df6ba
NEWS: nmbug-status supports sort order
2015-10-17 16:29:22 -03:00
David Bremner
f47fcbe0c5
NEWS: note some Emacs UI changes for 0.21
2015-10-17 10:14:23 -03:00
David Bremner
c48405171a
NEWS: new count api / deprecated count/search functions for 0.21
2015-10-17 10:13:37 -03:00
David Bremner
a7f8a7fb91
NEWS: note some build system changes for 0.21
...
The ruby bindings changes in particular will be user visible. The
skipped tests status may also be interesting for packagers
2015-10-17 10:08:45 -03:00
David Bremner
ea7c2e54f0
NEWS: news for initial revision tracking support (0.21)
2015-10-17 10:08:32 -03:00
David Bremner
005c2f0df1
cli/lib: remove support for GMime 2.4
...
It's becoming a maintenance burden to do anything things with the
crypto glue code twice, once for 2.4 and once for 2.6. I don't have
any 2.4 version available to test on my development machine anymore,
so the 2.4 specific code paths are likely not very well tested.
2015-08-26 20:01:45 -03:00
Tomi Ollila
af3eba97fd
NEWS: emacs: notmuch-{cli,emacs}-version usage
...
News for notmuch-emacs-version usage in User-Agent header and
rename of function notmuch-version to notmuch-cli-version.
While at it, made some minor (consistency) punctuation changes
to make news to wiki conversion work as expected.
2015-08-07 21:46:33 +02:00
David Bremner
8cca886b10
notmuch 0.20.2 release
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQGcBAABCAAGBQJVjqAqAAoJEPIClx2kp54sTLYL/iemBYQ2TELiIt8WQiFITKm8
CZdAXUKR75C+Qmh462lRnilbGVzLrYC9opYXUfFH4IUu/1jf4iKYQmd37Qn+cSAG
p3/SjFbh6FX0FIqxYegjKFByZju47OtAp+BbPMWyOOEXDASOjwmxMAnm5yzm9At/
xnKV+5nxmN8KqVDvtF/TBtHM9wZ+ASt9yc4ncKgnAaxyWfWeaSTm0EKwTgHwKcKb
JZy8XvE9J022Y2r7AWUHjdIyaX5/9cQXtVQg8w238Gp/5FazBN+4yu0Py73nN+pB
nb0M9IzHHHolbQd89RYOVyqsZ/uka6gl60wduW5ILGYgG2So9qRcHMLJIHKDigF8
e7j5yGDV6JS6Ub/jMiqKVOPpQv1G7euGqeA9PmQI1UvHEiEoy2kEbPdoyuuKJVbM
QxG56SsTy85Irj/o1PeW0+ScxP1y6sQA5E1/YB1BRcgW1uwA2XkiZ+JC1IcqRFvZ
ktJxZOIxYqhhYuXTbzd8KL75cvg1cwKVmmgFMunHcg==
=m+4D
-----END PGP SIGNATURE-----
Merge tag '0.20.2'
notmuch 0.20.2 release
Conflicts:
NEWS
2015-06-27 15:29:52 +02:00
David Bremner
a732e8e1a2
NEWS for 0.20.2
...
Just the one bug fix
2015-06-27 14:47:38 +02:00
David Bremner
32fd74b7aa
lib: reject relative paths in n_d_{create,open}_verbose
...
There are many places in the notmuch code where the path is assumed to be absolute. If someone (TM) wants a project, one could remove these assumptions. In the mean time, prevent users from shooting themselves in the foot.
Update test suite mark tests for this error as no longer broken, and
also convert some tests that used relative paths for nonexistent
directories.
2015-06-12 07:34:50 +02:00
David Bremner
243d7e30dc
Merge branch 'release'
...
20.1 plus NEWS fixup
2015-06-02 06:37:59 +02:00
David Bremner
0291ec71b6
NEWS: missing NEWS for 20.1
...
Embarrassingly, these were not included in the actual 20.1 release
2015-06-02 06:34:48 +02:00
J. Lewis Muir
d08af93c65
cli: change "setup" to "set up" where used as a verb
...
The word "setup" is a noun, not a verb. Change occurrences of "setup"
where used as a verb to "set up".
2015-05-31 19:14:42 +02:00
David Bremner
be8e796fd5
NEWS: bump date
2015-05-31 11:26:41 +02:00
David Bremner
dc951683c3
drop mention of notmuch-emacs-mua
2015-05-31 11:12:13 +02:00
David Bremner
00ee9ca737
docs: initial draft of NEWS for 0.20
...
This is meant as much to jog people's memory as to be definitive.
2015-05-23 20:59:42 +02:00
W. Trevor King
244f873954
nmbug-status: Use 'show-ref --heads' for loading configs
...
When loading configs from Git, the bare branch name (without a
refs/heads/ prefix or similar) matches all branches of that name
(including remote-tracking branches):
.nmbug $ git show-ref config
48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/heads/config
48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/remotes/origin/config
4b6dbd9ffd152e7476f5101eff26747f34497cee refs/remotes/wking/config
Instead of relying on the ordering of the matching references, use
--heads to ensure we only match local branches.
2015-04-01 06:16:06 +02:00
W. Trevor King
a351df1a06
NEWS: fix 'not' -> 'now' typo in 0.19 nmbug section
2015-04-01 06:15:30 +02:00
Todd
8fb1cbc1c2
Update documentation
...
Adds new entry to the NEWS file, and updates the search terms section
of the man page. The search terms section needs to be updated again
once the new section in the documentation covering probablistic terms
has been committed.
2015-01-24 16:51:20 +01:00
David Bremner
d241a486fa
doc: remove support for rst2man
...
It was becoming increasingly complicated to support rst2man, and there
were apparently not many people that relied on it.
2015-01-22 08:37:25 +01:00
David Bremner
9060a1f617
contrib: remove notmuch deliver
...
contrib/notmuch-deliver is presumed obsoleted by notmuch-insert.
2015-01-14 15:25:30 +01:00
Tomi Ollila
32855b91d9
NEWS & doc: typing fixes
...
Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed.
Extra `*` when making bold text in doc/man1/notmuch-search.rst removed.
2014-11-16 09:36:50 +01:00
David Bremner
a60aa095d7
version: bump to 0.19
2014-11-14 19:35:44 +01:00
David Bremner
398f1484b9
NEWS: deprecate notmuch deliver
...
notmuch-deliver has no commits for about 2.5 years. notmuch-insert has
all the features that deliver does, and as far as I understand the
error handling has now caught up.
2014-11-14 19:27:26 +01:00
David Bremner
ed38237974
NEWS: add short overview section
...
I decided to err on the side of brevity, since the details are just
below.
2014-11-14 19:27:00 +01:00
markwalters1009@gmail.com
0dfcb7f9bb
News for mark read handling
...
amended by db: capitalized notmuch.
2014-11-13 21:42:04 +01:00
Michal Sojka
dbec000872
NEWS: notmuch address
2014-11-13 21:24:54 +01:00
Jani Nikula
50ee7d7e12
NEWS: functions in emacs notmuch-show-stash-mlarchive-link-alist
...
News for emacs: allow functions in
notmuch-show-stash-mlarchive-link-alist.
2014-11-11 08:13:30 +01:00
Jani Nikula
049bb7b86e
NEWS: notmuch insert, search updates
...
News for
- cli: add support for notmuch search --duplicate=N with --output=messages
- cli/insert: add post-insert hook
- cli/insert: require succesful message indexing for success statu
2014-11-11 08:13:04 +01:00
Austin Clements
4499c07531
NEWS: Database version 3, API improvements, and ghost messages
2014-11-10 18:18:43 +01:00
David Bremner
61bae7726d
bump version to 0.19~rc2
2014-11-09 16:23:58 +01:00
Mark Walters
9f98aaa29f
News for dump/writelock change
2014-11-09 10:08:13 +01:00
David Bremner
f310e349df
version: update to 0.19~rc1
...
Sync NEWS debian/changelog at the same time, although in those cases it's a downgrade.
2014-11-06 00:07:45 +01:00
David Edmondson
28d121955c
NEWS: Improved q
binding.
2014-11-01 08:01:23 +01:00
David Bremner
f5db7ad7d2
notmuch 0.18.2 release
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQGcBAABCAAGBQJUS9DZAAoJEPIClx2kp54s604L/0QXEH2twR9qYKvrc2CHFR7e
9OX1yVx9A/mq5lFk9Inb6xfIJEcnFnAWkSEAkRwMYgL2705fd+No+UnAdC0HxBYo
1EoabYGbMiVMbGN0+y/6byqq1YmRDKfRvZFF1WneZyugWyX2lYDjQmRW/g5EdKGb
TZS2RhY4U18QV/L1ZaherO9yy9Ct0XXvxx+Tio6g5Xx4Hn0jEx0SH+B0gXmqDCwj
fdy/5nQK7H+0NSD8W7y6z2DCd3SZ72gm8pVyScOZ3CvTaE8K9rIE5F2xpF/rtyra
Gp+ST9i/hCLwV8YnVfMWhajHjXuZamV75vANgSKWdHGZHuIG9i+ocf0cKdbmhDUK
6GJtnUMsNENbq1emKu/12lpMGZU5XBh4lg1whX9g5QvFQ6S8FcETFuqbaOTLio91
d9wy/D+QzJZ/gLijQu/cEFi5pCbKCcaHfUeI48VwoORfdpKxIG007k5wDOwpBbAy
9g7hte1d9cQquwZyDKyt65CicbJEu8v5ROT+81zBbg==
=wMbd
-----END PGP SIGNATURE-----
Merge tag '0.18.2'
notmuch 0.18.2 release
2014-10-25 18:55:25 +02:00
David Bremner
3370f14bf1
NEWS: give real entry for 0.18.2
...
Expand out what the actual test suite changes are, so people have a
better idea if the release is relevant to them.
2014-10-25 12:10:05 +02:00
David Bremner
ce44657c9e
notmuch 0.18.2~rc1 release
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQGcBAABCAAGBQJUS2vpAAoJEPIClx2kp54svhoL/1kCYjeONhccqb1cyjCVPsC7
NBGZ48JZNqmDnxrjjz4PgrA9R7h/4R4ViWboCNGFJEbQaPqh89klLa+XiOpaNoyZ
Y2oP/GrZNXg2TtThehywwWY2w/Q2+bfpyI8C1RnXDuLzvtS6fTpSfGX9+yr7KfUE
fT56r2V68HHTaTUSFvywKpnRMNnExoa1HT/0EdDRV3v3LqlqALZwgyJAv7hb7EfX
0a7Q5JChVhQyq+BRq4tKJA2g/n3s54dy3cIBXmSjo8CvOar+GVgrceZ5i1al7Z7x
D2BDpMfr2qV4fJYapsH+n3fsUhr0LmG651A5A2GdaGUNhLtP28hGPUZpT+ejzTAW
GOWdlF+PzDCMhdZzqjYQUqN3ROgQsDUcGrwXv+tVv2AoZepSbxyhIeIzU71dD/vx
5JEP3EVJMwgWbDHKeOzv1+nwzQpMWk8/vxSA9SPN9MBUMkNjaKyrY1YBrX6xtUn0
l3iglBOdTcqr0uZSVSTU4sODcKtd/w2TlSOSWWnRNA==
=KuiR
-----END PGP SIGNATURE-----
Merge tag '0.18.2_rc1'
notmuch 0.18.2~rc1 release
Conflicts:
NEWS
debian/changelog
2014-10-25 11:38:18 +02:00
David Bremner
47b477faad
NEWS: add minimal news item for 0.18.2
...
The less said, the less typos to make.
2014-10-25 11:03:05 +02:00
David Bremner
1c3b8fba22
NEWS: mention the change in default build flags
...
It blows things up by a factor of six or so, so it's worth giving
people a heads up. It won't effect e.g. Debian, that already builds
with -g and then strips.
2014-10-08 21:18:02 +02:00