Dump all notifications. More...
#include "config.h"
#include <stddef.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 "color/lib.h"
#include "mview.h"
Go to the source code of this file.
Functions | |
static void | notify_dump_account (struct NotifyCallback *nc) |
static void | notify_dump_color (struct NotifyCallback *nc) |
static void | notify_dump_command (struct NotifyCallback *nc) |
static void | notify_dump_config (struct NotifyCallback *nc) |
static void | notify_dump_mview (struct NotifyCallback *nc) |
static void | notify_dump_email (struct NotifyCallback *nc) |
static void | notify_dump_global (struct NotifyCallback *nc) |
static void | notify_dump_mailbox (struct NotifyCallback *nc) |
static void | notify_dump_window_state (struct NotifyCallback *nc) |
static void | notify_dump_window_focus (struct NotifyCallback *nc) |
int | debug_all_observer (struct NotifyCallback *nc) |
Variables | |
const struct Mapping | ColorFields [] |
Mapping of colour names to their IDs. | |
const struct Mapping | ComposeColorFields [] |
Mapping of compose colour names to their IDs. | |
Dump all notifications.
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 notify.c.
|
static |
Definition at line 43 of file notify.c.
|
static |
Definition at line 54 of file notify.c.
|
static |
Definition at line 81 of file notify.c.
|
static |
Definition at line 91 of file notify.c.
|
static |
Definition at line 102 of file notify.c.
|
static |
|
static |
|
static |
Definition at line 130 of file notify.c.
|
static |
Definition at line 140 of file notify.c.
|
static |
Definition at line 175 of file notify.c.
int debug_all_observer | ( | struct NotifyCallback * | nc | ) |
Definition at line 205 of file notify.c.
|
extern |