Compose Attach Data. More...
Go to the source code of this file.
Functions | |
void | attach_data_free (struct Menu *menu, void **ptr) |
Free the Compose Attach Data - Implements Menu::mdata_free() -. | |
struct ComposeAttachData * | attach_data_new (struct Email *e) |
Create new Compose Attach Data. | |
Compose Attach 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 attach_data.c.
struct ComposeAttachData * attach_data_new | ( | struct Email * | e | ) |
Create new Compose Attach Data.
e |
ptr | New Compose Attach Data |
Definition at line 54 of file attach_data.c.