Skip to content

Commit

Permalink
stable fixes for default email server
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Mar 8, 2012
1 parent 4fb86a8 commit b1e5493
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion stable/added-to-stable
Expand Up @@ -175,7 +175,8 @@ reply()
-message_id="$ID" \
"$CHARCMD" \
| \
~/bin/msmtp-enqueue.sh -a coco "$to"
~/bin/msmtp-enqueue.sh "$to"
# ~/bin/msmtp-enqueue.sh -a coco "$to"
#msmtp $to
}

Expand Down
3 changes: 2 additions & 1 deletion stable/added-to-stable-version
Expand Up @@ -178,7 +178,8 @@ reply()
-message_id="$ID" \
"$CHARCMD" \
| \
~/bin/msmtp-enqueue.sh -a coco "$to"
~/bin/msmtp-enqueue.sh "$to"
#~/bin/msmtp-enqueue.sh -a coco "$to"
#msmtp $to
}

Expand Down
2 changes: 1 addition & 1 deletion stable/s.sh
Expand Up @@ -3,7 +3,7 @@
USER=`whoami`

DIR=/home/$USER/linux/stable
SCRIPT_DIR=/home/$USER/linux
SCRIPT_DIR=/home/$USER/linux/scripts
KERNEL_DIR=$DIR/linux-3.2.y

cd $DIR
Expand Down

0 comments on commit b1e5493

Please sign in to comment.