Skip to content

Commit fcc9bf9

Browse files
committed
Convert Markdown to HTML
1 parent 3bf1328 commit fcc9bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reply-to-this.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 id="if-your-mail-program-stores-mails-in-maildir-format-thunderbird-mutt-alp
3333
<p>Simply copy the file to the <code>new</code> subfolder in your mailer&#39;s maildir folder.</p>
3434
<h3 id="if-you-use-webmail-gmail-and-friends">If you use webmail (GMail and friends)</h3>
3535
<p>You can use the command-line tool <code>curl</code> (provided that your version has IMAP support):</p>
36-
<pre><code class="language-sh">curl -g --user &quot;&lt;email&gt;:&lt;password&gt;&quot; --url &quot;imaps://imap.gmail.com/INBOX&quot; -T /path/to/raw.txt
36+
<pre><code class="language-sh">curl -g --user &quot;&lt;email&gt;&quot; --url &quot;imaps://imap.gmail.com/INBOX&quot; -T /path/to/raw.txt
3737
</code></pre>
3838

3939
</div>

0 commit comments

Comments
 (0)