Browser Expando definitions. More...
#include "config.h"#include <grp.h>#include <pwd.h>#include <stdbool.h>#include <stdio.h>#include <sys/stat.h>#include <time.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "expando.h"#include "lib.h"#include "expando/lib.h"#include "muttlib.h"
Include dependency graph for expando.c:Go to the source code of this file.
Functions | |
| static void | folder_date (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Last modified - Implements get_string_t -. | |
| static long | folder_date_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Last modified - Implements get_number_t -. | |
| static void | folder_date_format (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Last modified ($date_format) - Implements get_string_t -. | |
| static long | folder_date_format_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Last modified ($date_format) - Implements get_number_t -. | |
| static void | folder_date_strf (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Last modified (strftime) - Implements get_string_t -. | |
| static long | folder_date_strf_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Last modified (strftime) - Implements get_number_t -. | |
| static void | folder_description (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Description - Implements get_string_t -. | |
| static void | folder_filename (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Filename - Implements get_string_t -. | |
| static void | folder_file_group (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Group name - Implements get_string_t -. | |
| static void | folder_file_mode (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: File permissions - Implements get_string_t -. | |
| static void | folder_file_owner (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Owner name - Implements get_string_t -. | |
| static void | folder_file_size (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Size in bytes - Implements get_string_t -. | |
| static long | folder_file_size_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Size in bytes - Implements get_number_t -. | |
| static void | folder_hard_links (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Hard links - Implements get_string_t -. | |
| static long | folder_hard_links_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Hard links - Implements get_number_t -. | |
| static void | folder_message_count (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Number of messages - Implements get_string_t -. | |
| static long | folder_message_count_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Number of messages - Implements get_number_t -. | |
| static void | folder_new_mail (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: New mail flag - Implements get_string_t -. | |
| static long | folder_new_mail_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: New mail flag - Implements get_number_t -. | |
| static long | folder_notify_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Alert for new mail - Implements get_number_t -. | |
| static long | folder_number_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Index number - Implements get_number_t -. | |
| static long | folder_poll_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Poll for new mail - Implements get_number_t -. | |
| static void | folder_tagged (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Is Tagged - Implements get_string_t -. | |
| static long | folder_tagged_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Is Tagged - Implements get_number_t -. | |
| static void | folder_unread_count (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Browser: Number of unread messages - Implements get_string_t -. | |
| static long | folder_unread_count_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Browser: Number of unread messages - Implements get_number_t -. | |
| static void | global_padding_space (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Fixed whitespace - Implements get_string_t -. | |
Variables | |
| const struct ExpandoRenderCallback | FolderRenderCallbacks [] |
| Callbacks for Browser Expandos. | |
Browser Expando definitions.
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 expando.c.
| const struct ExpandoRenderCallback FolderRenderCallbacks[] |
Callbacks for Browser Expandos.
Definition at line 479 of file expando.c.