Alias Expando definitions. More...
#include <stdbool.h>#include <stdio.h>#include "private.h"#include "mutt/lib.h"#include "expando.h"#include "expando/lib.h"#include "menu/lib.h"#include "attach_data.h"#include "globals.h"#include "muttlib.h"#include "shared_data.h"#include "version.h"
Include dependency graph for expando.c:Go to the source code of this file.
Functions | |
| static long | compose_attach_count_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Compose: Number of attachments - Implements get_number_t -. | |
| static void | compose_attach_size (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Compose: Size in bytes - Implements get_string_t -. | |
| static long | compose_attach_size_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Compose: Size in bytes - Implements get_number_t -. | |
| static void | global_hostname (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Compose: Hostname - Implements get_string_t -. | |
| static void | global_version (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Compose: Version - Implements get_string_t -. | |
Variables | |
| const struct ExpandoRenderCallback | ComposeRenderCallbacks [] |
| Callbacks for Compose Expandos. | |
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 expando.c.
| const struct ExpandoRenderCallback ComposeRenderCallbacks[] |
Callbacks for Compose Expandos.
Definition at line 103 of file expando.c.