Attachment Selection Dialog. More...
#include "config.h"
#include <stdbool.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 "lib.h"
#include "expando/lib.h"
#include "key/lib.h"
#include "menu/lib.h"
#include "attach.h"
#include "attachments.h"
#include "functions.h"
#include "hook.h"
#include "mutt_logging.h"
#include "mview.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 -. | |
static int | attach_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Attachment for the Menu - Implements Menu::make_entry() -. | |
static int | attach_tag (struct Menu *menu, int sel, int act) |
Tag an attachment - Implements Menu::tag() -. | |
static int | attach_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. | |
void | dlg_attachment (struct ConfigSubset *sub, struct MailboxView *mv, struct Email *e, FILE *fp, bool attach_msg) |
Show the attachments in a Menu -. | |
Variables | |
static const struct Mapping | AttachmentHelp [] |
Help Bar for the Attachment selection dialog. | |
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.
|
static |