Skip to content
  • This project
    • Loading...
  • Sign in

John McEleney / mailutils

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mailutils
  • mh
  • tests
  • mhed
  • Sergey Poznyakoff's avatar
    mh: fix msgset parser and some more comp compatibility issues; provide testsuite for comp. · e34d8c16 ...
    e34d8c16
    * mh/Makefile.am (bin_PROGRAMS): Add mhseq.
    * mh/comp.c (main): Rewrite to fix compatibility issues.
    * mh/mh.h (MH_MSGSET_UID): New define.
    (mh_msgset_t) <flags,size>: New members.
    * mh/mh_init.c (mh_draft_message): Bugfix: convert msgset to UIDs.
    * mh/mh_msgset.c: Rewrite from scratch.
    
    * mh/tests/comp.at: New file.
    * mh/tests/mhseq.at: New file.
    * mh/tests/Makefile.am (TESTSUITE_AT): Add comp.at, mhseq.at.
    * mh/tests/testsuite.at: Include comp.at and mhseq.at.
    
    * libmailutils/property/mhprop.c (_mh_prop_read_stream): Minor fix.
    Do remove empty lines.
    * mh/mh_whatnow.c (_whatnow): Detect EOF.
    (call_send): Quit after successful send.
    Sergey Poznyakoff authored 2010-11-22 16:49:51 +0200
mhed 132 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
#! /bin/sh

echo "-- Editor invocation:" $*
echo "-- Input file: "
cat $1
echo "-- Input file end"
echo "Seen by mhed" >> $1
exit 0