Compose Private Data. More...
#include "config.h"#include <stdbool.h>
Include dependency graph for private.h:
This graph shows which files directly or indirectly include this file: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. | |
| void | attachment_size_fixed (struct MuttWindow *win) |
| Make the Attachment Window fixed-size. | |
| void | attachment_size_max (struct MuttWindow *win) |
| Make the Attachment Window maximised. | |
| struct MuttWindow * | preview_window_new (struct Email *e, struct MuttWindow *bar) |
| Create the preview window. | |
| int | preview_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a preview function - Implements function_dispatcher_t -. | |
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 268 of file attach.c.
Here is the call graph for this function:
Here is the caller graph for this function:| 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 85 of file attach.c.
Here is the call graph for this function:
Here is the caller graph for this function:Redraw the compose window.
| actx | Attachment context |
| menu | Current menu |
| init | If true, initialise the attachment list |
Definition at line 282 of file dlg_compose.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void attachment_size_fixed | ( | struct MuttWindow * | win | ) |
Make the Attachment Window fixed-size.
| win | Attachment Window |
Definition at line 298 of file attach.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void attachment_size_max | ( | struct MuttWindow * | win | ) |
Make the Attachment Window maximised.
| win | Attachment Window |
Definition at line 311 of file attach.c.
Here is the caller graph for this function:| struct MuttWindow * preview_window_new | ( | struct Email * | e, |
| struct MuttWindow * | bar ) |
Create the preview window.
| e | |
| bar | Preview Bar |
Definition at line 341 of file preview.c.
Here is the call graph for this function:
Here is the caller graph for this function: