@@ -71,6 +71,10 @@ typedef struct Mimetype {
char *mimetype;
char *command;
} mimetype;
typedef struct Extension {
char *file_extension;
} extension;
typedef struct Binding {
char* key;
void (*func)();
The note is not visible to the blocked user.