projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d4f80
)
fix stupid typo
author
Pierre Habouzit
<madcoder@debian.org>
Mon, 14 May 2007 09:08:10 +0000
(11:08 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Mon, 14 May 2007 09:08:10 +0000
(11:08 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
imap/imap.c
patch
|
blob
|
history
diff --git
a/imap/imap.c
b/imap/imap.c
index
a6bbfb3
..
77830f9
100644
(file)
--- a/
imap/imap.c
+++ b/
imap/imap.c
@@
-235,7
+235,7
@@
static int imap_get_delim (IMAP_DATA * idata)
* than getting the delim wrong */
idata->delim = '/';
- imap_cmd_start (idata, "LIST\"\" \"\"");
+ imap_cmd_start (idata, "LIST
\"\" \"\"");
do {
if ((rc = imap_cmd_step (idata)) != IMAP_CMD_CONTINUE)