summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-10-10 19:22:44 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-10-10 19:22:44 +0000
commit223ab2403b81bd57ab42ca9aa8c3c55384c1a71c (patch)
tree4d514ba98b956323130b6a8a28d8d95fe63f37df /compose.c
parent45fe5475247c969b3a7b286ffbb61de67fef8801 (diff)
Vsevolod Volkov's POP mailbox patch.
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compose.c b/compose.c
index 86c1466d..a82ddc5a 100644
--- a/compose.c
+++ b/compose.c
@@ -740,6 +740,9 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */
#ifdef USE_IMAP
if (!mx_is_imap (fname))
#endif
+#ifdef USE_POP
+ if (!mx_is_pop (fname))
+#endif
/* check to make sure the file exists and is readable */
if (access (fname, R_OK) == -1)
{