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 "key/lib.h"
#include "menu/lib.h"
#include "pattern/lib.h"
#include "functions.h"
#include "mview.h"
#include "protos.h"
Go to the source code of this file.
Functions | |
static int | op_delete (struct PostponeData *pd, int op) |
Delete the current entry - Implements postpone_function_t -. | |
static int | op_exit (struct PostponeData *pd, int op) |
Exit this menu - Implements postpone_function_t -. | |
static int | op_generic_select_entry (struct PostponeData *pd, int op) |
Select the current entry - Implements postpone_function_t -. | |
static int | op_search (struct PostponeData *pd, int op) |
Search for a regular expression - Implements postpone_function_t -. | |
int | postpone_function_dispatcher (struct MuttWindow *win, int op) |
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 | |
const struct MenuFuncOp | OpPostponed [] |
Functions for the Postpone Menu. | |
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.
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 213 of file functions.c.
const struct MenuFuncOp OpPostponed[] |
Functions for the Postpone Menu.
Definition at line 52 of file functions.c.
const struct MenuOpSeq PostponedDefaultBindings[] |
Key bindings for the Postpone Menu.
Definition at line 62 of file functions.c.
|
static |
All the NeoMutt functions that the Postpone supports.
Definition at line 160 of file functions.c.