Revision b60592cc
| b/src/sylfilter.c | ||
|---|---|---|
| 401 | 401 |
content = xfilter_message_data_get_attribute(msgdata, XM_SUBJECT); |
| 402 | 402 |
if (content) |
| 403 | 403 |
printf("subject: %s\n", content);
|
| 404 |
content = xfilter_message_data_get_content(msgdata); |
|
| 405 |
printf("content: %s\n", content);
|
|
| 404 |
content = xfilter_message_data_get_attribute(msgdata, XM_RECEIVED); |
|
| 405 |
if (content) |
|
| 406 |
printf("received: %s\n", content);
|
|
| 407 |
|
|
| 408 |
if (verbose > 2) {
|
|
| 409 |
content = xfilter_message_data_get_content(msgdata); |
|
| 410 |
printf("content: %s\n", content);
|
|
| 411 |
} |
|
| 406 | 412 |
} |
| 407 | 413 |
|
| 408 | 414 |
static void usage(void) |
Also available in: Unified diff