Changeset fe7ece2 for perl/lib/BarnOwl/Message.pm
- Timestamp:
- Jul 9, 2011, 4:10:45 PM (13 years ago)
- Parents:
- 786a410 (diff), caac19d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl/Message.pm
rd1ae4a4 rcaac19d 81 81 sub short_personal_context { return ""; } 82 82 83 sub delete_and_expunge { 84 my ($m) = @_; 85 &BarnOwl::command("delete-and-expunge --quiet --id " . $m->id); 86 } 87 83 88 sub delete { 84 89 my ($m) = @_;
Note: See TracChangeset
for help on using the changeset viewer.