Name

struct _EMPopupTargetSelect — A list of messages.

Synopsis

struct _EMPopupTargetSelect {
  EPopupTarget target;
  struct _CamelFolder * folder;
  char * uri;
  GPtrArray * uids;
};  

Members

target

Superclass.

folder

The CamelFolder of the selected messages.

uri

The encoded URI represending this folder.

uids

An array of UID strings of messages within folder.

Description

Used to represent a selection of messages as context for a popup menu. All items may be NULL if the current view has no active folder selected.

Description

Used to represent a selection of messages as context for a popup menu. All items may be NULL if the current view has no active folder selected.