diff options
author | slotThe <soliditsallgood@mailbox.org> | 2021-05-24 14:26:46 +0200 |
---|---|---|
committer | slotThe <soliditsallgood@mailbox.org> | 2021-05-24 14:26:46 +0200 |
commit | 8d0841012bd6745f2bfd951053c48cb1ecec62cf (patch) | |
tree | 071d39f12676a47edd3eda0c8a419019a0c7224d /doc/plugins.org | |
parent | d51b9d5dd6537e5369e13a9a11ae98aeadce50dd (diff) | |
download | xmobar-8d0841012bd6745f2bfd951053c48cb1ecec62cf.tar.gz xmobar-8d0841012bd6745f2bfd951053c48cb1ecec62cf.tar.bz2 |
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
Diffstat (limited to 'doc/plugins.org')
-rw-r--r-- | doc/plugins.org | 12 |
1 files changed, 0 insertions, 12 deletions
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 |