Ignore:
Timestamp:
05/10/19 14:48:21 (5 years ago)
Author:
bln4
Message:

Added ability to send one off secure messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/AuthenticatorBrowser.java

    r1357 r1362  
    219219                        }
    220220                       
    221                         Mail.addEntry(new Mail.MailEntry(timestamp, from, to, msg, msg2, options));
     221                        Mail.MailEntry mail = new Mail.MailEntry(timestamp, from, to, msg, msg2, options);
     222                        mail.deadDropSource = dbFile;
     223                        Mail.addEntry(mail);
    222224                }
    223225               
Note: See TracChangeset for help on using the changeset viewer.