From 8d0841012bd6745f2bfd951053c48cb1ecec62cf Mon Sep 17 00:00:00 2001
From: slotThe <soliditsallgood@mailbox.org>
Date: Mon, 24 May 2021 14:26:46 +0200
Subject: NotmuchMail: Update documentation

Ever since d51b9d5dd6537e5369e13a9a11ae98aeadce50dd we can't specify a
MailItem via the record syntax anymore.  This could conceivably be added
back in by being part of the Read instance, but that would make it more
complicated for perhaps little gain.

Related: https://github.com/jaor/xmobar/issues/547
---
 doc/plugins.org | 12 ------------
 1 file changed, 12 deletions(-)

(limited to 'doc')

diff --git a/doc/plugins.org b/doc/plugins.org
index 76b4796..2510cb5 100644
--- a/doc/plugins.org
+++ b/doc/plugins.org
@@ -911,18 +911,6 @@ something like:
      ]
    #+end_src
 
-   or, using explicit record syntax:
-
-   #+begin_src haskell
-     [ MailItem
-         { name    = "name"
-         , address = "address"
-         , query   = "query"
-         }
-       ...
-     ]
-   #+end_src
-
    where
 
    - =name= is what gets printed in the status bar before the number of
-- 
cgit v1.2.3