Compose Private Data. More...
#include "config.h"
#include <stdbool.h>
Go to the source code of this file.
Functions | |
struct MuttWindow * | attach_new (struct MuttWindow *parent, struct ComposeSharedData *shared) |
Create the Attachments Menu. | |
unsigned long | cum_attachs_size (struct ConfigSubset *sub, struct ComposeAttachData *adata) |
Cumulative Attachments Size. | |
void | update_menu (struct AttachCtx *actx, struct Menu *menu, bool init) |
Redraw the compose window. | |
Compose Private Data.
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 private.h.
struct MuttWindow * attach_new | ( | struct MuttWindow * | parent, |
struct ComposeSharedData * | shared | ||
) |
Create the Attachments Menu.
parent | Parent Window |
shared | Shared compose data |
Definition at line 241 of file attach.c.
unsigned long cum_attachs_size | ( | struct ConfigSubset * | sub, |
struct ComposeAttachData * | adata | ||
) |
Cumulative Attachments Size.
sub | Config Subset |
adata | Attachment data |
num | Bytes in attachments |
Returns the total number of bytes used by the attachments in the attachment list after content-transfer-encodings have been applied.
Definition at line 84 of file attach.c.
Redraw the compose window.
actx | Attachment context |
menu | Current menu |
init | If true, initialise the attachment list |
Definition at line 217 of file dlg_compose.c.