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 dependency graph for notify.c:Go to the source code of this file.
Functions | |
| static void | notify_dump_account (struct NotifyCallback *nc) |
| Dump account notification. | |
| static void | notify_dump_color (struct NotifyCallback *nc) |
| Dump color notification. | |
| static void | notify_dump_command (struct NotifyCallback *nc) |
| Dump command notification. | |
| static void | notify_dump_config (struct NotifyCallback *nc) |
| Dump config notification. | |
| static void | notify_dump_mview (struct NotifyCallback *nc) |
| Dump mailbox view notification. | |
| static void | notify_dump_email (struct NotifyCallback *nc) |
| Dump email notification. | |
| static void | notify_dump_global (struct NotifyCallback *nc) |
| Dump global notification. | |
| static void | notify_dump_mailbox (struct NotifyCallback *nc) |
| Dump mailbox notification. | |
| static void | notify_dump_window_state (struct NotifyCallback *nc) |
| Dump window state notification. | |
| static void | notify_dump_window_focus (struct NotifyCallback *nc) |
| Dump window focus notification. | |
| int | debug_all_observer (struct NotifyCallback *nc) |
| Debug observer for all notifications. | |
Variables | |
| const struct Mapping | ColorFields [] |
| Mapping of 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 |
Dump account notification.
| nc | Notification callback |
Definition at line 45 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump color notification.
| nc | Notification callback |
Definition at line 60 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump command notification.
| nc | Notification callback |
Definition at line 83 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump config notification.
| nc | Notification callback |
Definition at line 94 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump mailbox view notification.
| nc | Notification callback |
Definition at line 109 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Dump global notification.
| nc | Notification callback |
Definition at line 140 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump mailbox notification.
| nc | Notification callback |
Definition at line 149 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump window state notification.
| nc | Notification callback |
Definition at line 163 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump window focus notification.
| nc | Notification callback |
Definition at line 202 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int debug_all_observer | ( | struct NotifyCallback * | nc | ) |
Debug observer for all notifications.
| nc | Notification callback |
| 0 | Always |
Definition at line 237 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
extern |
Mapping of colour names to their IDs.
Definition at line 55 of file commands.c.