Attachment Selection Dialog. More...
#include "config.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "email/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "menu/lib.h"
#include "attach.h"
#include "attachments.h"
#include "format_flags.h"
#include "functions.h"
#include "hdrline.h"
#include "hook.h"
#include "keymap.h"
#include "menu/type.h"
#include "mutt_logging.h"
#include "muttlib.h"
#include "opcodes.h"
#include "private_data.h"
#include "recvattach.h"
Go to the source code of this file.
Functions | |
static int | attach_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. More... | |
const char * | attach_format_str (char *buf, size_t buflen, size_t col, int cols, char op, const char *src, const char *prec, const char *if_str, const char *else_str, intptr_t data, MuttFormatFlags flags) |
Format a string for the attachment menu - Implements format_t -. More... | |
static void | attach_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the attachment list - Implements Menu::make_entry() -. More... | |
static int | attach_tag (struct Menu *menu, int sel, int act) |
Tag an attachment - Implements Menu::tag() -. More... | |
static int | attach_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. More... | |
void | dlg_select_attachment (struct ConfigSubset *sub, struct Mailbox *m, struct Email *e, FILE *fp) |
Show the attachments in a Menu. More... | |
Variables | |
static const struct Mapping | AttachHelp [] |
Help Bar for the Attachment selection dialog. More... | |
Attachment Selection Dialog.
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 dlg_attach.c.
void dlg_select_attachment | ( | struct ConfigSubset * | sub, |
struct Mailbox * | m, | ||
struct Email * | e, | ||
FILE * | fp | ||
) |
Show the attachments in a Menu.
Definition at line 449 of file dlg_attach.c.
|
static |