Under Development
stars

Mailing Lists

Mailing Lists#

Commands for managing mailing list addresses and subscriptions.

:lists#

Mark email addresses as belonging to mailing lists.

  • lists <regex> β€” add a mailing list pattern

  • lists -group <name> <regex> β€” add a list to a named group

lists neomutt-devel@neomutt.org
lists ".*@lists\\.example\\.com"
lists -group work-lists dev-team@company.com

:unlists#

Remove addresses from the mailing lists list.

  • unlists * β€” remove all

  • unlists <regex> β€” remove a specific pattern

unlists *
unlists neomutt-devel@neomutt.org

:subscribe#

Mark a mailing list as one the user is subscribed to. The address must also be known via :lists.

  • subscribe <regex> β€” subscribe to a list

  • subscribe -group <name> <regex> β€” subscribe and add to a group

subscribe neomutt-devel@neomutt.org
subscribe -group oss neomutt-users@neomutt.org

:unsubscribe#

Remove an address from the subscribed list.

  • unsubscribe * β€” unsubscribe from all

  • unsubscribe <regex> β€” unsubscribe from a specific list

unsubscribe *
unsubscribe neomutt-devel@neomutt.org