Debug names. More...
#include "config.h"
#include "mutt/lib.h"
#include "config/lib.h"
#include "email/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "lib.h"
#include "menu/lib.h"
#include "mview.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_NAME(NAME) |
#define | DEBUG_DEFAULT |
Functions | |
const char * | name_content_type (enum ContentType type) |
const char * | name_content_encoding (enum ContentEncoding enc) |
const char * | name_content_disposition (enum ContentDisposition disp) |
const char * | name_notify_type (enum NotifyType type) |
const char * | name_mailbox_type (enum MailboxType type) |
const char * | name_menu_type (enum MenuType mt) |
const char * | name_notify_global (int id) |
const char * | name_notify_config (int id) |
const char * | name_notify_mailbox (int id) |
const char * | name_notify_mview (int id) |
const char * | name_window_type (const struct MuttWindow *win) |
const char * | name_window_size (const struct MuttWindow *win) |
Debug names.
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.c.
const char * name_content_type | ( | enum ContentType | type | ) |
Definition at line 47 of file names.c.
const char * name_content_encoding | ( | enum ContentEncoding | enc | ) |
Definition at line 65 of file names.c.
const char * name_content_disposition | ( | enum ContentDisposition | disp | ) |
Definition at line 80 of file names.c.
const char * name_notify_type | ( | enum NotifyType | type | ) |
Definition at line 92 of file names.c.
const char * name_mailbox_type | ( | enum MailboxType | type | ) |
Definition at line 123 of file names.c.
const char * name_menu_type | ( | enum MenuType | mt | ) |
Definition at line 143 of file names.c.
const char * name_notify_global | ( | int | id | ) |
Definition at line 171 of file names.c.
const char * name_notify_config | ( | int | id | ) |
Definition at line 182 of file names.c.
const char * name_notify_mailbox | ( | int | id | ) |
Definition at line 193 of file names.c.
const char * name_notify_mview | ( | int | id | ) |
Definition at line 209 of file names.c.
const char * name_window_type | ( | const struct MuttWindow * | win | ) |
Definition at line 220 of file names.c.
const char * name_window_size | ( | const struct MuttWindow * | win | ) |
Definition at line 257 of file names.c.