Alias Expando definitions. More...
#include <stdbool.h>#include <stdio.h>#include "mutt/lib.h"#include "address/lib.h"#include "expando.h"#include "lib.h"#include "expando/lib.h"#include "alias.h"#include "gui.h"
Include dependency graph for expando.c:Go to the source code of this file.
Functions | |
| static void | alias_address (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Alias: Full Address - Implements get_string_t -. | |
| static void | alias_alias (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Alias: Alias name - Implements get_string_t -. | |
| static void | alias_comment (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Alias: Comment - Implements get_string_t -. | |
| static void | alias_email (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Alias: Email Address - Implements get_string_t -. | |
| static void | alias_name (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Alias: Personal Name - Implements get_string_t -. | |
| static void | alias_tags (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Alias: Tags - Implements get_string_t -. | |
| static void | alias_view_flags (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| AliasView: Flags - Implements get_string_t -. | |
| static long | alias_view_flags_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| AliasView: Flags - Implements get_number_t -. | |
| static long | alias_view_index_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| AliasView: Index number - Implements get_number_t -. | |
| static void | alias_view_tagged (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| AliasView: Tagged char - Implements get_string_t -. | |
| static long | alias_view_tagged_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| AliasView: Tagged char - Implements get_number_t -. | |
Variables | |
| const struct ExpandoRenderCallback | AliasRenderCallbacks [] |
| Callbacks for Alias Expandos. | |
| const struct ExpandoRenderCallback | QueryRenderCallbacks [] |
| Callbacks for Query 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 AliasRenderCallbacks[] |
Callbacks for Alias Expandos.
Definition at line 187 of file expando.c.
| const struct ExpandoRenderCallback QueryRenderCallbacks[] |
Callbacks for Query Expandos.
Definition at line 207 of file expando.c.