NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
module_data.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_BROWSER_MODULE_DATA_H
24#define MUTT_BROWSER_MODULE_DATA_H
25
26#include "mutt/lib.h"
27
38
39#endif /* MUTT_BROWSER_MODULE_DATA_H */
Convenience wrapper for the library headers.
Browser private Module data.
Definition module_data.h:32
struct MenuDefinition * menu_browser
Browser menu definition.
Definition module_data.h:34
struct Notify * notify
Notifications.
Definition module_data.h:33
struct Buffer last_dir
Browser: previous selected directory.
Definition module_data.h:35
struct Buffer last_dir_backup
Browser: backup copy of the current directory.
Definition module_data.h:36
String manipulation buffer.
Definition buffer.h:36
Functions for a Dialog or Window.
Definition menu.h:77
Notification API.
Definition notify.c:53