RRichard RussonUse optreset on Solaris too
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
cli: remove dead command_line_clear() declaration command_line_clear() is declared in lib.h but never defined in any source file, and never called. Only command_line_free() is used. Remove the orphaned declaration to avoid confusion and linker errors if anyone tries to call it. | 6 个月前 | |
make StringArrays const None of the strings that are saved need to be altered, so make them all const. | 11 个月前 | |
cli: support getopt long options Options: -A, --alias <alias> [...] Lookup email aliases -a, --attach <file> [...] Attach files -b, --bcc <address> Add Bcc: address -c, --cc <address> Add Cc: address -C, --crypto Use crypto (signing/encryption) -d, --debug-level <level> Set logging level -D, --dump-config Dump all the config options -DD, --dump-changed-config Dump the changed config options -e, --command <command> Run extra commands -E, --edit-message Edit message (draft/include) -F, --config <file> Use this user config file -f, --folder <mailbox> Open this mailbox -G, --nntp-browser Open NNTP browser -g, --nntp-server <server> Use this NNTP server -H, --draft <file> Use draft email file -h, --help Overview of command line options -i, --include <file> Include body file -l, --debug-file <file> Set logging file -m, --mbox-type <type> Set default mailbox type -n, --no-system-config Don't read system config file -O, --with-docs Add one-liner documentation -p, --postponed Resume postponed email -Q, --query <option> [...] Query config options -R, --read-only Open mailbox read-only -S, --hide-sensitive Hide the value of sensitive options -s, --subject <subject> Set Subject: -v, --version NeoMutt version and build parameters -vv, --license NeoMutt Copyright and license -y, --browser Open mailbox browser -z, --check-any-mail Check for any mail -Z, --check-new-mail Check for new mail | 7 个月前 | |
Use optreset on Solaris too Without that neomutt on Solaris treats any and all commandline arguments as an address. | 6 个月前 |