Debug names for Expandos. More...
#include "config.h"
#include <stdbool.h>
#include "mutt/lib.h"
#include "email/lib.h"
#include "core/lib.h"
#include "alias/gui.h"
#include "conn/lib.h"
#include "gui/lib.h"
#include "attach/lib.h"
#include "browser/lib.h"
#include "compmbox/lib.h"
#include "expando/lib.h"
#include "history/lib.h"
#include "index/lib.h"
#include "menu/lib.h"
#include "ncrypt/lib.h"
#include "compose/shared_data.h"
#include "index/shared_data.h"
#include "ncrypt/pgp.h"
#include "ncrypt/pgplib.h"
#include "ncrypt/private.h"
#include "ncrypt/smime.h"
#include "pattern/private.h"
#include "sidebar/private.h"
#include "status.h"
#include "ncrypt/crypt_gpgme.h"
#include "autocrypt/lib.h"
#include "autocrypt/private.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_NAME(NAME) |
#define | DEBUG_DEFAULT |
Functions | |
const char * | name_expando_node_type (enum ExpandoNodeType type) |
const char * | name_expando_pad_type (enum ExpandoPadType type) |
const char * | name_expando_domain (enum ExpandoDomain did) |
const char * | name_expando_uid_alias (int uid) |
const char * | name_expando_uid_attach (int uid) |
const char * | name_expando_uid_autocrypt (int uid) |
const char * | name_expando_uid_body (int uid) |
const char * | name_expando_uid_compose (int uid) |
const char * | name_expando_uid_compress (int uid) |
const char * | name_expando_uid_email (int uid) |
const char * | name_expando_uid_envelope (int uid) |
const char * | name_expando_uid_folder (int uid) |
const char * | name_expando_uid_global (int uid) |
const char * | name_expando_uid_history (int uid) |
const char * | name_expando_uid_index (int uid) |
const char * | name_expando_uid_mailbox (int uid) |
const char * | name_expando_uid_menu (int uid) |
const char * | name_expando_uid_nntp (int uid) |
const char * | name_expando_uid_pattern (int uid) |
const char * | name_expando_uid_pgp (int uid) |
const char * | name_expando_uid_pgp_cmd (int uid) |
const char * | name_expando_uid_pgp_key (int uid) |
const char * | name_expando_uid_sidebar (int uid) |
const char * | name_expando_uid_smime_cmd (int uid) |
const char * | name_expando_uid (enum ExpandoDomain did, int uid) |
const char * | name_format_justify (enum FormatJustify just) |
Debug names for Expandos.
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 names_expando.c.
#define DEBUG_NAME | ( | NAME | ) |
Definition at line 56 of file names_expando.c.
#define DEBUG_DEFAULT |
Definition at line 60 of file names_expando.c.
const char * name_expando_node_type | ( | enum ExpandoNodeType | type | ) |
Definition at line 64 of file names_expando.c.
const char * name_expando_pad_type | ( | enum ExpandoPadType | type | ) |
Definition at line 79 of file names_expando.c.
const char * name_expando_domain | ( | enum ExpandoDomain | did | ) |
Definition at line 90 of file names_expando.c.
const char * name_expando_uid_alias | ( | int | uid | ) |
Definition at line 119 of file names_expando.c.
const char * name_expando_uid_attach | ( | int | uid | ) |
Definition at line 134 of file names_expando.c.
const char * name_expando_uid_autocrypt | ( | int | uid | ) |
Definition at line 146 of file names_expando.c.
const char * name_expando_uid_body | ( | int | uid | ) |
Definition at line 160 of file names_expando.c.
const char * name_expando_uid_compose | ( | int | uid | ) |
Definition at line 182 of file names_expando.c.
const char * name_expando_uid_compress | ( | int | uid | ) |
Definition at line 192 of file names_expando.c.
const char * name_expando_uid_email | ( | int | uid | ) |
Definition at line 202 of file names_expando.c.
const char * name_expando_uid_envelope | ( | int | uid | ) |
Definition at line 235 of file names_expando.c.
const char * name_expando_uid_folder | ( | int | uid | ) |
Definition at line 268 of file names_expando.c.
const char * name_expando_uid_global | ( | int | uid | ) |
Definition at line 297 of file names_expando.c.
const char * name_expando_uid_history | ( | int | uid | ) |
Definition at line 311 of file names_expando.c.
const char * name_expando_uid_index | ( | int | uid | ) |
Definition at line 321 of file names_expando.c.
const char * name_expando_uid_mailbox | ( | int | uid | ) |
Definition at line 345 of file names_expando.c.
const char * name_expando_uid_menu | ( | int | uid | ) |
const char * name_expando_uid_nntp | ( | int | uid | ) |
Definition at line 365 of file names_expando.c.
const char * name_expando_uid_pattern | ( | int | uid | ) |
Definition at line 379 of file names_expando.c.
const char * name_expando_uid_pgp | ( | int | uid | ) |
Definition at line 390 of file names_expando.c.
const char * name_expando_uid_pgp_cmd | ( | int | uid | ) |
Definition at line 401 of file names_expando.c.
const char * name_expando_uid_pgp_key | ( | int | uid | ) |
Definition at line 414 of file names_expando.c.
const char * name_expando_uid_sidebar | ( | int | uid | ) |
Definition at line 433 of file names_expando.c.
const char * name_expando_uid_smime_cmd | ( | int | uid | ) |
Definition at line 456 of file names_expando.c.
const char * name_expando_uid | ( | enum ExpandoDomain | did, |
int | uid | ||
) |
Definition at line 471 of file names_expando.c.
const char * name_format_justify | ( | enum FormatJustify | just | ) |
Definition at line 525 of file names_expando.c.