Index functions.
Function | Description | Links |
index_function_dispatcher() | Perform an Index function | function_dispatcher_t, dispatcher_api |
index_next_undeleted() | Select the next undeleted Email (if possible) | |
op_alias_dialog() | Open the aliases dialog | index_function_t, index_function_api |
op_attachment_edit_type() | Edit attachment content type | index_function_t, index_function_api |
op_autocrypt_acct_menu() | Manage autocrypt accounts | index_function_t, index_function_api |
op_bounce_message() | Remail a message to another user | index_function_t, index_function_api |
op_catchup() | Mark all articles in newsgroup as read | index_function_t, index_function_api |
op_check_traditional() | Check for classic PGP | index_function_t, index_function_api |
op_compose_to_sender() | Compose new message to the current message sender | index_function_t, index_function_api |
op_create_alias() | Create an alias from a message sender | index_function_t, index_function_api |
op_delete() | Delete the current entry | index_function_t, index_function_api |
op_delete_thread() | Delete all messages in thread | index_function_t, index_function_api |
op_display_address() | Display full address of sender | index_function_t, index_function_api |
op_display_message() | Display a message | index_function_t, index_function_api |
op_edit_label() | Add, change, or delete a message's label | index_function_t, index_function_api |
op_edit_raw_message() | Edit the raw message (edit and edit-raw-message are synonyms) | index_function_t, index_function_api |
op_end_cond() | End of conditional execution (noop) | index_function_t, index_function_api |
op_exit() | Exit this menu | index_function_t, index_function_api |
op_extract_keys() | Extract supported public keys | index_function_t, index_function_api |
op_flag_message() | Toggle a message's 'important' flag | index_function_t, index_function_api |
op_forget_passphrase() | Wipe passphrases from memory | index_function_t, index_function_api |
op_forward_message() | Forward a message with comments | index_function_t, index_function_api |
op_get_children() | Get all children of the current message | index_function_t, index_function_api |
op_get_message() | Get parent of the current message | index_function_t, index_function_api |
op_group_reply() | Reply to all recipients | index_function_t, index_function_api |
op_jump() | Jump to an index number | index_function_t, index_function_api |
op_list_reply() | Reply to specified mailing list | index_function_t, index_function_api |
op_list_subscribe() | Subscribe to a mailing list | index_function_t, index_function_api |
op_list_unsubscribe() | Unsubscribe from mailing list | index_function_t, index_function_api |
op_mail() | Compose a new mail message | index_function_t, index_function_api |
op_mail_key() | Mail a PGP public key | index_function_t, index_function_api |
op_mailbox_list() | List mailboxes with new mail | index_function_t, index_function_api |
op_main_break_thread() | Break the thread in two | index_function_t, index_function_api |
op_main_change_folder() | Open a different folder | index_function_t, index_function_api |
op_main_change_group() | Open a different newsgroup | index_function_t, index_function_api |
op_main_collapse_all() | Collapse/uncollapse all threads | index_function_t, index_function_api |
op_main_collapse_thread() | Collapse/uncollapse current thread | index_function_t, index_function_api |
op_main_delete_pattern() | Delete messages matching a pattern | index_function_t, index_function_api |
op_main_entire_thread() | Read entire thread of the current message | index_function_t, index_function_api |
op_main_fetch_mail() | Retrieve mail from POP server | index_function_t, index_function_api |
op_main_imap_fetch() | Force retrieval of mail from IMAP server | index_function_t, index_function_api |
op_main_imap_logout_all() | Logout from all IMAP servers | index_function_t, index_function_api |
op_main_limit() | Limit view to a pattern/thread | index_function_t, index_function_api |
op_main_link_threads() | Link tagged message to the current one | index_function_t, index_function_api |
op_main_modify_tags() | Modify (notmuch/imap) tags | index_function_t, index_function_api |
op_main_next_new() | Jump to the next new message | index_function_t, index_function_api |
op_main_next_thread() | Jump to the next thread | index_function_t, index_function_api |
op_main_next_undeleted() | Move to the next undeleted message | index_function_t, index_function_api |
op_main_next_unread_mailbox() | Open next mailbox with unread mail | index_function_t, index_function_api |
op_main_prev_undeleted() | Move to the previous undeleted message | index_function_t, index_function_api |
op_main_quasi_delete() | Delete from NeoMutt, don't touch on disk | index_function_t, index_function_api |
op_main_read_thread() | Mark the current thread as read | index_function_t, index_function_api |
op_main_root_message() | Jump to root message in thread | index_function_t, index_function_api |
op_main_set_flag() | Set a status flag on a message | index_function_t, index_function_api |
op_main_show_limit() | Show currently active limit pattern | index_function_t, index_function_api |
op_main_sync_folder() | Save changes to mailbox | index_function_t, index_function_api |
op_main_tag_pattern() | Tag messages matching a pattern | index_function_t, index_function_api |
op_main_undelete_pattern() | Undelete messages matching a pattern | index_function_t, index_function_api |
op_main_untag_pattern() | Untag messages matching a pattern | index_function_t, index_function_api |
op_main_vfolder_from_query() | Generate virtual folder from query | index_function_t, index_function_api |
op_main_windowed_vfolder() | Shifts virtual folder time window | index_function_t, index_function_api |
op_mark_msg() | Create a hotkey macro for the current message | index_function_t, index_function_api |
op_next_entry() | Move to the next entry | index_function_t, index_function_api |
op_pipe() | Pipe message/attachment to a shell command | index_function_t, index_function_api |
op_post() | Followup to newsgroup | index_function_t, index_function_api |
op_prev_entry() | Move to the previous entry | index_function_t, index_function_api |
op_print() | Print the current entry | index_function_t, index_function_api |
op_query() | Query external program for addresses | index_function_t, index_function_api |
op_quit() | Save changes to mailbox and quit | index_function_t, index_function_api |
op_recall_message() | Recall a postponed message | index_function_t, index_function_api |
op_reply() | Reply to a message | index_function_t, index_function_api |
op_resend() | Use the current message as a template for a new one | index_function_t, index_function_api |
op_save() | Make decrypted copy | index_function_t, index_function_api |
op_search() | Search for a regular expression | index_function_t, index_function_api |
op_sort() | Sort messages | index_function_t, index_function_api |
op_tag() | Tag the current entry | index_function_t, index_function_api |
op_tag_thread() | Tag the current thread | index_function_t, index_function_api |
op_toggle_new() | Toggle a message's 'new' flag | index_function_t, index_function_api |
op_toggle_write() | Toggle whether the mailbox will be rewritten | index_function_t, index_function_api |
op_undelete() | Undelete the current entry | index_function_t, index_function_api |
op_undelete_thread() | Undelete all messages in thread | index_function_t, index_function_api |
op_view_attachments() | Show MIME attachments | index_function_t, index_function_api |
prereq() | Check the pre-requisites for a function | |
resolve_email() | Pick the next Email to advance the cursor to | |