X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=devel%2FSTYLE;h=0792ba129e240eb1818b1cc2d98f1b16746964f0;hp=094f71d1908f75b48f3d1ae77a4fbae9d260acb2;hb=ae459a3f4ca0e24cb2012bc4af7af3aea4731fec;hpb=a437031a3c03fa96d05618807e33bb7b8dbf3386 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 ----------------------------------