diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-11-26 22:18:58 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-11-26 11:21:38 +0200 |
| commit | c872efae34983feff2e2103746d8fcafbd02b034 (patch) | |
| tree | 17b18fa4e82a0572279d5af0dcd077e0bb779bbd /mu | |
| parent | 831deb2364a2e7a7ecb998dd1b2c6728ccee95de (diff) | |
search: make references searchable
Allow searching for message that have the given message-id in
References: or Reply-To:
Diffstat (limited to 'mu')
| -rw-r--r-- | mu/mu-cmd-info.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mu/mu-cmd-info.cc b/mu/mu-cmd-info.cc index 7ff61f4..923a59e 100644 --- a/mu/mu-cmd-info.cc +++ b/mu/mu-cmd-info.cc @@ -106,8 +106,6 @@ topic_fields(const Options& opts) return "boolean"; if (field.is_phrasable_term()) return "phrase"; - if (field.is_value()) - return "yes"; if (field.is_contact()) return "contact"; if (field.is_range()) |
