Thanks to visit codestin.com
Credit goes to github.com

Skip to content

muttrc to neomuttrc #4763

@Framsfex

Description

@Framsfex

Currently I run a heavily patched mutt (build 2016!) and want to switch to neomutt-20260105
I am trying to migrate my muttrc to neomuttrc and have some questions.

Source /usr/local/etc/Muttrc without error:

source `test -f /usr/local/etc/Muttrc && echo /usr/local/etc/Muttrc || echo /dev/null`

Use key "." to switch (cycle) between ALL/NEW/OLD message view:

macro   index \en0      "l~A\n:macro index . \\en1\n:set status_format=\" %f with %M/%m messages sorted by %s\"\n"
macro   index \en1      "l~N\n:macro index . \\en2\n:set status_format=\" %f with %M/%m NEW messages sorted by %s\"\n"
macro   index \en2      "l~O\n:macro index . \\en0\n:set status_format=\" %f with %M/%m OLD (unread) messages sorted by %s\"\n"
macro   index .         "\en0"

My mutt has the extension "setenv VARIABLE=VALUE" to set environment variables.
I use it in macros to export data to external programs like page viewer.

Are there better ways to do it with neomutt?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions