Autocrypt Expando definitions. More...
#include <stdbool.h>#include <stdio.h>#include "private.h"#include "mutt/lib.h"#include "address/lib.h"#include "expando.h"#include "lib.h"#include "expando/lib.h"
Include dependency graph for expando.c:Go to the source code of this file.
Functions | |
| static void | autocrypt_address (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Autocrypt: Address - Implements get_string_t -. | |
| static void | autocrypt_enabled (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Autocrypt: Status flag - Implements get_string_t -. | |
| static void | autocrypt_keyid (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Autocrypt: GPG Key - Implements get_string_t -. | |
| static long | autocrypt_number_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Autocrypt: Index number - Implements get_number_t -. | |
| static void | autocrypt_prefer_encrypt (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Autocrypt: Prefer-encrypt flag - Implements get_string_t -. | |
Variables | |
| const struct ExpandoRenderCallback | AutocryptRenderCallbacks [] |
| Callbacks for Autocrypt Expandos. | |
Autocrypt 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 AutocryptRenderCallbacks[] |
Callbacks for Autocrypt Expandos.
Definition at line 121 of file expando.c.