GUI editor for an email's headers. More...
#include <stdint.h>
Include dependency graph for lib.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | MUTT_COMPOSE_NOFREEHEADER (1 << 0) |
| Don't free the header when closing compose dialog. | |
Functions | |
| void | compose_init_keys (struct SubMenu *sm_generic) |
| Initialise the Compose Keybindings - Implements ::init_keys_api. | |
| int | dlg_compose (struct Email *e, struct Buffer *fcc, uint8_t flags, struct ConfigSubset *sub) |
| Allow the user to edit the message envelope -. | |
GUI editor for an email's headers.
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 lib.h.
| #define MUTT_COMPOSE_NOFREEHEADER (1 << 0) |
| void compose_init_keys | ( | struct SubMenu * | sm_generic | ) |
Initialise the Compose Keybindings - Implements ::init_keys_api.
Definition at line 211 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function: