Skip to content

Commit 0022e30

Browse files
committed
add local search
1 parent fd1563f commit 0022e30

File tree

4 files changed

+747
-5
lines changed

4 files changed

+747
-5
lines changed

docs/in-depth/protocol-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ If a messages is downloaded by a client this message gets marked as _Seen_
7171

7272
If a messages is deleted by a client this message gets marked as Seen and moved to Trash folder
7373

74-
# Message filtering
74+
## Message filtering
7575

7676
WildDuck has built-in message filtering. This is somewhat similar to Sieve even though the filters are not scripts.
7777

7878
Filters can be managed via the [WildDuck API](https://docs.wildduck.email/api).
7979

80-
# IMAP Protocol Differences
80+
## IMAP Protocol Differences
8181

8282
This is a list of known differences from the IMAP specification. Listed differences are either intentional or are bugs that became features.
8383

@@ -97,6 +97,6 @@ This is a list of known differences from the IMAP specification. Listed differen
9797

9898
Any other differences are most probably real bugs and unintentional.
9999

100-
# Other Differences
100+
## Other Differences
101101

102102
1. Messages retrieved from WildDuck might not be exact copies of messages that were initially stored. This mostly affects base64 encoded attachments and content in multipart mime nodes (eg. text like "This is a multi-part message in MIME format.")

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ const config: Config = {
146146
hideSendButton: true
147147
} satisfies OpenApiPlugin.Options,
148148
} satisfies Plugin.PluginOptions,
149-
},
149+
}
150150
],
151+
require.resolve('docusaurus-lunr-search')
151152
],
152-
153153
themes: ["docusaurus-theme-openapi-docs"],
154154
};
155155

0 commit comments

Comments
 (0)