Compose Bar (status) More...
#include "config.h"
#include <stddef.h>
#include "private.h"
#include "mutt/lib.h"
#include "config/lib.h"
#include "email/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "cbar.h"
#include "color/lib.h"
#include "expando/lib.h"
#include "index/lib.h"
#include "menu/lib.h"
#include "attach_data.h"
#include "cbar_data.h"
#include "globals.h"
#include "muttlib.h"
#include "shared_data.h"
Go to the source code of this file.
Functions | |
static int | num_attachments (const struct ComposeAttachData *adata) |
Count the number of attachments. | |
long | compose_a_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
Compose: Number of attachments - Implements ExpandoRenderData::get_number() -. | |
void | compose_h (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Compose: Hostname - Implements ExpandoRenderData::get_string() -. | |
long | compose_l_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
Compose: Size in bytes - Implements ExpandoRenderData::get_number() -. | |
void | compose_l (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Compose: Size in bytes - Implements ExpandoRenderData::get_string() -. | |
void | compose_v (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Compose: Version - Implements ExpandoRenderData::get_string() -. | |
static int | cbar_recalc (struct MuttWindow *win) |
Recalculate the Window data - Implements MuttWindow::recalc() -. | |
static int | cbar_repaint (struct MuttWindow *win) |
Repaint the Window - Implements MuttWindow::repaint() -. | |
int | cbar_color_observer (struct NotifyCallback *nc) |
Notification that a Color has changed - Implements observer_t -. | |
int | cbar_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. | |
static int | cbar_email_observer (struct NotifyCallback *nc) |
Notification that the Email has changed - Implements observer_t -. | |
static int | cbar_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. | |
struct MuttWindow * | cbar_new (struct ComposeSharedData *shared) |
Create the Compose Bar (status) | |
Variables | |
const struct ExpandoRenderData | ComposeRenderData [] |
Callbacks for Compose Expandos. | |
Compose Bar (status)
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 cbar.c.
|
static |
Count the number of attachments.
adata | Attachment data |
num | Number of attachments |
Definition at line 88 of file cbar.c.
struct MuttWindow * cbar_new | ( | struct ComposeSharedData * | shared | ) |
Create the Compose Bar (status)
shared | Shared compose data |
Definition at line 298 of file cbar.c.
const struct ExpandoRenderData ComposeRenderData |
Callbacks for Compose Expandos.