[mmh] [PATCH 3/4] whatnow2: get rid of global variable

2016-09-16 Thread Dmitry Bogatov
--- uip/whatnow2.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uip/whatnow2.sh b/uip/whatnow2.sh index 8e5060f..89baf1f 100755 --- a/uip/whatnow2.sh +++ b/uip/whatnow2.sh @@ -80,7 +80,7 @@ get_realpath() get_attachmentheader() { - header=`mhparam 'Attachm

[mmh] [PATCH 4/4] whatnow2: improve attach action

2016-09-16 Thread Dmitry Bogatov
* avoid bogus Attach header, containing directory of file being attached * simplify code, taking advantage of `readlink -f'. --- Notes: This patch fixes bug, it is fact. Another fact is that there is no `readlink` utility in POSIX-2008. So questions are: * Are there any worthy

[mmh] [PATCH 2/4] Fix code to get current draft

2016-09-16 Thread Dmitry Bogatov
--- Notes: Probably, I am missing something, since to me, it did not worked at all without this patch, constantly giving error: no current message in draft uip/whatnow2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/whatnow2.sh b/uip/whatnow2.sh inde

[mmh] [PATCH 1/4] Factor out draft file creation from replout()

2016-09-16 Thread Dmitry Bogatov
--- h/prototypes.h | 2 +- sbr/m_gmprot.c | 13 + uip/dist.c | 19 +-- uip/repl.c | 13 ++--- 4 files changed, 25 insertions(+), 22 deletions(-) diff --git a/h/prototypes.h b/h/prototypes.h index 69556f9..7febc60 100644 --- a/h/prototypes.h +++ b/h/pr

Re: [mmh] MRAs and stuff (was: How "modern" are you willing to go?)

2016-09-16 Thread markus schnalke
[2016-09-10 15:22] Philipp Takacs > [2016-09-09 09:35] Link Satonaka > > > > Maybe there are more differences in terms of attachment > > storage, but the differences are very slight. > > The files should be the same. MH and Maildir store every mail as is and > one file per mail. The files *are*

RE: [mmh] MRAs and stuff (was: How "modern" are you willing to go?)

2016-09-16 Thread Link Satonaka
>> MH is MRA compatible, but sadly there are only a few MRA with support MH. >I don't understand this statement, but maybe my knowledge of >actual implementations is too small. > >In theory, MRAs *retrieve* mail… > >Syncing mail via IMAP is something different; it has nothing >to do with MRAs. A

[mmh] Debian packages conflicts

2016-09-16 Thread Dmitry Bogatov
[pick maintainer in thread] [mmh upstream in thread] Hello. In attachment bug report about the fact, that mmh package in debian installs pick.1 manpage, and same does unrelated `pick' package. Submitter proposed to rename pick(1), but I am relucant to do it, because it may break expectations of

Re: [mmh] Debian packages conflicts

2016-09-16 Thread markus schnalke
[2016-09-17 08:34] Dmitry Bogatov > > [pick maintainer in thread] > [mmh upstream in thread] > > Hello. > > In attachment bug report about the fact, that mmh package in debian > installs pick.1 manpage, and same does unrelated `pick' package. > > Submitter proposed to rename pick(1), but I am r