Some miscellaneous functions
| Function | Description | Links |
|---|---|---|
| buf_sanitize_filename() | Replace unsafe characters in a filename | |
| expand_path() | Create the canonical path | |
| generate_save_path() | Make a safe filename from an email address | |
| mutt_adv_mktemp_cfg() | Create a temporary file | |
| mutt_check_overwrite() | Ask the user if overwriting is necessary | |
| mutt_encode_path() | Convert a path to 'us-ascii' | |
| mutt_exit() | Leave NeoMutt NOW | |
| mutt_gecos_name() | Lookup a user's real name in /etc/passwd | |
| mutt_get_parent_path() | Find the parent of a path (or mailbox) | |
| mutt_is_text_part() | Is this part of an email in plain text? | |
| mutt_needs_mailcap() | Does this type need a mailcap entry do display | |
| mutt_open_read() | Run a command to read from | |
| mutt_save_confirm() | Ask the user to save | |
| mutt_set_xdg_path() | Find an XDG path or its fallback | |
| mutt_sleep() | Sleep for a while | |
| mutt_str_pretty_size() | Display an abbreviated size, like 3.4K | |
| pretty_mailbox() | Shorten a mailbox path using '~' or '=' |