Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7dba8e2

Browse files
committed
Hmmm... better add some \label macros for logical addressing while I'm at it.
1 parent 2a37455 commit 7dba8e2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/lib/libimaplib.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ \section{Standard Module \module{imaplib}}
6363

6464

6565
\subsection{IMAP4 Objects}
66+
\label{imap4-objects}
6667

6768
All IMAP4rev1 commands are represented by methods of the same name,
6869
either upper-case or lower-case.
@@ -203,6 +204,7 @@ \subsection{IMAP4 Objects}
203204

204205

205206
\subsection{IMAP4 Example}
207+
\label{imap4-example}
206208

207209
Here is a minimal example (without error checking) that opens a
208210
mailbox and retrieves and prints all messages:

Doc/libimaplib.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ \section{Standard Module \module{imaplib}}
6363

6464

6565
\subsection{IMAP4 Objects}
66+
\label{imap4-objects}
6667

6768
All IMAP4rev1 commands are represented by methods of the same name,
6869
either upper-case or lower-case.
@@ -203,6 +204,7 @@ \subsection{IMAP4 Objects}
203204

204205

205206
\subsection{IMAP4 Example}
207+
\label{imap4-example}
206208

207209
Here is a minimal example (without error checking) that opens a
208210
mailbox and retrieves and prints all messages:

0 commit comments

Comments
 (0)