whatnow2 handle mhuse
authorPhilipp Takacs <philipp@bureaucracy.de>
Wed, 21 Nov 2018 01:34:56 +0000 (02:34 +0100)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 25 Nov 2018 21:43:53 +0000 (22:43 +0100)
If mhuse is set don't write new envirement to the metafile. mhuse
is set, when comp -use is used.

uip/whatnow2.sh

index 4e76766..91ff5a5 100755 (executable)
@@ -96,6 +96,10 @@ create()
        then
                get_editor
        fi
+       if [ "$mhuse" -eq 1 ]
+       then
+               return
+       fi
        if [ -n "$mhaltmsg" ]
        then
                anno -nodate -component 'mhaltmsg' -text "$mhaltmsg" $mhmetafile
@@ -104,10 +108,6 @@ create()
        then
                anno -nodate -component 'mhdist' -text "$mhdist" $mhmetafile
        fi
-       if [ -n "$mhdist" ]
-       then
-               anno -nodate -component 'mhuse' -text "$mhuse" $mhmetafile
-       fi
        if [ -n "$mhfolder" ]
        then
                anno -nodate -component 'mhfolder' -text "$mhfolder" $mhmetafile
@@ -147,7 +147,6 @@ sendfunktion()
 {
        export mhaltmsg=`anno -list -component 'mhaltmsg' "$mhmetafile"`
        export mhdist=`anno -list -component 'mhdist' "$mhmetafile"`
-       export mhuse=`anno -list -component 'mhuse' "$mhmetafile"`
        export mhfolder=`anno -list -component 'mhfolder' "$mhmetafile"`
        export mhmessages=`anno -list -component 'mhmessages' "$mhmetafile"`
        export mhannotate=`anno -list -component 'mhannotate' "$mhmetafile"`