This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixed reply to self
main
M66B
6 years ago
parent
de2b20f5dd
commit
edafb07fce
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/src/main/java/eu/faircode/email/FragmentCompose.java
+ 0
- 1
app/src/main/java/eu/faircode/email/FragmentCompose.java
View File
@ -690,7 +690,6 @@ public class FragmentCompose extends FragmentEx {
Log
.
i
(
Helper
.
TAG
,
"Swapping from/to"
)
;
Address
[
]
tmp
=
ref
.
to
;
ref
.
to
=
ref
.
from
;
ref
.
reply
=
null
;
ref
.
from
=
tmp
;
break
;
}
Write
Preview
Loading…
Cancel
Save