Greeting Expando definitions. More...
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include "mutt/lib.h"
#include "address/lib.h"
#include "email/lib.h"
#include "expando.h"
#include "expando/lib.h"
Go to the source code of this file.
Functions | |
static void | greeting_real_name (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Greeting: Real name - Implements get_string_t -. | |
static void | greeting_login_name (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Greeting: Login name - Implements get_string_t -. | |
static void | greeting_first_name (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Greeting: First name - Implements get_string_t -. | |
Variables | |
const struct ExpandoRenderCallback | GreetingRenderCallbacks [] |
Callbacks for Greeting Expandos. | |
Greeting Expando definitions.
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 GreetingRenderCallbacks[] |
Callbacks for Greeting Expandos.