71 clearok(stdscr,
true);
114 pview.
banner =
"messages";
Convenience wrapper for the core headers.
const char * dispacher_get_retval_name(int rv)
Get the name of a return value.
@ FR_SUCCESS
Valid function - successfully performed.
@ FR_UNKNOWN
Unknown function.
@ FR_ERROR
Valid function - error occurred.
void mutt_enter_command(void)
Enter a neomutt command.
bool mutt_shell_escape(void)
Invoke a command in a subshell.
Manage where the email is piped to external commands.
FILE * mutt_file_fopen(const char *path, const char *mode)
Call fopen() safely.
int mutt_file_fclose(FILE **fp)
Close a FILE handle (and NULL the pointer)
static const struct GlobalFunction GlobalFunctions[]
All the NeoMutt functions that the Global supports.
int global_function_dispatcher(struct MuttWindow *win, int op)
Perform a Global function - Implements function_dispatcher_t -.
static int op_redraw(int op)
Clear and redraw the screen - Implements global_function_t -.
static int op_check_stats(int op)
Calculate message statistics for all mailboxes - Implements global_function_t -.
static int op_enter_command(int op)
Enter a neomuttrc command - Implements global_function_t -.
static int op_shell_escape(int op)
Invoke a command in a subshell - Implements global_function_t -.
static int op_show_log_messages(int op)
Show log (and debug) messages - Implements global_function_t -.
static int op_what_key(int op)
display the keycode for a key press - Implements global_function_t -
static int op_version(int op)
Show the NeoMutt version number - Implements global_function_t -.
#define mutt_message(...)
#define mutt_debug(LEVEL,...)
GUI manage the main index (list of emails)
struct Mailbox * get_current_mailbox(void)
Get the current Mailbox.
void mutt_what_key(void)
Ask the user to press a key.
@ LL_DEBUG1
Log at debug level 1.
int log_queue_save(FILE *fp)
Save the contents of the queue to a temporary file.
Convenience wrapper for the library headers.
void mutt_resize_screen(void)
Update NeoMutt's opinion about the window size (CURSES)
int mutt_mailbox_check(struct Mailbox *m_cur, CheckStatsFlags flags)
Check all all Mailboxes for new mail.
Mailbox helper functions.
void window_redraw(struct MuttWindow *win)
Reflow, recalc and repaint a tree of Windows.
void window_invalidate_all(void)
Mark all windows as in need of repaint.
const char * mutt_make_version(void)
Generate the NeoMutt version string.
Some miscellaneous functions.
#define MUTT_MAILBOX_CHECK_FORCE_STATS
Ignore MailboxType and calculate statistics.
#define MUTT_MAILBOX_CHECK_FORCE
Ignore MailboxTime and check for new mail.
const char * opcodes_get_name(int op)
Get the name of an opcode.
All user-callable functions.
global_function_t function
Function to call.
int op
Op code, e.g. OP_GLOBAL_NEXT.
#define mutt_mktemp(buf, buflen)