summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-11-26 17:58:26 -0700
committerEduardo Chappa <chappa@washington.edu>2016-11-26 17:58:26 -0700
commit232f7094c81cf3e78918adc5d112cc39d268c784 (patch)
tree3fdcf1184ea0250fad785149d22e26b10d5cb79a
parentbdca00516ff158baff49114f0146455ea49d5564 (diff)
downloadalpine-232f7094c81cf3e78918adc5d112cc39d268c784.tar.xz
* When opening an INBOX folder in a context different from the incoming
folders collection, from the command line, Alpine would open the INBOX folder from the incoming folders collection.
-rw-r--r--alpine/alpine.c5
-rw-r--r--pith/pine.hlp6
2 files changed, 10 insertions, 1 deletions
diff --git a/alpine/alpine.c b/alpine/alpine.c
index e96ce2bb..e78eeabd 100644
--- a/alpine/alpine.c
+++ b/alpine/alpine.c
@@ -1179,6 +1179,11 @@ main(int argc, char **argv)
pine_state->mangled_footer = 1;
}
+ if(args.data.folder && *args.data.folder
+ && !strucmp(args.data.folder, ps_global->inbox_name)
+ && cntxt != ps_global->context_list)
+ notrealinbox = 1;
+
if(do_broach_folder(args.data.folder, cntxt, NULL, notrealinbox ? 0L : DB_INBOXWOCNTXT) <= 0){
q_status_message1(SM_ORDER, 3, 4,
_("Unable to open folder \"%s\""), args.data.folder);
diff --git a/pith/pine.hlp b/pith/pine.hlp
index a3936146..52cdb28b 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 187 2016-11-25 17:31:13
+Alpine Commit 188 2016-11-26 17:58:22
============= h_news =================
<HTML>
<HEAD>
@@ -462,6 +462,10 @@ Bugs that have been addressed include:
<LI> The _INIT_ token does not skip over non-alphanumeric characters in
the name. Reported by Andreas Fehr.
+ <LI> When opening an INBOX folder in a context different from the
+ incoming folders collection, from the command line, Alpine would
+ open the INBOX folder from the incoming folders collection.
+
<LI> Mismatch in size of UCS and CELL caused a corruption in the
content of a pointer, which made the speller in PC-Alpine get the
content of a word incorrectly.