Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbits committed Dec 1, 2015
1 parent 7ba6203 commit 0ff9dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/composeOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function msSendMsg() {
if( gGenStamps.slice(0,10)==="x-hashcash" ) {
msgCompFields.setHeader("X-Hashcash", gGenStamps.slice(12) );
} else {
msgCompFields.setHeader("X-Hashcash", gGenStamps.slice(10) );
msgCompFields.setHeader("X-Mbound", gGenStamps.slice(10) );
}
//Fix bug#1806927 - Mail stamped accidentially
gAttachStamp=false;
Expand Down

0 comments on commit 0ff9dad

Please sign in to comment.