Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Configure l2md MDA.
Setup and configure isync. If MAIL-ACCOUNT-IDS not provided use all mail accounts. ISYNC-VERBOSE controls output verboseness of mbsync.
Return the value of user field or fqda if a value for user filed is not present.
The tool for working with public-inbox archives and for applying patches (not only from public inbox). It has integration with notmuch and possibly a few other tools (get more info in the documentation of the project: https://docs.kyleam.com/piem/).
Provide mail-accounts and mail-directory-fn for other mail-related features.
Configure the Debbugs user interface for Emacs. Set the default packages to retrieve bugs for with DEFAULT-PACKAGES and the default severities with which bugs should be filered with DEFAULT-SEVERITIES.
Configure smtpmail, a simple mail protocol for sending mail from Emacs. If no MAIL-ACC-ID is provided, no account-specific settings will be configured.
Return a list containing fqda and aliases combined together.
Configure msmtp MTA.
TLS enabled by default, SMTPS 465 port is used by default.
It is possible to use SMTP+STARTTLS by setting starttls? to #t, but not recommended. For SMTP port 587 will used by default. https://serverfault.com/questions/523804/is-starttls-less-safe-than-tls-ssl
Also, port can be explicitly specified with port option (it's very unlikely you ever need this).
Configure notmuch and Emacs UI for it if emacs enabled. notmuch-queries is a list of pairs of query name and query, it added to notmuch config and can be used anywhere in search via query:query-name.
Set up and configure goimapnotify to listen on IMAP mailbox changes. If MAIL-ACCOUNT-IDS is not provided, use all the mail accounts. You can also control whether to NOTIFY? when new emails arrive.