Postponed Emails Functions. More...
#include "config.h"#include <stddef.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "mutt.h"#include "functions.h"#include "key/lib.h"#include "menu/lib.h"#include "pattern/lib.h"
Include dependency graph for functions.c:Go to the source code of this file.
Functions | |
| void | postponed_init_keys (struct SubMenu *sm_generic) |
| Initialise the Postponed Keybindings - Implements ::init_keys_api. | |
| static int | op_delete (struct PostponeData *pd, const struct KeyEvent *event) |
| Delete the current entry - Implements postpone_function_t -. | |
| static int | op_exit (struct PostponeData *pd, const struct KeyEvent *event) |
| Exit this menu - Implements postpone_function_t -. | |
| static int | op_generic_select_entry (struct PostponeData *pd, const struct KeyEvent *event) |
| Select the current entry - Implements postpone_function_t -. | |
| static int | op_search (struct PostponeData *pd, const struct KeyEvent *event) |
| Search for a regular expression - Implements postpone_function_t -. | |
| int | postpone_function_dispatcher (struct MuttWindow *win, const struct KeyEvent *event) |
| Perform a Postpone function - Implements function_dispatcher_t -. | |
| struct MailboxView * | postponed_get_mailbox_view (struct MuttWindow *dlg) |
| Extract the Mailbox from the Postponed Dialog. | |
Variables | |
| struct MenuDefinition * | MdPostpone = NULL |
| Postpone Menu Definition. | |
| static const struct MenuFuncOp | OpPostponed [] |
| Functions for the Postpone Menu. | |
| static const struct MenuOpSeq | PostponedDefaultBindings [] |
| Key bindings for the Postpone Menu. | |
| static const struct PostponeFunction | PostponeFunctions [] |
| All the NeoMutt functions that the Postpone supports. | |
Postponed Emails Functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file functions.c.
| void postponed_init_keys | ( | struct SubMenu * | sm_generic | ) |
Initialise the Postponed Keybindings - Implements ::init_keys_api.
Definition at line 70 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| struct MailboxView * postponed_get_mailbox_view | ( | struct MuttWindow * | dlg | ) |
Extract the Mailbox from the Postponed Dialog.
| dlg | Postponed Dialog |
| ptr | Mailbox view |
Definition at line 229 of file functions.c.
Here is the caller graph for this function:| struct MenuDefinition* MdPostpone = NULL |
Postpone Menu Definition.
Definition at line 43 of file functions.c.
|
static |
Functions for the Postpone Menu.
Definition at line 49 of file functions.c.
|
static |
Key bindings for the Postpone Menu.
Definition at line 59 of file functions.c.
|
static |
All the NeoMutt functions that the Postpone supports.
Definition at line 174 of file functions.c.