Definition of the Envelope Module. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "mutt/lib.h"#include "core/lib.h"#include "module_data.h"
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | envelope_init (struct NeoMutt *n) |
| Initialise a Module - Implements Module::init() | |
| static bool | envelope_cleanup (struct NeoMutt *n) |
| Clean up a Module - Implements Module::cleanup() | |
Variables | |
| const struct Module | ModuleEnvelope |
| Module for the Envelope library. | |
Definition of the Envelope Module.
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 module.c.
|
static |
Initialise a Module - Implements Module::init()
Definition at line 39 of file module.c.
|
static |
Clean up a Module - Implements Module::cleanup()
Definition at line 50 of file module.c.
| const struct Module ModuleEnvelope |
Module for the Envelope library.
Definition at line 62 of file module.c.