X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=devel%2FSTYLE;h=0792ba129e240eb1818b1cc2d98f1b16746964f0;hb=102f58d7a4532aa5f7a21edfd24758be864ea8d4;hp=094f71d1908f75b48f3d1ae77a4fbae9d260acb2;hpb=022a2810809ffba4a7bcb71ed3483d2cb29d1c77;p=notmuch diff --git a/devel/STYLE b/devel/STYLE index 094f71d1..0792ba12 100644 --- a/devel/STYLE +++ b/devel/STYLE @@ -73,6 +73,12 @@ Naming struct has a tag, it should be the same as the typedef name, minus the trailing _t. +CLI conventions +--------------- + +* Any changes to the JSON output format of search or show need an + accompanying change to devel/schemata. + libnotmuch conventions ----------------------------------