Linked list of e-mail templates in various languages These are used as templates for e-mails, pager messages and jabber messages message_templates. More...

Data Fields | |
| int | attachment |
| char * | body |
| char | charset [32] |
| char | dateformat [80] |
| char | fromaddress [100] |
| struct { | |
| struct minivm_template * next | |
| } | list |
| char | locale [20] |
| char | name [80] |
| char | serveremail [80] |
| char | subject [100] |
Linked list of e-mail templates in various languages These are used as templates for e-mails, pager messages and jabber messages message_templates.
Definition at line 372 of file app_minivm.c.
| int attachment |
Attachment of media yes/no - no for pager messages
Definition at line 381 of file app_minivm.c.
Referenced by notify_new_message().
| char* body |
Body of this template
Definition at line 374 of file app_minivm.c.
| char charset[32] |
Default character set for this template
Definition at line 378 of file app_minivm.c.
| char dateformat[80] |
Date format to use in this attachment
Definition at line 380 of file app_minivm.c.
| char fromaddress[100] |
Who's sending the e-mail?
Definition at line 375 of file app_minivm.c.
| struct { ... } list |
List mechanics
| char locale[20] |
Locale for setlocale()
Definition at line 379 of file app_minivm.c.
Referenced by notify_new_message().
| char name[80] |
Template name
Definition at line 373 of file app_minivm.c.
struct minivm_template* next [read] |
Definition at line 382 of file app_minivm.c.
| char serveremail[80] |
From: Mail address
Definition at line 376 of file app_minivm.c.
| char subject[100] |
Subject line
Definition at line 377 of file app_minivm.c.
1.6.1