Ncrypt Expando definitions. More...
#include <stdbool.h>
#include <stdio.h>
#include <sys/stat.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "core/lib.h"
#include "expando_smime.h"
#include "expando/lib.h"
#include "muttlib.h"
#include "smime.h"
Go to the source code of this file.
Functions | |
static void | smime_command_algorithm (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Smime Command: algorithm - Implements get_string_t -. | |
static void | smime_command_certificate_ids (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Smime Command: certificate IDs - Implements get_string_t -. | |
static void | smime_command_certificate_path (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Smime Command: CA location - Implements get_string_t -. | |
static void | smime_command_digest_algorithm (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Smime Command: Message digest algorithm - Implements get_string_t -. | |
static void | smime_command_intermediate_ids (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Smime Command: Intermediate certificates - Implements get_string_t -. | |
static void | smime_command_key (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Smime Command: Key-pair - Implements get_string_t -. | |
static void | smime_command_message_file (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Smime Command: Filename of message - Implements get_string_t -. | |
static void | smime_command_signature_file (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Smime Command: Filename of signature - Implements get_string_t -. | |
Variables | |
const struct ExpandoRenderCallback | SmimeCommandRenderCallbacks [] |
Callbacks for Smime Command Expandos. | |
Ncrypt 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_smime.c.
const struct ExpandoRenderCallback SmimeCommandRenderCallbacks[] |
Callbacks for Smime Command Expandos.
Definition at line 162 of file expando_smime.c.