@terminal: @fa-var-terminal;
@code: @fa-var-code;
@reply-all: @fa-var-reply-all;
-@mail-reply-all: @fa-var-mail-reply-all;
+@mail-reply-all: @fa-var-reply-all;
@star-half-empty: @fa-var-star-half-o;
@location-arrow: @fa-var-location-arrow;
@crop: @fa-var-crop;
.icon-flag-checkered:before, .fa-flag-checkered:before { content: @flag-checkered; }
.icon-terminal:before, .fa-terminal:before { content: @terminal; }
.icon-code:before, .fa-code:before { content: @code; }
-.icon-reply-all:before, .fa-reply-all:before { content: @reply-all; }
-.icon-mail-reply-all:before, .fa-mail-reply-all:before { content: @mail-reply-all; }
+.icon-reply-all:before, .fa-reply-all:before, .icon-mail-reply-all:before, .fa-mail-reply-all:before { content: @reply-all; }
.icon-star-half-full:before, .fa-star-half-full:before,
.icon-star-half-empty:before, .fa-star-half-o:before { content: @star-half-empty; }
.icon-location-arrow:before, .fa-location-arrow:before { content: @location-arrow; }